diff --git a/debian/changelog b/debian/changelog index 6404c99..020f8f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +domframework (0.12-1) testing; urgency=low + * BUG locale : Missing all the locales in Debian package + -- Dominique Fournier Tue, 27 Jan 2015 11:51:57 +0100 + domframework (0.11-1) testing; urgency=low * BUG dblayer : check if the unique multiple values are not used before updating diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 385edb3..cac71b5 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,6 +1,6 @@ #!/bin/bash -x # Think about changing the version.php file !! -VERSION="0.11" +VERSION="0.12" PACKAGE="domframework" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack