r19829 - in /trunk/liblog-handler-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 10 19:26:20 UTC 2008


Author: gregoa
Date: Sat May 10 19:26:19 2008
New Revision: 19829

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19829
Log:
Refresh debian/rules, only minor changes; don't install README anymore
(text version of the POD documentation).

Modified:
    trunk/liblog-handler-perl/debian/changelog
    trunk/liblog-handler-perl/debian/rules

Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=19829&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/changelog (original)
+++ trunk/liblog-handler-perl/debian/changelog Sat May 10 19:26:19 2008
@@ -1,8 +1,10 @@
 liblog-handler-perl (0.41-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh debian/rules, only minor changes; don't install README anymore
+    (text version of the POD documentation).
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 10 May 2008 21:20:23 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sat, 10 May 2008 21:24:10 +0200
 
 liblog-handler-perl (0.40-1) unstable; urgency=low
 

Modified: trunk/liblog-handler-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/rules?rev=19829&op=diff
==============================================================================
--- trunk/liblog-handler-perl/debian/rules (original)
+++ trunk/liblog-handler-perl/debian/rules Sat May 10 19:26:19 2008
@@ -14,8 +14,6 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-export LOG_HANDLER_SOCK_TEST=1
-
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
@@ -23,7 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -33,15 +30,13 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build distclean
+	[ ! -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
 	touch $@
 
@@ -51,7 +46,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installexamples examples/*
 	dh_installchangelogs ChangeLog
 	dh_perl
@@ -62,8 +57,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 source diff
+.PHONY: build clean binary-indep binary-arch binary install




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