[Pkg-octave-commit] r1069 - octave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Dec 4 09:33:12 UTC 2007
Author: rafael
Date: 2007-12-04 09:33:11 +0000 (Tue, 04 Dec 2007)
New Revision: 1069
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/rules
Log:
Call dh_shlibdeps with the appropriate -l option in order to avoid
warnings about the private libraries of Octave not being found. These
warnings have been introduced in a recent version of dpkg-shlibdeps.
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2007-12-01 12:15:16 UTC (rev 1068)
+++ octave/trunk/debian/changelog 2007-12-04 09:33:11 UTC (rev 1069)
@@ -1,3 +1,12 @@
+octave2.9 (1:2.9.17-2) UNRELEASED; urgency=low
+
+ * debian/rules: Call dh_shlibdeps with the appropriate -l option in
+ order to avoid warnings about the private libraries of Octave not
+ being found. These warnings have been introduced in a recent version
+ of dpkg-shlibdeps.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 04 Dec 2007 10:31:42 +0100
+
octave2.9 (1:2.9.17-1) unstable; urgency=low
* New upstream release
Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules 2007-12-01 12:15:16 UTC (rev 1068)
+++ octave/trunk/debian/rules 2007-12-04 09:33:11 UTC (rev 1069)
@@ -409,7 +409,7 @@
dh_compress -a
dh_fixperms -a
dh_installdeb -a
- dh_shlibdeps -a
+ dh_shlibdeps -a -l/usr/lib/octave-$(version)
if [ `dpkg-architecture -qDEB_BUILD_ARCH` = "m68k" ];then \
echo "m68k:Depends=f2c" >> debian/$(PACKAGE)-headers.substvars; \
fi
More information about the Pkg-octave-commit
mailing list