From 92dfb3f706495a9740fc92e4832fd90658300d9a Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 21 Dec 2021 10:10:23 +0100 Subject: [PATCH] Debian: Remove cl-pgloader, deprecated upstream. --- debian/changelog | 6 ++++ debian/cl-pgloader.dirs | 2 -- debian/cl-pgloader.install | 3 -- debian/cl-pgloader.links | 1 - debian/control | 59 -------------------------------------- debian/tests/cl-pgloader | 16 ----------- debian/tests/control | 4 --- 7 files changed, 6 insertions(+), 85 deletions(-) delete mode 100644 debian/cl-pgloader.dirs delete mode 100644 debian/cl-pgloader.install delete mode 100644 debian/cl-pgloader.links delete mode 100755 debian/tests/cl-pgloader diff --git a/debian/changelog b/debian/changelog index 8f0b5d8..5cb856b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgloader (3.6.2-2) UNRELEASED; urgency=medium + + * Remove cl-pgloader, deprecated upstream. + + -- Christoph Berg Tue, 21 Dec 2021 10:09:53 +0100 + pgloader (3.6.2-1) unstable; urgency=medium * New upstream version. diff --git a/debian/cl-pgloader.dirs b/debian/cl-pgloader.dirs deleted file mode 100644 index 5591b54..0000000 --- a/debian/cl-pgloader.dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/common-lisp/source/pgloader -usr/share/common-lisp/systems diff --git a/debian/cl-pgloader.install b/debian/cl-pgloader.install deleted file mode 100644 index dae2d60..0000000 --- a/debian/cl-pgloader.install +++ /dev/null @@ -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 diff --git a/debian/cl-pgloader.links b/debian/cl-pgloader.links deleted file mode 100644 index c428ecf..0000000 --- a/debian/cl-pgloader.links +++ /dev/null @@ -1 +0,0 @@ -usr/share/common-lisp/source/pgloader/pgloader.asd usr/share/common-lisp/systems/pgloader.asd diff --git a/debian/control b/debian/control index b87d188..7018775 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/tests/cl-pgloader b/debian/tests/cl-pgloader deleted file mode 100755 index a2304a0..0000000 --- a/debian/tests/cl-pgloader +++ /dev/null @@ -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 diff --git a/debian/tests/control b/debian/tests/control index 6a49ec5..707e2fd 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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