[SCM] meterbridge packaging branch, master, updated. debian/0.9.2-6-14-g55627be
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Jan 21 13:32:03 UTC 2010
The following commit has been merged in the master branch:
commit 55627be9fa65cafeae7755d6640bf2229fcc4193
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Jan 21 14:31:39 2010 +0100
fixing clean-error in rules
diff --git a/debian/rules b/debian/rules
index f29b59b..1a6f6c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ clean: unpatch
rm -f build-stamp
# 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
--
meterbridge packaging
More information about the pkg-multimedia-commits
mailing list