r15341 - in /trunk/libhtml-lint-perl/debian: changelog rules
js at users.alioth.debian.org
js at users.alioth.debian.org
Thu Feb 21 03:17:49 UTC 2008
Author: js
Date: Thu Feb 21 03:17:47 2008
New Revision: 15341
URL: http://svn.debian.org/wsvn/?sc=1&rev=15341
Log:
* Separate build-only dependencies from build-and-runtime-dependencies in
debian/rules build-dependency resolving.
Modified:
trunk/libhtml-lint-perl/debian/changelog
trunk/libhtml-lint-perl/debian/rules
Modified: trunk/libhtml-lint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-lint-perl/debian/changelog?rev=15341&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/changelog (original)
+++ trunk/libhtml-lint-perl/debian/changelog Thu Feb 21 03:17:47 2008
@@ -1,3 +1,10 @@
+libhtml-lint-perl (2.02-3) UNRELEASED; urgency=low
+
+ * Separate build-only dependencies from build-and-runtime-dependencies in
+ debian/rules build-dependency resolving.
+
+ -- Jonas Smedegaard <dr at jones.dk> Thu, 21 Feb 2008 04:01:17 +0100
+
libhtml-lint-perl (2.02-2) unstable; urgency=low
* Pass over maintenance of the package to the Perl group: Change Maintainer,
Modified: trunk/libhtml-lint-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-lint-perl/debian/rules?rev=15341&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/rules (original)
+++ trunk/libhtml-lint-perl/debian/rules Thu Feb 21 03:17:47 2008
@@ -25,8 +25,12 @@
clean::
rm -f debian/weblint.1
+# Needed both by upstream build process and at runtime
+#TODO: Automatically include these to debian/control Depends: line
+dependencies = libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03)
+
# Needed by upstream build process
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04)
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(dependencies), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04)
# Needed by pur packaging routines
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), txt2man
More information about the Pkg-perl-cvs-commits
mailing list