r26601 - in /trunk/libbusiness-isbn-data-perl/debian: changelog compat control rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Mon Nov 3 12:52:51 UTC 2008


Author: ghostbar-guest
Date: Mon Nov  3 12:52:48 2008
New Revision: 26601

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26601
Log:
Switched to debhelper v7, updated debian/{rules,compat,control}

Modified:
    trunk/libbusiness-isbn-data-perl/debian/changelog
    trunk/libbusiness-isbn-data-perl/debian/compat
    trunk/libbusiness-isbn-data-perl/debian/control
    trunk/libbusiness-isbn-data-perl/debian/rules

Modified: trunk/libbusiness-isbn-data-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/changelog?rev=26601&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/changelog (original)
+++ trunk/libbusiness-isbn-data-perl/debian/changelog Mon Nov  3 12:52:48 2008
@@ -6,9 +6,11 @@
 
   [ Jose Luis Rivas ]
   * New upstream release
-  * Set Standards-Version to 3.8.0 (no changes).
+  * Set Standards-Version to 3.8.0 (changes already applied by gregor 
+  herrmann).
   * Added me as uploader.
   * Refreshed debian/copyright
+  * Switched to debhelper v7, updated debian/{rules,compat,control}.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 12:19:43 -0430
 

Modified: trunk/libbusiness-isbn-data-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/compat?rev=26601&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/compat (original)
+++ trunk/libbusiness-isbn-data-perl/debian/compat Mon Nov  3 12:52:48 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libbusiness-isbn-data-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/control?rev=26601&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/control (original)
+++ trunk/libbusiness-isbn-data-perl/debian/control Mon Nov  3 12:52:48 2008
@@ -1,7 +1,7 @@
 Source: libbusiness-isbn-data-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0),
+Build-Depends: debhelper (>= 7),
  cdbs (>= 0.4.27), quilt, patchutils (>= 0.2.25)
 Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libbusiness-isbn-data-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-data-perl/debian/rules?rev=26601&op=diff
==============================================================================
--- trunk/libbusiness-isbn-data-perl/debian/rules (original)
+++ trunk/libbusiness-isbn-data-perl/debian/rules Mon Nov  3 12:52:48 2008
@@ -1,13 +1,26 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/quilt/quilt.make
 
-install/libbusiness-isbn-data-perl::
-	[ ! -d $(CURDIR)/debian/libbusiness-isbn-data-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libbusiness-isbn-data-perl/usr/lib/perl5
-        
-.PHONY: show-builddepends
-show-builddepends:
-	@echo "Build-Depends: $(CDBS_BUILD_DEPENDS)"
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
+




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