r6290 - in /trunk/libmail-verp-perl/debian: compat control copyright rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Aug 6 08:47:07 UTC 2007


Author: tincho-guest
Date: Mon Aug  6 08:47:07 2007
New Revision: 6290

URL: http://svn.debian.org/wsvn/?sc=1&rev=6290
Log:
Fixed the copyright info, bumped debhelper version, fixed clean target.

Modified:
    trunk/libmail-verp-perl/debian/compat
    trunk/libmail-verp-perl/debian/control
    trunk/libmail-verp-perl/debian/copyright
    trunk/libmail-verp-perl/debian/rules

Modified: trunk/libmail-verp-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmail-verp-perl/debian/compat?rev=6290&op=diff
==============================================================================
--- trunk/libmail-verp-perl/debian/compat (original)
+++ trunk/libmail-verp-perl/debian/compat Mon Aug  6 08:47:07 2007
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libmail-verp-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmail-verp-perl/debian/control?rev=6290&op=diff
==============================================================================
--- trunk/libmail-verp-perl/debian/control (original)
+++ trunk/libmail-verp-perl/debian/control Mon Aug  6 08:47:07 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <martin.ferrari at gmail.com>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-verp-perl/

Modified: trunk/libmail-verp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmail-verp-perl/debian/copyright?rev=6290&op=diff
==============================================================================
--- trunk/libmail-verp-perl/debian/copyright (original)
+++ trunk/libmail-verp-perl/debian/copyright Mon Aug  6 08:47:07 2007
@@ -4,12 +4,20 @@
 
 It was downloaded from: http://search.cpan.org/~gyepi/Mail-Verp-0.05/
 
-Copyright Holder: Copyright (C) 2003 Gyepi Sam <gyepi at cpan.org>
+Copyright Holder: Copyright (C) 2003, 2007 Gyepi Sam <gyepi at cpan.org>
 
 License:
+	This library is free software; you can redistribute it and/or modify
+	it under the same terms as Perl itself.
 
-libmail-verp-perl is released under the Perl License which can be found in
-/usr/share/doc/perl/copyright.
+Perl is distributed under either the Artistic licence or the GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
 
 The Debian packaging is (C) 2005 Julien BLACHE <jblache at debian.org>;
 (C) 2006, 2007, Martín Ferrari <martin.ferrari at gmail.com> and is licensed under

Modified: trunk/libmail-verp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-verp-perl/debian/rules?rev=6290&op=diff
==============================================================================
--- trunk/libmail-verp-perl/debian/rules (original)
+++ trunk/libmail-verp-perl/debian/rules Mon Aug  6 08:47:07 2007
@@ -19,7 +19,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean 
 
 install: build




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