r52554 - in /trunk/libipc-shareable-perl/debian: README.source changelog compat control libipc-shareable-perl.examples rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 11 16:42:05 UTC 2010


Author: gregoa
Date: Thu Feb 11 16:41:55 2010
New Revision: 52554

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52554
Log:
* Switch to debhelper 7 (debian/{rules,compat,control,.examples}.
* Switch to source format 3.0 (quilt).

Added:
    trunk/libipc-shareable-perl/debian/libipc-shareable-perl.examples
    trunk/libipc-shareable-perl/debian/source/
    trunk/libipc-shareable-perl/debian/source/format
Removed:
    trunk/libipc-shareable-perl/debian/README.source
Modified:
    trunk/libipc-shareable-perl/debian/changelog
    trunk/libipc-shareable-perl/debian/compat
    trunk/libipc-shareable-perl/debian/control
    trunk/libipc-shareable-perl/debian/rules

Modified: trunk/libipc-shareable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/changelog?rev=52554&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/changelog (original)
+++ trunk/libipc-shareable-perl/debian/changelog Thu Feb 11 16:41:55 2010
@@ -1,7 +1,4 @@
 libipc-shareable-perl (0.60-8) UNRELEASED; urgency=low
-
-  [ Gunnar Wolf ]
-  * Added README.source to document quilt usage
 
   [ gregor herrmann ]
   * debian/control: Added: ${misc:Depends} to Depends: field.
@@ -15,6 +12,8 @@
   * Refresh patch fix_perl_5.10_compat and add DEP3 headers.
   * New patch test-block, grabbed from CPAN RT#19169; workaround blocking test
     (closes: #549760).
+  * Switch to debhelper 7 (debian/{rules,compat,control,.examples}.
+  * Switch to source format 3.0 (quilt).
 
  -- Gunnar Wolf <gwolf at debian.org>  Wed, 03 Dec 2008 11:19:04 -0600
 

Modified: trunk/libipc-shareable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/compat?rev=52554&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/compat (original)
+++ trunk/libipc-shareable-perl/debian/compat Thu Feb 11 16:41:55 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libipc-shareable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/control?rev=52554&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/control (original)
+++ trunk/libipc-shareable-perl/debian/control Thu Feb 11 16:41:55 2010
@@ -8,7 +8,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-shareable-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libipc-shareable-perl/
 Build-Depends-Indep: perl
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 7)
 
 Package: libipc-shareable-perl
 Architecture: all

Added: trunk/libipc-shareable-perl/debian/libipc-shareable-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/libipc-shareable-perl.examples?rev=52554&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/libipc-shareable-perl.examples (added)
+++ trunk/libipc-shareable-perl/debian/libipc-shareable-perl.examples Thu Feb 11 16:41:55 2010
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libipc-shareable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/rules?rev=52554&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/rules (original)
+++ trunk/libipc-shareable-perl/debian/rules Thu Feb 11 16:41:55 2010
@@ -1,57 +1,4 @@
 #!/usr/bin/make -f
-# Copyright (C) 2001, 2004 Philippe Troin <phil at fifi.org>,
-# (C) 2006 Martín Ferrari <martin.ferrari at gmail.com>.
-# This file is hereby placed under the GNU General Public License version 2.
-# Based on:
-#   Sample debian/rules that uses debhelper.
-#   GPL copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	rm -f build-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install PREFIX=$(CURDIR)/debian/libipc-shareable-perl/usr
-	[ ! -d $(CURDIR)/debian/libipc-shareable-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libipc-shareable-perl/usr/lib/perl5
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples eg/[a-z]*
-	dh_installmenu
-	dh_installman
-	dh_installchangelogs CHANGES
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-.PHONY: build clean binary-indep binary-arch binary install print-version \
-	get-orig-source
+%:
+	dh $@

Added: trunk/libipc-shareable-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-shareable-perl/debian/source/format?rev=52554&op=file
==============================================================================
--- trunk/libipc-shareable-perl/debian/source/format (added)
+++ trunk/libipc-shareable-perl/debian/source/format Thu Feb 11 16:41:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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