--- checkgmail-1.9.2.orig/debian/changelog +++ checkgmail-1.9.2/debian/changelog @@ -0,0 +1,54 @@ +checkgmail (1.9.2-1) unstable; urgency=low + + * New upstream release + + -- Sandro Tosi Sun, 14 May 2006 16:59:14 +0200 + +checkgmail (1.9.1-1) unstable; urgency=low + + * New upstream release + + -- Sandro Tosi Sat, 13 May 2006 13:01:10 +0200 + +checkgmail (1.9-1) unstable; urgency=high + + * New upstream release (solves memory leak in previous versions) + * debian/control + - Standards-Version updated to 3.7.2 + + -- Sandro Tosi Mon, 8 May 2006 20:11:30 +0200 + +checkgmail (1.8-1) unstable; urgency=low + + * New upstream release + * debian/control: now recommends libcrypt-simple-perl and not depends + on it + + -- Sandro Tosi Thu, 27 Apr 2006 00:02:14 +0200 + +checkgmail (1.7.2-1) unstable; urgency=low + + * Update to version 1.7.2 of CheckGMail + + -- Sandro Tosi Sun, 09 Apr 2006 21:10:04 +0200 + +checkgmail (1.7.1-1) unstable; urgency=low + + * Update to version 1.7.1 of CheckGMail + * Now CheckGMail is displayed in debian menu + + -- Sandro Tosi Fri, 31 Mar 2006 08:37:26 +0200 + +checkgmail (1.7-1) unstable; urgency=low + + * Update to version 1.7 of CheckGMail + * Added dependency against libcrypt-simple-perl so it Closes: #353710 + + -- Sandro Tosi Sun, 26 Feb 2006 20:14:48 +0100 + +checkgmail (1.5.1-1) unstable; urgency=low + + * Initial release Closes: #345091 + + -- Sandro Tosi Thu, 19 Jan 2006 00:14:18 +0100 + --- checkgmail-1.9.2.orig/debian/control +++ checkgmail-1.9.2/debian/control @@ -0,0 +1,24 @@ +Source: checkgmail +Section: mail +Priority: optional +Maintainer: Sandro Tosi +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.7.2 + +Package: checkgmail +Architecture: all +Depends: perl (>= 5.8), libgtk2-perl, libgtk2-trayicon-perl, libwww-perl, libcrypt-ssleay-perl, libxml-simple-perl, libcrypt-blowfish-perl, libfreezethaw-perl, libcompress-zlib-perl, libgtk2.0-0 (>= 2.6.0) +Recommends: libcrypt-simple-perl +Description: Alternative Gmail Notifier for Linux via Atom feeds + CheckGmail is an alternative Gmail Notifier for Linux and other *nix + systems. It is fast, secure and uses minimal bandwidth via the use of + Atom feeds. + . + CheckGmail is a system tray application that checks a Gmail account + for new mail. When new mail is present the tray icon changes, an + optional animated popup is displayed and a tooltip displays the + number and details of new messages. Configuration is GUI-based and + the application is designed to be simple, elegant and unobtrusive. + . + Homepage: http://checkgmail.sourceforge.net/ + --- checkgmail-1.9.2.orig/debian/dirs +++ checkgmail-1.9.2/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/man --- checkgmail-1.9.2.orig/debian/compat +++ checkgmail-1.9.2/debian/compat @@ -0,0 +1 @@ +4 --- checkgmail-1.9.2.orig/debian/menu +++ checkgmail-1.9.2/debian/menu @@ -0,0 +1,2 @@ +?package(checkgmail):needs="X11" section="Apps/Tools"\ + title="CheckGMail" command="/usr/bin/checkgmail" --- checkgmail-1.9.2.orig/debian/watch +++ checkgmail-1.9.2/debian/watch @@ -0,0 +1,6 @@ +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/checkgmail/checkgmail-(.*)\.tar\.bz2 + --- checkgmail-1.9.2.orig/debian/copyright +++ checkgmail-1.9.2/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Sandro Tosi on +Thu, 19 Jan 2006 00:14:18 +0100. + +It was downloaded from http://checkgmail.sourceforge.net/ + +Copyright Holder: Owen Marshall + +License: + + Copyright © 2005-6, Owen Marshall + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License; + 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. + +On a Debian system the complete text of the GNU General Public License +can be found in the file `/usr/share/common-licenses/GPL-2' --- checkgmail-1.9.2.orig/debian/docs +++ checkgmail-1.9.2/debian/docs @@ -0,0 +1,2 @@ +Readme +todo --- checkgmail-1.9.2.orig/debian/rules +++ checkgmail-1.9.2/debian/rules @@ -0,0 +1,87 @@ +#!/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 + + +#CFLAGS = -Wall -g + +#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +# CFLAGS += -O0 +#else +# CFLAGS += -O2 +#endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + cp -p checkgmail $(CURDIR)/debian/checkgmail/usr/bin/ +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman man/checkgmail.1.gz + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure