[Pkg-voip-commits] r4260 - openh323/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Aug 24 03:54:02 UTC 2007


Author: paravoid
Date: 2007-08-24 03:54:02 +0000 (Fri, 24 Aug 2007)
New Revision: 4260

Modified:
   openh323/trunk/debian/changelog
   openh323/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: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog	2007-08-24 03:44:51 UTC (rev 4259)
+++ openh323/trunk/debian/changelog	2007-08-24 03:54:02 UTC (rev 4260)
@@ -4,8 +4,11 @@
   * Update to Standards-Version 3.7.2, no changes needed.
   * Use debian/compat instead of DH_COMPAT.
   * Remove doxygen from Build-Deps, since it is part of Build-Deps-Indep.
+  * 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>  Thu, 23 Aug 2007 12:03:54 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 24 Aug 2007 06:48:35 +0300
 
 openh323 (1.18.0.dfsg-4) unstable; urgency=high
 

Modified: openh323/trunk/debian/rules
===================================================================
--- openh323/trunk/debian/rules	2007-08-24 03:44:51 UTC (rev 4259)
+++ openh323/trunk/debian/rules	2007-08-24 03:54:02 UTC (rev 4260)
@@ -204,7 +204,8 @@
 	dh_link
 	dh_compress 
 	dh_fixperms
-	dh_makeshlibs -V '$(PACKAGE) (>= $(DEBVERSION)) | $(PACKAGE)-develop (>= $(DEBVERSION))'
+	# a new variable will be needed if an epoch is introduced to our versioning
+	dh_makeshlibs -V '$(PACKAGE) (>= $(UPVERSION)) | $(PACKAGE)-develop (>= $(UPVERSION))'
 	dh_installdeb
 	
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib




More information about the Pkg-voip-commits mailing list