r8435 - in /trunk/libdata-formvalidator-perl/debian: changelog copyright docs rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Oct 22 06:27:44 UTC 2007


Author: dmn
Date: Mon Oct 22 06:27:44 2007
New Revision: 8435

URL: http://svn.debian.org/wsvn/?sc=1&rev=8435
Log:
* [debian/rules]
  + clean up more
  + move debian/docs' content to dh_installdocs call
* Freshen copyright years in debian/copyright

Removed:
    trunk/libdata-formvalidator-perl/debian/docs
Modified:
    trunk/libdata-formvalidator-perl/debian/changelog
    trunk/libdata-formvalidator-perl/debian/copyright
    trunk/libdata-formvalidator-perl/debian/rules

Modified: trunk/libdata-formvalidator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-formvalidator-perl/debian/changelog?rev=8435&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/changelog (original)
+++ trunk/libdata-formvalidator-perl/debian/changelog Mon Oct 22 06:27:44 2007
@@ -1,8 +1,12 @@
 libdata-formvalidator-perl (4.55-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release
+  * [debian/rules]
+    + clean up more
+    + move debian/docs' content to dh_installdocs call
+  * Freshen copyright years in debian/copyright
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 22 Oct 2007 09:03:17 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 22 Oct 2007 09:27:01 +0300
 
 libdata-formvalidator-perl (4.52-1) unstable; urgency=low
 

Modified: trunk/libdata-formvalidator-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdata-formvalidator-perl/debian/copyright?rev=8435&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/copyright (original)
+++ trunk/libdata-formvalidator-perl/debian/copyright Mon Oct 22 06:27:44 2007
@@ -4,7 +4,7 @@
 It was downloaded from http://www.cpan.org/modules/by-module/Data/
 
 Upstream Authors: 
-    Parts Copyright 2001-2003 by Mark Stosberg <markstos at cpan.org>, (Current
+    Parts Copyright 2001-2006 by Mark Stosberg <markstos at cpan.org>, (Current
     Maintainer)
 
     Copyright (c) 1999 Francis J. Lacoste and iNsu Innovations Inc. All

Modified: trunk/libdata-formvalidator-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-formvalidator-perl/debian/rules?rev=8435&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/rules (original)
+++ trunk/libdata-formvalidator-perl/debian/rules Mon Oct 22 06:27:44 2007
@@ -8,18 +8,23 @@
 # This is the debhelper compatibility version to use.
 #export DH_COMPAT=4
 
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+PACKAGE=$(shell dh_listpackages)
+TMP=$(CURDIR)/debian/$(PACKAGE)
 config = installdirs=vendor
 
 
-build:
+build: build-stamp
+build-stamp:
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Build.PL $(config)
+	./Build test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp
 	[ ! -f Build ] || ./Build clean
 	rm -rf ./Build _build blib Makefile
 	dh_clean
@@ -30,19 +35,15 @@
 	dh_clean -k
 	dh_installdirs
 
-	./Build test
-	./Build install destdir=$(CURDIR)/debian/$(PACKAGE) create_packlist=0
-	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	./Build install destdir=$(TMP) create_packlist=0
+	#-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
 
 binary-arch:;
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installman
+	dh_installdocs README RELEASE_NOTES
 	dh_installchangelogs Changes
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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