[Pkg-cli-libs-commits] r3535 - in /packages/mono-addins/trunk/debian: changelog rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sun Dec 30 16:16:25 UTC 2007


Author: meebey
Date: Sun Dec 30 16:16:25 2007
New Revision: 3535

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3535
Log:
last minute fix


Modified:
    packages/mono-addins/trunk/debian/changelog
    packages/mono-addins/trunk/debian/rules

Modified: packages/mono-addins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-addins/trunk/debian/changelog?rev=3535&op=diff
==============================================================================
--- packages/mono-addins/trunk/debian/changelog (original)
+++ packages/mono-addins/trunk/debian/changelog Sun Dec 30 16:16:25 2007
@@ -8,6 +8,7 @@
     + Don't run autogen.sh as we use a release tarball again.
     + Don't generate GAC policy files using dh_cligacpolicy, as upstream ships
       them now.
+    + Enhanced error handling for "make clean".
   * debian/control:
     + Removed automake, autoconf and libtool from build-dependencies, as they
       are not needed anymore.

Modified: packages/mono-addins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-addins/trunk/debian/rules?rev=3535&op=diff
==============================================================================
--- packages/mono-addins/trunk/debian/rules (original)
+++ packages/mono-addins/trunk/debian/rules Sun Dec 30 16:16:25 2007
@@ -29,7 +29,7 @@
 	dh_testroot
 	rm -f configure-stamp
 	rm -f build-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf $(CURDIR)/.wapi
 	dh_clean 
 




More information about the Pkg-cli-libs-commits mailing list