r4683 - in /packages/libmath-derivative-perl/trunk/debian: changelog compat control rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Fri Dec 29 09:25:42 CET 2006


Author: segre
Date: Fri Dec 29 09:25:41 2006
New Revision: 4683

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4683
Log:
update to compat level 5 & clean up debian/rules

Modified:
    packages/libmath-derivative-perl/trunk/debian/changelog
    packages/libmath-derivative-perl/trunk/debian/compat
    packages/libmath-derivative-perl/trunk/debian/control
    packages/libmath-derivative-perl/trunk/debian/rules

Modified: packages/libmath-derivative-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-derivative-perl/trunk/debian/changelog?rev=4683&op=diff
==============================================================================
--- packages/libmath-derivative-perl/trunk/debian/changelog (original)
+++ packages/libmath-derivative-perl/trunk/debian/changelog Fri Dec 29 09:25:41 2006
@@ -1,3 +1,9 @@
+libmath-derivative-perl (0.01-4) unstable; urgency=low
+
+  * Update to compatibility level 5
+
+ -- Carlo Segre <segre at debian.org>  Fri, 29 Dec 2006 02:24:40 -0600
+
 libmath-derivative-perl (0.01-3) unstable; urgency=low
 
   * Fix typo in Description

Modified: packages/libmath-derivative-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-derivative-perl/trunk/debian/compat?rev=4683&op=diff
==============================================================================
--- packages/libmath-derivative-perl/trunk/debian/compat (original)
+++ packages/libmath-derivative-perl/trunk/debian/compat Fri Dec 29 09:25:41 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libmath-derivative-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-derivative-perl/trunk/debian/control?rev=4683&op=diff
==============================================================================
--- packages/libmath-derivative-perl/trunk/debian/control (original)
+++ packages/libmath-derivative-perl/trunk/debian/control Fri Dec 29 09:25:41 2006
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at iit.edu>, Joachim Breitner <nomeata at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Joachim Breitner <nomeata at debian.org>
 Build-Depends-Indep: perl
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 5.0.0)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libmath-derivative-perl/trunk/
 

Modified: packages/libmath-derivative-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-derivative-perl/trunk/debian/rules?rev=4683&op=diff
==============================================================================
--- packages/libmath-derivative-perl/trunk/debian/rules (original)
+++ packages/libmath-derivative-perl/trunk/debian/rules Fri Dec 29 09:25:41 2006
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
 
 package := $(shell grep Package debian/control | sed 's/^Package: //')
 version := $(shell head -1 debian/changelog | \
@@ -15,7 +10,6 @@
 
 build:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 clean:
 	dh_testdir
@@ -38,18 +32,11 @@
 	dh_perl	
 	dh_installdocs	README
 	dh_installexamples
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs	Release
 	dh_compress
 	dh_fixperms
-#	dh_suidregister
 	dh_installdeb
 	dh_gencontrol
-#	dh_md5sums
 	dh_builddeb
 
 binary-arch: build install




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