diff options
| author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 02:18:13 +0200 | 
|---|---|---|
| committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-17 02:18:13 +0200 | 
| commit | 5f9a4ac6abba07b5074c10038e5b363133ff4ef8 (patch) | |
| tree | bebf4869b7c3c6a7be3746ec56ac1463a7ac71e5 /qtc_packaging/debian_fremantle | |
| parent | 3c33f68f29110efd7b034337947f90f085ef239a (diff) | |
| download | sowatch-5f9a4ac6abba07b5074c10038e5b363133ff4ef8.tar.gz sowatch-5f9a4ac6abba07b5074c10038e5b363133ff4ef8.zip  | |
updating packaging
Diffstat (limited to 'qtc_packaging/debian_fremantle')
| -rw-r--r-- | qtc_packaging/debian_fremantle/changelog | 8 | ||||
| -rw-r--r-- | qtc_packaging/debian_fremantle/control | 14 | ||||
| -rw-r--r-- | qtc_packaging/debian_fremantle/copyright | 41 | 
3 files changed, 29 insertions, 34 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.  | 
