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

Mirco Bauer meebey-guest at costa.debian.org
Sun Feb 5 21:11:00 UTC 2006


Author: meebey-guest
Date: 2006-02-05 21:10:59 +0000 (Sun, 05 Feb 2006)
New Revision: 2226

Added:
   non-group/gfax/trunk/debian/patches/04_use_gconfsharp-schemagen_wrapper.dpatch
Modified:
   non-group/gfax/trunk/debian/changelog
   non-group/gfax/trunk/debian/patches/00list
Log:
- fix



Modified: non-group/gfax/trunk/debian/changelog
===================================================================
--- non-group/gfax/trunk/debian/changelog	2006-02-05 19:08:54 UTC (rev 2225)
+++ non-group/gfax/trunk/debian/changelog	2006-02-05 21:10:59 UTC (rev 2226)
@@ -7,6 +7,10 @@
   * Wrote 01_fix_makefile.dpatch, it fixes the permission of /var/spool/gfax.
   * Wrote 02_libgnomeprint_path.dpatch, the detection of the libgnomeprint
     version was failing easily.
+  * Wrote 03_compile_fix.dpatch, fixes 2 missing variable initialization
+  * Wrote 04_use_gconfsharp-schemagen_wrapper.dpatch, executing .exe files
+    directly will not work without binfmt support (buildds don't have them for
+    instance)
 
  -- Mirco Bauer <meebey at meebey.net>  Mon, 30 Jan 2006 21:51:02 +0100
 

Modified: non-group/gfax/trunk/debian/patches/00list
===================================================================
--- non-group/gfax/trunk/debian/patches/00list	2006-02-05 19:08:54 UTC (rev 2225)
+++ non-group/gfax/trunk/debian/patches/00list	2006-02-05 21:10:59 UTC (rev 2226)
@@ -1,3 +1,4 @@
 01_fix_makefile
 02_libgnomeprint_path
 03_compile_fix
+04_use_gconfsharp-schemagen_wrapper

Added: non-group/gfax/trunk/debian/patches/04_use_gconfsharp-schemagen_wrapper.dpatch
===================================================================
--- non-group/gfax/trunk/debian/patches/04_use_gconfsharp-schemagen_wrapper.dpatch	2006-02-05 19:08:54 UTC (rev 2225)
+++ non-group/gfax/trunk/debian/patches/04_use_gconfsharp-schemagen_wrapper.dpatch	2006-02-05 21:10:59 UTC (rev 2226)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_use_gconfsharp-schemagen_wrapper.dpatch by Mirco Bauer <meebey at meebey.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gfax-0.7.4~/src/Makefile.am gfax-0.7.4/src/Makefile.am
+--- gfax-0.7.4~/src/Makefile.am	2006-02-05 22:05:48.310221656 +0100
++++ gfax-0.7.4/src/Makefile.am	2006-02-05 22:07:06.922270808 +0100
+@@ -40,7 +40,7 @@
+ 
+ Settings.cs: Settings.cs
+ 	env GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule $(SCHEMA); \
+-	gconfsharp-schemagen.exe gfax $(SCHEMA) > $(srcdir)/Settings.cs
++	/usr/bin/gconfsharp-schemagen gfax $(SCHEMA) > $(srcdir)/Settings.cs
+ 
+ gfax.exe: $(CSFILES) $(GENERATED_CSFILES)
+ 	$(CSC) $(CSFLAGS) $(GFAX_LIBS) $(ASSEMBLIES) $(RESOURCES) $(CSFILES) $(GENERATED_CSFILES) -o $@ 
+diff -urNad gfax-0.7.4~/src/Makefile.in gfax-0.7.4/src/Makefile.in
+--- gfax-0.7.4~/src/Makefile.in	2006-02-05 22:05:48.310221656 +0100
++++ gfax-0.7.4/src/Makefile.in	2006-02-05 22:06:30.194854224 +0100
+@@ -281,7 +281,7 @@
+ 
+ Settings.cs: Settings.cs
+ 	env GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule $(SCHEMA); \
+-	gconfsharp-schemagen.exe gfax $(SCHEMA) > $(srcdir)/Settings.cs
++	/usr/bin/gconfsharp-schemagen gfax $(SCHEMA) > $(srcdir)/Settings.cs
+ 
+ gfax.exe: $(CSFILES) $(GENERATED_CSFILES)
+ 	$(CSC) $(CSFLAGS) $(GFAX_LIBS) $(ASSEMBLIES) $(RESOURCES) $(CSFILES) $(GENERATED_CSFILES) -o $@ 


Property changes on: non-group/gfax/trunk/debian/patches/04_use_gconfsharp-schemagen_wrapper.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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