changelog for 2015.67

This commit is contained in:
Matt Johnston 2015-01-28 22:54:23 +08:00
parent 30ec18d938
commit dd0352d93b
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
dropbear (2015.67-0.1) unstable; urgency=low
* New upstream release.
-- Matt Johnston <matt@ucc.asn.au> Wed, 28 Jan 2015 22:53:59 +0800
dropbear (2014.66-0.1) unstable; urgency=low
* New upstream release.

View File

@ -7,7 +7,7 @@ if ! head -n1 CHANGES | grep -q $VERSION ; then
fi
if ! head -n1 debian/changelog | grep -q $VERSION ; then
echo "CHANGES needs updating"
echo "debian/changelog needs updating"
exit 1
fi