r69407 - in /trunk/libnet-smtp-ssl-perl/debian: changelog compat control rules

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Wed Feb 23 17:45:16 UTC 2011


Author: mxey-guest
Date: Wed Feb 23 17:45:01 2011
New Revision: 69407

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69407
Log:
Switch to debhelper compat level 8, minimize rules

Modified:
    trunk/libnet-smtp-ssl-perl/debian/changelog
    trunk/libnet-smtp-ssl-perl/debian/compat
    trunk/libnet-smtp-ssl-perl/debian/control
    trunk/libnet-smtp-ssl-perl/debian/rules

Modified: trunk/libnet-smtp-ssl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/debian/changelog?rev=69407&op=diff
==============================================================================
--- trunk/libnet-smtp-ssl-perl/debian/changelog (original)
+++ trunk/libnet-smtp-ssl-perl/debian/changelog Wed Feb 23 17:45:01 2011
@@ -11,6 +11,9 @@
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+
+  [ Maximilian Gass ]
+  * Switch to debhelper compat level 8, minimize rules
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:45:34 +0100
 

Modified: trunk/libnet-smtp-ssl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/debian/compat?rev=69407&op=diff
==============================================================================
--- trunk/libnet-smtp-ssl-perl/debian/compat (original)
+++ trunk/libnet-smtp-ssl-perl/debian/compat Wed Feb 23 17:45:01 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libnet-smtp-ssl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/debian/control?rev=69407&op=diff
==============================================================================
--- trunk/libnet-smtp-ssl-perl/debian/control (original)
+++ trunk/libnet-smtp-ssl-perl/debian/control Wed Feb 23 17:45:01 2011
@@ -1,7 +1,7 @@
 Source: libnet-smtp-ssl-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libio-socket-ssl-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,

Modified: trunk/libnet-smtp-ssl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/debian/rules?rev=69407&op=diff
==============================================================================
--- trunk/libnet-smtp-ssl-perl/debian/rules (original)
+++ trunk/libnet-smtp-ssl-perl/debian/rules Wed Feb 23 17:45:01 2011
@@ -1,60 +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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	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
-	dh_installchangelogs Changes
-	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 $@




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