[Pkg-voip-commits] r4263 - opal/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Aug 24 04:00:00 UTC 2007


Author: paravoid
Date: 2007-08-24 04:00:00 +0000 (Fri, 24 Aug 2007)
New Revision: 4263

Modified:
   opal/trunk/debian/changelog
   opal/trunk/debian/rules
Log:
* Adapt shlibs to depend on the upstream's version number and not the Debian
  version number, since we don't extend the ABI. This also imitates
  debhelper's behavior.

Modified: opal/trunk/debian/changelog
===================================================================
--- opal/trunk/debian/changelog	2007-08-24 03:58:21 UTC (rev 4262)
+++ opal/trunk/debian/changelog	2007-08-24 04:00:00 UTC (rev 4263)
@@ -1,11 +1,17 @@
 opal (2.2.8~dfsg1-3) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * NOT RELEASED YET
   * Don't suggest development headers with library. (Closes: #378064)
   * Update Source-Version to binary:Version to allow clean binNMUs.
 
- -- Kilian Krause <kilian at debian.org>  Mon,  6 Aug 2007 18:50:47 +0200
+  [ Faidon Liambotis ]
+  * Adapt shlibs to depend on the upstream's version number and not the Debian
+    version number, since we don't extend the ABI. This also imitates
+    debhelper's behavior.
 
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 24 Aug 2007 06:59:48 +0300
+
 opal (2.2.8~dfsg1-2) unstable; urgency=low
 
   * Add missing conflicts (Closes: #433152, #433155)

Modified: opal/trunk/debian/rules
===================================================================
--- opal/trunk/debian/rules	2007-08-24 03:58:21 UTC (rev 4262)
+++ opal/trunk/debian/rules	2007-08-24 04:00:00 UTC (rev 4263)
@@ -236,7 +236,8 @@
 	dh_link
 	dh_compress 
 	dh_fixperms
-	dh_makeshlibs -V '$(PACKAGE) (>= $(DEBVERSION))|$(PACKAGE)-ptrace (>= $(DEBVERSION))|$(PACKAGE)-develop (>= $(DEBVERSION))'
+	# 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_installdeb
 	
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib




More information about the Pkg-voip-commits mailing list