[Pkg-voip-commits] r4262 - pwlib/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Aug 24 03:58:22 UTC 2007


Author: paravoid
Date: 2007-08-24 03:58:21 +0000 (Fri, 24 Aug 2007)
New Revision: 4262

Modified:
   pwlib/trunk/debian/changelog
   pwlib/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: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2007-08-24 03:56:25 UTC (rev 4261)
+++ pwlib/trunk/debian/changelog	2007-08-24 03:58:21 UTC (rev 4262)
@@ -8,8 +8,13 @@
   * Remove get-orig-source until upstream provides the tarball on their
     website again.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 18 Aug 2007 15:31:15 +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:57:28 +0300
+
 pwlib (1.10.7~dfsg1-4) unstable; urgency=high
 
   * Add missing libpt.so.* compat symlinks. The libpt.so.1.10 is supposed to

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2007-08-24 03:56:25 UTC (rev 4261)
+++ pwlib/trunk/debian/rules	2007-08-24 03:58:21 UTC (rev 4262)
@@ -352,7 +352,8 @@
 		
 	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
 	dh_gencontrol




More information about the Pkg-voip-commits mailing list