[Pkg-cli-apps-commits] [SCM] Blam - a simple news reader branch, master, updated. debian/1.8.9-1-1-g28db500

Carlos Martín Nieto carlos at cmartin.tk
Sat Nov 12 21:50:04 UTC 2011


The following commit has been merged in the master branch:
commit 28db500eb69acdc5bab51439792c2833868bf9aa
Author: Carlos Martín Nieto <carlos at cmartin.tk>
Date:   Mon Aug 1 14:27:04 2011 +0200

    Use #elif instead of #elseif

diff --git a/debian/patches/0002-Use-elif.patch b/debian/patches/0002-Use-elif.patch
new file mode 100644
index 0000000..721ce63
--- /dev/null
+++ b/debian/patches/0002-Use-elif.patch
@@ -0,0 +1,13 @@
+Index: blam/src/Application.cs
+===================================================================
+--- blam.orig/src/Application.cs	2011-08-01 16:06:44.000000000 +0200
++++ blam/src/Application.cs	2011-08-01 16:07:17.000000000 +0200
+@@ -22,7 +22,7 @@
+ #if DBUS_SHARP
+ using DBus;
+ using org.freedesktop.DBus;
+-#elseif NDESK_DBUS
++#elif NDESK_DBUS
+ using NDesk.DBus;
+ using org.freedesktop.DBus;
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 5d46629..8aac3e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Add-the-Planet-Debian-feed-by-default.patch
+0002-Use-elif.patch

-- 
Blam - a simple news reader



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