r4693 - in /packages/libtk-histentry-perl/trunk/debian: compat control rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Fri Dec 29 22:07:52 CET 2006


Author: segre
Date: Fri Dec 29 22:07:52 2006
New Revision: 4693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4693
Log:
updated to compat level 5, cleaned up debian/rules, not released

Modified:
    packages/libtk-histentry-perl/trunk/debian/compat
    packages/libtk-histentry-perl/trunk/debian/control
    packages/libtk-histentry-perl/trunk/debian/rules

Modified: packages/libtk-histentry-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-histentry-perl/trunk/debian/compat?rev=4693&op=diff
==============================================================================
--- packages/libtk-histentry-perl/trunk/debian/compat (original)
+++ packages/libtk-histentry-perl/trunk/debian/compat Fri Dec 29 22:07:52 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libtk-histentry-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-histentry-perl/trunk/debian/control?rev=4693&op=diff
==============================================================================
--- packages/libtk-histentry-perl/trunk/debian/control (original)
+++ packages/libtk-histentry-perl/trunk/debian/control Fri Dec 29 22:07:52 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>, Gustavo Franco <stratus at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Gustavo Franco <stratus 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/libtk-histentry-perl/trunk/
 

Modified: packages/libtk-histentry-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-histentry-perl/trunk/debian/rules?rev=4693&op=diff
==============================================================================
--- packages/libtk-histentry-perl/trunk/debian/rules (original)
+++ packages/libtk-histentry-perl/trunk/debian/rules Fri Dec 29 22:07:52 2006
@@ -4,9 +4,6 @@
 
 # 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 +12,6 @@
 
 build:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 clean:
 	dh_testdir
@@ -38,18 +34,11 @@
 	dh_perl	
 	dh_installdocs
 	dh_installexamples
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs	Changes
 	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