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

kilian at alioth.debian.org kilian at alioth.debian.org
Wed Sep 19 10:28:48 UTC 2007


Author: kilian
Date: Wed Sep 19 10:28:48 2007
New Revision: 4518

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4518
Log:
* Remove implicit rules-ignores-make-clean error.

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=4518&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Wed Sep 19 10:28:48 2007
@@ -4,6 +4,7 @@
   * Fix dh_strip using libopenh323-develop rather than $(PACKAGE)-develop as
     should. (Closes: #442974)
   * Setting high urgency due to fixing RC bug.
+  * Remove implicit rules-ignores-make-clean error.
 
  -- Kilian Krause <kilian at debian.org>  Wed, 19 Sep 2007 12:12:12 +0200
 

Modified: openh323/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/rules?rev=4518&op=diff
==============================================================================
--- openh323/trunk/debian/rules (original)
+++ openh323/trunk/debian/rules Wed Sep 19 10:28:48 2007
@@ -115,24 +115,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 \
+	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 clean ;\
 		$(MAKE) $(MAKE_BUILD_PARAM) -C samples/simple clean;\
 	fi
-	-rm -rf samples/simple/obj*
-	-rm -f Makefile openh323u.mak include/openh323buildopts.h
-	-rm -rf lib
-	-rm -f src/speex/libspeex/Makefile
-	-rm -rf html
-	-rm -f `find . -name "*~"`
-	-rm -rf `find debian/* -type d -name libopenh323-*` debian/files* core
-	-rm -rf debian/simph323/
-	-rm -f debian/*substvars
-	-rm -f debian/*.debhelper
-	-rm -f debian/libopenh323-*.*.docs
-	-rm -f config.sub config.guess plugins/config.sub plugins/config.guess
+	rm -rf samples/simple/obj*
+	rm -f Makefile openh323u.mak include/openh323buildopts.h
+	rm -rf lib
+	rm -f src/speex/libspeex/Makefile
+	rm -rf html
+	rm -f `find . -name "*~"`
+	rm -rf `find debian/* -type d -name libopenh323-*` debian/files* core
+	rm -rf debian/simph323/
+	rm -f debian/*substvars
+	rm -f debian/*.debhelper
+	rm -f debian/libopenh323-*.*.docs
+	rm -f config.sub config.guess plugins/config.sub plugins/config.guess
 	dh_clean
 
 install: install-indep install-arch




More information about the Pkg-voip-commits mailing list