[Pkg-voip-commits] r4517 - in /opal/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Wed Sep 19 10:27:35 UTC 2007


Author: kilian
Date: Wed Sep 19 10:27:35 2007
New Revision: 4517

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4517
Log:
* Fix remaining debian-rules-ignores-make-clean errors
* Remove check-ilbc stamp in clean target

Modified:
    opal/trunk/debian/changelog
    opal/trunk/debian/rules

Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=4517&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Wed Sep 19 10:27:35 2007
@@ -8,19 +8,20 @@
   * Bump build-depends to new PWLib upstream release 1.10.10.
   * Update Source-Version to binary:Version to allow clean binNMUs.
   * Update debian/watch.
-  * Fix remaining debian-rules-ignores-make-clean-error
+  * Fix remaining debian-rules-ignores-make-clean errors
   * Don't set DH_COMPAT in rules.
   * Fix dh_strip call using libopal-ptrace rather than $(PACKAGE)-ptrace
     (Closes: #442975)
   * Conflict with our own binary library packages to fix false negative build
     checks (Closes: #440928)
+  * Remove check-ilbc stamp in clean target
 
   [ 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>  Wed, 19 Sep 2007 12:15:18 +0200
+ -- Kilian Krause <kilian at debian.org>  Wed, 19 Sep 2007 12:27:11 +0200
 
 opal (2.2.8~dfsg1-2) unstable; urgency=low
 

Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=4517&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Wed Sep 19 10:27:35 2007
@@ -130,25 +130,24 @@
 clean-patched:
 	dh_testdir
 	dh_testroot
-	-rm -f build-arch-stamp build-indep-stamp patch-stamp
-	-rm -f config.status config.log autotools
-	-if [ -f Makefile ];then \
-		$(MAKE) $(MAKE_BUILD_PARAM) optclean debugclean clean ||true;\
-		$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean ||true;\
-	fi
-	-rm -rf samples/simple/obj*
-	-rm -f opal_inc.mak include/opal/buildopts.h
-	-rm -rf lib
-	-rm -f src/speex/libspeex/Makefile
-	-rm -rf html
-	-rm -f `find . -name "*~"`
-	-rm -rf `find debian/* -type d -name libopal-*` debian/files* core
-	-rm -rf debian/simpleopal/
-	-rm -f debian/*substvars
-	-rm -f debian/*.debhelper
-	-rm -f debian/libopal-*.*.docs
-	-rm -f config.status
-	
+	rm -f build-arch-stamp build-indep-stamp patch-stamp check-ilbc
+	rm -f config.status config.log autotools
+	if [ -f Makefile ];then \
+		$(MAKE) $(MAKE_BUILD_PARAM) optclean debugclean clean;\
+		$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean;\
+	fi
+	rm -rf samples/simple/obj*
+	rm -f opal_inc.mak include/opal/buildopts.h
+	rm -rf lib
+	rm -f src/speex/libspeex/Makefile
+	rm -rf html
+	rm -f `find . -name "*~"`
+	rm -rf `find debian/* -type d -name libopal-*` debian/files* core
+	rm -rf debian/simpleopal/
+	rm -f debian/*substvars
+	rm -f debian/*.debhelper
+	rm -f debian/libopal-*.*.docs
+	rm -f config.status
 	dh_clean
 
 install: install-arch install-indep




More information about the Pkg-voip-commits mailing list