This is an automated email from the git hooks/post-receive script. treinen pushed a commit to branch master in repository dose3.
commit 3bc14470725dce8d202c2d35b2c422c6292b7029 Author: Ralf Treinen <[email protected]> Date: Sun Feb 7 18:37:37 2016 +0100 add NEWS about changed printing of package names --- debian/changelog | 6 ++++-- debian/dose-builddebcheck.NEWS | 10 ++++++++++ debian/dose-distcheck.NEWS | 11 +++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index be050bc..049ad36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dose3 (4.1-4) UNRELEASED; urgency=medium +dose3 (4.1-4) unstable; urgency=medium * patch lexing-debian-fields: syntax of debian fields according to debian policy. Patch taken from upstream. (closes: #811569) @@ -6,9 +6,11 @@ dose3 (4.1-4) UNRELEASED; urgency=medium to Balint Reczey for the patch! (closes: #812786) * fix name of dose-deb-coinstall in package description of dose-extra (closes: #812203) + * dose-{distcheck,builddebcheck}.NEWS: announce changes in printing of + package names (closes: #810303) * add test cases for bug#811569 and bug#790422. - -- Ralf Treinen <[email protected]> Sat, 30 Jan 2016 17:24:29 +0100 + -- Ralf Treinen <[email protected]> Sun, 07 Feb 2016 18:36:16 +0100 dose3 (4.1-3) unstable; urgency=medium diff --git a/debian/dose-builddebcheck.NEWS b/debian/dose-builddebcheck.NEWS new file mode 100644 index 0000000..950afc0 --- /dev/null +++ b/debian/dose-builddebcheck.NEWS @@ -0,0 +1,10 @@ +dose-distcheck (4.1-4) unstable; urgency=medium + Dose 4.1 has introduced a change in the output format, unfortunately without + bumping the version number of the output format. This concerns: + - names of source packages: until 4.0 these where displayed as "src:name". + In 4.1, this artificial "src:" prefix has been dropped. + - virtual packages: until 4.0, these where displayed in dependency chains + (as part of explanations of non-installability) as "--virtual-name". + In 4.1, this artificial "--virtual-" prefix has been dropped. + + -- Ralf Treinen <[email protected]> Mon, 31 Aug 2015 10:47:01 +0200 diff --git a/debian/dose-distcheck.NEWS b/debian/dose-distcheck.NEWS index 90c4208..2b7f44e 100644 --- a/debian/dose-distcheck.NEWS +++ b/debian/dose-distcheck.NEWS @@ -1,3 +1,14 @@ +dose-distcheck (4.1-4) unstable; urgency=medium + Dose 4.1 has introduced a change in the output format, unfortunately without + bumping the version number of the output format. This concerns: + - names of source packages: until 4.0 these where displayed as "src:name". + In 4.1, this artificial "src:" prefix has been dropped. + - virtual packages: until 4.0, these where displayed in dependency chains + (as part of explanations of non-installability) as "--virtual-name". + In 4.1, this artificial "--virtual-" prefix has been dropped. + + -- Ralf Treinen <[email protected]> Mon, 31 Aug 2015 10:47:01 +0200 + dose-distcheck (4.0-1) unstable; urgency=low (1.) With the 4.0 release, the following command line options of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

