[Koha-patches] [PATCH] Update changelog and build script in preperation for 3.2.0 release

Robin Sheat robin at catalyst.net.nz
Fri Oct 22 02:28:24 CEST 2010


---
 debian/build-git-snapshot |    2 +-
 debian/changelog          |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot
index 99475a6..fd0f1df 100755
--- a/debian/build-git-snapshot
+++ b/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() {
diff --git a/debian/changelog b/debian/changelog
index 1bc3ffa..fec8e90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+koha (3.2.0-1) squeeze; urgency=low
+
+  * New upstream release. 
+
+ -- Robin Sheat <robin at 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. 
-- 
1.7.1



More information about the Koha-patches mailing list