r13900 - in /packages/unstable/libcm/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Dec 16 13:22:40 UTC 2007
Author: lool
Date: Sun Dec 16 13:22:40 2007
New Revision: 13900
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13900
Log:
* Honor distclean failures in clean::.
Modified:
packages/unstable/libcm/debian/changelog
packages/unstable/libcm/debian/rules
Modified: packages/unstable/libcm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/changelog?rev=13900&op=diff
==============================================================================
--- packages/unstable/libcm/debian/changelog (original)
+++ packages/unstable/libcm/debian/changelog Sun Dec 16 13:22:40 2007
@@ -1,7 +1,11 @@
libcm (0.1.1-3) UNRELEASED; urgency=low
+ [ Kilian Krause ]
* Use binary:version and source:Version for binnNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
+
+ [ Loic Minier ]
+ * Honor distclean failures in clean::.
-- Kilian Krause <kilian at debian.org> Sat, 22 Sep 2007 12:46:39 +0200
Modified: packages/unstable/libcm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/rules?rev=13900&op=diff
==============================================================================
--- packages/unstable/libcm/debian/rules (original)
+++ packages/unstable/libcm/debian/rules Sun Dec 16 13:22:40 2007
@@ -70,7 +70,7 @@
clean::
dh_testdir
dh_testroot
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
# restore files from backup (before unpatching)
-test -r config.sub.orig && mv -f config.sub.orig config.sub
-test -r config.guess.orig && mv -f config.guess.orig config.guess
More information about the pkg-gnome-commits
mailing list