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
|
libclass-dbi-abstractsearch-perl (0.07-3) unstable; urgency=low
[ Ryan Niebur ]
* moved with permission from Bart (Closes: #531498)
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza);
${misc:Depends} to Depends: field. Removed: Homepage pseudo-field
(Description). Changed: Maintainer set to Debian Perl Group <pkg-
perl-maintainers@lists.alioth.debian.org> (was: Bart Martens
<bartm@knars.be>); Bart Martens <bartm@knars.be> moved to Uploaders.
* debian/watch: use dist-based URL.
* remove Bart from Uploaders
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Ansgar Burchardt ]
* Bump Standards-Version to 3.8.2.
* Use debhelper 7 instead of cdbs.
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.
* Fix POD errors: new patch pod-errors.patch
+ Add quilt framework and README.source
-- Ansgar Burchardt <ansgar@43-1.org> Mon, 20 Jul 2009 19:39:46 +0200
libclass-dbi-abstractsearch-perl (0.07-2) unstable; urgency=low
* New maintainer, as agreed with Stephen.
* debian/*: Use cdbs.
* debian/copyright: Updated to add copyright notice.
* debian/watch: Updated to version 3.
-- Bart Martens <bartm@knars.be> Sat, 18 Nov 2006 12:12:00 +0100
libclass-dbi-abstractsearch-perl (0.07-1) unstable; urgency=low
* New upstream release.
* New dependency on libsql-abstract-limit-perl (>= 0.1)
-- Stephen Quinney <sjq@debian.org> Wed, 12 Oct 2005 09:21:20 +0100
libclass-dbi-abstractsearch-perl (0.05-2) unstable; urgency=low
* Switched to my debian.org email address.
* debian/watch - Updated URL so it does not timeout.
-- Stephen Quinney <sjq@debian.org> Thu, 22 Sep 2005 22:31:49 +0100
libclass-dbi-abstractsearch-perl (0.05-1) unstable; urgency=low
* New upstream release - the 'order' parameter is now called 'order_by'
to make it consistent with Class::DBI.
-- Stephen Quinney <sjq@debian.org> Sun, 11 Apr 2004 09:54:40 +0100
libclass-dbi-abstractsearch-perl (0.04-1) unstable; urgency=low
* New upstream release - new feature to pass parameters to the new()
method in Abstract::SQL
-- Stephen Quinney <sjq@debian.org> Fri, 20 Feb 2004 15:49:23 +0000
libclass-dbi-abstractsearch-perl (0.03-1) unstable; urgency=low
* New upstream release - removed my own patch for the redefined variable
as it is fixed upstream.
-- Stephen Quinney <sjq@debian.org> Tue, 12 Aug 2003 13:07:13 +0100
libclass-dbi-abstractsearch-perl (0.02-2) unstable; urgency=low
* Patched AbstractSearch.pm to remove a bug which introduced an annoying
warning about a variable being redefined in the same scope.
-- Stephen Quinney <sjq@debian.org> Fri, 25 Jul 2003 10:35:43 +0100
libclass-dbi-abstractsearch-perl (0.02-1) unstable; urgency=low
* New upstream release - now accepts an optional attributes hash
reference to search_where().
-- Stephen Quinney <sjq@debian.org> Sat, 12 Jul 2003 11:52:03 +0100
libclass-dbi-abstractsearch-perl (0.01-1) unstable; urgency=low
* Initial Release, closes: #213897.
-- Stephen Quinney <sjq@debian.org> Tue, 8 Jul 2003 19:31:14 +0100
|