r15342 - in /trunk/libconvert-tnef-perl/debian: changelog rules

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 21 03:21:12 UTC 2008


Author: js
Date: Thu Feb 21 03:21:11 2008
New Revision: 15342

URL: http://svn.debian.org/wsvn/?sc=1&rev=15342
Log:
* Separate build-only dependencies from build-and-runtime-dependencies in
  debian/rules build-dependency resolving.

Modified:
    trunk/libconvert-tnef-perl/debian/changelog
    trunk/libconvert-tnef-perl/debian/rules

Modified: trunk/libconvert-tnef-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/changelog?rev=15342&op=diff
==============================================================================
--- trunk/libconvert-tnef-perl/debian/changelog (original)
+++ trunk/libconvert-tnef-perl/debian/changelog Thu Feb 21 03:21:11 2008
@@ -2,6 +2,8 @@
 
   * Update local cdbs tweaks:
     + Fix buildinfo.mk invoking dh-buildinfo only once.
+  * 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 02:08:23 +0100
 

Modified: trunk/libconvert-tnef-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/rules?rev=15342&op=diff
==============================================================================
--- trunk/libconvert-tnef-perl/debian/rules (original)
+++ trunk/libconvert-tnef-perl/debian/rules Thu Feb 21 03:21:11 2008
@@ -15,8 +15,12 @@
 DEB_UPSTREAM_TARBALL_VERSION := $(shell echo '$(DEB_UPSTREAM_VERSION)' | awk -F. '{print $$1"."$$2$$3$$4$$5}')
 DEB_UPSTREAM_TARBALL_MD5 = ff0ad2dd42089fca307f8e7cf074f148
 
+# Needed both by upstream build process and at runtime
+#TODO: Automatically include these to debian/control Depends: line
+dependencies = libio-stringy-perl, libmime-perl
+
 # Needed by upstream build process
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libio-stringy-perl, libmime-perl
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(dependencies)
 
 # Fix double cdbs build-dependencies
 CDBS_BUILD_DEPENDS := $(shell echo '$(CDBS_BUILD_DEPENDS)' | sed -e '/\bcdbs (>= 0.4.39)/ s/ *,* *\bcdbs (>= \(0.4.23-1.1\)) *,* */, /g' -e 's/^ *, *//' -e 's/ *, *$$//')




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