Skip to content

Commit

Permalink
Item11547: update debian package to 1.1.4
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@14045 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Feb 22, 2012
1 parent 71ed7c1 commit 17fb86f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
12 changes: 6 additions & 6 deletions core/tools/pkg/fosiki/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.1.3.tgz ]; then
echo 'need Foswiki-1.1.3.tgz file to build'
if [ ! -e Foswiki-1.1.4.tgz ]; then
echo 'need Foswiki-1.1.4.tgz file to build'
exit -1;
fi

mkdir /tmp/build_deb
cp -r debian /tmp/build_deb/
cp Foswiki-1.1.3.tgz /tmp/build_deb/foswiki_1.1.3.orig.tar.gz
cp Foswiki-1.1.4.tgz /tmp/build_deb/foswiki_1.1.4.orig.tar.gz

cd /tmp/build_deb
tar zxvf /tmp/build_deb/foswiki_1.1.3.orig.tar.gz
tar zxvf /tmp/build_deb/foswiki_1.1.4.orig.tar.gz

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

mv ../debian .

Expand Down
8 changes: 7 additions & 1 deletion core/tools/pkg/fosiki/debian/changelog
@@ -1,3 +1,9 @@
foswiki (1.1.4-1) stable; urgency=high

* upgrade to 1.1.4

-- Sven Dowideit <SvenDowideit@fosiki.com> Wed, 22 Feb 2012 12:00:00 +1000

foswiki (1.1.3-2) stable; urgency=high

* fix template, and make upgrading work (new extensions added to 1.1 vs 1.0)
Expand All @@ -6,7 +12,7 @@ foswiki (1.1.3-2) stable; urgency=high

foswiki (1.1.3-1) stable; urgency=high

* upgrade to 1.1.13
* upgrade to 1.1.3

-- Sven Dowideit <SvenDowideit@fosiki.com> Tue, 10 May 2011 12:00:00 +1000

Expand Down
2 changes: 1 addition & 1 deletion core/tools/pkg/fosiki/debian/control
Expand Up @@ -7,7 +7,7 @@ Standards-Version: 3.8.2

Package: foswiki
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libnet-perl, libmime-base64-perl, rcs (>= 5.7), apache | apache2 | apache2.2, debconf (>= 0.5) | debconf-2.0, libalgorithm-diff-perl, liberror-perl, libdigest-sha1-perl, libtext-diff-perl, liblocale-maketext-lexicon-perl, libcgi-session-perl, liburi-perl, libhtml-parser-perl
Depends: ${perl:Depends}, ${misc:Depends}, libnet-perl, libmime-base64-perl, rcs (>= 5.7), apache | apache2 | apache2.2, debconf (>= 0.5) | debconf-2.0, libalgorithm-diff-perl, liberror-perl, libdigest-sha1-perl, libtext-diff-perl, liblocale-maketext-lexicon-perl, libcgi-session-perl, liburi-perl, libhtml-parser-perl, libcrypt-passwdmd5-perl
Suggests: libunicode-maputf8-perl, libapache-mod-perl, libapache2-mod-perl2, libapache2-mod-auth-plain
Description: A Web Based Collaboration Platform
Foswiki is a modern CGI-based implementation of the Wiki collaboration platform
Expand Down

0 comments on commit 17fb86f

Please sign in to comment.