[Pkg-voip-commits] r4438 - in /opal/trunk/debian: backports/sarge changelog compat rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:09:06 UTC 2007


Author: kilian
Date: Sun Sep  9 15:09:06 2007
New Revision: 4438

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4438
Log:
* Fix remaining debian-rules-ignores-make-clean-error
* Don't set DH_COMPAT in rules.

Added:
    opal/trunk/debian/compat
Modified:
    opal/trunk/debian/backports/sarge
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/backports/sarge
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/backports/sarge?rev=4438&op=diff
==============================================================================
--- opal/trunk/debian/backports/sarge (original)
+++ opal/trunk/debian/backports/sarge Sun Sep  9 15:09:06 2007
@@ -1,10 +1,10 @@
 #!/bin/bash
 #
-# Hook for automatic backports at buildserver.net
+# Hook for automatic backports at Buildserver.NET
 #
 # Target dist: Debian Sarge
 
 sed -i -e 's#^\(Build-Depends:.*\)[\ ,]\+ libspeex-dev[^,$]\+\(.*\)$#\1\2#' debian/control
-sed -i -e 's#DH_COMPAT=.$#DH_COMPAT=4#' debian/rules
+echo 4 >debian/compat
 
 exit 0

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=4438&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Sun Sep  9 15:09:06 2007
@@ -5,13 +5,15 @@
   * Don't suggest development headers with library. (Closes: #378064)
   * Update Source-Version to binary:Version to allow clean binNMUs.
   * Update debian/watch.
+  * Fix remaining debian-rules-ignores-make-clean-error
+  * Don't set DH_COMPAT in rules.
 
   [ 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.
 
- -- Kilian Krause <kilian at debian.org>  Fri, 24 Aug 2007 16:58:31 +0200
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:07:58 +0200
 
 opal (2.2.8~dfsg1-2) unstable; urgency=low
 

Added: opal/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/compat?rev=4438&op=file
==============================================================================
--- opal/trunk/debian/compat (added)
+++ opal/trunk/debian/compat Sun Sep  9 15:09:06 2007
@@ -1,0 +1,1 @@
+5

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=4438&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Sun Sep  9 15:09:06 2007
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-
-export DH_COMPAT=5
 
 # Change this on API breakage
 export LIBOPALCOMPAT=2.2
@@ -83,7 +81,7 @@
 	
 	# ensure we do a fresh check with hello world.
 	# ...first static
-	-$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean
+	$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean
 	$(RM) -rf samples/simple/obj_*
 	$(MAKE) $(MAKE_BUILD_PARAM) CFLAGS="$(CFLAGS)" DEBUG= NOTRACE=1 P_SHAREDLIB=0 OBJDIR_SUFFIX=n OPAL_LIBDIR=$(CURDIR)/lib/notrace -C samples/simple optnoshared
 	




More information about the Pkg-voip-commits mailing list