summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>2010-01-18 17:34:35 -0300
committerAnselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>2010-01-18 20:19:55 -0300
commitbcde4b59e52222dfad0558103fa22a7628cf4a32 (patch)
treea52cb02b79bfb96a54b5594bc45748e24931ca5d
parent6954cb499ad13b09bdca92c184ec0ff42685c445 (diff)
Demos: deb package name and description ++
deb package names are now less generic and the descriptions of each demo are now more detailed than just its name =) The new names are: hyperui -> qtmobiledemo-hyperui mybudget -> qtmobiledemo-mybudget shoplist -> qtmobiledemo-shoplist weather -> qtmobiledemo-weather Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
-rw-r--r--hyperui/debian/changelog2
-rw-r--r--hyperui/debian/control9
-rw-r--r--hyperui/debian/qtmobiledemo-hyperui.install (renamed from hyperui/debian/hyperui.install)0
-rw-r--r--mybudget/debian/changelog6
-rw-r--r--mybudget/debian/control9
-rw-r--r--mybudget/debian/qtmobiledemo-mybudget.install (renamed from mybudget/debian/mybudget.install)0
-rw-r--r--shoplist/debian/changelog2
-rw-r--r--shoplist/debian/control9
-rw-r--r--shoplist/debian/qtmobiledemo-shoplist.install (renamed from shoplist/debian/shoplist.install)0
-rw-r--r--weather/debian/changelog2
-rw-r--r--weather/debian/control8
-rw-r--r--weather/debian/qtmobiledemo-weather.install (renamed from weather/debian/weather.install)0
12 files changed, 25 insertions, 22 deletions
diff --git a/hyperui/debian/changelog b/hyperui/debian/changelog
index 6204d64..3e69626 100644
--- a/hyperui/debian/changelog
+++ b/hyperui/debian/changelog
@@ -1,4 +1,4 @@
-hyperui (0.1-1) unstable; urgency=low
+qtmobiledemo-hyperui (0.1-1) unstable; urgency=low
* Initial release.
diff --git a/hyperui/debian/control b/hyperui/debian/control
index 6b0540f..803fe6a 100644
--- a/hyperui/debian/control
+++ b/hyperui/debian/control
@@ -1,12 +1,13 @@
-Source: hyperui
+Source: qtmobiledemo-hyperui
Section: apps
Priority: optional
Maintainer: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Build-Depends: debhelper (>= 4), libqt4-maemo5-dev
Standards-Version: 3.8.1
-Package: hyperui
+Package: qtmobiledemo-hyperui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui, libqt4-maemo5-network
-Description: HyperUI
- HyperUI
+Description: Qt Mobile Demo: HyperUI
+ HyperUI is a concept of an interface for mobile devices. The current version contains the standby screen,
+ the application launcher, the dialpad and contacts list.
diff --git a/hyperui/debian/hyperui.install b/hyperui/debian/qtmobiledemo-hyperui.install
index 32f1de4..32f1de4 100644
--- a/hyperui/debian/hyperui.install
+++ b/hyperui/debian/qtmobiledemo-hyperui.install
diff --git a/mybudget/debian/changelog b/mybudget/debian/changelog
index 430f861..19a39c5 100644
--- a/mybudget/debian/changelog
+++ b/mybudget/debian/changelog
@@ -1,16 +1,16 @@
-mybudget (0.3-1) unstable; urgency=low
+qtmobiledemo-mybudget (0.3-1) unstable; urgency=low
* Minor fixes
-- Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Wed, 28 Sep 2009 14:47:57 -0300
-mybudget (0.2-1) unstable; urgency=low
+qtmobiledemo-mybudget (0.2-1) unstable; urgency=low
* Several fixes and improvements
-- Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Wed, 03 Sep 2009 18:47:57 -0300
-mybudget (0.1-1) unstable; urgency=low
+qtmobiledemo-mybudget (0.1-1) unstable; urgency=low
* Initial release.
diff --git a/mybudget/debian/control b/mybudget/debian/control
index 8340e04..8fcede1 100644
--- a/mybudget/debian/control
+++ b/mybudget/debian/control
@@ -1,12 +1,13 @@
-Source: mybudget
+Source: qtmobiledemo-mybudget
Section: apps
Priority: optional
Maintainer: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Build-Depends: debhelper (>= 4), libqt4-maemo5-dev
Standards-Version: 3.8.1
-Package: mybudget
+Package: qtmobiledemo-mybudget
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui
-Description: My Budget
- My Budget
+Description: Qt Mobile Demo: MyBudget
+ MyBudget is a personal budget demo application, with lists of expenses divided by categories,
+ plus a calculator integrated with the input of new expenses, plus a chart of monthly expenses.
diff --git a/mybudget/debian/mybudget.install b/mybudget/debian/qtmobiledemo-mybudget.install
index 64b5917..64b5917 100644
--- a/mybudget/debian/mybudget.install
+++ b/mybudget/debian/qtmobiledemo-mybudget.install
diff --git a/shoplist/debian/changelog b/shoplist/debian/changelog
index a825b85..8c1472f 100644
--- a/shoplist/debian/changelog
+++ b/shoplist/debian/changelog
@@ -1,4 +1,4 @@
-shoplist (0.1-1) unstable; urgency=low
+qtmobiledemo-shoplist (0.1-1) unstable; urgency=low
* Initial release.
diff --git a/shoplist/debian/control b/shoplist/debian/control
index 07988b3..4576319 100644
--- a/shoplist/debian/control
+++ b/shoplist/debian/control
@@ -1,12 +1,13 @@
-Source: shoplist
+Source: qtmobiledemo-shoplist
Section: apps
Priority: optional
Maintainer: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Build-Depends: debhelper (>= 4), libqt4-maemo5-dev
Standards-Version: 3.8.1
-Package: shoplist
+Package: qtmobiledemo-shoplist
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui, libqt4-maemo5-network
-Description: ShopList
- ShopList
+Description: Qt Mobile Demo: ShopList
+ ShopList is a demo application of a shopping list with rich user interface. The item lists (divided by categories)
+ are kinetic and the bought items, when checked, are animated moved to the end of the list.
diff --git a/shoplist/debian/shoplist.install b/shoplist/debian/qtmobiledemo-shoplist.install
index 5e3d3f2..5e3d3f2 100644
--- a/shoplist/debian/shoplist.install
+++ b/shoplist/debian/qtmobiledemo-shoplist.install
diff --git a/weather/debian/changelog b/weather/debian/changelog
index ab4e562..7dbc335 100644
--- a/weather/debian/changelog
+++ b/weather/debian/changelog
@@ -1,4 +1,4 @@
-weather (0.1-1) unstable; urgency=low
+qtmobiledemo-weather (0.1-1) unstable; urgency=low
* Initial release.
diff --git a/weather/debian/control b/weather/debian/control
index ff85b31..ffc7e08 100644
--- a/weather/debian/control
+++ b/weather/debian/control
@@ -1,12 +1,12 @@
-Source: weather
+Source: qtmobiledemo-weather
Section: apps
Priority: optional
Maintainer: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Build-Depends: debhelper (>= 4), libqt4-maemo5-dev
Standards-Version: 3.8.1
-Package: weather
+Package: qtmobiledemo-weather
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui, libqt4-maemo5-network
-Description: Weather
- Weather
+Description: Qt Mobile Demo: Weather
+ Weather demo is a demo application which allows you to check the weather around the world in a cute way.
diff --git a/weather/debian/weather.install b/weather/debian/qtmobiledemo-weather.install
index 25a20f4..25a20f4 100644
--- a/weather/debian/weather.install
+++ b/weather/debian/qtmobiledemo-weather.install