[Pkg-mono-svn-commits] rev 3095 - non-group/stetic/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Wed May 2 21:58:03 UTC 2007


Author: meebey-guest
Date: 2007-05-02 21:58:03 +0000 (Wed, 02 May 2007)
New Revision: 3095

Modified:
   non-group/stetic/trunk/debian/changelog
   non-group/stetic/trunk/debian/rules
Log:
- ups, don't ship Mono.Cecil.dll



Modified: non-group/stetic/trunk/debian/changelog
===================================================================
--- non-group/stetic/trunk/debian/changelog	2007-05-02 21:37:05 UTC (rev 3094)
+++ non-group/stetic/trunk/debian/changelog	2007-05-02 21:58:03 UTC (rev 3095)
@@ -5,6 +5,8 @@
     + Updated libmono-cecil0.4-cil build-dependency to libmono-cecil0.5-cil.
   * debian/rules:
     + Added call for dh_clifixperms in binary-indep target.
+    + Delete Mono.Cecil.dll after "make install", we don't want to bundle that
+      library.
 
  -- Mirco Bauer <meebey at debian.org>  Tue,  1 May 2007 11:32:01 +0200
 

Modified: non-group/stetic/trunk/debian/rules
===================================================================
--- non-group/stetic/trunk/debian/rules	2007-05-02 21:37:05 UTC (rev 3094)
+++ non-group/stetic/trunk/debian/rules	2007-05-02 21:58:03 UTC (rev 3095)
@@ -45,6 +45,8 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/stetic
+	# delete "bundled" version of mono-cecil (only copied for the build)
+	rm -f $(CURDIR)/debian/stetic/usr/lib/stetic/Mono.Cecil.dll
 
 binary-indep: build install
 	dh_testdir




More information about the Pkg-mono-svn-commits mailing list