r28529 - in /trunk/libhash-withdefaults-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 23 08:08:42 UTC 2008


Author: dmn
Date: Tue Dec 23 08:08:39 2008
New Revision: 28529

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28529
Log:
* rules,control,compat: upgrade to DH7
  + do not ship redundant README

Modified:
    trunk/libhash-withdefaults-perl/debian/changelog
    trunk/libhash-withdefaults-perl/debian/compat
    trunk/libhash-withdefaults-perl/debian/control
    trunk/libhash-withdefaults-perl/debian/rules

Modified: trunk/libhash-withdefaults-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/debian/changelog?rev=28529&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/changelog (original)
+++ trunk/libhash-withdefaults-perl/debian/changelog Tue Dec 23 08:08:39 2008
@@ -13,6 +13,10 @@
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
+  [ Damyan Ivanov ]
+  * rules,control,compat: upgrade to DH7
+    + do not ship redundant README
+
  -- David Paleino <d.paleino at gmail.com>  Fri, 22 Feb 2008 12:51:53 +0100
 
 libhash-withdefaults-perl (0.04-1) unstable; urgency=low

Modified: trunk/libhash-withdefaults-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/debian/compat?rev=28529&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/compat (original)
+++ trunk/libhash-withdefaults-perl/debian/compat Tue Dec 23 08:08:39 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libhash-withdefaults-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/debian/control?rev=28529&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/control (original)
+++ trunk/libhash-withdefaults-perl/debian/control Tue Dec 23 08:08:39 2008
@@ -1,7 +1,7 @@
 Source: libhash-withdefaults-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.8.8-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carl Fürstenberg <azatoth at gmail.com>

Modified: trunk/libhash-withdefaults-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-withdefaults-perl/debian/rules?rev=28529&op=diff
==============================================================================
--- trunk/libhash-withdefaults-perl/debian/rules (original)
+++ trunk/libhash-withdefaults-perl/debian/rules Tue Dec 23 08:08:39 2008
@@ -1,72 +1,23 @@
 #!/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: patch build-stamp
+build: build-stamp
 build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
-	$(MAKE)
-	$(MAKE) test
-
+	dh build
 	touch $@
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
+clean:
+	dh $@
 
-	dh_clean build-stamp install-stamp
-
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
+install: install-stamp
+install-stamp: build-stamp
+	dh install
 	touch $@
 
 binary-arch:
-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-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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