Browse Source

Update changelog and build script in preperation for 3.2.0 release

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
3.2.x
Robin Sheat 14 years ago
committed by Galen Charlton
parent
commit
383ad2ed69
  1. 2
      debian/build-git-snapshot
  2. 6
      debian/changelog

2
debian/build-git-snapshot

@ -30,7 +30,7 @@ latest_sha1() {
}
newversion() {
printf '3.2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
printf '3.2.0-2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
}
adjust_debian_changelog() {

6
debian/changelog

@ -1,3 +1,9 @@
koha (3.2.0-1) squeeze; urgency=low
* New upstream release.
-- Robin Sheat <robin@catalyst.net.nz> Fri, 22 Oct 2010 13:04:42 +1300
koha (3.2~0.2) experimental; urgency=low
* Add notes about README.Debian to package description and postinst output.

Loading…
Cancel
Save