chiark / gitweb /
remove buildship debian_version_1_0_5
authorian <ian>
Sat, 8 Apr 2006 12:17:21 +0000 (12:17 +0000)
committerian <ian>
Sat, 8 Apr 2006 12:17:21 +0000 (12:17 +0000)
buildship [deleted file]
debian/changelog

diff --git a/buildship b/buildship
deleted file mode 100755 (executable)
index e10562b..0000000
--- a/buildship
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-# to release, check out a fresh copy and then run this
-
-set -e
-version="`sed -n '/^userv (.*)/!d; s/^userv (//; s/).*//; p; q' Changelog`"
-targz=userv-$version.tar.gz
-tag=`echo release-$version | sed -e 's/\./-/g'`
-
-echo >&2 "*** Tagging (version $version, tag $tag) ..."
-cvs tag -F -c $tag
-
-echo >&2 '*** Generating pre-built files ...'
-autoconf
-autoheader
-./configure
-make ship VERSION=$version
-
-cd shipcheck
-
-echo >&2 '*** Checking whether identical to repository version ...'
-tar zxf $targz
-cvs co -r $tag userv
-cd userv-$version
-cp -r . ../userv/.
-cd ../userv
-if test "x`cvs -n update`" != x
-then
-       echo >&2 mismatch:
-       cvs -n update
-       exit 1
-fi
-cd ..
-rm -rf userv
-
-echo >&2 '*** Doing test build ...'
-cd userv-$version
-./configure
-make
-
-cd ../..
-
-echo >&2 "*** OK.  Distribution file is ../$targz."
-mv -f shipcheck/$targz ..
index fe5f6bf97a0943ee03d314043edafd0a43d0fcc9..db5588d7df2a6087fb1badee4e0dcc2f76e34cb7 100644 (file)
@@ -11,8 +11,10 @@ userv (1.0.5) unstable; urgency=low
   * Reran flex (flex Debian 2.5.31-31).
   * Use install -g 0 instead of -g root.  This is more portable, I hope.
   * Detect missing vsnprintf and mention URL from Nelson Beebe in err msg.
+  * Remove obsolete `buildship' script from top level directory.  We use
+    cvs-buildpackage nowadays.
 
- -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:08:21 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:17:14 +0100
 
 userv (1.0.4) unstable; urgency=low