r47054 - in /trunk/libtk-filedialog-perl/debian: changelog compat control libtk-filedialog-perl.examples rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Wed Nov 11 20:16:05 UTC 2009


Author: diocles-guest
Date: Wed Nov 11 20:15:56 2009
New Revision: 47054

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47054
Log:
Update packaging to dh7; bump standards-version; remove perl B-D-I versioning.

Added:
    trunk/libtk-filedialog-perl/debian/libtk-filedialog-perl.examples
Modified:
    trunk/libtk-filedialog-perl/debian/changelog
    trunk/libtk-filedialog-perl/debian/compat
    trunk/libtk-filedialog-perl/debian/control
    trunk/libtk-filedialog-perl/debian/rules

Modified: trunk/libtk-filedialog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/changelog?rev=47054&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/changelog (original)
+++ trunk/libtk-filedialog-perl/debian/changelog Wed Nov 11 20:15:56 2009
@@ -18,7 +18,14 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Tim Retout ]
-  * debian/control: Add self to Uploaders.
+  * debian/control:
+    + Add self to Uploaders.
+    + Remove ancient versioning from perl B-D-I entry.
+    + Build-Depend on debhelper (>= 7.0.8) and quilt (>= 0.46-7)
+    + Update Standards-Version to 3.8.3.
+  * debian/rules: Switch to minimal dh7 rules file with quilt.
+  * debian/compat: Bump to 7.
+  * debian/libtk-filedialog-perl.examples: Add debian/example.pl
   * debian/patches/fix-own-master-error: New patch to fix error about
     making ".filedialog" its own master. (Closes: #544894)
 

Modified: trunk/libtk-filedialog-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/compat?rev=47054&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/compat (original)
+++ trunk/libtk-filedialog-perl/debian/compat Wed Nov 11 20:15:56 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libtk-filedialog-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/control?rev=47054&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/control (original)
+++ trunk/libtk-filedialog-perl/debian/control Wed Nov 11 20:15:56 2009
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Tim Retout <tim at retout.co.uk>
-Build-Depends: debhelper (>> 4.0.0), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.6)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Tk-FileDialog/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-filedialog-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtk-filedialog-perl/

Added: trunk/libtk-filedialog-perl/debian/libtk-filedialog-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/libtk-filedialog-perl.examples?rev=47054&op=file
==============================================================================
--- trunk/libtk-filedialog-perl/debian/libtk-filedialog-perl.examples (added)
+++ trunk/libtk-filedialog-perl/debian/libtk-filedialog-perl.examples Wed Nov 11 20:15:56 2009
@@ -1,0 +1,1 @@
+debian/example.pl

Modified: trunk/libtk-filedialog-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-filedialog-perl/debian/rules?rev=47054&op=diff
==============================================================================
--- trunk/libtk-filedialog-perl/debian/rules (original)
+++ trunk/libtk-filedialog-perl/debian/rules Wed Nov 11 20:15:56 2009
@@ -1,63 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples debian/example.pl
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh --with quilt $@




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