Fixed Debian packaging stuff
This commit is contained in:
parent
7da5fe24f7
commit
664d25a370
8 changed files with 4 additions and 8 deletions
0
dist/debian/precise/debian/ryzom
vendored
Normal file → Executable file
0
dist/debian/precise/debian/ryzom
vendored
Normal file → Executable file
2
dist/debian/trusty/debian/control
vendored
2
dist/debian/trusty/debian/control
vendored
|
@ -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
0
dist/debian/trusty/debian/ryzom
vendored
Normal file → Executable file
8
dist/debian/update.sh
vendored
8
dist/debian/update.sh
vendored
|
@ -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
|
||||
|
|
2
dist/debian/update_debian.sh
vendored
2
dist/debian/update_debian.sh
vendored
|
@ -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
0
dist/debian/utopic/debian/ryzom
vendored
Normal file → Executable file
0
dist/debian/vivid/debian/ryzom
vendored
Normal file → Executable file
0
dist/debian/vivid/debian/ryzom
vendored
Normal file → Executable file
Loading…
Reference in a new issue