Ready to release 1.1.1 for bugfix Makefiles, make installcheck, ...
Also add myself as debian maintener, dimitri and christoph as uploaders
Change debian format to 3.0(git).
EXTENSION = pgfincore
-EXTVERSION = 1.1
+EXTVERSION = 1.1.1
EXTCOMMENT = examine and manage the os buffer cache
MODULES = $(EXTENSION)
make -f debian/rules debian/control
dh clean
make -f debian/rules orig
- debuild -us -uc -sa
+ debuild -us -uc -sa --source-option="--git-ref=master"
+pgfincore (1.1.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Cédric Villemain <cedric@villemain.org> Fri, 02 Dec 2011 22:48:27 +0100
+
pgfincore (1.1-1) unstable; urgency=low
* New upstream release
Source: pgfincore
Section: database
Priority: extra
-Maintainer: Dimitri Fontaine <dim@tapoueh.org>
+Maintainer: Cédric Villemain <cedric@villemain.org>
+Uploaders: Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 7.0.50), postgresql-server-dev-all (>= 118)
Standards-Version: 3.9.2
Vcs-Git: git://git.postgresql.org/git/pgfincore.git
# This has to be exported to make some magic below work.
export DH_OPTIONS
-EXTNAME = pgfincore
+EXTNAME = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Source:/ { print substr($$2, 2) }')
PKGVERS = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }')
-EXCLUDE = --exclude-vcs --exclude=debian
export SRCDIR = $(CURDIR)
TARGET = $(CURDIR)/debian/$(EXTNAME)-%v
+pg_buildext install $(SRCDIR) $(TARGET) postgresql-%v-$(EXTNAME)
orig: clean
- cd .. && tar czf $(EXTNAME)_$(PKGVERS).orig.tar.gz $(EXCLUDE) $(EXTNAME)
+ git archive -o ../$(EXTNAME)_$(PKGVERS).orig.tar.gz HEAD
%:
dh $@