--- grnotify-1.1.2.orig/debian/copyright +++ grnotify-1.1.2/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Kristof Bamps on +Sat, 24 Jan 2009 10:41:05 +0100. + +Upstream Author: Kristof Bamps + +Copyright: Copyright 2008-2009 Kristof Bamps + +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 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 + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. + +The Debian packaging is copyright 2009, Kristof Bamps and +is licensed under the GPL, see above. --- grnotify-1.1.2.orig/debian/control +++ grnotify-1.1.2/debian/control @@ -0,0 +1,22 @@ +Source: grnotify +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Kristof Bamps +Section: news +Priority: optional +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: python (>=2.5), python-gtk2, python-gnome2-extras, python-glade2, python-notify, python-dbus +Standards-Version: 3.8.0 +Homepage: http://sourceforge.net/projects/grnotify/ + +Package: grnotify +Architecture: all +Depends: python (>=2.5), python-xml (>= 0.8.3), python-gtk2, python-gnome2-extras +Recommends: python-notify +Description: Google Reader Notifier for GNOME + Tray application for GNOME, which notifies you if you have unread items + in Google Reader. + Features include: + - Tray counter + - Notification when new items arrive + - View of unread items per feed + - Go directly to a chosen item in Google Reader --- grnotify-1.1.2.orig/debian/manpages +++ grnotify-1.1.2/debian/manpages @@ -0,0 +1 @@ +grnotify.1 --- grnotify-1.1.2.orig/debian/watch +++ grnotify-1.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/grnotify/grnotify_(.*)\.tar\.gz --- grnotify-1.1.2.orig/debian/rules +++ grnotify-1.1.2/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f + + + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + python install.py local + + +binary-indep: install + + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol -- -pgrnotify + dh_md5sums + dh_builddeb + +binary-arch: install + +binary: binary-indep +.PHONY: build clean binary-indep binary install configure --- grnotify-1.1.2.orig/debian/compat +++ grnotify-1.1.2/debian/compat @@ -0,0 +1 @@ +5 --- grnotify-1.1.2.orig/debian/changelog +++ grnotify-1.1.2/debian/changelog @@ -0,0 +1,6 @@ +grnotify (1.1.2-0ubuntu1) jaunty; urgency=low + + * Initial release for Ubuntu (LP: #191067) + + -- Kristof Bamps Tue, 27 Jan 2009 13:35:00 +0100 +