Increment the version and debian maintener
authorCédric Villemain <cedric@2ndquadrant.fr>
Fri, 2 Dec 2011 22:08:22 +0000 (23:08 +0100)
committerCédric Villemain <cedric@2ndquadrant.fr>
Fri, 2 Dec 2011 22:08:22 +0000 (23:08 +0100)
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).

Makefile
debian/changelog
debian/control.in
debian/rules
debian/source/format

index 6326d8969187c55e88fc9dce4065d3e55d0b23f1..2ac767a4e17627a60428fb837cee145a75c8dec2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 EXTENSION    = pgfincore
-EXTVERSION   = 1.1
+EXTVERSION   = 1.1.1
 EXTCOMMENT   = examine and manage the os buffer cache
 
 MODULES      = $(EXTENSION)
@@ -51,4 +51,4 @@ deb:
        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"
index df630851d499a6e73c5a1e7a7902c71008e6957a..173c3e5a3d082172fa875d97aadbb4a973d14348 100644 (file)
@@ -1,3 +1,9 @@
+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
index 5918c4a811a33c608f32154d9b35838c60edb021..8e8d77450741b778110e3ade11e96ca35926af3f 100644 (file)
@@ -1,7 +1,8 @@
 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
index c419de791baf72ec5903ed49b56f0aeaec9c88f9..b24f4f0b1f4245fff4184e228f8051e333a44eae 100755 (executable)
@@ -16,9 +16,8 @@
 # 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
@@ -38,7 +37,7 @@ override_dh_auto_install:
        +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 $@
index 163aaf8d82b6c54f23c45f32895dbdfdcc27b047..af745b310bc8367d6a767864292bbf5dc5d05a60 100644 (file)
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (git)