[Pkg-xfce-commits] r1347 - desktop/trunk/mousepad/debian
ema at alioth.debian.org
ema at alioth.debian.org
Mon Sep 10 21:11:52 UTC 2007
Author: ema
Date: 2007-09-10 21:11:52 +0000 (Mon, 10 Sep 2007)
New Revision: 1347
Modified:
desktop/trunk/mousepad/debian/changelog
desktop/trunk/mousepad/debian/rules
Log:
debian/rules: do not ignore make clean errors, uploading
Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog 2007-08-18 18:43:18 UTC (rev 1346)
+++ desktop/trunk/mousepad/debian/changelog 2007-09-10 21:11:52 UTC (rev 1347)
@@ -1,9 +1,13 @@
-mousepad (0.2.12-2) UNRELEASED; urgency=low
+mousepad (0.2.12-2) unstable; urgency=low
+ [ Yves-Alexis Perez ]
* Corrected manpage mousepad(1) shipped with the package. closes: #355254
* debian/menu: switch to new menu policy.
+
+ [ Emanuele Rocca ]
+ * debian/rules: do not ignore make clean errors in the clean target.
- -- Yves-Alexis Perez <corsac at corsac.net> Wed, 08 Aug 2007 08:35:53 +0200
+ -- Yves-Alexis Perez <corsac at corsac.net> Mon, 10 Sep 2007 21:30:22 +0200
mousepad (0.2.12-1) unstable; urgency=low
Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules 2007-08-18 18:43:18 UTC (rev 1346)
+++ desktop/trunk/mousepad/debian/rules 2007-09-10 21:11:52 UTC (rev 1347)
@@ -40,7 +40,7 @@
rm -f build-stamp mousepad.1
# Add here commands to clean up after the build process.
- -$(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