+2006-05-23 Guillem Jover <guillem@debian.org>
+
+ * scripts/controllib.pl (parsechangelog): Do not strip the epoch from
+ the source:Upstream-Version substvar.
+
2006-05-23 Guillem Jover <guillem@debian.org>
* scripts/controllib.pl (usageerr): Use usage instead of
* Standarize scripts usage output format and at the same time make
the strings easier for the translators. Add '--help' and '--version'
for most of the scripts. Print the usage and version to stdout.
+ * Do not strip the epoch from the source:Upstream-Version substvar.
+ Closes: #366351
[ Updated dpkg Translations ]
* Portuguese (Miguel Figueiredo).
The source package version.
.TP
.B source:Upstream\-Version
-The upstream source package version.
+The upstream source package version, including the Debian version epoch if
+any.
.TP
.B binary:Version
The binary package version (which may differ from source:Version in a binNMU
+2006-05-23 Guillem Jover <guillem@debian.org>
+
+ * C/dpkg-source.1: Document that the source:Upstream-Version substvar
+ can have an epoch.
+
2006-05-23 Guillem Jover <guillem@debian.org>
* C/dpkg-source.1: Add '--help' and '--version' options.
$substvar{'source:Version'} =~ s/\+b[0-9]+$//;
$substvar{'source:Upstream-Version'} = $fi{"L Version"};
$substvar{'source:Upstream-Version'} =~ s/-[^-]*$//;
- $substvar{'source:Upstream-Version'} =~ s/^[0-9]+://;
}
sub checkpackagename {