--- gnome-gmail-notifier-0.10.1.orig/debian/watch +++ gnome-gmail-notifier-0.10.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://files.geekysuavo.org/notifier/gnome-gmail-notifier-([\d.]+)\.tar\.bz2 --- gnome-gmail-notifier-0.10.1.orig/debian/gnome-gmail-notifier.1 +++ gnome-gmail-notifier-0.10.1/debian/gnome-gmail-notifier.1 @@ -0,0 +1,105 @@ +.\" Title: gnome-gmail-notifier +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.73.2 +.\" Date: 07/30/2009 +.\" Manual: +.\" Source: +.\" +.TH "GNOME\-GMAIL\-NOTIFI" "1" "07/30/2009" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +gnome-gmail-notifier \- A Gmail Inbox Notifier for the GNOME Desktop +.SH "SYNOPSIS" +Usage: gnome\-gmail\-notifier [OPTION\&...] +.sp +.SH "DESCRIPTION" +The GNOME Gmail Notifier constantly checks the status of your Gmail email account (or accounts) for new messages, and then notifies you as new mail arrives\&. Just set the notifier to check the accounts you want to notified for, and it does all of the work, telling you who has how many messages when they arrive\&. +.sp +.SH "HELP OPTIONS" +.PP +\-h, \-\-help +.RS 4 +Displays help options +.RE +.PP +\-\-help\-all +.RS 4 +Displays all help options +.RE +.PP +\-\-help\-gst +.RS 4 +Displays GStreamer options +.RE +.SH "GSTREAMER OPTIONS" +.PP +\-\-gst\-version +.RS 4 +Print the GStreamer version +.RE +.PP +\-\-gst\-fatal\-warnings +.RS 4 +Make all warnings fatal +.RE +.PP +\-\-gst\-debug\-help +.RS 4 +Print available debug categories and exit +.RE +.PP +\-\-gst\-debug\-level=LEVEL +.RS 4 +Default debug level from 1 (only error) to 5 (anything) or 0 for no output +.RE +.PP +\-\-gst\-debug=LIST +.RS 4 +Comma\-separated list of category_name:level pairs to set specific levels for the individual categories\&. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3 +.RE +.PP +\-\-gst\-debug\-no\-color +.RS 4 +Disable colored debugging output +.RE +.PP +\-\-gst\-debug\-disable +.RS 4 +Disable debugging +.RE +.PP +\-\-gst\-plugin\-spew +.RS 4 +Enable verbose plugin loading diagnostics +.RE +.PP +\-\-gst\-plugin\-path=PATHS +.RS 4 +Colon\-separated paths containing plugins +.RE +.PP +\-\-gst\-plugin\-load=PLUGINS +.RS 4 +Comma\-separated list of plugins to preload in addition to the list stored in environment variable GST_PLUGIN_PATH +.RE +.PP +\-\-gst\-disable\-segtrap +.RS 4 +Disable trapping of segmentation faults during plugin loading +.RE +.PP +\-\-gst\-disable\-registry\-update +.RS 4 +Disable updating the registry +.RE +.PP +\-\-gst\-disable\-registry\-fork +.RS 4 +Disable the use of fork() while scanning the registry +.RE +.SH "AUTHOR" +Gnome-gmail-notifier was written by Bradley Worley \&. This manual page was written by Andres Rodriguez for the Debian system (but may be used by others)\&. +.sp --- gnome-gmail-notifier-0.10.1.orig/debian/rules +++ gnome-gmail-notifier-0.10.1/debian/rules @@ -0,0 +1,100 @@ +#!/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 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/gnome-gmail-notifier.sgml > gnome-gmail-notifier.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + rm -f stamp-h + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/gnome-gmail-notifier. + $(MAKE) DESTDIR=$(CURDIR)/debian/gnome-gmail-notifier install + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +# Path to the debian directory +UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') + +# Uses watch file +get-orig-source: + uscan --verbose --force-download --no-symlink + bunzip2 -c ../gnome-gmail-notifier-${UPSTREAM_VERSION}.tar.bz2 | gzip -9c > \ + ../gnome-gmail-notifier_${UPSTREAM_VERSION}.orig.tar.gz + + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install get-orig-source --- gnome-gmail-notifier-0.10.1.orig/debian/copyright +++ gnome-gmail-notifier-0.10.1/debian/copyright @@ -0,0 +1,94 @@ +This package was debianized by Andres Rodriguez on +Wed, 08 Jul 2009 17:38:32 -0500. + +It was downloaded from: + +Upstream Author: + + Bradley Worley + +Copyright: + + gnome-gmail-notifier: + Copyright © 2009 Bradley Worley + + aclocal.m4: + Copyright © 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005 Free Software Foundation, Inc + Copyright (C) 2001-2003,2004 Red Hat, Inc. + + Makefile.in: + Copyright © 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005 Free Software Foundation, Inc. + + The Intltool Message Extractor (intltool-extract.in): + Copyright © 2000-2001, 2003 Free Software Foundation. + + The Intltool Message Merger (intltool-merge.in): + Copyright © 2000, 2003 Free Software Foundation. + Copyright © 2000, 2001 Eazel, Inc + + The Intltool Message Updater (intltool-update.in): + Copyright © 2000-2003 Free Software Foundation. + +License: + + gnome-gmail-notifier, The Intltool Message Extractor (intltool-extract.in): + 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 2 of the License, or + (at your option) any later version. + + This program 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + The Intltool Message Merger (intltool-merge.in) + The Intltool Message Updater (intltool-update.in): + Intltool is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + version 2 published by the Free Software Foundation. + + Intltool 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, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + Makefile.in: + This Makefile.in is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + + aclocal.m4: + This file is free software, distributed under the terms of the GNU + General Public License. As a special exception to the GNU General + Public License, this file may be distributed as part of a program + that contains a configuration script generated by Autoconf, under + the same distribution terms as the rest of that program. + + This file can be copied and used freely without restrictions. It can + be used in projects which are not available under the GNU Public License + but which still want to provide support for the GNU gettext functionality. + +On Debian systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL' + +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, Andres Rodriguez and +is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'. --- gnome-gmail-notifier-0.10.1.orig/debian/compat +++ gnome-gmail-notifier-0.10.1/debian/compat @@ -0,0 +1 @@ +7 --- gnome-gmail-notifier-0.10.1.orig/debian/gnome-gmail-notifier.manpages +++ gnome-gmail-notifier-0.10.1/debian/gnome-gmail-notifier.manpages @@ -0,0 +1 @@ +debian/gnome-gmail-notifier.1 --- gnome-gmail-notifier-0.10.1.orig/debian/changelog +++ gnome-gmail-notifier-0.10.1/debian/changelog @@ -0,0 +1,11 @@ +gnome-gmail-notifier (0.10.1-0ubuntu1) lucid; urgency=low + + * New upstream release + + -- Josh Holland Sat, 24 Apr 2010 16:54:30 +0100 + +gnome-gmail-notifier (0.9.4-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #336475) + + -- Andres Rodriguez Mon, 03 Aug 2009 15:33:57 -0500 --- gnome-gmail-notifier-0.10.1.orig/debian/control +++ gnome-gmail-notifier-0.10.1/debian/control @@ -0,0 +1,19 @@ +Source: gnome-gmail-notifier +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Andres Rodriguez +Build-Depends: debhelper (>= 7), libglib2.0-dev (>= 2.6.0), libgtk2.0-dev (>= 2.12.0), libgconf2-dev (>= 2.20.0), libnotify-dev (>= 0.4.2), libsoup2.4-dev (>= 2.4.0), libxml2-dev (>= 2.6.20), libgstreamer0.10-dev (>= 0.10.0), gstreamer0.10-plugins-good (>= 0.10.0), gstreamer0.10-plugins-base (>= 0.10.0), intltool (>= 0.35.0), libgnome-keyring-dev (>= 0.4.2), gstreamer-tools (>= 0.10.0) +Standards-Version: 3.8.2 +Homepage: http://notifier.geekysuavo.org/ + +Package: gnome-gmail-notifier +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A Gmail Inbox Notifier for the GNOME Desktop + The GNOME Gmail Notifier constantly checks the status of your + Gmail email account (or accounts) for new messages, and then + notifies you as new mail arrives. Just set the notifier to + check the accounts you want to notified for, and it does all + of the work, telling you who has how many messages when they + arrive.