Skip to content

Commit

Permalink
Item10067: begin upgrading od debian pkg to 1.1.13
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@11662 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed May 10, 2011
1 parent c5eea1a commit 7e75678
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 22 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.0.10.tgz ]; then
echo 'need Foswiki-1.0.10.tgz file to build'
if [ ! -e Foswiki-1.1.3.tgz ]; then
echo 'need Foswiki-1.1.3.tgz file to build'
exit -1;
fi

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

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

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

mv ../debian .

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

* upgrade to 1.1.13

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

foswiki (1.0.10-0) stable; urgency=high

* upgrade to 1.0.10

-- Sven Dowideit <SvenDowideit@fosiki.com> Mon, 17 Dec 2010 12:00:00 +1000
-- Sven Dowideit <SvenDowideit@fosiki.com> Mon, 17 Dec 2010 12:00:00 +1000

foswiki (1.0.9-1) unstable; urgency=high

Expand Down
1 change: 1 addition & 0 deletions core/tools/pkg/fosiki/debian/control
Expand Up @@ -14,3 +14,4 @@ Description: A Web Based Collaboration Platform
originally developed for OOP/Patterns collaboration. In addition to the
traditional Wiki feature of allowing any web browser to serve as a contributing
client, Foswiki adds rcs-based version control and user management.
Provides: foswiki-famfamfamcontrib, foswiki-zoneplugin, foswiki-jqueryplugin
2 changes: 1 addition & 1 deletion core/tools/pkg/fosiki/debian/docs
Expand Up @@ -2,5 +2,5 @@ index.html
license.txt
readme.txt
INSTALL.html
ReleaseNotes01x00.html
ReleaseNotes01x01.html
ReleaseHistory.html
2 changes: 1 addition & 1 deletion core/tools/pkg/fosiki/debian/index.html
Expand Up @@ -15,7 +15,7 @@ <h1>Welcome to Foswiki</h1>
<li><a href="INSTALL.html">Installation Guide</a></li>
<li><a href="bin/configure">Configure Foswiki</a></li>
<li><a href="UpgradeGuide.html">Upgrade Guide</a></li>
<li><a href="ReleaseNotes01x00.html">Foswiki-1.0 Release Notes</a></li>
<li><a href="ReleaseNotes01x01.html">Foswiki-1.1 Release Notes</a></li>
</ul>
<p><strong>Note:</strong> These pages do not need to be accessible by browsers. Preventing access will increase security and will not affect Foswiki in any way.</p>
</div><!--/foswikiTopic--></div><!--/patternContent--></div><!--/patternMainContents--></div><!--/patternMain-->
Expand Down
2 changes: 1 addition & 1 deletion core/tools/pkg/fosiki/debian/rules
Expand Up @@ -57,7 +57,7 @@ install: build
cp -pR data debian/foswiki/var/lib/foswiki/

#move configure's logos and css to /var/lib/foswiki/pub/logos
mv debian/foswiki/var/lib/foswiki/bin/logos debian/foswiki/var/lib/foswiki/pub/
# mv debian/foswiki/var/lib/foswiki/bin/logos debian/foswiki/var/lib/foswiki/pub/

#create mailnotify timestamps
date +%s > debian/foswiki/var/lib/foswiki/data/System/.mailnotify
Expand Down
12 changes: 0 additions & 12 deletions core/tools/pkg/fosiki/readme.txt

This file was deleted.

0 comments on commit 7e75678

Please sign in to comment.