[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.8.4.9-20090130-3-9-g2949155

Luca Capello luca at pca.it
Fri May 15 22:00:06 UTC 2009


The following commit has been merged in the debian branch:
commit 2949155cd242fc889577e2d9cd36788db2c37a0f
Author: Luca Capello <luca at pca.it>
Date:   Sat May 16 00:00:03 2009 +0200

    debian/patches/08_typo-in-shebang-line.patch: new file

diff --git a/debian/changelog b/debian/changelog
index d22e050..9b9303d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,12 @@ fso-frameworkd (0.8.4.9-20090130-4) UNRELEASED; urgency=low
     + add "#DEBHELPER#" token, thanks to lintian.
   * debian/fso-sounds-none.README.Debian:
     + suggest fso-frameworkd documentation to use the ringtones.
+  * debian/patches/series: update.
   * debian/patches/06_persist-in-var-lib.patch:
     + use freesmartphone.org instead of the FSO acronym.
+  * debian/patches/08_typo-in-shebang-line.patch:
+    + upstream commit b0c5547fd50b3cba2574a3f58c5e054f8d6dc27e,
+      fix typo in framework/patters/null.py, thanks to lintian.
   * debian/README.Debian:
     + use freesmartphone.org instead of the FSO acronym.
   * debian/watch:
diff --git a/debian/patches/08_typo-in-shebang-line.patch b/debian/patches/08_typo-in-shebang-line.patch
new file mode 100644
index 0000000..902fd21
--- /dev/null
+++ b/debian/patches/08_typo-in-shebang-line.patch
@@ -0,0 +1,19 @@
+From: Joachim Breitner <mail at joachim-breitner.de>
+Date: Mon, 2 Feb 2009 19:20:38 +0000 (+0100)
+Subject: typo in shebang line: /user/bin/env
+X-Git-Tag: milestone5.1~35
+X-Git-Url: http://git.freesmartphone.org/?p=framework.git;a=commitdiff_plain;h=b0c5547fd50b3cba2574a3f58c5e054f8d6dc27e
+
+typo in shebang line: /user/bin/env
+---
+
+diff --git a/framework/patterns/null.py b/framework/patterns/null.py
+index 8851ebe..85d797c 100644
+--- a/framework/patterns/null.py
++++ b/framework/patterns/null.py
+@@ -1,4 +1,4 @@
+-#!/user/bin/env python 
++#!/usr/bin/env python 
+ 
+ """null.py
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 089755e..bc88a11 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 05_fix-installprefix-in-config.py.patch
 06_persist-in-var-lib.patch
 07_dbus-access-via-busnames.patch
+08_typo-in-shebang-line.patch

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list