[Pkg-phototools-devel] [PATCH 3/4] Sanitize shlibs file
Andreas Metzler
ametzler at downhill.at.eu.org
Mon Sep 13 13:07:05 UTC 2010
Drop strict shlibs dependencies which were introduced to work around
changing ABI in development releases.
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 90d1c2b..0a8207c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libpano13 (2.9.17+dfsg-1) experimental; urgency=low
* Reintroduce support for dropping files to debian/rules' get-orig-source
target.
* Drop Visual C++ files from tarball, use +dfsg versioning.
+ * Change shlibs to the normal >= relation again, since this is a stable
+ release.
-- Andreas Metzler <ametzler at debian.org> Mon, 13 Sep 2010 13:59:41 +0200
diff --git a/debian/rules b/debian/rules
index 1a47a72..2306c0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ DEB_CONFIGURE_SCRIPT_ENV += \
LDFLAGS="-Wl,-z,defs -Wl,--as-needed" \
LIBS="-lm"
-DEB_DH_MAKESHLIBS_ARGS_libpano13-2 := -V 'libpano13-2 (>=2.9.17~beta2-0), libpano13-2 (<<2.9.17~beta3-0)'
+DEB_DH_MAKESHLIBS_ARGS_libpano13-2 := -V 'libpano13-2 (>=2.9.17+dfsg-0)'
DEB_MAKE_CHECK_TARGET = check
--
1.7.1
More information about the Pkg-phototools-devel
mailing list