r3991 - in /packages/libhtml-clean-perl/trunk/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 1 13:12:39 UTC 2006


Author: gregoa-guest
Date: Sun Oct  1 13:12:38 2006
New Revision: 3991

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3991
Log:
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
* Add lynx | lynx-cur to Build-Depends-Indep, used by tests.

Modified:
    packages/libhtml-clean-perl/trunk/debian/changelog
    packages/libhtml-clean-perl/trunk/debian/control
    packages/libhtml-clean-perl/trunk/debian/rules

Modified: packages/libhtml-clean-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libhtml-clean-perl/trunk/debian/changelog?rev=3991&op=diff
==============================================================================
--- packages/libhtml-clean-perl/trunk/debian/changelog (original)
+++ packages/libhtml-clean-perl/trunk/debian/changelog Sun Oct  1 13:12:38 2006
@@ -1,3 +1,10 @@
+libhtml-clean-perl (0.8-10) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+  * Add lynx | lynx-cur to Build-Depends-Indep, used by tests.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Oct 2006 14:21:27 +0200
+
 libhtml-clean-perl (0.8-9) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libhtml-clean-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libhtml-clean-perl/trunk/debian/control?rev=3991&op=diff
==============================================================================
--- packages/libhtml-clean-perl/trunk/debian/control (original)
+++ packages/libhtml-clean-perl/trunk/debian/control Sun Oct  1 13:12:38 2006
@@ -5,7 +5,7 @@
 Priority: optional
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>> 5.8)
+Build-Depends-Indep: perl (>> 5.8), lynx | lynx-cur
 
 Package: libhtml-clean-perl
 Architecture: all

Modified: packages/libhtml-clean-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libhtml-clean-perl/trunk/debian/rules?rev=3991&op=diff
==============================================================================
--- packages/libhtml-clean-perl/trunk/debian/rules (original)
+++ packages/libhtml-clean-perl/trunk/debian/rules Sun Oct  1 13:12:38 2006
@@ -5,7 +5,7 @@
 PERL	?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')




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