r68833 - in /trunk/libogre-perl/debian: changelog control patches/ patches/ogre_version.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Feb 16 20:38:40 UTC 2011


Author: gregoa
Date: Wed Feb 16 20:38:33 2011
New Revision: 68833

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68833
Log:
Build-depend on libogre-dev (>= 1.7.1); add a patch to accept 1.7.1
instead of 1.7.2 as the minimum version; closes: #613187.

Added:
    trunk/libogre-perl/debian/patches/
    trunk/libogre-perl/debian/patches/ogre_version.patch
    trunk/libogre-perl/debian/patches/series
Modified:
    trunk/libogre-perl/debian/changelog
    trunk/libogre-perl/debian/control

Modified: trunk/libogre-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libogre-perl/debian/changelog?rev=68833&op=diff
==============================================================================
--- trunk/libogre-perl/debian/changelog (original)
+++ trunk/libogre-perl/debian/changelog Wed Feb 16 20:38:33 2011
@@ -4,6 +4,8 @@
   * Switch to source format 3.0 (quilt).
   * Set Standards-Version to 3.9.1 (no changes).
   * debian/copyright: update years of copyright and formatting.
+  * Build-depend on libogre-dev (>= 1.7.1); add a patch to accept 1.7.1
+    instead of 1.7.2 as the minimum version; closes: #613187.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 16 Feb 2011 21:07:00 +0100
 

Modified: trunk/libogre-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libogre-perl/debian/control?rev=68833&op=diff
==============================================================================
--- trunk/libogre-perl/debian/control (original)
+++ trunk/libogre-perl/debian/control Wed Feb 16 20:38:33 2011
@@ -1,7 +1,7 @@
 Source: libogre-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libogre-dev, libgtk2.0-dev, pkg-config
+Build-Depends: debhelper (>= 7), perl, libogre-dev (>= 1.7.1), libgtk2.0-dev, pkg-config
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1

Added: trunk/libogre-perl/debian/patches/ogre_version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libogre-perl/debian/patches/ogre_version.patch?rev=68833&op=file
==============================================================================
--- trunk/libogre-perl/debian/patches/ogre_version.patch (added)
+++ trunk/libogre-perl/debian/patches/ogre_version.patch Wed Feb 16 20:38:33 2011
@@ -1,0 +1,17 @@
+Description: builds fine with 1.7.1, 1.7.2 is not yet in Debian
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-16
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -2,7 +2,7 @@
+ use warnings;
+ use ExtUtils::MakeMaker;
+ 
+-my $OGRE_REQ_VERSION = '1.7.2';
++my $OGRE_REQ_VERSION = '1.7.1';
+ my $OIS_REQ_VERSION = '0.05';
+ 
+ main();

Added: trunk/libogre-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libogre-perl/debian/patches/series?rev=68833&op=file
==============================================================================
--- trunk/libogre-perl/debian/patches/series (added)
+++ trunk/libogre-perl/debian/patches/series Wed Feb 16 20:38:33 2011
@@ -1,0 +1,1 @@
+ogre_version.patch




More information about the Pkg-perl-cvs-commits mailing list