Package version 2.3.3~dev1 for some testing. Won't get released yet.

This commit is contained in:
Dimitri Fontaine 2010-04-06 16:45:46 +02:00
parent 1b6c0f4735
commit efa4b6b103
4 changed files with 5 additions and 9 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@
/pgloader.1.html
/BUGS.html
/TODO.html
/#Makefile#
/.#Makefile

View File

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

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

View File

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