[Pkg-voip-commits] r6270 - in /sipsak/trunk/debian: changelog rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Wed Oct 8 22:19:55 UTC 2008


Author: the-me-guest
Date: Wed Oct  8 22:19:55 2008
New Revision: 6270

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6270
Log:
* Do not ignore errors on make clean.
  Thanks lintian.

Modified:
    sipsak/trunk/debian/changelog
    sipsak/trunk/debian/rules

Modified: sipsak/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sipsak/trunk/debian/changelog?rev=6270&op=diff
==============================================================================
--- sipsak/trunk/debian/changelog (original)
+++ sipsak/trunk/debian/changelog Wed Oct  8 22:19:55 2008
@@ -1,7 +1,12 @@
 sipsak (0.9.6-3) UNRELEASED; urgency=low
 
+  [ Faidon Liambotis ]
   * NOT RELEASED YET
   * TODO: #402134, #354454, #442847, SHA1 without libssl (or build-conflict).
+
+  [ Patrick Matthäi ]
+  * Do not ignore errors on make clean.
+    Thanks lintian.
 
  -- Faidon Liambotis <paravoid at debian.org>  Wed, 23 Jan 2008 11:21:52 +0200
 

Modified: sipsak/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sipsak/trunk/debian/rules?rev=6270&op=diff
==============================================================================
--- sipsak/trunk/debian/rules (original)
+++ sipsak/trunk/debian/rules Wed Oct  8 22:19:55 2008
@@ -44,9 +44,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
-
-	-$(MAKE) distclean
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Pkg-voip-commits mailing list