[Pkg-cli-apps-commits] r4233 - in /packages/giver/trunk/debian/patches: 01_giver.desktop.in.dpatch 02_gmcs-variable.dpatch giver.desktop.in.dpatch
iulian-guest at users.alioth.debian.org
iulian-guest at users.alioth.debian.org
Fri Nov 28 21:25:42 UTC 2008
Author: iulian-guest
Date: Fri Nov 28 21:25:42 2008
New Revision: 4233
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4233
Log:
Add debian/patches/02_gmcs-variable.dpatch
Added:
packages/giver/trunk/debian/patches/01_giver.desktop.in.dpatch (props changed)
- copied unchanged from r4232, packages/giver/trunk/debian/patches/giver.desktop.in.dpatch
packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch (with props)
Removed:
packages/giver/trunk/debian/patches/giver.desktop.in.dpatch
Propchange: packages/giver/trunk/debian/patches/01_giver.desktop.in.dpatch
------------------------------------------------------------------------------
svn:executable = *
Propchange: packages/giver/trunk/debian/patches/01_giver.desktop.in.dpatch
------------------------------------------------------------------------------
svn:mergeinfo =
Added: packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch?rev=4233&op=file
==============================================================================
--- packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch (added)
+++ packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch Fri Nov 28 21:25:42 2008
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_gmcs-variable.dpatch by Iulian Udrea <iulian at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't hardcode the compilers variable.
+
+ at DPATCH@
+diff -urNad giver-0.1.8~/src/Makefile.am giver-0.1.8/src/Makefile.am
+--- giver-0.1.8~/src/Makefile.am 2007-08-03 05:42:24.000000000 +0100
++++ giver-0.1.8/src/Makefile.am 2008-11-26 18:30:36.000000000 +0000
+@@ -1,5 +1,5 @@
+
+-CSC = gmcs
++CSC = $(GMCS)
+
+ TARGET = Giver.exe
+ WRAPPER = giver
Propchange: packages/giver/trunk/debian/patches/02_gmcs-variable.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-cli-apps-commits
mailing list