From 30106263cbdf9e20640fe873fbe7c13a47b2022d Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Mon, 12 Aug 2013 12:33:44 +0200 Subject: [PATCH] Move to 3.0 (native) Still looking for an easy workflow between postgresql, debian and jenkins --- Makefile | 2 +- debian/changelog | 4 ++-- debian/source/format | 2 +- debian/watch | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 debian/watch diff --git a/Makefile b/Makefile index 6b01dad..79e7b4b 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ include $(PGXS) dist: git archive --prefix=$(EXTENSION)-$(EXTVERSION)/ -o ../$(EXTENSION)_$(EXTVERSION).orig.tar.gz HEAD -deb: dist +deb: make clean make -f debian/rules debian/control dh clean diff --git a/debian/changelog b/debian/changelog index 0327196..250432b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -pgfincore (1.1.2-1) UNRELEASED; urgency=low +pgfincore (1.1.2) UNRELEASED; urgency=low - * Switch to dpkg-source 3.0 (quilt) format + * Switch to dpkg-source 3.0 (native) format -- Cédric Villemain Thu, 08 Aug 2013 17:58:22 +0200 diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 82d1568..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://pgfoundry.org/frs/?group_id=1000444 /frs/download.php/[0-9]+/pgfincore-(.*)\.tar\.gz debian uupdate -- 2.39.5