r4695 - in /packages/libtk-splashscreen-perl/trunk/debian: changelog compat control rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Fri Dec 29 22:14:49 CET 2006


Author: segre
Date: Fri Dec 29 22:14:48 2006
New Revision: 4695

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

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

Modified: packages/libtk-splashscreen-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-splashscreen-perl/trunk/debian/changelog?rev=4695&op=diff
==============================================================================
--- packages/libtk-splashscreen-perl/trunk/debian/changelog (original)
+++ packages/libtk-splashscreen-perl/trunk/debian/changelog Fri Dec 29 22:14:48 2006
@@ -1,3 +1,10 @@
+libtk-splashscreen-perl (1.0-3) unstable; urgency=low
+
+  * NOT RELEASED YET
+  * Updated to compatibility level 5
+
+ -- Carlo Segre <segre at debian.org>  Fri, 29 Dec 2006 15:13:25 -0600
+
 libtk-splashscreen-perl (1.0-2) unstable; urgency=low
 
   * Change to standards version 3.7.2

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

Modified: packages/libtk-splashscreen-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-splashscreen-perl/trunk/debian/control?rev=4695&op=diff
==============================================================================
--- packages/libtk-splashscreen-perl/trunk/debian/control (original)
+++ packages/libtk-splashscreen-perl/trunk/debian/control Fri Dec 29 22:14:48 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, perl-tk
-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-splashscreen-perl/trunk/
 

Modified: packages/libtk-splashscreen-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtk-splashscreen-perl/trunk/debian/rules?rev=4695&op=diff
==============================================================================
--- packages/libtk-splashscreen-perl/trunk/debian/rules (original)
+++ packages/libtk-splashscreen-perl/trunk/debian/rules Fri Dec 29 22:14:48 2006
@@ -5,16 +5,12 @@
 # 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 | \
                         perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
 debtmp  := $(CURDIR)/debian/$(package)
 build:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 
 clean:
@@ -40,18 +36,11 @@
 	dh_perl	
 	dh_installdocs	README
 	dh_installexamples
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs
 	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