[Pkg-voip-commits] r4515 - in /openh323/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Wed Sep 19 10:13:14 UTC 2007


Author: kilian
Date: Wed Sep 19 10:13:13 2007
New Revision: 4515

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4515
Log:
* Fix dh_strip using libopenh323-develop rather than $(PACKAGE)-develop as
  should. (Closes: #442974)
* Setting high urgency due to fixing RC bug.

Modified:
    openh323/trunk/debian/changelog
    openh323/trunk/debian/rules

Modified: openh323/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/changelog?rev=4515&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Wed Sep 19 10:13:13 2007
@@ -1,8 +1,11 @@
-openh323 (1.18.0.dfsg-7) UNRELEASED; urgency=low
+openh323 (1.18.0.dfsg-7) UNRELEASED; urgency=high
 
   * NOT RELEASED YET
-
- -- Kilian Krause <kilian at debian.org>  Tue, 11 Sep 2007 20:10:35 +0200
+  * Fix dh_strip using libopenh323-develop rather than $(PACKAGE)-develop as
+    should. (Closes: #442974)
+  * Setting high urgency due to fixing RC bug.
+
+ -- Kilian Krause <kilian at debian.org>  Wed, 19 Sep 2007 12:12:12 +0200
 
 openh323 (1.18.0.dfsg-6) unstable; urgency=low
 

Modified: openh323/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/rules?rev=4515&op=diff
==============================================================================
--- openh323/trunk/debian/rules (original)
+++ openh323/trunk/debian/rules Wed Sep 19 10:13:13 2007
@@ -217,9 +217,9 @@
 	dh_testdir
 	dh_testroot
 ifneq (4,$(DH_COMPAT))
-	dh_strip -N$(PACKAGE)-dbg -N$(PACKAGE)-develop --dbg-package=libopenh323-dbg
+	dh_strip -Nlibopenh323-dbg -N$(PACKAGE)-develop --dbg-package=libopenh323-dbg
 	# can't ship those in libopenh323-dbg due to namespace overlap
-	dh_strip -p$(PACKAGE)-develop $(STRIP_EXCLUDES) --dbg-package=libopenh323-develop
+	dh_strip -p$(PACKAGE)-develop $(STRIP_EXCLUDES) --dbg-package=$(PACKAGE)-develop
 else
 	# As dh_strip does not work fine for multiple binary package
 	# we need to workaround that manually




More information about the Pkg-voip-commits mailing list