Commit 486ebdb4 authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/woody-buildpackage: additional error checking.

parent 94c73763
#! /bin/sh
# $Id: woody-buildpackage,v 1.13 2003/04/09 11:43:03 sam Exp $
# Build VLC on a Debian woody system
# $Id: woody-buildpackage,v 1.12 2003/04/01 16:13:39 sam Exp $
# Build VLC for a Woody Debian system
set -x
set -e
if test ! -d debian
then
echo "No debian/ directory"
exit 1
fi
test -d debian
# changelog: replace (1.2.3-4) with (1.2.3-0woody.4)
sed -e 's/^vlc (\([^)]*\)-\([^-)]*\))/vlc (\1-0woody.\2)/' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment