r3001 - in /packages/libfortune-perl/trunk/debian: changelog compat control copyright rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 16 13:56:55 UTC 2006


Author: gregoa-guest
Date: Fri Jun 16 13:56:54 2006
New Revision: 3001

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3001
Log:
* Moved debhelper to Build-Depends.
* Set Standards-Version to 3.7.2 (no changes).
* Set Debhelper Compatibility Level to 5.
* Added references to the licences in debian/copyright.
* Removed empty /usr/lib/perl5 from package.

Modified:
    packages/libfortune-perl/trunk/debian/changelog
    packages/libfortune-perl/trunk/debian/compat
    packages/libfortune-perl/trunk/debian/control
    packages/libfortune-perl/trunk/debian/copyright
    packages/libfortune-perl/trunk/debian/rules

Modified: packages/libfortune-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/changelog?rev=3001&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/changelog (original)
+++ packages/libfortune-perl/trunk/debian/changelog Fri Jun 16 13:56:54 2006
@@ -1,3 +1,13 @@
+libfortune-perl (0.2-6) unstable; urgency=low
+
+  * Moved debhelper to Build-Depends.
+  * Set Standards-Version to 3.7.2 (no changes).
+  * Set Debhelper Compatibility Level to 5.
+  * Added references to the licences in debian/copyright.
+  * Removed empty /usr/lib/perl5 from package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Jun 2006 15:56:10 +0200
+
 libfortune-perl (0.2-5) unstable; urgency=low
 
   * debian/control:

Modified: packages/libfortune-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/compat?rev=3001&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/compat (original)
+++ packages/libfortune-perl/trunk/debian/compat Fri Jun 16 13:56:54 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libfortune-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/control?rev=3001&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/control (original)
+++ packages/libfortune-perl/trunk/debian/control Fri Jun 16 13:56:54 2006
@@ -2,9 +2,10 @@
 Priority: optional
 Section: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gustavo Franco <stratus at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.8)
-Standards-Version: 3.6.1
+Uploaders: Gustavo Franco <stratus at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8)
+Standards-Version: 3.7.2
 
 Package: libfortune-perl
 Priority: optional

Modified: packages/libfortune-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/copyright?rev=3001&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/copyright (original)
+++ packages/libfortune-perl/trunk/debian/copyright Fri Jun 16 13:56:54 2006
@@ -12,6 +12,12 @@
 This is free software; you can redistribute it and/or modify 
 it under the same terms as Perl itself.
 
-Debian GNU/Linux users can find the Perl license terms under
-/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.
+                        
+

Modified: packages/libfortune-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/rules?rev=3001&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/rules (original)
+++ packages/libfortune-perl/trunk/debian/rules Fri Jun 16 13:56:54 2006
@@ -27,6 +27,11 @@
 
 	$(MAKE) install PREFIX=$(prefix)
 
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(prefix)/lib/perl5
+
 	dh_installdocs README
 	dh_installexamples 
 	dh_installchangelogs 




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