r19622 - in /trunk/libdata-types-perl/debian: changelog control rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Wed May 7 18:15:55 UTC 2008


Author: rmayorga-guest
Date: Wed May  7 18:15:54 2008
New Revision: 19622

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19622
Log:
* debian/control
  - libtest-pod-perl added to B-D-U
  - Add myself back to uploaders
* sync debian/rules with newest dh-make-perl template

Modified:
    trunk/libdata-types-perl/debian/changelog
    trunk/libdata-types-perl/debian/control
    trunk/libdata-types-perl/debian/rules

Modified: trunk/libdata-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-types-perl/debian/changelog?rev=19622&op=diff
==============================================================================
--- trunk/libdata-types-perl/debian/changelog (original)
+++ trunk/libdata-types-perl/debian/changelog Wed May  7 18:15:54 2008
@@ -1,9 +1,11 @@
 libdata-types-perl (0.08-1) unstable; urgency=low
 
   * New upstream release
-  * debian/rules - Add install target to .PHONY
-  * debian/control -  Add myself back to uploaders
+  * debian/control
+    - libtest-pod-perl added to B-D-U
+    - Add myself back to uploaders
   * debian/copyright - Refresh copyright years
+  * sync debian/rules with newest dh-make-perl template
 
  -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 06 May 2008 23:53:30 -0600
 

Modified: trunk/libdata-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-types-perl/debian/control?rev=19622&op=diff
==============================================================================
--- trunk/libdata-types-perl/debian/control (original)
+++ trunk/libdata-types-perl/debian/control Wed May  7 18:15:54 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 6), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>

Modified: trunk/libdata-types-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-types-perl/debian/rules?rev=19622&op=diff
==============================================================================
--- trunk/libdata-types-perl/debian/rules (original)
+++ trunk/libdata-types-perl/debian/rules Wed May  7 18:15:54 2008
@@ -7,42 +7,44 @@
 # It was later modified by Jason Kohles <email at jasonkohles.com>
 # http://www.jasonkohles.com/ to support Module::Build installed modules
 
+# 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)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
+	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build distclean
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
+	# Add commands to install the package into $(TMP) here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	[ ! -d $(TMP)/usr/lib/perl5/auto/Data/Types ] || \
-	   rmdir --ignore-fail-on-non-empty --parents --verbose \
-	      $(TMP)/usr/lib/perl5/auto/Data/Types
 	touch $@
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
@@ -57,8 +59,5 @@
 	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 install




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