r64053 - in /trunk/libmail-gnupg-perl/debian: README.source changelog compat control rules

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Oct 20 13:44:11 UTC 2010


Author: carnil
Date: Wed Oct 20 13:43:56 2010
New Revision: 64053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64053
Log:
* debian/control:
  - Make Build-Depends-Indep on perl unversioned as versioned (>= 5.8.0-
    7) is not needed anymore and anyway satisfied even in stable.
  - Bump versioned Build-Depends on debhelper to (>= 8).
  - Drop quilt Build-Depends.
* Bump Debhelper compat level to level 8.
* debian/rules: Simplify to a 3-line tiny makefile and drop quilt use as we
  use 3.0 (quilt) source format now.
* Drop not needed README.source. 

Removed:
    trunk/libmail-gnupg-perl/debian/README.source
Modified:
    trunk/libmail-gnupg-perl/debian/changelog
    trunk/libmail-gnupg-perl/debian/compat
    trunk/libmail-gnupg-perl/debian/control
    trunk/libmail-gnupg-perl/debian/rules

Modified: trunk/libmail-gnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/changelog?rev=64053&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/changelog (original)
+++ trunk/libmail-gnupg-perl/debian/changelog Wed Oct 20 13:43:56 2010
@@ -16,10 +16,16 @@
   * Change my email address.
 
   [ Salvatore Bonaccorso ]
-  * debian/control: Make Build-Depends-Indep on perl unversioned as
-    versioned (>= 5.8.0-7) is not needed anymore and anyway satisfied
-    even in stable.
+  * debian/control:
+    - Make Build-Depends-Indep on perl unversioned as versioned (>= 5.8.0-
+      7) is not needed anymore and anyway satisfied even in stable.
+    - Bump versioned Build-Depends on debhelper to (>= 8).
+    - Drop quilt Build-Depends.
   * Convert to '3.0 (quilt)' source package format.
+  * Bump Debhelper compat level to level 8.
+  * debian/rules: Simplify to a 3-line tiny makefile and drop quilt use as we
+    use 3.0 (quilt) source format now.
+  * Drop not needed README.source. 
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 05 Aug 2008 10:57:01 -0300
 
@@ -93,4 +99,3 @@
   * Initial Release.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed,  4 Jan 2006 16:33:00 +0100
-

Modified: trunk/libmail-gnupg-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/compat?rev=64053&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/compat (original)
+++ trunk/libmail-gnupg-perl/debian/compat Wed Oct 20 13:43:56 2010
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libmail-gnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/control?rev=64053&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/control (original)
+++ trunk/libmail-gnupg-perl/debian/control Wed Oct 20 13:43:56 2010
@@ -1,7 +1,7 @@
 Source: libmail-gnupg-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libmime-tools-perl, libgnupg-interface-perl, libmailtools-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,

Modified: trunk/libmail-gnupg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/rules?rev=64053&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/rules (original)
+++ trunk/libmail-gnupg-perl/debian/rules Wed Oct 20 13:43:56 2010
@@ -1,73 +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
-
-include /usr/share/quilt/quilt.make
-
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-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_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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