[SCM] Qt Mobility packaging branch, master, updated. f36834e67c3754e9e3da48f3f0731f8778f76291

Fathi Boudra fabo at alioth.debian.org
Tue Jun 8 10:58:41 UTC 2010


The following commit has been merged in the master branch:
commit b3ee9d1b203e6c76baa55949a8d354215cff5b12
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Jun 8 13:54:12 2010 +0300

    Add patches to rename binaries.
---
 debian/patches/0001_rename_smallsensors.diff |   11 +++++++++++
 debian/patches/0002_rename_sysinfo.diff      |   13 +++++++++++++
 debian/patches/series                        |    2 ++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/debian/patches/0001_rename_smallsensors.diff b/debian/patches/0001_rename_smallsensors.diff
new file mode 100644
index 0000000..72bebfc
--- /dev/null
+++ b/debian/patches/0001_rename_smallsensors.diff
@@ -0,0 +1,11 @@
+Description: rename binary to lowercase characters
+Author: Fathi Boudra <fabo at debian.org>
+
+--- a/examples/sensors/small_screen_sensors/small_screen_sensors.pro
++++ b/examples/sensors/small_screen_sensors/small_screen_sensors.pro
+@@ -1,4 +1,4 @@
+-TARGET = SmallSensors
++TARGET = smallsensors
+ TEMPLATE = app
+ 
+ include(../../examples.pri)
diff --git a/debian/patches/0002_rename_sysinfo.diff b/debian/patches/0002_rename_sysinfo.diff
new file mode 100644
index 0000000..140a60b
--- /dev/null
+++ b/debian/patches/0002_rename_sysinfo.diff
@@ -0,0 +1,13 @@
+Description: rename binary to qsysinfo
+Author: Fathi Boudra <fabo at debian.org>
+
+--- a/examples/sysinfo/sysinfo.pro
++++ b/examples/sysinfo/sysinfo.pro
+@@ -1,6 +1,6 @@
+ QT       += network
+ 
+-TARGET = sysinfo
++TARGET = qsysinfo
+ TEMPLATE = app
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 75e835a..1156209 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
+0001_rename_smallsensors.diff
+0002_rename_sysinfo.diff
 01_fix_ftbfs_incorrect_copy2build_output_value.diff
 02_no_rpath.diff

-- 
Qt Mobility packaging



More information about the pkg-kde-commits mailing list