From: Max Lapan Date: Wed, 17 Mar 2010 03:36:04 +0000 (+0300) Subject: Debian control files outline. X-Git-Tag: v0.1~23 X-Git-Url: https://vcs.maemo.org/git/?p=yandex-traffic;a=commitdiff_plain;h=e085d2ced784eab245f1bf2c57482117de15b0a8 Debian control files outline. --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f080414 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +yandex-traffic-widget (0.1-1) unstable; urgency=low + + * First public version + + -- Max Lapan Tue, 16 Mar 2010 17:43:43 +0300 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b824268 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: yandex-traffic-widget +Section: user/desktop +Priority: optional +Maintainer: Max Lapan +Uploaders: Harald Fernengel +Build-Depends: libqt4-maemo5-dev, libhildon1-dev, libhildondesktop1-dev +Standards-Version: 3.7.3 + +Package: yandex-traffic-widget +Architecture: any +Depends: libqt4-maemo5-core (>= 4.6.1), libqt4-maemo5-gui (>= 4.6.1), qt4-maemo5-homescreen-loader +Description: Desktop widget which shows traffic information provided by Yandex + At the moment widget can display one of four citites (Moscow, Kiev, + St.Petersburg and Ekaterinburg) overview traffic information. + + You can tune amount of information displayed, refresh interval and connection + used to refresh data (GSM of WiFi). + . + First public release of Yandex.Traffic widget. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3a140e7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + Max Lapan on Wed, 17 Mar 2010 06:28:09 +0300 + +It was downloaded from: + + http://garage.maemo.org/projects/yandex-traffic/ + +Upstream Author(s): + + Max Lapan + +Copyright: + + Copyright (c) 2010 Max Lapan + +License: + + This program 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 3 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2010 Max Lapan + and is licensed under the GPL version 3, see above. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..917d9bf --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@