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
|
domframework (0.6-1) testing; urgency=low
|
||||||
* BUG : cacheoutput : If the TTL is 0, remove the caching functionality
|
* BUG : cacheoutput : If the TTL is 0, remove the caching functionality
|
||||||
* dblayer : Add the prefix support in tables name
|
* dblayer : Add the prefix support in tables name
|
||||||
|
|||||||
15
debian/makePackageDebian
vendored
15
debian/makePackageDebian
vendored
@@ -1,11 +1,12 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
VERSION="0.6"
|
VERSION="0.7"
|
||||||
rm -rf /tmp/domframeworkpack
|
PACKAGE="domframework"
|
||||||
mkdir /tmp/domframeworkpack
|
rm -rf /tmp/${PACKAGE}pack
|
||||||
cd /tmp/domframeworkpack
|
mkdir /tmp/${PACKAGE}pack
|
||||||
svn -q export https://svn.fournier38.fr/svn/ProgSVN/trunk/domframework domframework-$VERSION
|
cd /tmp/${PACKAGE}pack
|
||||||
tar cjf domframework_${VERSION}.orig.tar.bz2 domframework-$VERSION
|
svn -q export https://svn.fournier38.fr/svn/ProgSVN/trunk/${PACKAGE} ${PACKAGE}-$VERSION
|
||||||
cd domframework-$VERSION
|
tar cjf ${PACKAGE}_${VERSION}.orig.tar.bz2 ${PACKAGE}-$VERSION
|
||||||
|
cd ${PACKAGE}-$VERSION
|
||||||
dpkg-buildpackage -rfakeroot -e"Dominique Fournier <dominique@fournier38.fr>" || exit $?
|
dpkg-buildpackage -rfakeroot -e"Dominique Fournier <dominique@fournier38.fr>" || exit $?
|
||||||
DEB_VENDOR=debian lintian
|
DEB_VENDOR=debian lintian
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user