Fixed Debian packaging stuff

--HG--
branch : develop
This commit is contained in:
kervala 2015-04-04 19:03:03 +02:00
parent 78515477e9
commit bf38821667
8 changed files with 4 additions and 8 deletions

0
dist/debian/precise/debian/ryzom vendored Normal file → Executable file
View file

View file

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), cmake(>= 2.6), libxml2-dev,
libvorbis-dev, libsquish-dev, libcurl4-openssl-dev, libluabind-dev,
libboost-dev, libwww-dev, libmysqlclient-dev,
libcpptest-dev, libqt4-dev, libqt4-opengl-dev
Standards-Version: 3.9.3
Standards-Version: 3.9.5
Section: games
Bugs: http://dev.ryzom.com/projects/ryzom/issues
Homepage: http://dev.ryzom.com

0
dist/debian/trusty/debian/ryzom vendored Normal file → Executable file
View file

View file

@ -1,16 +1,12 @@
#!/bin/sh
HGBIN="/usr/bin/hg"
CODEROOT=../..
# download packaging stuff
echo "Updating packaging files..."
$HGBIN pull && $HGBIN update
CODEROOT=../../code
echo "Generating changelogs..."
$HGBIN log -M --style $CODEROOT/changelog.template > $CODEROOT/changelog
REVISION=`$HGBIN identify -n`
REVISION=$($HGBIN identify -n | grep -o -P "[0-9]+")
echo "Found revision $REVISION"
REVISION_H=$CODEROOT/revision.h

View file

@ -38,7 +38,7 @@ then
exit 1
fi
REVISION=`$HGBIN identify -n`
REVISION=$($HGBIN identify -n | grep -o -P "[0-9]+")
DSTFOLDER=ryzom-core-$VERSION.$REVISION

0
dist/debian/utopic/debian/ryzom vendored Normal file → Executable file
View file

0
dist/debian/vivid/debian/ryzom vendored Normal file → Executable file
View file