mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Package version 2.3.3~dev1 for some testing. Won't get released yet.
This commit is contained in:
parent
1b6c0f4735
commit
efa4b6b103
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@
|
||||
/pgloader.1.html
|
||||
/BUGS.html
|
||||
/TODO.html
|
||||
/#Makefile#
|
||||
/.#Makefile
|
||||
|
||||
8
Makefile
8
Makefile
@ -63,7 +63,7 @@ deb:
|
||||
rm -rf $(DEBDIR)
|
||||
mkdir -p $(DEBDIR)/pgloader-$(VERSION)
|
||||
mkdir -p $(EXPORT)
|
||||
cp -a . $(EXPORT)
|
||||
rsync -Ca . $(EXPORT)
|
||||
|
||||
# get rid of temp and build files
|
||||
for n in ".#*" "*~" "*.pyc" "build-stamp" "configure-stamp" "parallel.o*"; do \
|
||||
@ -71,12 +71,6 @@ deb:
|
||||
find $(EXPORT) -name "$$n" -print0|xargs -0 rm -f; \
|
||||
done
|
||||
|
||||
# get rid of CVS dirs
|
||||
for n in "CVS" "CVSROOT"; do \
|
||||
find $(EXPORT) -type d -name "$$n" -print0|xargs -0 rm -rf; \
|
||||
find $(EXPORT) -type d -name "$$n" -print0|xargs -0 rm -rf; \
|
||||
done
|
||||
|
||||
# prepare the .orig without the debian/ packaging stuff
|
||||
cp -a $(EXPORT) $(DEBDIR)
|
||||
rm -rf $(DEBDIR)/pgloader-$(VERSION)/debian
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: database
|
||||
Priority: extra
|
||||
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
|
||||
Build-Depends: debhelper (>= 5), docbook-to-man (>= 2.0.0), python-support (>= 0.3), xmlto, asciidoc (>= 0.8.2)
|
||||
Standards-Version: 3.8.2
|
||||
Standards-Version: 3.8.3
|
||||
Homepage: http://pgloader.projects.postgresql.org
|
||||
|
||||
Package: pgloader
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Some common options, for each module to get them
|
||||
|
||||
PGLOADER_VERSION = '2.3.2'
|
||||
PGLOADER_VERSION = '2.3.3~dev1'
|
||||
|
||||
PSYCOPG_VERSION = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user