[fftw3] 01/01: fix typo in shlibs file of last upload
Julian Taylor
jtaylor.debian at googlemail.com
Fri Jan 6 22:18:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
jtaylor-guest pushed a commit to branch master
in repository fftw3.
commit a9473cef0d8e4b531b65fa86a396c90081c6a7ce
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Fri Jan 6 23:05:25 2017 +0100
fix typo in shlibs file of last upload
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6571c2d..748dfc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fftw3 (3.3.5-3) unstable; urgency=medium
+
+ * fix typo in shlibs file of last upload
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Fri, 06 Jan 2017 23:05:04 +0100
+
fftw3 (3.3.5-2) unstable; urgency=medium
* add stricter shlib dependencies for partial upgrades (Closes: #849593)
diff --git a/debian/rules b/debian/rules
index cf5fdaa..f1840e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,7 +171,7 @@ binary-arch: build-arch
dh_makeshlibs -a
# 3.3.5 added new symbols, tighten shlibs for partial upgrades
set -e && for s in $(PREC); do \
- dh_makeshlibs -plibfftw3-$${s}3 -V "libfftw-$${s}3 (>= 3.3.5)"; \
+ dh_makeshlibs -plibfftw3-$${s}3 -V "libfftw3-$${s}3 (>= 3.3.5)"; \
done
dh_installdeb -a
dh_shlibdeps -a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw3.git
More information about the debian-science-commits
mailing list