--- cl-pg-20061216.orig/debian/changelog +++ cl-pg-20061216/debian/changelog @@ -1,8 +1,100 @@ -cl-pg (20061225-2) UNRELEASED; urgency=low +cl-pg (1:20061216-4) unstable; urgency=low - * token new version + * Added Build-Depends-Indep for dh-lisp (Closes: #470320) - -- Peter Van Eynde Thu, 26 Jan 2006 16:48:40 +0100 + -- Peter Van Eynde Fri, 14 Mar 2008 23:16:54 +0100 + +cl-pg (1:20061216-3) unstable; urgency=low + + * Changed to group maintanance + * Added Vcs-Git control field + * debhelper is Build-Depends + * Updated standard version without real changes + * documented how to update + + -- Peter Van Eynde Sun, 24 Feb 2008 15:53:49 +0100 + +cl-pg (1:20061216-2) unstable; urgency=low + + * Upload to unstable. + + -- Peter Van Eynde Mon, 09 Apr 2007 01:04:52 +0200 + +cl-pg (1:20061216-1) experimental; urgency=low + + * New upstream. Major changes: + + + Don't flush the network stream in SEND-PACKET, because it slows down + API calls that have multiple SEND-PACKET calls in them. From + attila.lendvai@gmail.com. + + + Fix numeric parser for negative numbers. From + levente.meszaros@gmail.com + + + Make sure we consume the ReadyForQuery packet that is generated when + closing a prepared statement or portal, or the packet can be + misinterpreted by a later query, leading to data loss. Fix from Robert J. + Macomber. + + + Add an ABORT keyword argument to PG-DISCONNECT (from Robert J. + Macomber ), as per CL:CLOSE. + + "I've run into a problem with pg-disconnect if something abnormal + happens to the database connection -- if the database goes away for a + restart while pg has a connection open, for example. When this + happens, pg-disconnect fails, and the socket file descriptor is left + open (presumably for a finalizer to clean up), also raising a new + error from the unwind-protect in with-pg-connection. To guard against + the possibility, I've added an :abort parameter to pg-disconnect, like + cl:close has, and made with-pg-connection call it with :abort t if the + body exits abnormally, in the same way that with-open-file operates. + When :abort is true, the modified pg-disconnect closes the database + connection ungracefully, including making the close call abort + (otherwise, sbcl at keast tries to flush the stream, raising another + error if the database isn't there anymore)." + + + Allow encoding used for socket communication with the backend to be + specified as a keyword argument to PG-CONNECT, for cases where rebinding + *PG-CLIENT-ENCODING* is inconvenient. + + Add a simple test for encoding support. + + (From Attila Lendvai ) + * upload to experimental during the freeze + + -- Peter Van Eynde Tue, 6 Feb 2007 10:32:28 +0100 + +cl-pg (1:20061022-1) unstable; urgency=low + + * Added XS-X-Vcs-Darcs header + * modified S-X-Vcs-Darcs to XS-Vcs-Darcs field + * New upstream with many bugfixes + + -- Peter Van Eynde Tue, 24 Oct 2006 15:03:38 +0200 + +cl-pg (1:20060919-1) unstable; urgency=low + + * New upstream version with several important bugfixes + * Updated standards version without real changes. + + -- Peter Van Eynde Wed, 20 Sep 2006 20:29:49 +0200 + +cl-pg (1:20060207-2) unstable; urgency=low + + [ René van Bevern ] + * debian/control: get dependencies right: depend on ${misc:Depends} + instead of common-lisp-controller explicitly and put debhelper to + Build-Depends + + -- Peter Van Eynde Mon, 19 Jun 2006 07:58:55 +0200 + +cl-pg (1:20060207-1) unstable; urgency=low + + * Added missing Build-Depends on 'dh-lisp' (Closes: #351770) + * New upstream + * Added epoch to handle version stupidity + + -- Peter Van Eynde Tue, 7 Feb 2006 16:15:30 +0100 cl-pg (20061225-1) unstable; urgency=low --- cl-pg-20061216.orig/debian/control +++ cl-pg-20061216/debian/control @@ -1,9 +1,13 @@ Source: cl-pg Section: devel Priority: optional -Maintainer: Peter Van Eynde -Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.2.1 +Maintainer: Debian Common Lisp Team +Uploaders: Peter Van Eynde +Build-Depends: debhelper (>> 4.0.0) +Build-Depends-Indep: dh-lisp +Standards-Version: 3.7.3 +Homepage: http://common-lisp.net/project/pg/ +Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-pg.git Package: cl-pg Architecture: all --- cl-pg-20061216.orig/debian/updated-with-git-importcvs +++ cl-pg-20061216/debian/updated-with-git-importcvs @@ -0,0 +1 @@ +git-cvsimport -v -d ":pserver:anonymous@common-lisp.net:/project/pg/cvsroot" .