summaryrefslogtreecommitdiff
path: root/qtc_packaging
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-10-17 02:18:13 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-10-17 02:18:13 +0200
commit5f9a4ac6abba07b5074c10038e5b363133ff4ef8 (patch)
treebebf4869b7c3c6a7be3746ec56ac1463a7ac71e5 /qtc_packaging
parent3c33f68f29110efd7b034337947f90f085ef239a (diff)
downloadsowatch-5f9a4ac6abba07b5074c10038e5b363133ff4ef8.tar.gz
sowatch-5f9a4ac6abba07b5074c10038e5b363133ff4ef8.zip
updating packaging
Diffstat (limited to 'qtc_packaging')
-rw-r--r--qtc_packaging/debian_fremantle/changelog8
-rw-r--r--qtc_packaging/debian_fremantle/control14
-rw-r--r--qtc_packaging/debian_fremantle/copyright41
-rw-r--r--qtc_packaging/debian_harmattan/changelog4
-rw-r--r--qtc_packaging/debian_harmattan/copyright19
5 files changed, 34 insertions, 52 deletions
diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog
index 6881d82..ea2f32e 100644
--- a/qtc_packaging/debian_fremantle/changelog
+++ b/qtc_packaging/debian_fremantle/changelog
@@ -1,11 +1,15 @@
sowatch (0.2.1) unstable; urgency=low
* Fixing build dependencies.
+ * Adding autosyncing of time every 24 hours.
+ * Adding a new active notifications list watchlet.
+ * Adding new weather notifications, as well as a new weather
+ notification provider from Accuweather.
- -- Javier S. Pedro <maemo@javispedro.com> Fri, 30 Sep 2011 01:05:45 +0200
+ -- Javier S. Pedro <maemo@javispedro.com> Mon, 17 Oct 2011 02:13:17 +0200
sowatch (0.2.0) unstable; urgency=low
* Initial Release.
- -- Javier <javier@unknown> Tue, 27 Sep 2011 22:22:02 +0200
+ -- Javier <javier@unknown> Sat, 17 Sep 2011 03:05:17 +0200
diff --git a/qtc_packaging/debian_fremantle/control b/qtc_packaging/debian_fremantle/control
index 268e4f7..eb5dfa2 100644
--- a/qtc_packaging/debian_fremantle/control
+++ b/qtc_packaging/debian_fremantle/control
@@ -1,15 +1,21 @@
Source: sowatch
-Section: user/hidden
+Section: user/other
Priority: optional
Maintainer: Javier <javier@unknown>
-Build-Depends: debhelper (>= 5), libqt4-dev
+Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev
Standards-Version: 3.7.3
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://gitorious.org/sowatch
Package: sowatch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Bluetooth smartwatch manager
- <insert long description, indented with spaces>
+ Sowatch is a manager for bluetooth-enabled smartwatches, whose display
+ can be controlled by a device via a bluetooth based protocol.
+ This framework provides several features for such smartwatches:
+ - Notifications support: incoming calls, messages, etc.
+ - Watchlets: control the media player or view a map.
+ .
+ Currently, only the MetaWatch is supported.
XB-Maemo-Display-Name: Sowatch
XB-Maemo-Icon-26:
diff --git a/qtc_packaging/debian_fremantle/copyright b/qtc_packaging/debian_fremantle/copyright
index c27016a..7f402d9 100644
--- a/qtc_packaging/debian_fremantle/copyright
+++ b/qtc_packaging/debian_fremantle/copyright
@@ -1,40 +1,25 @@
-This package was debianized by Javier <javier@unknown> on
-Tue, 27 Sep 2011 22:22:02 +0200.
-
-It was downloaded from <url://example.com>
-
-Upstream Author(s):
-
- <put author's name and email here>
- <likewise for another author>
-
Copyright:
- <Copyright (C) YYYY Name OfAuthor>
- <likewise for another author>
+ Javier S. Pedro <maemo@javispedro.com>
License:
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2011, Javier <javier@unknown> and
+The Debian packaging is also (C) 2011, Javier <maemo@javispedro.com> and
is licensed under the GPL, see above.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog
index 8c270d7..ea2f32e 100644
--- a/qtc_packaging/debian_harmattan/changelog
+++ b/qtc_packaging/debian_harmattan/changelog
@@ -3,8 +3,10 @@ sowatch (0.2.1) unstable; urgency=low
* Fixing build dependencies.
* Adding autosyncing of time every 24 hours.
* Adding a new active notifications list watchlet.
+ * Adding new weather notifications, as well as a new weather
+ notification provider from Accuweather.
- -- Javier S. Pedro <maemo@javispedro.com> Fri, 30 Sep 2011 01:06:09 +0200
+ -- Javier S. Pedro <maemo@javispedro.com> Mon, 17 Oct 2011 02:13:17 +0200
sowatch (0.2.0) unstable; urgency=low
diff --git a/qtc_packaging/debian_harmattan/copyright b/qtc_packaging/debian_harmattan/copyright
index dc0a795..34e26ba 100644
--- a/qtc_packaging/debian_harmattan/copyright
+++ b/qtc_packaging/debian_harmattan/copyright
@@ -1,17 +1,6 @@
-This package was debianized by Javier <javier@unknown> on
-Sat, 17 Sep 2011 03:05:17 +0200.
-
-It was downloaded from <url://example.com>
-
-Upstream Author(s):
-
- <put author's name and email here>
- <likewise for another author>
-
Copyright:
- <Copyright (C) YYYY Name OfAuthor>
- <likewise for another author>
+ Javier S. Pedro <maemo@javispedro.com>
License:
@@ -32,9 +21,5 @@ License:
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2011, Javier <javier@unknown> and
+The Debian packaging is also (C) 2011, Javier <maemo@javispedro.com> and
is licensed under the GPL, see above.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.