debian/0000755000000000000000000000000012153177737007203 5ustar debian/compat0000644000000000000000000000000212150136477010372 0ustar 9 debian/copyright0000644000000000000000000000460212150136477011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: YUM metadata parser Upstream-Contact: Seth Vidal Source: http://yum.baseurl.org/ Files: * Copyright: 2006-2010 Seth Vidal 2006-2007 James Bowes 2007 Florian Festi 2006 Tambet Ingo 2006 Jeremy Katz 2007 Paul Nasrat 2006 Terje Rosten License: GPL-2 Files: sqlitecachec.py Copyright: 2006 Seth Vidal License: GPL-2+ Files: debian/* Copyright: 2013 Mike Miller 2007 Adam Cécile (Le_Vert) License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. . 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. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; 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. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/docs0000644000000000000000000000000712150136477010044 0ustar README debian/rules0000755000000000000000000000005512150136477010254 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/source/0000755000000000000000000000000012150136477010474 5ustar debian/source/format0000644000000000000000000000001412150136477011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014012150136477010220 0ustar version=3 http://yum.baseurl.org/download/yum-metadata-parser/yum-metadata-parser-(.*)\.tar\.gz debian/changelog0000644000000000000000000000416312153177737011061 0ustar yum-metadata-parser (1.1.4-1) unstable; urgency=low * New upstream release. * New maintainer. (Closes: #673978) Thanks to Adam for his work. * Drop patches no longer needed: - 000-Fix_CFLAGS_handling.dpatch: Do not clear default CFLAGS. - 001-Use_pysqlite2.dpatch: No need, sqlite3 has long been standard. * Drop alternative Depends on python-pysqlite2, sqlite3 has long been standard. * Drop Build-Depends on dpatch and update source format to 3.0 (quilt). Thanks to Jari Aalto. (Closes: #664297) * Bump debhelper compatibility level to 9. * Update packaging to current Python Policy recommendations: - debian/rules: Switch to using dh --with python2. - Bump Build-Depends on python-all-dev to (>= 2.6.6-3~) for switch to building with dh_python2. - Drop Build-Depends on python-all, it is pulled in via python-all-dev. - Drop Build-Depends on deprecated python-support, now using dh_python2. - Add X-Python-Version control field. * Drop obsolete debian/pyversions. * debian/control: - Update package description. - Add Homepage control field. (Closes: #615396) - 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 Sun, 02 Jun 2013 11:55:17 -0400 yum-metadata-parser (1.1.2-1) unstable; urgency=low * New upstream release. * Add debian/watch files, thanks to Piotr Ożarowski. * Drop useless debian/dirs. -- Adam Cécile (Le_Vert) Thu, 04 Oct 2007 14:27:01 +0200 yum-metadata-parser (1.1.1-2) unstable; urgency=low * Add missing runtime dependency on python-pysqlite2 (or python > 2.5). * Use pysqlite2 instead of python-sqlite (001-Use_pysqlite2 patch), suggested by Piotr Ożarowski. -- Adam Cécile (Le_Vert) Mon, 27 Aug 2007 10:32:17 +0200 yum-metadata-parser (1.1.1-1) unstable; urgency=low * Initial release (Closes: #435879). -- Adam Cécile (Le_Vert) Fri, 03 Aug 2007 22:52:22 +0200 debian/control0000644000000000000000000000155212153177737010611 0ustar Source: yum-metadata-parser Section: python Priority: extra Maintainer: Mike Miller Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), pkg-config, libglib2.0-dev, libsqlite3-dev, libxml2-dev Standards-Version: 3.9.4 X-Python-Version: >= 2.4 Homepage: http://yum.baseurl.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/mtmiller-guest/yum-metadata-parser.git Vcs-Git: git://anonscm.debian.org/users/mtmiller-guest/yum-metadata-parser.git Package: python-sqlitecachec Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Fast metadata parser for yum Python module providing a fast metadata parser for yum implemented in C. The sqlitecachec module is used by createrepo and the yum package manager to update and query local caches of RPM package repositories.