r46368 - in /trunk/libarchive-ar-perl/debian: changelog compat control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Oct 25 12:53:09 UTC 2009


Author: carnil-guest
Date: Sun Oct 25 12:52:30 2009
New Revision: 46368

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46368
Log:
* Bump compat level to debhelper 7.
* Minimize debian/rules to a tiny 3-line makefile. 

Modified:
    trunk/libarchive-ar-perl/debian/changelog
    trunk/libarchive-ar-perl/debian/compat
    trunk/libarchive-ar-perl/debian/control
    trunk/libarchive-ar-perl/debian/rules

Modified: trunk/libarchive-ar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/changelog?rev=46368&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/changelog (original)
+++ trunk/libarchive-ar-perl/debian/changelog Sun Oct 25 12:52:30 2009
@@ -22,8 +22,10 @@
     from source package. 
   * debian/control:
     - Add myself to Uploaders. 
+  * Bump compat level to debhelper 7.
+  * Minimize debian/rules to a tiny 3-line makefile. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 24 Oct 2009 17:31:00 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 25 Oct 2009 13:51:29 +0100
 
 libarchive-ar-perl (1.13b-2) unstable; urgency=low
 

Modified: trunk/libarchive-ar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/compat?rev=46368&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/compat (original)
+++ trunk/libarchive-ar-perl/debian/compat Sun Oct 25 12:52:30 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libarchive-ar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/control?rev=46368&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/control (original)
+++ trunk/libarchive-ar-perl/debian/control Sun Oct 25 12:52:30 2009
@@ -1,8 +1,8 @@
 Source: libarchive-ar-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-mockobject-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-mockobject-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, 
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
@@ -14,7 +14,7 @@
 Package: libarchive-ar-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: perl interface for manipulating ar archives
+Description: Perl interface for manipulating ar archives
  Archive::Ar is a pure-perl way to handle standard ar archives.
  .
  This is useful if you have those types of old archives on the system, but it

Modified: trunk/libarchive-ar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-ar-perl/debian/rules?rev=46368&op=diff
==============================================================================
--- trunk/libarchive-ar-perl/debian/rules (original)
+++ trunk/libarchive-ar-perl/debian/rules Sun Oct 25 12:52:30 2009
@@ -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