View | Details | Raw Unified | Return to bug 5314
Collapse All | Expand All

(-)a/debian/build-git-snapshot (-1 / +1 lines)
Lines 30-36 latest_sha1() { Link Here
30
}
30
}
31
31
32
newversion() {
32
newversion() {
33
    printf '3.2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
33
    printf '3.2.0-2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
34
}
34
}
35
35
36
adjust_debian_changelog() {
36
adjust_debian_changelog() {
(-)a/debian/changelog (-1 / +6 lines)
Lines 1-3 Link Here
1
koha (3.2.0-1) squeeze; urgency=low
2
3
  * New upstream release. 
4
5
 -- Robin Sheat <robin@catalyst.net.nz>  Fri, 22 Oct 2010 13:04:42 +1300
6
1
koha (3.2~0.2) experimental; urgency=low
7
koha (3.2~0.2) experimental; urgency=low
2
8
3
  * Add notes about README.Debian to package description and postinst output. 
9
  * Add notes about README.Debian to package description and postinst output. 
4
- 

Return to bug 5314