r18964 - in /trunk/libfile-policy-perl/debian: copyright rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Apr 21 15:44:51 UTC 2008


Author: yvesago-guest
Date: Mon Apr 21 15:44:51 2008
New Revision: 18964

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18964
Log:
clean debian rules and copyright

Modified:
    trunk/libfile-policy-perl/debian/copyright
    trunk/libfile-policy-perl/debian/rules

Modified: trunk/libfile-policy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-policy-perl/debian/copyright?rev=18964&op=diff
==============================================================================
--- trunk/libfile-policy-perl/debian/copyright (original)
+++ trunk/libfile-policy-perl/debian/copyright Mon Apr 21 15:44:51 2008
@@ -4,12 +4,13 @@
 
 The upstream author is: 
 
-John Alden <cpan _at_ bbc _dot_ co _dot_ uk>
+John Alden <cpan at bbc.co.uk>
 
 Upstream author of examples/lib/File/Policy/Simple.pm is
-Murray Walker <cpan _at_ bbc _dot_ co _dot_ uk>.
+Murray Walker <cpan at bbc.co.uk>
 
-All files are Copyright, BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL.
+All files are Copyright, BBC 2005. This program is free software; you can 
+redistribute it and/or modify it under the GNU GPL.
 
 The full text of the GPL is available on Debian systems in
 /usr/share/common-licenses/GPL

Modified: trunk/libfile-policy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-policy-perl/debian/rules?rev=18964&op=diff
==============================================================================
--- trunk/libfile-policy-perl/debian/rules (original)
+++ trunk/libfile-policy-perl/debian/rules Mon Apr 21 15:44:51 2008
@@ -18,7 +18,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -28,7 +27,6 @@
 	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 +34,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 \




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