[Pkg-mono-svn-commits] rev 3228 - in non-group/stetic/trunk/debian: . patches

Mirco Bauer meebey-guest at alioth.debian.org
Sat Jul 7 20:35:14 UTC 2007


Author: meebey-guest
Date: 2007-07-07 20:35:14 +0000 (Sat, 07 Jul 2007)
New Revision: 3228

Modified:
   non-group/stetic/trunk/debian/changelog
   non-group/stetic/trunk/debian/patches/use_real_cecil.dpatch
   non-group/stetic/trunk/debian/rules
Log:
- updated stetic



Modified: non-group/stetic/trunk/debian/changelog
===================================================================
--- non-group/stetic/trunk/debian/changelog	2007-07-04 19:31:10 UTC (rev 3227)
+++ non-group/stetic/trunk/debian/changelog	2007-07-07 20:35:14 UTC (rev 3228)
@@ -1,3 +1,13 @@
+stetic (0.1.0~svn.81552+dfsg-1) unstable; urgency=low
+
+  * New SVN snapshot
+    + Made it DFSG conform
+      (deleted precompiled binary Mono.Cecil.dll from the tarball)
+    + debian/patches/use_real_cecil.dpatch:
+      - Updated
+
+ -- Mirco Bauer <meebey at debian.org>  Sat, 07 Jul 2007 16:22:17 +0200
+
 stetic (0.1.0~svn.74962+dfsg-4) unstable; urgency=medium
 
   * debian/control:

Modified: non-group/stetic/trunk/debian/patches/use_real_cecil.dpatch
===================================================================
--- non-group/stetic/trunk/debian/patches/use_real_cecil.dpatch	2007-07-04 19:31:10 UTC (rev 3227)
+++ non-group/stetic/trunk/debian/patches/use_real_cecil.dpatch	2007-07-07 20:35:14 UTC (rev 3228)
@@ -5,15 +5,15 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad stetic-0.1.0~svn.74962+dfsg~/libsteticui/Makefile.am stetic-0.1.0~svn.74962+dfsg/libsteticui/Makefile.am
---- stetic-0.1.0~svn.74962+dfsg~/libsteticui/Makefile.am	2007-03-25 21:59:54.000000000 +0200
-+++ stetic-0.1.0~svn.74962+dfsg/libsteticui/Makefile.am	2007-03-25 22:07:10.000000000 +0200
-@@ -83,7 +83,7 @@
+diff -urNad stetic-0.1.0~svn.81552+dfsg~/libsteticui/Makefile.am stetic-0.1.0~svn.81552+dfsg/libsteticui/Makefile.am
+--- stetic-0.1.0~svn.81552+dfsg~/libsteticui/Makefile.am	2007-07-07 16:23:11.000000000 +0200
++++ stetic-0.1.0~svn.81552+dfsg/libsteticui/Makefile.am	2007-07-07 16:23:53.000000000 +0200
+@@ -86,7 +86,7 @@
  	-pkg:gnome-sharp-2.0 \
  	-pkg:gtk-sharp-2.0 \
  	-r:$(top_builddir)/bin/libstetic.dll \
--	-r:./lib/Mono.Cecil.dll \
-+	`pkg-config --libs mono-cecil` \
+-	-r:$(top_srcdir)/libsteticui/lib/Mono.Cecil.dll \
++	$(shell pkg-config --libs mono-cecil) \
  	-r:Mono.Posix \
- 	-r:System.Runtime.Remoting
- 
+ 	-r:System.Runtime.Remoting \
+ 	-r:System.Xml

Modified: non-group/stetic/trunk/debian/rules
===================================================================
--- non-group/stetic/trunk/debian/rules	2007-07-04 19:31:10 UTC (rev 3227)
+++ non-group/stetic/trunk/debian/rules	2007-07-07 20:35:14 UTC (rev 3228)
@@ -15,7 +15,7 @@
 
 include /usr/share/dpatch/dpatch.make
 
-config.status: configure
+config.status:
 	dh_testdir
 	cp /usr/lib/cli/mono-cecil-0.5/Mono.Cecil.dll $(CURDIR)/libsteticui/lib/
 	NOCONFIGURE=1 ./autogen.sh




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