mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
debian package related corrections
This commit is contained in:
parent
ee513ed07a
commit
b1664ae94c
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.18 2008-03-10 15:29:45 dim Exp $
|
||||
# $Id: Makefile,v 1.19 2008-06-03 12:58:14 dim Exp $
|
||||
#
|
||||
# Makefile for debian packaging purpose, make install not intended to work.
|
||||
|
||||
@ -55,6 +55,9 @@ man: ${DOCS:.txt=.xml}
|
||||
|
||||
doc: man html todo bugs
|
||||
|
||||
clean:
|
||||
rm -f *.xml *.html *.1 *~
|
||||
|
||||
deb:
|
||||
# working copy from where to make the .orig archive
|
||||
rm -rf $(DEBDIR)
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ pgloader (2.3.1-1) unstable; urgency=low
|
||||
* FIX: Add database opening into critical path (BoundedSemaphore)
|
||||
* FIX: close database connection as soon as possible
|
||||
* Add support for fixed format
|
||||
* Add support for escaped field_sep, such as \t
|
||||
|
||||
-- Dimitri Fontaine <dim@tapoueh.org> Wed, 21 May 2008 12:19:42 +0200
|
||||
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -8,7 +8,7 @@ Homepage: http://pgloader.projects.postgresql.org
|
||||
|
||||
Package: pgloader
|
||||
Architecture: all
|
||||
Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (= 1.1.21-14)
|
||||
Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14)
|
||||
Description: loads flat data files into PostgreSQL
|
||||
pgloader imports data from flat files and insert it into a database
|
||||
table. You have to provide a configuration file containing sections,
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@ -40,6 +40,7 @@ clean:
|
||||
dh_testroot
|
||||
rm -f build-stamp configure-stamp
|
||||
dh_clean
|
||||
$(MAKE) DESTDIR=$(CURDIR)/debian/pgloader clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user