|
From: Tapio V. <aa...@us...> - 2010-08-21 15:37:07
|
Module: performous
Branch: master
Commit: 1a84a66b5ebb252c287dca179b0cae0fa014830e
Author: Tapio Vierros <tap...@gm...>
Date: Sat Aug 21 18:34:27 2010 +0300
Update ppa script for the removal of libs-dir and add maverick uploading.
---
tools/ppa/ppa.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/ppa/ppa.sh b/tools/ppa/ppa.sh
index 3f1fa54..7f9ad18 100755
--- a/tools/ppa/ppa.sh
+++ b/tools/ppa/ppa.sh
@@ -18,7 +18,7 @@ export DEBEMAIL="`gpg --list-keys | grep uid | sed 's/ *(.*)//; s/>.*//; s/.*[:<
PKG="performous"
PPAVERSIONNUM="1"
VERSIONCOMMON="+git"`date '+%Y%m%d'`"~ppa${PPAVERSIONNUM}"
-SUITES="lucid karmic"
+SUITES="karmic lucid maverick"
GITURL="git://git.performous.org/gitroot/performous/performous"
DESTINATIONPPA="ppa:performous-team/ppa"
@@ -37,9 +37,9 @@ PPAPATCHDIR="`pwd`"
$COPYCMD "$1/editor" "$2"
$COPYCMD "$1/game" "$2"
$COPYCMD "$1/lang" "$2"
- $COPYCMD "$1/libs" "$2"
$COPYCMD "$1/themes" "$2"
$COPYCMD "$1/tools" "$2"
+ rm -rf "$2"/libs # Old libs dir not used anymore
}
cd "$TEMPDIR"
|