Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Properly reporting version number
· 1d1e40b2
Andreas Tille
authored
Dec 03, 2018
1d1e40b2
Upload to unstable
· 7fa9ba88
Andreas Tille
authored
Dec 03, 2018
7fa9ba88
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7fa9ba88
canu (1.8+dfsg-2) unstable; urgency=medium
* Team upload
* Properly reporting version number
-- Andreas Tille <tille@debian.org> Mon, 03 Dec 2018 09:55:59 +0100
canu (1.8+dfsg-1) unstable; urgency=medium
* Team upload.
...
...
debian/patches/series
View file @
7fa9ba88
use-debian-mhap-at-runtime.patch
external-mhap.patch
tell_version_properly.patch
debian/patches/tell_version_properly.patch
0 → 100644
View file @
7fa9ba88
Description: Properly reporting version number
Bug-Debian: https://bugs.debian.org/915269
Author: Andreas Tille <tille@debian.org>
Lest-Update: Mon, 03 Dec 2018 09:53:52 +0100
--- a/src/canu_version_update.pl
+++ b/src/canu_version_update.pl
@@ -34,7 +34,7 @@
use Cwd qw(getcwd);
my $cwd = getcwd();
-my $label = "snapshot"; # Automagically set to 'release' for releases.
+my $label = "release"; # Automagically set to 'release' for releases.
my $major = "1"; # Bump before release.
my $minor = "8"; # Bump before release.