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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
python-cdd (0.0.11+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Build using dh-python. Closes: #786325.
-- Matthias Klose <doko@debian.org> Tue, 18 Aug 2015 17:43:34 +0200
python-cdd (0.0.11) unstable; urgency=low
[ Martin Fuzzey ]
* use hashlib instead of md5, sha (Closes: #595465)
-- Otavio Salvador <otavio@ossystems.com.br> Fri, 22 Oct 2010 18:56:01 -0200
python-cdd (0.0.10) unstable; urgency=low
[ Martin Fuzzey ]
* python-apt 0.8 API transition (Closes: #572055)
[ Otavio Salvador ]
* Update to dpkg-source 3.0 (native) format.
-- Otavio Salvador <otavio@ossystems.com.br> Mon, 22 Mar 2010 11:05:43 -0300
python-cdd (0.0.9) unstable; urgency=low
[ Martin Fuzzey ]
* cdd.PackageList:
- Use apt_pkg.VersionCompare. Closes: #511116
* cdd.Package:
- Apply patch from Alexander Inyukhin for missing fields. Closes: #502648
-- Otavio Salvador <otavio@debian.org> Thu, 22 Jan 2009 08:40:30 -0200
python-cdd (0.0.8) unstable; urgency=low
[ Martin Fuzzey ]
* cdd.Filesystem:
- match() now returns filenames relative to base for coherencey
* cdd.PackageList:
- Add versionned dependencies
- Add missing fields to dump
- Add exclude filters
- Add field-XXX filter for any package field
- Fix dependency resolution (failing unit tests)
- Improve unittests to verify package names not just counts.
[ Otavio Salvador ]
* Add VCS-{Git,Browser} to debian/control.
-- Otavio Salvador <otavio@debian.org> Wed, 21 May 2008 14:55:05 -0300
python-cdd (0.0.7) unstable; urgency=low
* Change build-depends to python | python-dev | python-all-dev,
python-support (>= 0.3) to please lintian.
* cdd.PackageList:
- simplified calc_score method.
- fix select_field to avoid walking on every package.
-- Otavio Salvador <otavio@debian.org> Wed, 13 Jun 2007 17:59:31 -0300
python-cdd (0.0.6) unstable; urgency=high
* Use -undef when calling cpp pre-processor to avoid linux and other
standard and gcc specific macros to be used. Closes: #399268
-- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 07:21:31 -0200
python-cdd (0.0.5) unstable; urgency=low
[ Otavio Salvador ]
* Add testcase: PackageList: A depends on B | virtualC, D provides virtualC
* Fix resolution dependency too pass on previous test
* Add testcase: PackageList: META depends on A and D, A depends on B | virtualC, D provides virtualC
* Fix resolution dependency too pass on previous test
[ Tiago Bortoletto Vaz ]
* debian/rules
- using pysupport instead of pycentral. By using it, it's not necessary
pycompat file anymore, either XS-Python-Version and XB-Python-Version in
control file
* debian/control
- remove XS-Python-Version and XB-Python-Version fields
- add build-depends python-support instead of python-central
- update debhelper version to (>= 5.0.37.2)
* debian/compat
- update from 4 to 5
* debian/install
- removed since lib/*.py files are installed by python-support
-- Otavio Salvador <otavio@debian.org> Sun, 17 Sep 2006 17:16:58 -0300
python-cdd (0.0.4) unstable; urgency=low
[ Otavio Salvador ]
* Pass a dictionary with the broken dependencie content so the user can
consult what cannot be resolved.
* Bump Standards-Version to 3.7.2:
- Move CDBS and related depends to Build-Depends;
* Follow new python policy (0.4.1). Closes: #373516
- add XS-Python-Version: all in source package;
- add XB-Python-Version: ${python:Versions} in binary package;
- build-depends of python-all-dev;
- build-depends of python-central;
- remove debian/dirs, unneeded;
-- Otavio Salvador <otavio@debian.org> Wed, 14 Jun 2006 23:40:03 -0300
python-cdd (0.0.3) unstable; urgency=low
[ Otavio Salvador ]
* Fix package selection to right use the scores.
* Use a goodness logic to select packages and then avoid to use brute
force to selected the _almost_ minimal package set.
* Include a test to ensure that we return the broken package when
raising PackageList.BrokenDependencies exception. Fixes #18.
-- Otavio Salvador <otavio@debian.org> Tue, 17 Jan 2006 10:35:03 -0200
python-cdd (0.0.2) unstable; urgency=low
[ Otavio Salvador ]
* debian/rules: remove build-essential from Build-Depends field of built
control file.
* debian/control: remove build-essential from Build-Depends field.
* PackageList: add debian-cd tasks to include list while pre-processing
include-from filter option. Fixes #19.
-- Otavio Salvador <otavio@debian.org> Wed, 23 Nov 2005 13:29:30 -0200
python-cdd (0.0.1) unstable; urgency=low
* Initial Release.
-- Otavio Salvador <otavio@debian.org> Wed, 16 Nov 2005 10:44:07 -0200
|