From dbcf662a55172d80c1118832d33925db22273449 Mon Sep 17 00:00:00 2001 From: Michael Schutte Date: Sun, 10 Jun 2007 12:32:22 +0200 Subject: [PATCH] Prepared master branch for post-1.2 development. --- debian/changelog | 6 ++++++ debian/rules | 6 ++++++ lib/clw/daemon.rb | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 11d4c40..cf358d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clw (post-1.2) UNRELEASED; urgency=low + + * Work in progress. Please build from production branch instead. + + -- Michael Schutte Sun, 10 Jun 2007 12:27:01 +0200 + clw (1.2-1) unstable; urgency=low * New release. See http://repo.or.cz/w/clw.git?a=shortlog;h=v1.2. diff --git a/debian/rules b/debian/rules index 9e3177d..0ea313a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,9 @@ include /usr/share/cdbs/1/class/makefile.mk DEB_MAKE_INSTALL_TARGET = install PREFIX=/usr DESTDIR=$(CURDIR)/debian/clw DEB_UPDATE_RCD_PARAMS = defaults 90 20 DEB_INSTALL_EXAMPLES_clw = -X .gitignore + +pre-build:: + @if grep -q 'UNRELEASED' debian/changelog; then \ + echo 'Please build from production branch.'; \ + exit 1; \ + fi diff --git a/lib/clw/daemon.rb b/lib/clw/daemon.rb index df91e35..6cf6bee 100644 --- a/lib/clw/daemon.rb +++ b/lib/clw/daemon.rb @@ -43,7 +43,7 @@ include OpenSSL # module Clarkway - VERSION = "1.2" + VERSION = "post-1.2" PORT = 4354 ID = "Clarkway #{VERSION}" BLOCKSIZE = 10240 -- 2.11.4.GIT