Debian: Remove cl-pgloader, deprecated upstream.

This commit is contained in:
Christoph Berg 2021-12-21 10:10:23 +01:00
parent f49252d6b4
commit 92dfb3f706
7 changed files with 6 additions and 85 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pgloader (3.6.2-2) UNRELEASED; urgency=medium
* Remove cl-pgloader, deprecated upstream.
-- Christoph Berg <myon@debian.org> Tue, 21 Dec 2021 10:09:53 +0100
pgloader (3.6.2-1) unstable; urgency=medium
* New upstream version.

View File

@ -1,2 +0,0 @@
usr/share/common-lisp/source/pgloader
usr/share/common-lisp/systems

View File

@ -1,3 +0,0 @@
pgloader.asd usr/share/common-lisp/source/pgloader
pgloader.lisp usr/share/common-lisp/source/pgloader
src usr/share/common-lisp/source/pgloader

View File

@ -1 +0,0 @@
usr/share/common-lisp/source/pgloader/pgloader.asd usr/share/common-lisp/systems/pgloader.asd

59
debian/control vendored
View File

@ -74,62 +74,3 @@ Description: extract, transform and load data into PostgreSQL
is able to auto-discover the schema and create the tables and the indexes
in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
the pgloader command directly.
Package: cl-pgloader
Section: lisp
Architecture: all
Depends:
cl-abnf,
cl-alexandria,
cl-asdf (>= 3.0.3),
cl-asdf-finalizers,
cl-asdf-system-connections,
cl-bordeaux-threads (>= 0.8.3),
cl-cffi (>= 1:0.12.0),
cl-command-line-arguments,
cl-csv,
cl-db3 (>= 20200212),
cl-drakma,
cl-esrap,
cl-fad,
cl-flexi-streams,
cl-interpol,
cl-ixf,
cl-local-time,
cl-log,
cl-lparallel,
cl-markdown,
cl-md5,
cl-metabang-bind,
cl-mssql,
cl-mustache,
cl-postmodern,
cl-ppcre,
cl-py-configparser,
cl-qmynd,
cl-quri,
cl-simple-date,
cl-split-sequence,
cl-sqlite,
cl-trivial-backtrace,
cl-trivial-utf-8,
cl-unicode,
cl-usocket,
cl-utilities,
cl-uuid,
cl-yason,
cl-zs3,
${misc:Depends},
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 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
is able to auto-discover the schema and create the tables and the indexes
in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
the pgloader command directly.

View File

@ -1,16 +0,0 @@
#!/bin/sh
set -eux
trap "rm -rf /tmp/pgloader debian/home" 0 2 3 15
pg_virtualenv <<-EOF
set -eux
HOME=$PWD/debian/home
createdb pgloader
sbcl --eval '(require :asdf)' \
--eval '(setf *compile-print* nil *compile-verbose* nil *load-verbose* nil *load-print* nil asdf:*asdf-verbose* nil)' \
--eval '(asdf:load-system "pgloader")' \
--eval '(pgloader::main SB-EXT:*POSIX-ARGV*)' \
test/csv.load 2> /dev/null
EOF

View File

@ -1,7 +1,3 @@
Depends: pgloader, ca-certificates, postgresql
Tests: ssl
Restrictions: allow-stderr, needs-root
Depends: cl-pgloader, postgresql, sbcl
Tests: cl-pgloader
Restrictions: allow-stderr