summaryrefslogtreecommitdiffstats
path: root/weather/debian
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 19:04:59 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 19:06:05 -0300
commit3187e481111d446fe0e2a3bfd12e693a757dc47c (patch)
tree3bd8a33cae714d23dc0a7fa66c7f2c2541b77b1f /weather/debian
parentf7b51ba9a7ff88629d430d49b5785c17f8271ba8 (diff)
Added maemo support with debian package files
Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
Diffstat (limited to 'weather/debian')
-rw-r--r--weather/debian/changelog5
-rw-r--r--weather/debian/compat1
-rw-r--r--weather/debian/control12
-rwxr-xr-xweather/debian/rules10
-rw-r--r--weather/debian/weather.install3
5 files changed, 31 insertions, 0 deletions
diff --git a/weather/debian/changelog b/weather/debian/changelog
new file mode 100644
index 0000000..ab4e562
--- /dev/null
+++ b/weather/debian/changelog
@@ -0,0 +1,5 @@
+weather (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> Wed, 29 Aug 2009 16:47:57 -0300
diff --git a/weather/debian/compat b/weather/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/weather/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/weather/debian/control b/weather/debian/control
new file mode 100644
index 0000000..ff85b31
--- /dev/null
+++ b/weather/debian/control
@@ -0,0 +1,12 @@
+Source: 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
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-maemo5-core, libqt4-maemo5-gui, libqt4-maemo5-network
+Description: Weather
+ Weather
diff --git a/weather/debian/rules b/weather/debian/rules
new file mode 100755
index 0000000..b299893
--- /dev/null
+++ b/weather/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/qmake.mk
+
+DEB_BUILDDIR = debian/builddeb
+DEB_QMAKE_ARGS = $(CURDIR)/weather.pro -r PREFIX=/usr
+
+clean::
+ rm -fr $(DEB_BUILDDIR)
diff --git a/weather/debian/weather.install b/weather/debian/weather.install
new file mode 100644
index 0000000..25a20f4
--- /dev/null
+++ b/weather/debian/weather.install
@@ -0,0 +1,3 @@
+weather.desktop usr/share/applications/hildon/
+weather.ini usr/share/applications/
+images/icon-weather.png usr/share/pixmaps/