1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
python-keyring (0.7.1-1+deb7u1) testing-proposed-updates; urgency=low
* Team upload.
* debian/patches:
- CVE-2012-4571.patch: backport CryptedFileKeyring from 0.9.3 to fix
CVE-2012-4571. (Closes: #675379)
- 696736-Fix-insecure-permissions-on-database-files.patch: backport fix
from 0.9.2-1.1 to fix insecure permissions on database files. Fix
CVE-2012-5578. Thanks Salvatore Bonaccorso. (Closes: #696736)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 06 Jan 2013 22:22:33 +0100
python-keyring (0.7.1-1) unstable; urgency=low
* New upstream version (Closes: #656680, #624690)
* debian/control
- Add X-Python-Version for Python 3.2
- Add B-D for Python 3.2
- Add unzip for B-D to repack upstream sources
- Add python3-keyring description
- Recommends python3-crypto for Python3 binary package
* Add python-keyring.install and python3-keyring.install files
* debian/rules
- Execute unit tests if available
- repack upstream sources
* debian/watch
- New URL to catch upstream sources
-- Carl Chenet <chaica@ohmytux.com> Tue, 14 Feb 2012 12:07:30 +0100
python-keyring (0.6.2-1) unstable; urgency=low
* New upstream version
* debian/control
- Bump the Standards-Version field to 3.9.2
- Removed Breaks: ${python:Breaks} from the binary package description
-- Carl Chenet <chaica@ohmytux.com> Sat, 06 Aug 2011 14:52:47 +0200
python-keyring (0.5.1-1) unstable; urgency=low
* New upstream release (Closes: #612432)
* KDE and GNOME extensions are no more built so dedicated binary packages
are removed.
* Removed python-keyring.install
* Removed python-keyring-kwallet.install
* Removed python-keyring-gnome.install
* debian/control
- Replaced XS-Python-Version by X-Python-Version
- Bump Standard-Version to 3.9.1.0
- Removed Build-Depends items to build extensions
- Removed ${shlibs:Depends} from Depends of the remaining binary package
- Added Breaks: ${python:Breaks} for the binary package
- Removed the long descriptions of extension binary packages
* debian/rules
- Removed overrides to properly build extensions
- Added an override to install changelog
* debian/source/format
- Bump to 3.0 (quilt)
* debian/copyright
- Added thanks to Barry Warsaw <barry@python.org> for his help for the
packaging of this version
-- Carl Chenet <chaica@ohmytux.com> Thu, 03 Mar 2011 01:37:19 +0100
python-keyring (0.2-3) unstable; urgency=low
* debian/rules
- Added a $HOME to avoid an error from kde4-config (Closes: #548457)
* debian/control
- Bump dh to 7.0.50~
-- Carl Chenet <chaica@ohmytux.com> Tue, 13 Oct 2009 22:59:53 +0200
python-keyring (0.2-2) unstable; urgency=low
* debian/control
- Added pkg-config and libqt4-dev dependencies.
* Add Provides: ${python:Provides} to architecture dependent packages
-- Carl Chenet <chaica@ohmytux.com> Mon, 28 Sep 2009 18:59:50 +0200
python-keyring (0.2-1) unstable; urgency=low
* Initial release (Closes: #544486)
-- Carl Chenet <chaica@ohmytux.com> Thu, 24 Sep 2009 23:24:02 +0200
|