libogre-perl 0.50-2 source package in Ubuntu

Changelog

libogre-perl (0.50-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Dominic Hargreaves ]
  * Include $Config{ccflags} in CCFLAGS (Closes: #636654)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:09:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libogre-perl_0.50.orig.tar.gz 152.5 KiB defcbcf99376c9cfc3ba1a1a8714f5f05549bee29ef2851b6e4fd995af6b7627
libogre-perl_0.50-2.debian.tar.gz 2.5 KiB 3a54d221ad288d6f71b3dff1a3ac8441ceb07af80581202c007b459015c0a0f9
libogre-perl_0.50-2.dsc 1.3 KiB b6c5d87263b87ce6dac1b0ff37c31273a20db95c278949aa9e4868924b723723

Available diffs

View changes file

Binary packages built by this source

libogre-perl: Perl binding for the OGRE C++ graphics library

 This is a Perl binding for OGRE, Object-Oriented Graphics Rendering Engine,
 a C++ library found at http://www.ogre3d.org/ .
 .
 The wrapping is currently incomplete, but there are several interesting
 examples working now (see examples/README.txt).
 .
 For documentation on specific classes, see the perldoc for the class. The
 documentation for each class is somewhat minimal. In the DESCRIPTION section
 there will be a link to the corresponding C++ API documentation on the OGRE
 website. The documentation of methods uses C++ types to describe its
 parameters and return values, so some translation to Perl is generally
 required.