-
Brendan O'Dea authored
libapt-pkg-perl (0.1.34) unstable; urgency=medium * Update debhelper version in Build-Depends. * Move repository to salsa.debian.org and update Vcs control fields. * Update standards version to 4.1.4. libapt-pkg-perl (0.1.33) unstable; urgency=medium * Fix EXTEND size for Files field of source records: was extending by four rather than two. Presumably a mistake from when source records were added. It seems likely that I was initally going to add Files and Files2 before realising that Files2 was a superset of Files. * Update debian policy version to 4.0.1. * Use debhelper v10. * Add AsStr property for sources (closes: #872391). * Update Vcs-Browser. libapt-pkg-perl (0.1.32) unstable; urgency=medium * Update copyright year. libapt-pkg-perl (0.1.31) unstable; urgency=medium * Add support for triggers-pending, triggers-awaited states. Thanks to Michael Deegan for reporting (closes: #851951). * Also add support for Breaks and Enhances. libapt-pkg-perl (0.1.30) unstable; urgency=medium * Use dpkg-buildflags when building (closes: #841702). * Fix t/03_cache.t: status path in files may now be absolute. * AptPkg::Source now requires _system to be initialised. * Multi-Arch now uses "No" rather than "None". * Use FileSize rather than deprecated Size attribute (although the Perl API remains unchanged: the hash key is still "Size"). * Remove use of deprecated Section attribute, taking the value from VersionList. * Include all included hashes, and stop using deprecated MD5Hash attribute. * Update XS version and copyright year. * Update debhelper compatibity to v9. * Remove some compiler warnings. libapt-pkg-perl (0.1.29) unstable; urgency=low * Update release years in debian/copyright. * Update Copyright to GPLv3. * Re-instate accidentally dropped Size and InstalledSize fields, and update test to ensure they exist. Thanks to Kevin Ryde for reporting the issue and for spelunking the git repository to find the problem change (closes: #712613). libapt-pkg-perl (0.1.28) unstable; urgency=low * Whitespace cleanup. * More updates for multi-arch support: - Add is_multi_arch and native_arch methods to AptPkg::Cache. - Add FullName, ShortName and Arch fields to AptPkg::Cache::Package. - Change AptPkg::Cache::Iter to return FullName (including arch) rather than Name. - Update cache test to check for new fields. Thanks to Andrew Ayer for identifying the problem (closes: #707142). * Bump file versions. libapt-pkg-perl (0.1.27) unstable; urgency=low * Update test files with to include multi-arch, translations and inline signed Release files. * Remove very obsolete, rarely updated README file. * Add support for translated descriptions (closes: #701899). libapt-pkg-perl (0.1.26) unstable; urgency=low * Update MANIFEST. * Switch to non-deprecated pkgCacheFile::Open method. * Remove old CVS keywords. * Drop Architecture from pkgCache::PkgFileIterator as this field is no longer populated by debListParser::LoadReleaseInfo(). libapt-pkg-perl (0.1.25) unstable; urgency=low * Update Vcs-Git and Vcs-Browser fields. * Update standards-version to 3.9.2: - switch to debhelper v8, adding debian/compat - use dh_prep rather than dh_clean -k - add ${misc:Depends} - add build-arch and build-indep targets - conditionally "make realclean" rather than supressing errors - use DESTDIR, rather than PREFIX in install rules - switch to "3.0 (Native)" source format * Apply patch from Kevin Lyda to fix a number of misspellings in the comments and documentation. libapt-pkg-perl (0.1.24) unstable; urgency=low * Fix Vcs-Browser control field. * Create empty t/cache/etc/preferences.d directory to hush noisy test. libapt-pkg-perl (0.1.23) unstable; urgency=low * Move repository to git://git.debian.org/users/bod/libapt-pkg-perl.git * Apply patch from Kevin Ryde to add Size/InstalledSize (closes: #522835). * Use pre-increment for iterator objects. libapt-pkg-perl (0.1.22) unstable; urgency=low * Fix typo in AptPkg::Cache::Version DependsList docs (closes: #461553). libapt-pkg-perl (0.1.21) unstable; urgency=low * Remove obsolete _iter method from AptPkg/hash.pm . * Use typemap for methods returning objects rather than calling sv_setref_pv() manually. * Tidy up parented<> class handling. * Implement pkgPolicy interface as AptPkg::Policy (closes: #243125). libapt-pkg-perl (0.1.20) unstable; urgency=low * Use $(CURDIR) [make] rather than $(PWD) [sh] in debian/rules (closes: #365534). libapt-pkg-perl (0.1.19) unstable; urgency=low * Ensure that parent objects persist for the life of the child. Thanks to Niko Tyni for identifying the problem (closes: #317058). libapt-pkg-perl (0.1.18) unstable; urgency=low * Break reference loop in AptPkg::hash (closes: #323845). * Rebuild against current g++ and libapt-pkg-dev (closes: #335211, #336686, et al.). libapt-pkg-perl (0.1.17) unstable; urgency=low * Re-build for apt 0.6.40.1. * Auto-load ::System and ::Version (closes: #316768). * typemap: require object instances, not classes (closes: #321303). libapt-pkg-perl (0.1.16) unstable; urgency=low * Re-build for apt 0.6.39. libapt-pkg-perl (0.1.15) unstable; urgency=low * Add SourcePkg to $cache->lookup docs. libapt-pkg-perl (0.1.14) unstable; urgency=low * Build with apt 0.6. * Create new test Releases file. libapt-pkg-perl (0.1.13) unstable; urgency=low * Fix ordering of dh_fixperms/dh_strip such that strip works. * Fix examples/apt-version argument parsing (closes: #276254). * Remove requirement for apt-pkg/deblistparser.h to allow for building on rpm-based systems. Allow for rpm in t/01_system.t . libapt-pkg-perl (0.1.12-0.1) unstable; urgency=high * (NMU because I could not reach the maintainer) Removed perl dependency. This way, localization-config can be included on debian-installer netinst ISO without pulling all the perl stuff. (~100KB dependency instead of ~5MB). libapt-pkg-perl (0.1.12) unstable; urgency=low * Use enumerated constants in a numeric context for SelectedState, CurrentState and InstState. Provide a string version for BuildDepends operators. Closes: #227642. libapt-pkg-perl (0.1.11) unstable; urgency=low * AptPkg::Cache::PkgFile lookup method now correctly returns undef when passed a package name that has no available versions (closes: #186104). libapt-pkg-perl (0.1.10) unstable; urgency=low * Fix typo in AptPkg::Version docs (closes: #196551). * Add "Priority" key to AptPkg::Cache::Version hashes. libapt-pkg-perl (0.1.9) unstable; urgency=low * Fix SEGV using AptPkg::Source (closes: #193052). * Automagically use AptPkg::Config, AptPkg::System and initialise $_config and $_system where required. * Add tests for AptPkg::Source and auto-initialisation. libapt-pkg-perl (0.1.8) unstable; urgency=low * Add version to libapt-pkg-dev build dependency. * Change section to "perl". libapt-pkg-perl (0.1.7) unstable; urgency=low * Update BuildDepends parameters for apt 0.5.5 . * Rebuild for libapt-pkg 0.5.5 / c++ 3.2 (closes #192384). * Minor doc additions to AptPkg(3pm). libapt-pkg-perl (0.1.6) unstable; urgency=low * Add source package handling (AptPkg::Source). libapt-pkg-perl (0.1.5) unstable; urgency=low * Build against perl 5.8.0 . * Correct "ApkPkg" typo and document the AptPkg::Cache get, exists and keys methods (closes: #147963). libapt-pkg-perl (0.1.4) unstable; urgency=low * Correct documentation (File attribute of AptPkg::Cache::VerFile). * Add examples/apt-{version,cache} scripts (closes: #128439). libapt-pkg-perl (0.1.3) unstable; urgency=low * Fix typo in package description (closes: #128213). libapt-pkg-perl (0.1.2) unstable; urgency=low * Include constants for pkgCache enumerations. * Add CompTypeDeb dependency attribute. * Provide numeric values for DepType, CompType and Flags. libapt-pkg-perl (0.1.1) unstable; urgency=low * Initial Release.
607e502c
This project is licensed under the GNU General Public License v3.0 only.
Learn more
Loading