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

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


Author: meebey-guest
Date: 2007-05-02 21:34:29 +0000 (Wed, 02 May 2007)
New Revision: 3093

Modified:
   non-group/stetic/trunk/debian/changelog
   non-group/stetic/trunk/debian/control
   non-group/stetic/trunk/debian/rules
Log:
- -3 release



Modified: non-group/stetic/trunk/debian/changelog
===================================================================
--- non-group/stetic/trunk/debian/changelog	2007-04-29 22:31:53 UTC (rev 3092)
+++ non-group/stetic/trunk/debian/changelog	2007-05-02 21:34:29 UTC (rev 3093)
@@ -1,3 +1,13 @@
+stetic (0.1.0~svn.74962+dfsg-3) unstable; urgency=medium
+
+  * Rebuild against libmono-cecil0.5-cil. (Closes: #421729)
+  * debian/control:
+    + Updated libmono-cecil0.4-cil build-dependency to libmono-cecil0.5-cil.
+  * debian/rules:
+    + Added call for dh_clifixperms in binary-indep target.
+
+ -- Mirco Bauer <meebey at debian.org>  Tue,  1 May 2007 11:32:01 +0200
+
 stetic (0.1.0~svn.74962+dfsg-2) unstable; urgency=low
 
   * Added libmono-system-runtime2.0-cil and libtool to build dependencies.

Modified: non-group/stetic/trunk/debian/control
===================================================================
--- non-group/stetic/trunk/debian/control	2007-04-29 22:31:53 UTC (rev 3092)
+++ non-group/stetic/trunk/debian/control	2007-05-02 21:34:29 UTC (rev 3093)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 5.0.0), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.1.2) | c-sharp-compiler, mono-gmcs | c-sharp-2.0-compiler, libgtk2.0-cil (>= 2.3.91), libgnome2.0-cil (>= 2.3.91), libmono-cecil0.4-cil, libmono-system-runtime2.0-cil, libgtk2.0-dev (>= 2.4.0), libmono-dev, automake1.7, autoconf (>= 2.5), intltool, libtool
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.1.2) | c-sharp-compiler, mono-gmcs | c-sharp-2.0-compiler, libgtk2.0-cil (>= 2.3.91), libgnome2.0-cil (>= 2.3.91), libmono-cecil0.5-cil, libmono-system-runtime2.0-cil, libgtk2.0-dev (>= 2.4.0), libmono-dev, automake1.7, autoconf (>= 2.5), intltool, libtool
 Standards-Version: 3.7.2
 
 Package: stetic

Modified: non-group/stetic/trunk/debian/rules
===================================================================
--- non-group/stetic/trunk/debian/rules	2007-04-29 22:31:53 UTC (rev 3092)
+++ non-group/stetic/trunk/debian/rules	2007-05-02 21:34:29 UTC (rev 3093)
@@ -13,12 +13,11 @@
 	CFLAGS += -O2
 endif
 
-# Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make
 
 config.status: configure
 	dh_testdir
-	cp /usr/lib/cli/mono-cecil-0.4/Mono.Cecil.dll $(CURDIR)/libsteticui/lib/
+	cp /usr/lib/cli/mono-cecil-0.5/Mono.Cecil.dll $(CURDIR)/libsteticui/lib/
 	NOCONFIGURE=1 ./autogen.sh
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
 	  --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc \
@@ -61,6 +60,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_clifixperms
 	dh_installdeb
 	dh_shlibdeps
 	dh_clideps
@@ -68,5 +68,7 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-arch:
+
 binary: binary-indep
-.PHONY: build clean binary-indep binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch




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