r28524 - in /trunk/libfile-read-perl/debian: changelog compat control examples rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 23 07:59:54 UTC 2008


Author: dmn
Date: Tue Dec 23 07:59:51 2008
New Revision: 28524

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

Added:
    trunk/libfile-read-perl/debian/examples
Modified:
    trunk/libfile-read-perl/debian/changelog
    trunk/libfile-read-perl/debian/compat
    trunk/libfile-read-perl/debian/control
    trunk/libfile-read-perl/debian/rules

Modified: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-read-perl/debian/changelog?rev=28524&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (original)
+++ trunk/libfile-read-perl/debian/changelog Tue Dec 23 07:59:51 2008
@@ -6,6 +6,10 @@
   [ gregor herrmann ]
   * 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:50:50 +0100
 

Modified: trunk/libfile-read-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-read-perl/debian/compat?rev=28524&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/compat (original)
+++ trunk/libfile-read-perl/debian/compat Tue Dec 23 07:59:51 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libfile-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-read-perl/debian/control?rev=28524&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/control (original)
+++ trunk/libfile-read-perl/debian/control Tue Dec 23 07:59:51 2008
@@ -1,7 +1,7 @@
 Source: libfile-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.8-7), libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl,
  libtest-distribution-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libfile-read-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-read-perl/debian/examples?rev=28524&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/examples (added)
+++ trunk/libfile-read-perl/debian/examples Tue Dec 23 07:59:51 2008
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-read-perl/debian/rules?rev=28524&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/rules (original)
+++ trunk/libfile-read-perl/debian/rules Tue Dec 23 07:59:51 2008
@@ -1,73 +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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor create_packlist=0
-	$(PERL) Build
-	AUTOMATED_TESTING=1 $(PERL) Build test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
+	dh $@
 
-	dh_clean build-stamp install-stamp
-
-	[ ! -f Build ] || $(PERL) Build distclean
-
-install: build install-stamp 
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(PERL) Build install destdir=$(TMP)
-
+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_installexamples eg/*
-	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