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
|
createrepo (0.10.3-1) unstable; urgency=medium
* New upstream release.
- Ensure the -s/--checksum option is applied correctly. (Closes: #731147)
* Drop patches applied upstream:
- 01_fix-man-page-options.patch
- 02_drop-unused-imports.patch
- 03_fix-getting-YumAvailablePackage-local-path.patch
- 04_fix-writing-additional-metadata.patch
- 05_fix-handling-remote-packages.patch
* Add Depends on python-lzma.
* fix-version.patch: Fix version string reported by --version.
* Update bash-completion support to install with pkg-config:
- Add Build-Depends on pkg-config.
- Let the buildsystem install createrepo.bash using pkg-config.
- createrepo.maintscript: Remove obsolete bash-completion conffile.
* Update Vcs-* control fields to new Git repository.
* Use my @debian.org address.
* Bump Standards-Version to 3.9.5. No changes needed.
-- Mike Miller <mtmiller@debian.org> Thu, 06 Feb 2014 10:07:19 -0500
createrepo (0.9.9-1) unstable; urgency=low
* New upstream release. (Closes: #463571)
- createrepo --help now mentions --split option. (Closes: #682151)
- No longer use deprecated md5 and sha modules. (LP: #530015)
* New maintainer. (Closes: #673958) Thanks to Adam for his work.
* debian/patches/01_fix-man-page-options.patch: Escape dashes in
command-line options in man pages.
* Cherry-pick fixes from upstream git:
- debian/patches/02_drop-unused-imports.patch: Fix incorrect call of
function imported from createrepo.utils.
- debian/patches/03_fix-getting-YumAvailablePackage-local-path.patch: Fix
getting path from repository packages.
- debian/patches/04_fix-writing-additional-metadata.patch: Fix writing
metadata when merging repositories.
- debian/patches/05_fix-handling-remote-packages.patch: Fix handling
remote packages when writing repository metadata.
* debian/source/format: Update source format to 3.0 (quilt).
* Bump debhelper compatibility level to 9.
* Update packaging to current Python Policy recommendations:
- debian/rules: Switch to using dh --with python2.
- Add Build-Depends on python-all (>= 2.6.6-3~) for switch to building
with dh_python2.
- Drop Build-Depends on python-all-dev, package is not building Python
extensions.
- Drop Build-Depends on deprecated python-support, now using dh_python2.
- Add X-Python-Version control field.
- Drop obsolete debian/pyversions.
* Install bash completion support:
- Add Build-Depends on bash-completion.
- Install createrepo.bash using dh_bash-completion.
* debian/rules: Install the createrepo python module for all supported
python versions.
* debian/control:
- Add Depends on ${misc:Depends}, deltarpm, python-deltarpm, and
yum (>= 3.2.29).
- Update package description.
- Update Homepage control field to correct upstream URL. (Closes: #682149)
- Set Priority to extra because Depends includes other extra packages.
- Add Vcs-Git and Vcs-Browser fields.
- Bump Standards-Version to 3.9.4. No further changes needed.
* debian/copyright: Convert to machine-readable format 1.0.
* debian/watch: Update to correct upstream URL.
-- Mike Miller <mtmiller@ieee.org> Mon, 19 Aug 2013 01:39:04 -0400
createrepo (0.4.11-1.1) unstable; urgency=low
* Non maintainer upload.
[ Scott Kitterman ]
* In genpkgmetadata.py/SplitMetaDataGenerator, add try/except around use of
urlparse.uses_fragment to avoid crash when running with a python version
that does not have uses_fragment (2.7.3) (Closes: #682150)
-- Matthias Klose <doko@debian.org> Wed, 22 Aug 2012 19:01:30 +0200
createrepo (0.4.11-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.7.3.
* Move homepage to the new dpkg field.
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 17 Dec 2007 09:28:48 +0100
createrepo (0.4.10-1) unstable; urgency=low
* New upstream release.
* Update debian/copyright.
* Add runtime dependency on python-sqlitecachec.
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 27 Aug 2007 09:08:16 +0200
createrepo (0.4.6-3) unstable; urgency=low
* debian/control: Drop XB-Python-Version.
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Sun, 19 Nov 2006 03:27:50 +0100
createrepo (0.4.6-2) unstable; urgency=low
* Update packaging to fit the last python policy draft.
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Fri, 10 Nov 2006 02:05:27 +0100
createrepo (0.4.6-1) unstable; urgency=low
* Initial release (Closes: #386953).
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Mon, 11 Sep 2006 10:14:17 +0200
|