From c8ade1498df6e2b8f6df590c3131f9aba924eec1 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 29 Oct 2007 20:25:00 +0000 Subject: [PATCH] stop autogenerating debian/changelog --- Makefile | 9 +++------ debian/changelog | 6 ++++++ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 debian/changelog diff --git a/Makefile b/Makefile index c2521e1..fa1ea9a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # PL/Proxy version -PLPROXY_VERSION = 2.0.2 +PLPROXY_VERSION = 2.0.3 # libpq config PQINC = $(shell pg_config --includedir) @@ -21,7 +21,8 @@ SHLIB_LINK = -L$(PQLIB) -lpq DIST_FILES = Makefile src/plproxy.h src/rowstamp.h src/scanner.l src/parser.y \ sql/*.sql expected/*.out config/*.sql doc/*.txt doc/Makefile \ - AUTHORS COPYRIGHT README plproxy.sql.in NEWS debian/packages + AUTHORS COPYRIGHT README plproxy.sql.in NEWS \ + debian/packages debian/changelog DIST_DIRS = src sql expected config doc debian TARNAME = plproxy-$(PLPROXY_VERSION) @@ -67,10 +68,6 @@ test: install make installcheck || { less regression.diffs; exit 1; } deb: - (stamp=`date -R 2>/dev/null` || stamp=`gdate -R`; \ - echo "plproxy2 ($(PLPROXY_VERSION)) unstable; urgency=low"; \ - echo ""; echo " * New build"; echo ""; \ - echo " -- BuildDaemon $$stamp") > debian/changelog yada rebuild debuild -uc -us -b diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b44afb5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +plproxy2 (2.0.3) unstable; urgency=low + + * v2.0.3 + + -- Marko Kreen Mon, 29 Oct 2007 22:22:04 +0200 +