[Pkg-voip-commits] r4786 - in /opal/trunk/debian: changelog rules
kilian at alioth.debian.org
kilian at alioth.debian.org
Sun Oct 28 08:27:38 UTC 2007
Author: kilian
Date: Sun Oct 28 08:27:38 2007
New Revision: 4786
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4786
Log:
* Add ~ suffix after upstream version to shlibs generation.
(Closes: #448285)
Modified:
opal/trunk/debian/changelog
opal/trunk/debian/rules
Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=4786&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Sun Oct 28 08:27:38 2007
@@ -1,3 +1,10 @@
+opal (2.2.11~dfsg1-3) UNRELEASED; urgency=high
+
+ * Add ~ suffix after upstream version to shlibs generation.
+ (Closes: #448285)
+
+ -- Kilian Krause <kilian at debian.org> Sun, 28 Oct 2007 09:26:17 +0100
+
opal (2.2.11~dfsg1-2) unstable; urgency=low
* Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=4786&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Sun Oct 28 08:27:38 2007
@@ -233,7 +233,7 @@
dh_compress
dh_fixperms
# a new variable will be needed if an epoch is introduced to our versioning
- dh_makeshlibs -V '$(PACKAGE) (>= $(UPVERSION)) | $(PACKAGE)-ptrace (>= $(UPVERSION)) | $(PACKAGE)-develop (>= $(UPVERSION))'
+ dh_makeshlibs -V '$(PACKAGE) (>= $(UPVERSION)~) | $(PACKAGE)-ptrace (>= $(UPVERSION)~) | $(PACKAGE)-develop (>= $(UPVERSION)~)'
dh_installdeb
dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib
More information about the Pkg-voip-commits
mailing list