r44763 - in /trunk/libopengl-perl/debian: changelog compat rules

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Fri Sep 25 07:40:30 UTC 2009


Author: mxey-guest
Date: Fri Sep 25 07:40:23 2009
New Revision: 44763

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44763
Log:
Upgraded debhelper compat level to 7

* already covered in changelog (modernized debian/rules)
* level 7 picks up the upstream changelog, removed override

Modified:
    trunk/libopengl-perl/debian/changelog
    trunk/libopengl-perl/debian/compat
    trunk/libopengl-perl/debian/rules

Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/changelog?rev=44763&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Fri Sep 25 07:40:23 2009
@@ -1,8 +1,6 @@
 libopengl-perl (0.58+dfsg-1) UNRELEASED; urgency=low
 
   TODO:
-  + debian/rules: I don't think that the override for dh_installchangelogs is
-    necessary, it should find CHANGES by default
   + debian/copyright: please convert to DEP5 format
     (I haven't checked the contents yet in detail but at least ppport.h is
     missing)
@@ -13,7 +11,6 @@
   + debian/control: "(>> 5.8.1)" can be removed from the perl build
     dependency, even oldstable has 5.8.8 (and we don't need versions anymore
     since policy 3.8.3)
-  + debian/compat: s/6/7/
   + one patch applies with an offset, please refresh
 
   [ Jonathan Yu ]

Modified: trunk/libopengl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/compat?rev=44763&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/compat (original)
+++ trunk/libopengl-perl/debian/compat Fri Sep 25 07:40:23 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libopengl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/rules?rev=44763&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/rules (original)
+++ trunk/libopengl-perl/debian/rules Fri Sep 25 07:40:23 2009
@@ -2,8 +2,5 @@
 override_dh_auto_test:
 	# Test is interactive, therefore disabled
 
-override_dh_installchangelogs:
-	dh_installchangelogs CHANGES
-
 %:
 	dh --with quilt $@




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