From: Cédric Villemain Date: Fri, 9 Aug 2013 15:44:46 +0000 (+0200) Subject: Remove pgfoundry target in favor of dist X-Git-Tag: 1.1.2~17 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=259811d08a83d42c4b239ad3f1cf7789b14fda47;p=pgfincore.git Remove pgfoundry target in favor of dist pgfoundry was really for uploading. Now, using debian 3.0(quilt) it is better to provide a dist target And some cleaning --- diff --git a/Makefile b/Makefile index 686325b..6b01dad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ EXTENSION = pgfincore -EXTVERSION = 1.1.1 +EXTVERSION = 1.1.2 EXTCOMMENT = examine and manage the os buffer cache MODULES = $(EXTENSION) @@ -55,10 +55,10 @@ endif # VPATH PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) -pgfoundry: - git archive --prefix=$(EXTENSION)-$(EXTVERSION)/ -o $(EXTENSION)-v$(EXTVERSION).tar.gz HEAD +dist: + git archive --prefix=$(EXTENSION)-$(EXTVERSION)/ -o ../$(EXTENSION)_$(EXTVERSION).orig.tar.gz HEAD -deb: +deb: dist make clean make -f debian/rules debian/control dh clean diff --git a/debian/changelog b/debian/changelog index f65fd7b..0327196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -pgfincore (1.1.1-2) UNRELEASED; urgency=low +pgfincore (1.1.2-1) UNRELEASED; urgency=low * Switch to dpkg-source 3.0 (quilt) format - -- Cédric Villemain Thu, 08 Aug 2013 17:58:22 +0200 + -- Cédric Villemain Thu, 08 Aug 2013 17:58:22 +0200 pgfincore (1.1.1-1) unstable; urgency=low diff --git a/debian/control.in b/debian/control.in index 8e8d774..01ed70a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: extra Maintainer: Cédric Villemain Uploaders: Dimitri Fontaine , Christoph Berg Build-Depends: debhelper (>= 7.0.50), postgresql-server-dev-all (>= 118) -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Vcs-Git: git://git.postgresql.org/git/pgfincore.git Vcs-browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore diff --git a/debian/copyright b/debian/copyright index 8fc4730..b19817b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -35,5 +35,3 @@ License: BSD-3-Clause NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -This package was originaly debianized by Dimitri Fontaine -on Tue, 30 Nov 2010 15:27:25 +0100.