Prepare the debian release.

This commit is contained in:
Dimitri Fontaine 2014-09-10 22:40:31 +02:00
parent 0e924fa829
commit a516a0dffa
6 changed files with 29 additions and 21 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pgloader (3.1.0-1) unstable; urgency=medium
* Stable release of the new pgloader version, 3.1
-- Dimitri Fontaine <dim@tapoueh.org> 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 <dimitri@2ndQuadrant.fr> Tue, 29 Apr 2014 13:50:26 +0400
-- Dimitri Fontaine <dim@tapoueh.org> 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 <dimitri@2ndQuadrant.fr> Thu, 23 Jan 2014 03:19:07 +0400
-- Dimitri Fontaine <dim@tapoueh.org> 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 <dimitri@2ndQuadrant.fr> Thu, 15 Jan 2014 01:33:16 +0400
-- Dimitri Fontaine <dim@tapoueh.org> 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 <dimitri@2ndQuadrant.fr> Fri, 27 Dec 2013 15:11:02 +0400
-- Dimitri Fontaine <dim@tapoueh.org> 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 <dimitri@2ndQuadrant.fr> Wed, 18 Dec 2013 23:32:33 +0100
-- Dimitri Fontaine <dim@tapoueh.org> Wed, 18 Dec 2013 23:32:33 +0100
pgloader (3.0.94-1) unstable; urgency=low
* Release Candidate 4.
-- Dimitri Fontaine <dimitri@2ndQuadrant.fr> Mon, 09 Dec 2013 14:58:51 +0400
-- Dimitri Fontaine <dim@tapoueh.org> Mon, 09 Dec 2013 14:58:51 +0400

View File

@ -1,3 +1,2 @@
INSTALL.md
README.md
pgloader.1.md

21
debian/control vendored
View File

@ -1,9 +1,10 @@
Source: pgloader
Section: database
Priority: extra
Maintainer: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
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 <dim@tapoueh.org>
Uploaders: Christoph Berg <myon@debian.org>
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

2
debian/copyright vendored
View File

@ -4,7 +4,7 @@ Source: https://github.com/dimitri/pgloader
Files: *
Copyright: 2013 Dimitri Fontaine <dimitri@2ndQuadrant.fr>
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

View File

@ -1,2 +1,3 @@
README.md
pgloader.1.md
pgloader.1.md
web/src/*.md

5
debian/rules vendored
View File

@ -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