diff --git a/debian/changelog b/debian/changelog index 95fc9b4..fbfbe63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +domcheck (0.21-1) unstable; urgency=low + * Supercheck : add a comment on superchek to remove the /tmp/check-bloque file + -- Dominique Fournier Fri, 27 Nov 2014 11:17:44 +0100 + domcheck (0.20-1) unstable; urgency=low * testFichierPresent : test with -e in place of -f -- Dominique Fournier Mon, 01 Sep 2014 09:09:44 +0100 diff --git a/debian/makePackageDebian b/debian/makePackageDebian index 8d129dc..1274225 100755 --- a/debian/makePackageDebian +++ b/debian/makePackageDebian @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="0.20" +VERSION="0.21" PACKAGE="domcheck" rm -rf /tmp/${PACKAGE}pack mkdir /tmp/${PACKAGE}pack