Starting version 0.7 release process

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1684 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-08-08 08:43:17 +00:00
parent e17ec390a2
commit 96be9dfc1b
2 changed files with 14 additions and 7 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
domframework (0.7-1) testing; urgency=low
* dblayer : Add dropTable support
* Add multi-language support
* The exception captured by routing is now a valid HTML page
-- Dominique Fournier <dominique@fournier38.fr> Fri, 08 Aug 2014 10:42:57 +0100
domframework (0.6-1) testing; urgency=low
* BUG : cacheoutput : If the TTL is 0, remove the caching functionality
* dblayer : Add the prefix support in tables name

View File

@@ -1,11 +1,12 @@
#!/bin/bash -x
VERSION="0.6"
rm -rf /tmp/domframeworkpack
mkdir /tmp/domframeworkpack
cd /tmp/domframeworkpack
svn -q export https://svn.fournier38.fr/svn/ProgSVN/trunk/domframework domframework-$VERSION
tar cjf domframework_${VERSION}.orig.tar.bz2 domframework-$VERSION
cd domframework-$VERSION
VERSION="0.7"
PACKAGE="domframework"
rm -rf /tmp/${PACKAGE}pack
mkdir /tmp/${PACKAGE}pack
cd /tmp/${PACKAGE}pack
svn -q export https://svn.fournier38.fr/svn/ProgSVN/trunk/${PACKAGE} ${PACKAGE}-$VERSION
tar cjf ${PACKAGE}_${VERSION}.orig.tar.bz2 ${PACKAGE}-$VERSION
cd ${PACKAGE}-$VERSION
dpkg-buildpackage -rfakeroot -e"Dominique Fournier <dominique@fournier38.fr>" || exit $?
DEB_VENDOR=debian lintian