Skip to content

Commit

Permalink
Item2203: begin updating debian to 1.0.7
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@5210 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Oct 4, 2009
1 parent 4054a2b commit 3df6016
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/tools/pkg/build_deb.sh
Expand Up @@ -4,21 +4,21 @@ if [ -e /tmp/build_deb ]; then
echo '/tmp/build_deb already exists, please move aside'
exit -1;
fi
if [ ! -e Foswiki-1.0.6.tgz ]; then
echo 'need Foswiki-1.0.6.tgz file to build'
if [ ! -e Foswiki-1.0.7.tgz ]; then
echo 'need Foswiki-1.0.7.tgz file to build'
exit -1;
fi

mkdir /tmp/build_deb
cp -r debian /tmp/build_deb/
cp Foswiki-1.0.6.tgz /tmp/build_deb/foswiki_1.0.6.orig.tar.gz
cp Foswiki-1.0.7.tgz /tmp/build_deb/foswiki_1.0.7.orig.tar.gz

cd /tmp/build_deb
tar zxvf /tmp/build_deb/foswiki_1.0.6.orig.tar.gz
tar zxvf /tmp/build_deb/foswiki_1.0.7.orig.tar.gz

#add * to allow for -beta, -auto etc
mv /tmp/build_deb/Foswiki-1.0.6*/ /tmp/build_deb/foswiki-1.0.6/
cd /tmp/build_deb/foswiki-1.0.6
mv /tmp/build_deb/Foswiki-1.0.7*/ /tmp/build_deb/foswiki-1.0.7/
cd /tmp/build_deb/foswiki-1.0.7

mv ../debian .

Expand Down
6 changes: 6 additions & 0 deletions core/tools/pkg/debian/changelog
@@ -1,3 +1,9 @@
foswiki (1.0.7-1) stable; urgency=high

* update to foswiki 1.0.7

-- Sven Dowideit <SvenDowideit@fosiki.com> Sun, 4 Oct 2009 09:53:40 +0100

foswiki (1.0.6-3) unstable; urgency=high

* fix bad URL generation when logging on from / and using ShorterUrls Item1766
Expand Down

0 comments on commit 3df6016

Please sign in to comment.