[SCM] Debian packaging of libdbd-oracle-perl branch, master, updated. debian/1.34-1-13-g4b1702b

gregor herrmann gregoa at debian.org
Sat Jan 21 21:41:26 UTC 2012


The following commit has been merged in the master branch:
commit 4b1702b860054718f65ab9846040a17b4e84ac4f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 22:40:46 2012 +0100

    Override substvars in debian/rules got get our alternative dependency.

diff --git a/debian/changelog b/debian/changelog
index aea0bb1..5593cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libdbd-oracle-perl (1.38-1) UNRELEASED; urgency=low
 
   TODO:
-  - fix our problem with dpkg-gencontrol overwriting Depends
   - the path in the examples could also be fixed from d/rules
   (haven't looked further so far)
 
diff --git a/debian/rules b/debian/rules
index a6463b7..7c5781c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,9 @@ override_dh_auto_install:
 override_dh_installexamples:
 	dh_installexamples
 	chmod a-x $(addprefix $(TMP),/usr/share/doc/libdbd-oracle-perl/examples/README)
+
+override_dh_shlibdeps:
+	dh_shlibdeps
+	sed -i -e 's/oracle-instantclient11.2-basic/oracle-instantclient11.2-basic | oracle-instantclient11.2-basiclite/' \
+		$(CURDIR)/debian/libdbd-oracle-perl.substvars
+	

-- 
Debian packaging of libdbd-oracle-perl



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