Change logs for libapt-pkg-perl source package in Sid

  • libapt-pkg-perl (0.1.40) unstable; urgency=medium
    
      * Simplify Makefile.PL: remove unused "deb" rule and additional files
        added to "clean" for that rule.
      * Restore setting of hardening options in debian/rules.
    
     -- Brendan O'Dea <email address hidden>  Wed, 03 Mar 2021 14:28:47 +1100
  • libapt-pkg-perl (0.1.39) unstable; urgency=medium
    
      * Oops, t/06_policy.t also loads apt.conf.
    
     -- Brendan O'Dea <email address hidden>  Mon, 15 Feb 2021 15:47:29 +1100
  • libapt-pkg-perl (0.1.37) unstable; urgency=medium
    
      * Fix a typo in AptPkg::Cache (s/descrie/describe/).
      * Update copyright years.
      * Convert debian/copyright to Debian machine readable format (dep5).
      * Update to debhelper v13.
      * Update standards version to 4.5.1.
      * Add build dependency on the current apt and remove handling for the
        previous ABI.  Bump VERSION/XS_VERSION.
    
     -- Brendan O'Dea <email address hidden>  Mon, 15 Feb 2021 12:03:46 +1100
  • libapt-pkg-perl (0.1.36) unstable; urgency=medium
    
      * Switch to range-based for loops.
      * Updates for apt 1.9.0, with thanks to Julian Andres Klode for the
        detailed report (closes: #930653).
        - Remove obsolete IsOk method from PkgFileIterator.
        - Remove obsolete GetMatch method from Policy.
        - Use string and vector from namespace std explicitly (previously
          picked up through a similar declaration in an apt-pkg header).
        - Remove obsolete GetPriority(Package) method from Policy.
        - Support old ABI for AptPkg::Source->find Files attribute.
    
     -- Brendan O'Dea <email address hidden>  Tue, 18 Jun 2019 13:14:33 +1000
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Tue, 17 Apr 2018 22:54:17 +1000
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Sat, 19 Aug 2017 00:19:59 +1000
  • libapt-pkg-perl (0.1.32) unstable; urgency=medium
    
      * Update copyright year.
    
     -- Brendan O'Dea <email address hidden>  Sun, 26 Mar 2017 20:47:23 +1100
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Sun, 23 Oct 2016 20:58:15 +1100
  • 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).
    
     -- Brendan O'Dea <email address hidden>  Wed, 19 Jun 2013 00:31:45 +1000
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Sat, 11 May 2013 00:25:16 +1000
  • 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).
    
     -- Brendan O'Dea <email address hidden>  Fri, 01 Mar 2013 15:28:53 +1100
  • 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().
    
     -- Brendan O'Dea <email address hidden>  Tue, 27 Mar 2012 22:41:35 +1100
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Mon, 03 Oct 2011 21:05:12 +1100
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Tue, 04 Aug 2009 23:32:26 +1000
  • 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.
    
     -- Brendan O'Dea <email address hidden>  Fri, 17 Apr 2009 03:09:36 +1000
  • libapt-pkg-perl (0.1.22) unstable; urgency=low
    
    
      * Fix typo in AptPkg::Cache::Version DependsList docs (closes: #461553).
    
     -- Brendan O'Dea <email address hidden>  Wed, 06 Feb 2008 00:56:42 +1100