diff --git a/debian/changelog b/debian/changelog index a88b328..6522d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/makePackageDebian b/debian/makePackageDebian index c2b953d..6181f72 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -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 " || exit $? DEB_VENDOR=debian lintian