package_trunk revision 2d4e2776cc53a7c91b7eb4b6a8ba15de20224afa
#
# Auto building script
# for the Hets repository
#
# c.prodescu@jacobs-university.de
#
# Dependencies: hets-core dependencies, devscripts, subversion, ant,
# sun-java6-jdk
#
# VARIABLES
HETS_VERSION=0.98
else
echo Bye.
exit
fi
#Macro handling
#getting revision number
#setting full version
#setting folder name
#checking out latest Hets version
echo ::Done
#checking out latest Hets-lib
echo ::Done
#checking out Hets-owl-tools and compiling jar files
cd ..
cd $HETS_FOLDER/OWL2
cd ../..
echo ::Done
#copying OntoDMU and AProVE to hets-owl-tools
cd $HETS_FOLDER
cd ..
echo ::Done
#creating orig.tar.gz
echo ::Done
#detecting distributions for which to build
echo "::Detecting distroseries"
echo " $COUNT distributions found"
count=0
do
# incrementing count
# Packaging for each distroseries
# Unpacking orig.tar.gz archive
# Copying debian folder
# Creating the changelog
echo >> .changelog
echo " * Initial release, automatically generated." >> .changelog
echo >> .changelog
#merging changelogs
echo ::Done
cd $HETS_FOLDER;
echo ::Done
cd ..
echo ::Done
done
#done
echo "::All $COUNT package(s) uploaded successfully"