diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d381a5c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,9 @@ +gnome-shell-extension-weather (0.2-1+20120602) precise; urgency=high + + * Sunrise/Sunset times + * Control for the wind speed unit + * Add pressure state and feels like temperature + * Change wind directions (arrow) + * Auto-complete in the Weather Settings + + -- Christian METZLER Sat, 02 Jun 2012 13:10:00 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6e42aaa --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: gnome-shell-extension-weather +Section: gnome +Priority: extra +Maintainer: Christian METZLER +Build-Depends: debhelper (>= 8.0.0), + gnome-pkg-tools, + intltool, + libglib2.0-dev, + libgnome-desktop-3-dev (>= 2.91.6), + gnome-common +Standards-Version: 3.9.2 +Homepage: https://github.com/Neroth/gnome-shell-extension-weather +Vcs-Git: git://github.com/Neroth/gnome-shell-extension-weather.git +Vcs-Browser: https://Neroth@github.com/Neroth/gnome-shell-extension-weather.git + +Package: gnome-shell-extension-weather +Architecture: all +Depends: ${misc:Depends}, gnome-shell, seed +Description: Weather extension for GNOME Shell + A simple extension for displaying weather informations from several cities in GNOME Shell diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..652ea9d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,12 @@ +Source: https://github.com/neroth/gnome-shell-extension-weather + +Files: * +Copyright: 2011-2012 Ecyrbe ecyrbe+spam@gmail.com, Timur Kristóf venemo@msn.com, Elad Alfassa elad@fedoraproject.org, Simon Legner Simon.Legner@gmail.com, Simon Claessens gagalago@gmail.com, Christian METZLER neroth@xeked.com +License: GPL-3.0+ + +Files: debian/* +Copyright: Christian METZLER +License: GPL-3.0+ + + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..976e1b7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_configure: + ./autogen.sh --prefix=/usr diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)