[coinutils] 04/04: remove shlibdeps.patch
Miles Lubin
mlubin-guest at moszumanska.debian.org
Thu Sep 4 01:28:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
mlubin-guest pushed a commit to branch master
in repository coinutils.
commit ded8616a896e051bc4c21508f55ebd5cdd251bae
Author: Miles Lubin <miles.lubin at gmail.com>
Date: Tue Sep 2 21:05:15 2014 -0400
remove shlibdeps.patch
---
debian/changelog | 1 +
debian/patches/series | 1 -
debian/patches/shlibdeps.patch | 13 -------------
debian/rules | 2 +-
4 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c2af3bb..71a08a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ coinutils (2.9.15-1) unstable; urgency=low
* Use dh_autotools-dev to update config.{sub,guess} for new ports.
- Closes: #731206
- Thanks to Adam Conrad
+ * Remove shlibdeps patch incorporated upstream with configure option.
-- Miles Lubin <miles.lubin at gmail.com> Tue, 02 Sep 2014 20:50:57 -0400
diff --git a/debian/patches/series b/debian/patches/series
index e3f3fe4..d575889 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-shlibdeps.patch
format-security-fix.patch
fix-addlibs-file.patch
diff --git a/debian/patches/shlibdeps.patch b/debian/patches/shlibdeps.patch
deleted file mode 100644
index b3da380..0000000
--- a/debian/patches/shlibdeps.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Author: Miles Lubin <miles.lubin at gmail.com>
-Description: Properly set shared library dependencies
-Bug: https://projects.coin-or.org/BuildTools/ticket/105
---- a/CoinUtils/src/Makefile.in
-+++ b/CoinUtils/src/Makefile.in
-@@ -413,6 +413,7 @@
-
- # This is for libtool
- libCoinUtils_la_LDFLAGS = $(LT_LDFLAGS)
-+libCoinUtils_la_LIBADD = $(COINUTILSLIB_LIBS)
-
- # Here list all include flags, relative to this "srcdir" directory. This
- # "cygpath" stuff is necessary to compile with native compilers on Windows
diff --git a/debian/rules b/debian/rules
index c375c9f..ab5692a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_build:
ln -s /usr/share/javascript/jquery/jquery.js doxydoc/html
override_dh_auto_configure:
- dh_auto_configure -- --enable-static --enable-dot
+ dh_auto_configure -- --enable-static --enable-dot --enable-dependency-linking
override_dh_auto_install:
dh_auto_install --
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinutils.git
More information about the debian-science-commits
mailing list