r12118 - in /trunk/libhtml-copy-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Jan 6 07:42:48 UTC 2008


Author: gregoa-guest
Date: Sun Jan  6 07:42:47 2008
New Revision: 12118

URL: http://svn.debian.org/wsvn/?sc=1&rev=12118
Log:
set back to UNRELEASED -- Depends seems rather empty.

* debian/control: move lib*-perl to Build-Depends-Indep.
* debian/rules: remove /usr/lib/perl5, but only if it exists.

Modified:
    trunk/libhtml-copy-perl/debian/changelog
    trunk/libhtml-copy-perl/debian/control
    trunk/libhtml-copy-perl/debian/rules

Modified: trunk/libhtml-copy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/changelog?rev=12118&op=diff
==============================================================================
--- trunk/libhtml-copy-perl/debian/changelog (original)
+++ trunk/libhtml-copy-perl/debian/changelog Sun Jan  6 07:42:47 2008
@@ -1,11 +1,18 @@
-libhtml-copy-perl (1.22-1) unstable; urgency=low
+libhtml-copy-perl (1.22-1) UNRELEASED; urgency=low
 
+  set back to UNRELEASED -- Depends seems rather empty.
+  
+  [ Alejandro Garrido Mota ]
   * New upstream version
   * Moved package into Perl Pkg Project SVN.
   * Update Standards-Version in debian/control to 3.7.3
   * Add watch archive
 
- -- Alejandro Garrido Mota <garridomota at gmail.com>  Fri, 07 Dec 2007 01:15:55 -0400
+  [ gregor herrmann ]
+  * debian/control: move lib*-perl to Build-Depends-Indep.
+  * debian/rules: remove /usr/lib/perl5, but only if it exists.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 06 Jan 2008 08:37:43 +0100
 
 libhtml-copy-perl (1.2-1) unstable; urgency=low
 

Modified: trunk/libhtml-copy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/control?rev=12118&op=diff
==============================================================================
--- trunk/libhtml-copy-perl/debian/control (original)
+++ trunk/libhtml-copy-perl/debian/control Sun Jan  6 07:42:47 2008
@@ -1,8 +1,8 @@
 Source: libhtml-copy-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5.0.0), liburi-perl, libhtml-parser-perl (>= 3.4), libclass-accessor-perl, libwww-perl
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libhtml-parser-perl (>= 3.4), libclass-accessor-perl, libwww-perl
 Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
 Homepage: http://search.cpan.org/dist/HTML-Copy/

Modified: trunk/libhtml-copy-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/rules?rev=12118&op=diff
==============================================================================
--- trunk/libhtml-copy-perl/debian/rules (original)
+++ trunk/libhtml-copy-perl/debian/rules Sun Jan  6 07:42:47 2008
@@ -4,5 +4,6 @@
 include /usr/share/cdbs/1/class/perlmodule.mk
 
 install/libhtml-copy-perl::
-	rm -rfv debian/libhtml-copy-perl/usr/share/perl5
+	[ ! -d debian/libhtml-copy-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libhtml-copy-perl/usr/lib/perl5
 
+




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