[Pkg-ocaml-maint-commits] [dose3] 01/08: update debian/dose-distcheck.NEWS with more content
Johannes Schauer
josch at moszumanska.debian.org
Tue Sep 1 06:57:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
josch pushed a commit to branch master
in repository dose3.
commit e4665d4d48257c3e78ba40099f6ab9168604dc45
Author: Johannes Schauer <josch at debian.org>
Date: Tue Sep 1 07:37:53 2015 +0200
update debian/dose-distcheck.NEWS with more content
---
debian/dose-distcheck.NEWS | 37 +++++++++++++++++++++++++++++++++----
1 file changed, 33 insertions(+), 4 deletions(-)
diff --git a/debian/dose-distcheck.NEWS b/debian/dose-distcheck.NEWS
index ab683b5..6d2f41e 100644
--- a/debian/dose-distcheck.NEWS
+++ b/debian/dose-distcheck.NEWS
@@ -1,8 +1,37 @@
dose-distcheck (4.0-2) ; urgency=low
- dose-debcheck now displays package names with architecture specification
- in the same order as other debian tools, that is <package>:<architecture>.
- Also, the YAML output now carries a format identifier. Scripts that
- parse the dose-debcheck explanations have to to be adapted.
+ (1.) With the 4.0 release, the following command line options of
+ dose-builddebcheck were renamed:
+
+ --defaultedMAforeign -> --deb-defaulted-m-a-foreign
+ --DropBuildIndep -> --deb-drop-b-d-indep
+ --IncludeExtraSource -> --deb-include-extra-source
+ --profiles -> --deb-profiles
+
+ (2.) Additionally, the output of dose-distcheck and dose-builddebcheck now
+ displays package names with architecture specification in the same order
+ as other debian tools, that is <package>:<architecture>. As an example,
+ the following snippet from an older dose-builddebcheck run...
+
+ [...]
+ -
+ package: amd64:adduser
+ version: 3.113+nmu3
+ architecture: all
+ essential: false
+ [...]
+
+ ...will now look like the following:
+
+ [...]
+ -
+ package: adduser:amd64
+ version: 3.113+nmu3
+ architecture: all
+ essential: false
+ [...]
+
+ (3.) Finally, the YAML output now carries a format identifier. Scripts that
+ parse the dose-debcheck explanations have to to be adapted.
-- Ralf Treinen <treinen at debian.org> Mon, 31 Aug 2015 10:47:01 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git
More information about the Pkg-ocaml-maint-commits
mailing list