r3710 - in /packages/libconfig-file-perl/trunk/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Sep 12 17:49:13 UTC 2006


Author: gregoa-guest
Date: Tue Sep 12 17:49:13 2006
New Revision: 3710

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3710
Log:
* Fix long description by adding additional spaces (closes: #387044).
* Move perl from Build-Depends to Build-Depends-Indep.
* Remove empty /usr/lib/perl5 directory from package.

Modified:
    packages/libconfig-file-perl/trunk/debian/changelog
    packages/libconfig-file-perl/trunk/debian/control
    packages/libconfig-file-perl/trunk/debian/rules

Modified: packages/libconfig-file-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/changelog?rev=3710&op=diff
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/changelog (original)
+++ packages/libconfig-file-perl/trunk/debian/changelog Tue Sep 12 17:49:13 2006
@@ -1,3 +1,11 @@
+libconfig-file-perl (1.4-2) unstable; urgency=low
+
+  * Fix long description by adding additional spaces (closes: #387044).
+  * Move perl from Build-Depends to Build-Depends-Indep.
+  * Remove empty /usr/lib/perl5 directory from package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 12 Sep 2006 19:47:29 +0200
+
 libconfig-file-perl (1.4-1) unstable; urgency=low
 
   * No longer a Debian-native package, now a proper regular

Modified: packages/libconfig-file-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/control?rev=3710&op=diff
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/control (original)
+++ packages/libconfig-file-perl/trunk/debian/control Tue Sep 12 17:49:13 2006
@@ -1,9 +1,10 @@
 Source: libconfig-file-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-6)
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-6)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 
 Package: libconfig-file-perl
@@ -17,9 +18,9 @@
  an anonymous hash reference. The syntax of the configuration file is
  quite simple:
  .
- # This is a comment
- VALUE_ONE = foo
- VALUE_TWO = $VALUE_ONE/bar
- VALUE_THREE = The value contains a \# (hash). # This is a comment.
- COMPOSED_VALUE[one] = The first component of a clustered value
- COMPOSED_VALUE[two] = The second component of a clustered value
+  # This is a comment
+  VALUE_ONE = foo
+  VALUE_TWO = $VALUE_ONE/bar
+  VALUE_THREE = The value contains a \# (hash). # This is a comment.
+  COMPOSED_VALUE[one] = The first component of a clustered value
+  COMPOSED_VALUE[two] = The second component of a clustered value

Modified: packages/libconfig-file-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconfig-file-perl/trunk/debian/rules?rev=3710&op=diff
==============================================================================
--- packages/libconfig-file-perl/trunk/debian/rules (original)
+++ packages/libconfig-file-perl/trunk/debian/rules Tue Sep 12 17:49:13 2006
@@ -48,6 +48,7 @@
 
 	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 
 # Build architecture-independent files here.




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