[Pkg-cli-apps-commits] r5274 - in /packages/gfax/trunk/debian: changelog patches/00list patches/configurable_compiler.dpatch

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Fri Jan 29 12:41:35 UTC 2010


Author: directhex
Date: Fri Jan 29 12:41:34 2010
New Revision: 5274

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5274
Log:
actually use configurable compiler

Modified:
    packages/gfax/trunk/debian/changelog
    packages/gfax/trunk/debian/patches/00list
    packages/gfax/trunk/debian/patches/configurable_compiler.dpatch

Modified: packages/gfax/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/changelog?rev=5274&op=diff
==============================================================================
--- packages/gfax/trunk/debian/changelog (original)
+++ packages/gfax/trunk/debian/changelog Fri Jan 29 12:41:34 2010
@@ -9,9 +9,10 @@
     debian/patches/04_fix_Process_ambiguous_reference,
     debian/patches/pretty_date_format,
     debian/patches/fr.po,
-    debian/patches/configurable_compiler,
     debian/patches/ignore_killall:
     + Remove (fixed upstream)
+  * debian/patches/configurable_compiler:
+    + Refresh
   * debian/patches/08_disable_evolution_sharp.dpatch,
     debian/control:
     + Evolution# is broken, so disable it

Modified: packages/gfax/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/patches/00list?rev=5274&op=diff
==============================================================================
--- packages/gfax/trunk/debian/patches/00list (original)
+++ packages/gfax/trunk/debian/patches/00list Fri Jan 29 12:41:34 2010
@@ -1,2 +1,3 @@
 08_disable_evolution_sharp
 fix_mkdir_p_var
+configurable_compiler

Modified: packages/gfax/trunk/debian/patches/configurable_compiler.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/patches/configurable_compiler.dpatch?rev=5274&op=diff
==============================================================================
--- packages/gfax/trunk/debian/patches/configurable_compiler.dpatch (original)
+++ packages/gfax/trunk/debian/patches/configurable_compiler.dpatch Fri Jan 29 12:41:34 2010
@@ -5,14 +5,14 @@
 ## DP: Use compiler passed to configure for the build
 
 @DPATCH@
-diff -urNad trunk~/src/Makefile.am trunk/src/Makefile.am
---- trunk~/src/Makefile.am	2006-11-13 23:57:16.000000000 +0000
-+++ trunk/src/Makefile.am	2008-12-13 12:14:24.000000000 +0000
+diff -urNad gfax-0.7.7~/src/Makefile.am gfax-0.7.7/src/Makefile.am
+--- gfax-0.7.7~/src/Makefile.am	2010-01-29 12:33:47.063626397 +0000
++++ gfax-0.7.7/src/Makefile.am	2010-01-29 12:34:01.431135745 +0000
 @@ -1,6 +1,6 @@
  # 0169 - Don't warn about unused functions, they are called from libglade
  # 0219 - Constructs like Gtk.TreeIter iter = new Gtk.TreeIter();
--CSC = mcs -nowarn:0169,0219 -debug
-+CSC = $(MCS) -nowarn:0169,0219 -debug
+-CSC = gmcs -nowarn:0169,0219 -debug
++CSC = @MCS@ -nowarn:0169,0219 -debug
  
  TARGET = gfax.exe
- WRAPPER = gfax
+ TARGET1 = cups-gfax




More information about the Pkg-cli-apps-commits mailing list