[Pkg-cli-apps-commits] r4338 - in /packages/f-spot/trunk/debian: changelog patches/00list patches/debian_use_csc.dpatch
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Mon Dec 15 23:00:13 UTC 2008
Author: meebey
Date: Mon Dec 15 23:00:13 2008
New Revision: 4338
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4338
Log:
* debian/patches/debian_use_csc.dpatch:
+ Replaces hardcoded compiler calls with MCS variable from configure.
Added:
packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch (with props)
Modified:
packages/f-spot/trunk/debian/changelog
packages/f-spot/trunk/debian/patches/00list
Modified: packages/f-spot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/f-spot/trunk/debian/changelog?rev=4338&op=diff
==============================================================================
--- packages/f-spot/trunk/debian/changelog (original)
+++ packages/f-spot/trunk/debian/changelog Mon Dec 15 23:00:13 2008
@@ -11,8 +11,10 @@
+ Replaced mono-gmcs build-dep with mono-devel >= 2.0 as part of the
Mono 2.0 transition.
+ Enhanced package description.
-
- -- Mirco Bauer <meebey at debian.org> Mon, 15 Dec 2008 23:44:58 +0100
+ * debian/patches/debian_use_csc.dpatch:
+ + Replaces hardcoded compiler calls with MCS variable from configure.
+
+ -- Mirco Bauer <meebey at debian.org> Mon, 15 Dec 2008 23:59:13 +0100
f-spot (0.4.4-1) unstable; urgency=medium
Modified: packages/f-spot/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/f-spot/trunk/debian/patches/00list?rev=4338&op=diff
==============================================================================
--- packages/f-spot/trunk/debian/patches/00list (original)
+++ packages/f-spot/trunk/debian/patches/00list Mon Dec 15 23:00:13 2008
@@ -14,6 +14,7 @@
debian_link-system-gnome-keyring
debian_flickrnet-2.1.5-port
debian_fix_f-spot.exe.config
+debian_use_csc
# Patches to be applied last.
98_autoreconf
Added: packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch?rev=4338&op=file
==============================================================================
--- packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch (added)
+++ packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch Mon Dec 15 23:00:13 2008
@@ -1,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## use_csc.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad f-spot-0.4.4~/Makefile.include f-spot-0.4.4/Makefile.include
+--- f-spot-0.4.4~/Makefile.include 2008-12-15 23:56:40.000000000 +0100
++++ f-spot-0.4.4/Makefile.include 2008-12-15 23:58:09.000000000 +0100
+@@ -40,8 +40,8 @@
+ ## Build
+
+ CSC_FLAGS = -debug
+-CSC = gmcs $(CSC_FLAGS) -target:exe
+-CSC_LIB = gmcs $(CSC_FLAGS) -target:library
++CSC = @MCS@ $(CSC_FLAGS) -target:exe
++CSC_LIB = @MCS@ $(CSC_FLAGS) -target:library
+
+ ## Runtime
+
+diff -urNad f-spot-0.4.4~/configure.in f-spot-0.4.4/configure.in
+--- f-spot-0.4.4~/configure.in 2008-12-15 23:56:40.000000000 +0100
++++ f-spot-0.4.4/configure.in 2008-12-15 23:58:28.000000000 +0100
+@@ -324,6 +324,7 @@
+
+ AC_OUTPUT([
+ Makefile
++Makefile.include
+ dbus-sharp/Makefile
+ dbus-sharp-glib/Makefile
+ docs/Makefile
Propchange: packages/f-spot/trunk/debian/patches/debian_use_csc.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-cli-apps-commits
mailing list