[ubuntu/karmic] cgmail 0.5-2 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Fri Jul 24 17:18:12 BST 2009
cgmail (0.5-2) unstable; urgency=low
[ Luca Falavigna ]
* debian/patches/03_BASE_DATA_PATH.patch:
- Adjust BASE_DATA_PATH to follow Python policy (Closes: #537390).
* debian/control:
- Adjust dependencies to match current state of the package.
- Adjust Vcs-* fields to match new branch location.
* debian/rules:
- Invoke dh_gconf in binary-install to register GConf schemas, this
replaces manual editing of postinst/prerm maintainer scripts.
- Pass /usr/share/cGmail to DEB_PYTHON_PRIVATE_MODULES_DIRS to let
python-support know where private directory is located.
* debian/postinst, debian/prerm:
- Remove them, dh_gconf will register GConf schemas now.
[ Andrea Veri ]
* debian/control: added a dep on python-glade2, cgmail needs it for
running well.
cgmail (0.5-1) unstable; urgency=low
[ Andrea Veri ]
* The "I'm back" release. (Closes: #515539)
* New upstream release. (Closes: #461477)
- New build system: Now using python setuptools and distutils-extra
- New plugin like system: Each checker now is fully independent. Third
party plugins could be implemented.
- Labels support in Gmail: Gmail checker now support labels checking
- Dropped awn support: awn notification support is dropped becouse
unmaintained.
- Pertinent actions: Only pertinent actions will be displayed on
notification bubbles. No more "go to gmail account" for pop3 or imap
accounts.
* debian/rules:
- upstream now builds the package using python setuptools
and distutils-extra, so converting the package to cdbs, which will be
easier for me to maintain it.
- Added an install target to remove feedparser.py, which is
reported as an embedded lib from lintian.
* debian/control:
- Added B-D on python setuptools, distutils-extra and cdbs
- Changed my mail address.
- Bumped debhelper to level 7
- Bumped Standards-version to 3.8.2
- Changed "Gnome" to "GNOME" and "dbus" to "D-Bus" into file
description, so lintian will stop complaining about them.
- Added Luca Falavigna as co-maintainer.
- Added a dep on python-feedparser.
[ Luca Falavigna ]
* debian/compat:
- Bump compat level to 7.
* debian/control:
- Switch to python-support.
- Remove python-all-dev, use python instead.
- Move some dependencies to Build-Depends-Indep as per policy.
- Add Vcs-Browser field to browse files with a browser.
- Depends on ${python:Depends} and ${misc:Depends}, also drop
hardcoded python dependency, will be added using substvars.
- Remove XB-Python-Version field, useless with python-support.
- Fix some typos in the long description.
* debian/changelog:
- Licensed under GPLv2, adjust common-license path accorgingly.
- Replace (C) with ©, the latter has legal validity.
* debian/dirs:
- Removed, useless.
* debian/links:
- We install executables in a private directory, not accessible from
global namespace, provide a link for them in /usr/bin so they can
be executed normally.
* debian/rules:
- Install executables and module in a private directory to avoid
useless global namespace pollution.
- Add simple-patchsys support.
- Delete temporary directories created during build.
* debian/README.source:
- Document simple-patchsys usage, as per policy.
* debian/patches/01_desktop_file.patch:
- .desktop files to adhere to Freedesktop.org specifications.
* debian/patches/02_feedparser.patch:
- Use common feedparser module from python-feedparser package, this
way we no longer duplicate module codebase.
Date: Fri, 24 Jul 2009 16:48:25 +0100
Changed-By: Andrea Veri <andrea.veri89 at gmail.com>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/cgmail/0.5-2
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Fri, 24 Jul 2009 16:48:25 +0100
Source: cgmail
Binary: cgmail
Architecture: source
Version: 0.5-2
Distribution: karmic
Urgency: low
Maintainer: Andrea Veri <andrea.veri89 at gmail.com>
Changed-By: Andrea Veri <andrea.veri89 at gmail.com>
Description:
cgmail - mail checker for the GNOME desktop
Closes: 461477 515539 537390
Changes:
cgmail (0.5-2) unstable; urgency=low
.
[ Luca Falavigna ]
* debian/patches/03_BASE_DATA_PATH.patch:
- Adjust BASE_DATA_PATH to follow Python policy (Closes: #537390).
* debian/control:
- Adjust dependencies to match current state of the package.
- Adjust Vcs-* fields to match new branch location.
* debian/rules:
- Invoke dh_gconf in binary-install to register GConf schemas, this
replaces manual editing of postinst/prerm maintainer scripts.
- Pass /usr/share/cGmail to DEB_PYTHON_PRIVATE_MODULES_DIRS to let
python-support know where private directory is located.
* debian/postinst, debian/prerm:
- Remove them, dh_gconf will register GConf schemas now.
.
[ Andrea Veri ]
* debian/control: added a dep on python-glade2, cgmail needs it for
running well.
.
cgmail (0.5-1) unstable; urgency=low
.
[ Andrea Veri ]
* The "I'm back" release. (Closes: #515539)
* New upstream release. (Closes: #461477)
- New build system: Now using python setuptools and distutils-extra
- New plugin like system: Each checker now is fully independent. Third
party plugins could be implemented.
- Labels support in Gmail: Gmail checker now support labels checking
- Dropped awn support: awn notification support is dropped becouse
unmaintained.
- Pertinent actions: Only pertinent actions will be displayed on
notification bubbles. No more "go to gmail account" for pop3 or imap
accounts.
* debian/rules:
- upstream now builds the package using python setuptools
and distutils-extra, so converting the package to cdbs, which will be
easier for me to maintain it.
- Added an install target to remove feedparser.py, which is
reported as an embedded lib from lintian.
* debian/control:
- Added B-D on python setuptools, distutils-extra and cdbs
- Changed my mail address.
- Bumped debhelper to level 7
- Bumped Standards-version to 3.8.2
- Changed "Gnome" to "GNOME" and "dbus" to "D-Bus" into file
description, so lintian will stop complaining about them.
- Added Luca Falavigna as co-maintainer.
- Added a dep on python-feedparser.
.
[ Luca Falavigna ]
* debian/compat:
- Bump compat level to 7.
* debian/control:
- Switch to python-support.
- Remove python-all-dev, use python instead.
- Move some dependencies to Build-Depends-Indep as per policy.
- Add Vcs-Browser field to browse files with a browser.
- Depends on ${python:Depends} and ${misc:Depends}, also drop
hardcoded python dependency, will be added using substvars.
- Remove XB-Python-Version field, useless with python-support.
- Fix some typos in the long description.
* debian/changelog:
- Licensed under GPLv2, adjust common-license path accorgingly.
- Replace (C) with ©, the latter has legal validity.
* debian/dirs:
- Removed, useless.
* debian/links:
- We install executables in a private directory, not accessible from
global namespace, provide a link for them in /usr/bin so they can
be executed normally.
* debian/rules:
- Install executables and module in a private directory to avoid
useless global namespace pollution.
- Add simple-patchsys support.
- Delete temporary directories created during build.
* debian/README.source:
- Document simple-patchsys usage, as per policy.
* debian/patches/01_desktop_file.patch:
- .desktop files to adhere to Freedesktop.org specifications.
* debian/patches/02_feedparser.patch:
- Use common feedparser module from python-feedparser package, this
way we no longer duplicate module codebase.
Files:
913ff3c8d25e5fad9ae55845a2a82853 5823 net extra cgmail_0.5-2.diff.gz
8c4cc34aa040d03d1457893beffdd985 1443 net extra cgmail_0.5-2.dsc
6fd5a33084e338cce800540014131c3b 357948 net extra cgmail_0.5.orig.tar.gz
More information about the Karmic-changes
mailing list