Skip to content

Commit

Permalink
stop autogenerating debian/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Oct 29, 2007
1 parent 7e33741 commit c8ade14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 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)
Expand All @@ -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)

Expand Down Expand Up @@ -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 <dev@null> $$stamp") > debian/changelog
yada rebuild
debuild -uc -us -b

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -0,0 +1,6 @@
plproxy2 (2.0.3) unstable; urgency=low

* v2.0.3

-- Marko Kreen <marko.kreen@skype.net> Mon, 29 Oct 2007 22:22:04 +0200

0 comments on commit c8ade14

Please sign in to comment.