[Pkg-cli-apps-commits] r4152 - in /packages/nant/trunk/debian: changelog rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Thu Oct 16 21:49:45 UTC 2008


Author: meebey
Date: Thu Oct 16 21:49:45 2008
New Revision: 4152

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4152
Log:
    + Delete examples/StyleTask/SimpleExtensionObject/SimpleExtension.dll
      before the build to force nant to rebuild it (as the file is shipped in
      the tarball).


Modified:
    packages/nant/trunk/debian/changelog
    packages/nant/trunk/debian/rules

Modified: packages/nant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/changelog?rev=4152&op=diff
==============================================================================
--- packages/nant/trunk/debian/changelog (original)
+++ packages/nant/trunk/debian/changelog Thu Oct 16 21:49:45 2008
@@ -18,6 +18,9 @@
       care of this.
     + Removed dh_shlibdeps call as this package doesn't contain native
       binaries or libraries.
+    + Delete examples/StyleTask/SimpleExtensionObject/SimpleExtension.dll
+      before the build to force nant to rebuild it (as the file is shipped in
+      the tarball).
   * debian/patches/005-nant-ExternalProgramBase-race.dpatch:
     + New patch to prevent Mono detection failure due to a race on SMP
       machines. Based on upstream fix for bug 1733671 (Closes: #483073)

Modified: packages/nant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/nant/trunk/debian/rules?rev=4152&op=diff
==============================================================================
--- packages/nant/trunk/debian/rules (original)
+++ packages/nant/trunk/debian/rules Thu Oct 16 21:49:45 2008
@@ -55,6 +55,8 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
+	# force nant to rebuild SimpleExtension.dll (as it's shipped in the tarball)
+	rm -f examples/StyleTask/SimpleExtensionObject/SimpleExtension.dll
 	MONO_PATH=$(CURDIR)/build/mono-1.0.unix/nant-0.85-debug/bin $(MAKE)
 
 	touch build-stamp




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