r13788 - in /trunk/libconfig-json-perl/debian: changelog control copyright rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Mon Jan 28 15:00:43 UTC 2008


Author: emhn-guest
Date: Mon Jan 28 15:00:43 2008
New Revision: 13788

URL: http://svn.debian.org/wsvn/?sc=1&rev=13788
Log:
* Fixed debian/rules to remove empty /usr/lib/perl5
* Removed leading space from short description
* Added trailing plus-sign to packaging license in copyright file

Modified:
    trunk/libconfig-json-perl/debian/changelog
    trunk/libconfig-json-perl/debian/control
    trunk/libconfig-json-perl/debian/copyright
    trunk/libconfig-json-perl/debian/rules

Modified: trunk/libconfig-json-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-json-perl/debian/changelog?rev=13788&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/changelog (original)
+++ trunk/libconfig-json-perl/debian/changelog Mon Jan 28 15:00:43 2008
@@ -1,5 +1,8 @@
 libconfig-json-perl (1.1.4-1) unstable; urgency=low
 
   * Initial Release (Closes: #462536)
+  * Fixed debian/rules to remove empty /usr/lib/perl5
+  * Removed leading space from short description
+  * Added trailing plus-sign to packaging license in copyright file
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 28 Jan 2008 07:36:11 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 28 Jan 2008 10:28:37 -0430

Modified: trunk/libconfig-json-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconfig-json-perl/debian/control?rev=13788&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/control (original)
+++ trunk/libconfig-json-perl/debian/control Mon Jan 28 15:00:43 2008
@@ -14,6 +14,6 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
  libclass-insideout-perl, libjson-perl, libversion-perl, libtest-deep-perl
-Description:  A parser for JSON-based configuration files
+Description: A parser for JSON-based configuration files
  Config::JSON parses configuration files written in JSON. It also does
  some non-JSON stuff, like allowing comments in files.

Modified: trunk/libconfig-json-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libconfig-json-perl/debian/copyright?rev=13788&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/copyright (original)
+++ trunk/libconfig-json-perl/debian/copyright Mon Jan 28 15:00:43 2008
@@ -23,5 +23,5 @@
 
 Files: debian/*
 Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
-License: GPL-1|Artistic
+License: GPL-1+|Artistic
  Packaging is licensed under the same terms as the software itself (see above).

Modified: trunk/libconfig-json-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-json-perl/debian/rules?rev=13788&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/rules (original)
+++ trunk/libconfig-json-perl/debian/rules Mon Jan 28 15:00:43 2008
@@ -22,11 +22,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we prevent this by setting the INSTALLVENDORARCH
-	# and VENDORARCHEXP environment variables.
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +48,8 @@
 	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
 	touch $@
 
 binary-arch:




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