r22068 - in /trunk/libperl6-junction-perl/debian: changelog compat control rules
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Mon Jun 23 09:50:38 UTC 2008
Author: dmn
Date: Mon Jun 23 09:50:38 2008
New Revision: 22068
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22068
Log:
minimize debian/rules with debhelper 7; adjust dh compat level and
build-dependency accordingly
Modified:
trunk/libperl6-junction-perl/debian/changelog
trunk/libperl6-junction-perl/debian/compat
trunk/libperl6-junction-perl/debian/control
trunk/libperl6-junction-perl/debian/rules
Modified: trunk/libperl6-junction-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-junction-perl/debian/changelog?rev=22068&op=diff
==============================================================================
--- trunk/libperl6-junction-perl/debian/changelog (original)
+++ trunk/libperl6-junction-perl/debian/changelog Mon Jun 23 09:50:38 2008
@@ -1,6 +1,8 @@
libperl6-junction-perl (1.40000-1) UNRELEASED; urgency=low
* New upstream release
+ * minimize debian/rules with debhelper 7; adjust dh compat level and
+ build-dependency accordingly
-- Damyan Ivanov <dmn at debian.org> Mon, 23 Jun 2008 12:44:42 +0300
Modified: trunk/libperl6-junction-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-junction-perl/debian/compat?rev=22068&op=diff
==============================================================================
--- trunk/libperl6-junction-perl/debian/compat (original)
+++ trunk/libperl6-junction-perl/debian/compat Mon Jun 23 09:50:38 2008
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libperl6-junction-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-junction-perl/debian/control?rev=22068&op=diff
==============================================================================
--- trunk/libperl6-junction-perl/debian/control (original)
+++ trunk/libperl6-junction-perl/debian/control Mon Jun 23 09:50:38 2008
@@ -1,7 +1,7 @@
Source: libperl6-junction-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
Modified: trunk/libperl6-junction-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl6-junction-perl/debian/rules?rev=22068&op=diff
==============================================================================
--- trunk/libperl6-junction-perl/debian/rules (original)
+++ trunk/libperl6-junction-perl/debian/rules Mon Jun 23 09:50:38 2008
@@ -1,70 +1,3 @@
#!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-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 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
+%:
+ dh $@
More information about the Pkg-perl-cvs-commits
mailing list