Skip to content

Commit 6d09986

Browse files
committed
Fix debian package versioning
version number 3.0.1.rc1 is bigger than 3.0.1 official release, so we should use ~ for it $ dpkg --compare-versions 3.0.1.rc1 gt 3.0.1 $ echo $? 0 gt means "greater than"
1 parent ff1ff96 commit 6d09986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github-backup-utils (3.1.0.rc1) UNRELEASED; urgency=medium
1+
github-backup-utils (3.1.0~rc1) UNRELEASED; urgency=medium
22

33
* Update repository backups to use ghe-gc-* for lock file management #188
44
* A faster way to restore storage blobs (clusters) #212

0 commit comments

Comments
 (0)