diff --git a/debian/changelog b/debian/changelog index 4b6a9aa..064c3f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgloader (3.1.0-1) unstable; urgency=medium + + * Stable release of the new pgloader version, 3.1 + + -- Dimitri Fontaine Wed, 10 Sep 2014 16:48:11 +0400 + pgloader (3.0.99-1) unstable; urgency=medium * Release Candidate 9 @@ -5,7 +11,7 @@ pgloader (3.0.99-1) unstable; urgency=medium * Lots of bug fixes * Smarted batch memory usage - -- Dimitri Fontaine Tue, 29 Apr 2014 13:50:26 +0400 + -- Dimitri Fontaine Tue, 29 Apr 2014 13:50:26 +0400 pgloader (3.0.98-1) unstable; urgency=low @@ -13,7 +19,7 @@ pgloader (3.0.98-1) unstable; urgency=low * Fixes retry behavior * Assorted fixes - -- Dimitri Fontaine Thu, 23 Jan 2014 03:19:07 +0400 + -- Dimitri Fontaine Thu, 23 Jan 2014 03:19:07 +0400 pgloader (3.0.97-1) unstable; urgency=low @@ -23,7 +29,7 @@ pgloader (3.0.97-1) unstable; urgency=low * Add a documentation website with tutorials * Fix ASDF dependencies - -- Dimitri Fontaine Thu, 15 Jan 2014 01:33:16 +0400 + -- Dimitri Fontaine Thu, 15 Jan 2014 01:33:16 +0400 pgloader (3.0.96-1) unstable; urgency=low @@ -31,17 +37,17 @@ pgloader (3.0.96-1) unstable; urgency=low * Document then rework the batch retry behavior. * Various bug fixes, including CCL compatibility. - -- Dimitri Fontaine Fri, 27 Dec 2013 15:11:02 +0400 + -- Dimitri Fontaine Fri, 27 Dec 2013 15:11:02 +0400 pgloader (3.0.95-1) unstable; urgency=low * Release Candidate 5. * Minimize memory usage, bug fixes. - -- Dimitri Fontaine Wed, 18 Dec 2013 23:32:33 +0100 + -- Dimitri Fontaine Wed, 18 Dec 2013 23:32:33 +0100 pgloader (3.0.94-1) unstable; urgency=low * Release Candidate 4. - -- Dimitri Fontaine Mon, 09 Dec 2013 14:58:51 +0400 + -- Dimitri Fontaine Mon, 09 Dec 2013 14:58:51 +0400 diff --git a/debian/cl-pgloader.docs b/debian/cl-pgloader.docs index 3d29282..e2eb33c 100644 --- a/debian/cl-pgloader.docs +++ b/debian/cl-pgloader.docs @@ -1,3 +1,2 @@ -INSTALL.md README.md pgloader.1.md \ No newline at end of file diff --git a/debian/control b/debian/control index 5def6ff..ada2f0e 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: pgloader Section: database Priority: extra -Maintainer: Dimitri Fontaine -Build-Depends: debhelper (>= 8.0.0), sbcl (>= 1.1.13), ruby-ronn, buildapp (>= 1.5), cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-qmynd, cl-split-sequence, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-zip, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0), gawk -Standards-Version: 3.9.3 +Maintainer: Dimitri Fontaine +Uploaders: Christoph Berg +Build-Depends: debhelper (>= 8.0.0), sbcl (>= 1.1.13), ruby-ronn, buildapp (>= 1.5), cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-simple-date, cl-qmynd, cl-split-sequence, cl-unicode, cl-interpol, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0), cl-ixf, gawk, cl-bordeaux-threads (>= 0.8.3) +Standards-Version: 3.9.5 Homepage: https://github.com/dimitri/pgloader Vcs-Git: https://github.com/dimitri/pgloader.git Vcs-Browser: https://github.com/dimitri/pgloader @@ -15,9 +16,9 @@ Description: extract, transform and load data into PostgreSQL pgloader imports data from different kind of sources and COPY it into PostgreSQL. . - The command language is described in the manual page and allows to describe - where to find the data source, its format, and to describe data processing - and transformation. + The command language is described in the manual page and allows one to + describe where to find the data source, its format, and to describe data + processing and transformation. . Supported source formats include CSV, fixed width flat files, dBase3 files (DBF), and SQLite and MySQL databases. In most of those formats, pgloader @@ -27,14 +28,14 @@ Description: extract, transform and load data into PostgreSQL Package: cl-pgloader Architecture: all -Depends: ${shlibs:Depends}, cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-qmynd, cl-split-sequence, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-zip, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0) +Depends: ${misc:Depends}, cl-asdf (>= 3.0.3), cl-log, cl-postmodern, cl-simple-date, cl-qmynd, cl-split-sequence, cl-unicode, cl-interpol, cl-csv, cl-fad, cl-lparallel, cl-esrap, cl-alexandria, cl-drakma, cl-flexi-streams, cl-usocket, cl-local-time, cl-command-line-arguments, cl-abnf, cl-db3, cl-py-configparser, cl-sqlite, cl-trivial-backtrace, cl-markdown, cl-md5, cl-asdf-finalizers, cl-asdf-system-connections, cl-cffi (>= 1:0.12.0), cl-bordeaux-threads (>= 0.8.3) Description: extract, transform and load data into PostgreSQL pgloader imports data from different kind of sources and COPY it into PostgreSQL. . - The command language is described in the manual page and allows to describe - where to find the data source, its format, and to describe data processing - and transformation. + The command language is described in the manual page and allows one to + describe where to find the data source, its format, and to describe data + processing and transformation. . Supported source formats include CSV, fixed width flat files, dBase3 files (DBF), and SQLite and MySQL databases. In most of those formats, pgloader diff --git a/debian/copyright b/debian/copyright index fd2688b..622c6b0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/dimitri/pgloader Files: * Copyright: 2013 Dimitri Fontaine -License: +License: PostgreSQL Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this diff --git a/debian/pgloader.docs b/debian/pgloader.docs index e2eb33c..be7b545 100644 --- a/debian/pgloader.docs +++ b/debian/pgloader.docs @@ -1,2 +1,3 @@ README.md -pgloader.1.md \ No newline at end of file +pgloader.1.md +web/src/*.md diff --git a/debian/rules b/debian/rules index bb1d25a..0560f22 100755 --- a/debian/rules +++ b/debian/rules @@ -17,12 +17,13 @@ orig: clean override_dh_auto_build: make docs + mkdir -p build/bin buildapp --logfile /tmp/pgloader-build.log \ --require sb-posix \ --require sb-bsd-sockets \ + --load /usr/share/common-lisp/source/cl-asdf/build/asdf.lisp \ --asdf-path . \ --asdf-tree /usr/share/common-lisp/systems \ - --load-system asdf \ --load-system asdf-finalizers \ --load-system asdf-system-connections \ --load-system pgloader \ @@ -33,7 +34,7 @@ override_dh_auto_build: --output build/bin/pgloader override_dh_auto_test: - # do nothing + # no nothing override_dh_strip: # do nothing