[Pkg-xfce-commits] r1382 - desktop/trunk/xfce4-panel/debian

ema at alioth.debian.org ema at alioth.debian.org
Mon Oct 15 20:56:31 UTC 2007


Author: ema
Date: 2007-10-15 20:56:31 +0000 (Mon, 15 Oct 2007)
New Revision: 1382

Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/rules
Log:
Do not ignore make errors, changelog polished, uploading

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2007-10-13 20:47:54 UTC (rev 1381)
+++ desktop/trunk/xfce4-panel/debian/changelog	2007-10-15 20:56:31 UTC (rev 1382)
@@ -1,7 +1,9 @@
-xfce4-panel (4.4.1-2) UNRELEASED; urgency=low
+xfce4-panel (4.4.1-2) unstable; urgency=low
 
   [ Simon Huggins ]
   * Use ${binary:Version} so we are binNMU safe.
+  * debian/xfce4-panel.prerm: Use kill -s to keep Hurd and lintian happy at
+    the same time.
 
   [ Yves-Alexis Perez ]
   * debian/xfce4-panel.1: update bug reporting in manpage.
@@ -9,11 +11,10 @@
   * debian/patches: added 02_fix-segfault-gtk2.11.patch, fix segfault when
     removing a panel.                                           closes: #446536
 
-  [ Simon Huggins ]
-  * debian/xfce4-panel.prerm: Use kill -s to keep Hurd and lintian happy at
-    the same time.
+  [ Emanuele Rocca ]
+  * debian/rules: do not ignore make errors in the clean target.
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Sat, 13 Oct 2007 22:32:53 +0200
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 15 Oct 2007 22:54:48 +0200
 
 xfce4-panel (4.4.1-1) unstable; urgency=low
 

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2007-10-13 20:47:54 UTC (rev 1381)
+++ desktop/trunk/xfce4-panel/debian/rules	2007-10-15 20:56:31 UTC (rev 1382)
@@ -40,8 +40,9 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-
-	-$(MAKE) distclean
+	
+	[ ! -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-xfce-commits mailing list