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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
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 <bod@debian.org> 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 <bod@debian.org> 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 <bod@debian.org> Wed, 06 Feb 2008 00:56:42 +1100
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).
-- Brendan O'Dea <bod@debian.org> Sun, 17 Jun 2007 21:57:35 +1000
libapt-pkg-perl (0.1.20) unstable; urgency=low
* Use $(CURDIR) [make] rather than $(PWD) [sh] in debian/rules
(closes: #365534).
-- Brendan O'Dea <bod@debian.org> Mon, 1 May 2006 23:34:08 +1000
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).
-- Brendan O'Dea <bod@debian.org> Sun, 30 Apr 2006 02:30:38 +1000
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.).
-- Brendan O'Dea <bod@debian.org> Sun, 13 Nov 2005 18:36:24 +1100
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).
-- Brendan O'Dea <bod@debian.org> Mon, 8 Aug 2005 00:03:14 +1000
libapt-pkg-perl (0.1.16) unstable; urgency=low
* Re-build for apt 0.6.39.
-- Brendan O'Dea <bod@debian.org> Tue, 2 Aug 2005 20:54:45 +1000
libapt-pkg-perl (0.1.15) unstable; urgency=low
* Add SourcePkg to $cache->lookup docs.
-- Brendan O'Dea <bod@debian.org> Sat, 2 Jul 2005 00:48:47 +1000
libapt-pkg-perl (0.1.14) unstable; urgency=low
* Build with apt 0.6.
* Create new test Releases file.
-- Brendan O'Dea <bod@debian.org> Tue, 28 Jun 2005 20:19:22 +1000
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 .
-- Brendan O'Dea <bod@debian.org> Thu, 14 Oct 2004 11:36:07 +1000
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).
-- Konstantinos Margaritis <markos@debian.org> Wed, 29 Sep 2004 11:11:05 +0300
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.
-- Brendan O'Dea <bod@debian.org> Sun, 20 Jun 2004 22:19:46 +1000
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).
-- Brendan O'Dea <bod@debian.org> Thu, 25 Sep 2003 01:11:45 +1000
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.
-- Brendan O'Dea <bod@debian.org> Sat, 19 Jul 2003 13:59:39 +1000
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.
-- Brendan O'Dea <bod@debian.org> Mon, 9 Jun 2003 22:27:09 +1000
libapt-pkg-perl (0.1.8) unstable; urgency=low
* Add version to libapt-pkg-dev build dependency.
* Change section to "perl".
-- Brendan O'Dea <bod@debian.org> Sat, 10 May 2003 10:14:23 +1000
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).
-- Brendan O'Dea <bod@debian.org> Sat, 10 May 2003 09:45:42 +1000
libapt-pkg-perl (0.1.6) unstable; urgency=low
* Add source package handling (AptPkg::Source).
-- Brendan O'Dea <bod@debian.org> Mon, 5 Aug 2002 20:53:04 +1000
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).
-- Brendan O'Dea <bod@debian.org> Mon, 29 Jul 2002 08:55:40 +1000
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).
-- Brendan O'Dea <bod@debian.org> Thu, 10 Jan 2002 19:06:47 +1100
libapt-pkg-perl (0.1.3) unstable; urgency=low
* Fix typo in package description (closes: #128213).
-- Brendan O'Dea <bod@debian.org> Tue, 8 Jan 2002 16:21:29 +1100
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.
-- Brendan O'Dea <bod@debian.org> Mon, 7 Jan 2002 19:57:54 +1100
libapt-pkg-perl (0.1.1) unstable; urgency=low
* Initial Release.
-- Brendan O'Dea <bod@debian.org> Thu, 3 Jan 2002 23:43:08 +1100
Local variables:
mode: debian-changelog
End:
|