r20776 - in /trunk/libdevel-calltrace-perl: META.yml debian/changelog debian/control debian/patches/ debian/patches/meta_version.patch debian/patches/series debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 6 14:44:43 UTC 2008


Author: gregoa
Date: Fri Jun  6 14:44:43 2008
New Revision: 20776

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20776
Log:
split out patch, add quilt stuff

Added:
    trunk/libdevel-calltrace-perl/debian/patches/
    trunk/libdevel-calltrace-perl/debian/patches/meta_version.patch
    trunk/libdevel-calltrace-perl/debian/patches/series
Modified:
    trunk/libdevel-calltrace-perl/META.yml
    trunk/libdevel-calltrace-perl/debian/changelog
    trunk/libdevel-calltrace-perl/debian/control
    trunk/libdevel-calltrace-perl/debian/rules

Modified: trunk/libdevel-calltrace-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/META.yml?rev=20776&op=diff
==============================================================================
--- trunk/libdevel-calltrace-perl/META.yml (original)
+++ trunk/libdevel-calltrace-perl/META.yml Fri Jun  6 14:44:43 2008
@@ -1,5 +1,5 @@
 name: Devel-CallTrace
-version: 1.0
+version: undef
 author: Robert Spier <rspier at pobox.com> &  Jesse Vincent <jesse at bestpractical.com
 license: Perl
 distribution_type: module

Modified: trunk/libdevel-calltrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/debian/changelog?rev=20776&op=diff
==============================================================================
--- trunk/libdevel-calltrace-perl/debian/changelog (original)
+++ trunk/libdevel-calltrace-perl/debian/changelog Fri Jun  6 14:44:43 2008
@@ -1,6 +1,4 @@
 libdevel-calltrace-perl (1.0-1) UNRELEASED; urgency=low
-
-  TODO: Extract changes to META.yml into a quilt patch.
 
   * Initial Release.  (Closes: #482612)
 

Modified: trunk/libdevel-calltrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/debian/control?rev=20776&op=diff
==============================================================================
--- trunk/libdevel-calltrace-perl/debian/control (original)
+++ trunk/libdevel-calltrace-perl/debian/control Fri Jun  6 14:44:43 2008
@@ -1,7 +1,7 @@
 Source: libdevel-calltrace-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antony Gelberg <antony at wayforth.co.uk>

Added: trunk/libdevel-calltrace-perl/debian/patches/meta_version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/debian/patches/meta_version.patch?rev=20776&op=file
==============================================================================
--- trunk/libdevel-calltrace-perl/debian/patches/meta_version.patch (added)
+++ trunk/libdevel-calltrace-perl/debian/patches/meta_version.patch Fri Jun  6 14:44:43 2008
@@ -1,0 +1,9 @@
+--- libdevel-calltrace-perl.orig/META.yml
++++ libdevel-calltrace-perl/META.yml
+@@ -1,5 +1,5 @@
+ name: Devel-CallTrace
+-version: undef
++version: 1.0
+ author: Robert Spier <rspier at pobox.com> &  Jesse Vincent <jesse at bestpractical.com
+ license: Perl
+ distribution_type: module

Added: trunk/libdevel-calltrace-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/debian/patches/series?rev=20776&op=file
==============================================================================
--- trunk/libdevel-calltrace-perl/debian/patches/series (added)
+++ trunk/libdevel-calltrace-perl/debian/patches/series Fri Jun  6 14:44:43 2008
@@ -1,0 +1,1 @@
+meta_version.patch

Modified: trunk/libdevel-calltrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-calltrace-perl/debian/rules?rev=20776&op=diff
==============================================================================
--- trunk/libdevel-calltrace-perl/debian/rules (original)
+++ trunk/libdevel-calltrace-perl/debian/rules Fri Jun  6 14:44:43 2008
@@ -11,24 +11,24 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -36,7 +36,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -49,8 +48,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs 
+	dh_installdocs
+	dh_installchangelogs
 	dh_perl
 	dh_compress
 	dh_fixperms




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