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:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
|
||||
|
||||
15
debian/makePackageDebian
vendored
15
debian/makePackageDebian
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user