[Pkg-mono-svn-commits] rev 3330 - non-group/prj2make-sharp/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Wed Sep 5 22:06:32 UTC 2007


Author: meebey-guest
Date: 2007-09-05 22:06:32 +0000 (Wed, 05 Sep 2007)
New Revision: 3330

Modified:
   non-group/prj2make-sharp/trunk/debian/changelog
   non-group/prj2make-sharp/trunk/debian/control
   non-group/prj2make-sharp/trunk/debian/rules
Log:
- prj2make-sharp prj2make-sharp



Modified: non-group/prj2make-sharp/trunk/debian/changelog
===================================================================
--- non-group/prj2make-sharp/trunk/debian/changelog	2007-09-05 21:25:36 UTC (rev 3329)
+++ non-group/prj2make-sharp/trunk/debian/changelog	2007-09-05 22:06:32 UTC (rev 3330)
@@ -1,3 +1,18 @@
+prj2make-sharp (0.95-4) unstable; urgency=medium
+
+  * debian/control:
+    + Added libglade2.0-cil and libgconf2.0-cil to build dependencies.
+    + Added pkg-config and libmono-dev to prj2make-sharp dependencies.
+      (Closes: #260362)
+    + Updated Standards-Version to 3.7.2 (no changes needed)
+    + Added dpatch to build dependencies.
+  * debian/rules:
+    + Integrated dpatch
+  * debian/patches/use_gtk-sharp-2.0.dpatch:
+    + Link against Gtk#2
+
+ -- Mirco Bauer <meebey at debian.org>  Wed, 05 Sep 2007 23:36:50 +0200
+
 prj2make-sharp (0.95-3) unstable; urgency=medium
 
   * Rebuild against Mono 1.1.18

Modified: non-group/prj2make-sharp/trunk/debian/control
===================================================================
--- non-group/prj2make-sharp/trunk/debian/control	2007-09-05 21:25:36 UTC (rev 3329)
+++ non-group/prj2make-sharp/trunk/debian/control	2007-09-05 22:06:32 UTC (rev 3330)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Pablo Fischer <pablo at pablo.com.mx>
 Uploaders: Eduard Bloch <blade at debian.org>, Pablo Fischer <pablo at pablo.com.mx>, Mirco Bauer <meebey at meebey.net>
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs | c-sharp-compiler,  pkg-config, libmono-dev, libgtk-cil, libgnome-cil
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0.0), dpatch
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs | c-sharp-compiler,  pkg-config, libmono-dev, libgtk2.0-cil, libgnome2.0-cil, libglade2.0-cil, libgconf2.0-cil
+Standards-Version: 3.7.2
 
 Package: prj2make-sharp
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, pkg-config, libmono-dev
 Description: Convert VS.NET solution files to Makefiles
  prj2make-solution is a utility used to read a "solution" file created
  with Visual Studio .NET and generate a usual Makefile suitable for

Modified: non-group/prj2make-sharp/trunk/debian/rules
===================================================================
--- non-group/prj2make-sharp/trunk/debian/rules	2007-09-05 21:25:36 UTC (rev 3329)
+++ non-group/prj2make-sharp/trunk/debian/rules	2007-09-05 22:06:32 UTC (rev 3330)
@@ -9,7 +9,9 @@
 
 CFLAGS = -Wall -g
 
-config.status: configure
+include /usr/share/dpatch/dpatch.make
+
+config.status: patch configure
 	dh_testdir
 	mkdir -p $$MONO_SHARED_DIR
 	# Add here commands to configure the package.
@@ -24,7 +26,8 @@
 	pod2man $(CURDIR)/debian/prj2make-sharp.pod > $(CURDIR)/debian/prj2make-sharp.1
 	touch build-stamp
 
-clean:
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
@@ -55,6 +58,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_clifixperms
 	dh_installdeb
 	dh_shlibdeps
 	dh_clideps -d




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