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

(-)a/debian/build-git-snapshot (-2 / +1 lines)
Lines 30-36 latest_sha1() { Link Here
30
}
30
}
31
31
32
newversion() {
32
newversion() {
33
    printf '3.2.0-2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
33
    printf '3.3-1~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1)
34
}
34
}
35
35
36
adjust_debian_changelog() {
36
adjust_debian_changelog() {
37
- 

Return to bug 5479