--- checkgmail-1.12.1~svn20080102.orig/debian/patches/00list +++ checkgmail-1.12.1~svn20080102/debian/patches/00list @@ -0,0 +1 @@ +permission-fix.dpatch --- checkgmail-1.12.1~svn20080102.orig/debian/patches/permission-fix.dpatch +++ checkgmail-1.12.1~svn20080102/debian/patches/permission-fix.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## permission-fix.dpatch by Mario Bonino +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Patch to fix permissions on configuration directory. + +@DPATCH@ +diff -urNad checkgmail-1.12~/checkgmail checkgmail-1.12/checkgmail +--- checkgmail-1.12~/checkgmail 2007-06-19 10:18:55.000000000 +0200 ++++ checkgmail-1.12/checkgmail 2007-12-24 19:32:55.000000000 +0100 +@@ -376,7 +376,7 @@ + if (-e "$prefs_dir") { + print "Moving ~/.checkgmail to ~/.checkgmail/prefs ...\n\n"; + rename("$HOME/.checkgmail", "$HOME/.checkgmailbak"); +- mkdir($prefs_dir, 0777); ++ mkdir($prefs_dir, 0700); + rename("$HOME/.checkgmailbak", "$prefs_dir/prefs"); + } else { + # User hasn't run an old version, just create the dir --- checkgmail-1.12.1~svn20080102.orig/debian/changelog +++ checkgmail-1.12.1~svn20080102/debian/changelog @@ -0,0 +1,126 @@ +checkgmail (1.12.1~svn20080102-0ubuntu1) hardy; urgency=low + + * New upstream snapshot (LP: #175973) + * debian/patches/permission-fix.dpatch: refreshed + + -- CĂ©dric Schieli Wed, 02 Jan 2008 11:50:38 +0100 + +checkgmail (1.12-1ubuntu2) hardy; urgency=low + + * debian/control, debian/rules, + debian/patches/00list: + - added dpatch support + * debian/patches/permission-fix.dpatch: + - fixed permissions on configuration directory + * debian/control: + - bumped Standards-Version to 3.7.3 + + -- Mario Bonino Mon, 24 Dec 2007 19:34:47 +0100 + +checkgmail (1.12-1ubuntu1) gutsy; urgency=low + + * Add checkgmail.desktop and checkgmail.svg for when not started + automatically + - Thanks to kcheckgmail for the icon + - Thanks to Barry deFreese for testing. See: + https://wiki.ubuntu.com/BddebianIsAGod for details + * Modify debian/rules to use dh_install and dh_icons to install them + * Modify debian/dirs + * Add debian/checkgmail.install + * Change maintainer to MOTU + + -- Scott Kitterman Wed, 10 Oct 2007 22:44:00 -0400 + +checkgmail (1.12-1) unstable; urgency=low + + * New upstream release (Closes: #429028) + * debian/control + - recommends libsexy2 + * debian/rules + - some cleaning around + * debian/copyright + - extended copyright to 2007 + + -- Sandro Tosi Sun, 24 Jun 2007 23:46:09 +0200 + +checkgmail (1.11-1) unstable; urgency=low + + * New upstream release + + -- Sandro Tosi Wed, 11 Apr 2007 23:53:43 +0200 + +checkgmail (1.10.1-1) unstable; urgency=low + + * New upstream release + + -- Sandro Tosi Wed, 29 Nov 2006 23:43:54 +0100 + +checkgmail (1.10-1) unstable; urgency=low + + * New upstream release (Closes #385250, Closes #375172, Closes #383646) + * debian/watch + - changed to check only numerical version number (this way X.YYpreZ is not + listed as a new upstream release) + + -- Sandro Tosi Mon, 11 Sep 2006 22:18:07 +0200 + +checkgmail (1.9.3-1) unstable; urgency=low + + * New upstream release + + -- Sandro Tosi Sat, 15 Jul 2006 19:34:20 +0200 + +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.12.1~svn20080102.orig/debian/control +++ checkgmail-1.12.1~svn20080102/debian/control @@ -0,0 +1,25 @@ +Source: checkgmail +Section: mail +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Sandro Tosi +Build-Depends: debhelper (>= 4.0.0), dpatch +Standards-Version: 3.7.3 + +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, libsexymm2 +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.12.1~svn20080102.orig/debian/checkgmail.install +++ checkgmail-1.12.1~svn20080102/debian/checkgmail.install @@ -0,0 +1,2 @@ +debian/checkgmail.svg usr/share/pixmaps +debian/checkgmail.desktop usr/share/applications --- checkgmail-1.12.1~svn20080102.orig/debian/rules +++ checkgmail-1.12.1~svn20080102/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: patch-stamp configure-stamp + dh_testdir + + touch build-stamp + +clean: unpatch + 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_icons + dh_installman man/checkgmail.1.gz + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + 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 --- checkgmail-1.12.1~svn20080102.orig/debian/checkgmail.desktop +++ checkgmail-1.12.1~svn20080102/debian/checkgmail.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=CheckGmail +Exec=checkgmail +Icon=checkgmail +Terminal=false +Type=Application +Categories=Network; --- checkgmail-1.12.1~svn20080102.orig/debian/checkgmail.svg +++ checkgmail-1.12.1~svn20080102/debian/checkgmail.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + G + --- checkgmail-1.12.1~svn20080102.orig/debian/dirs +++ checkgmail-1.12.1~svn20080102/debian/dirs @@ -0,0 +1,5 @@ +usr/bin +usr/share/man +usr/share/pixmaps +usr/share/applications + --- checkgmail-1.12.1~svn20080102.orig/debian/compat +++ checkgmail-1.12.1~svn20080102/debian/compat @@ -0,0 +1 @@ +4 --- checkgmail-1.12.1~svn20080102.orig/debian/menu +++ checkgmail-1.12.1~svn20080102/debian/menu @@ -0,0 +1,2 @@ +?package(checkgmail):needs="X11" section="Apps/Tools"\ + title="CheckGMail" command="/usr/bin/checkgmail" --- checkgmail-1.12.1~svn20080102.orig/debian/watch +++ checkgmail-1.12.1~svn20080102/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-([\d.]*)\.tar\.bz2 + --- checkgmail-1.12.1~svn20080102.orig/debian/copyright +++ checkgmail-1.12.1~svn20080102/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-7, 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.12.1~svn20080102.orig/debian/docs +++ checkgmail-1.12.1~svn20080102/debian/docs @@ -0,0 +1,2 @@ +Readme +todo