[Piuparts-commits] [piuparts] 07/07: changelog updates, rewording

Holger Levsen holger at layer-acht.org
Sat Jan 14 20:26:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 5a036a03adf4b08739c69f6a24f7689844cfdeec
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 14 20:57:03 2017 +0100

    changelog updates, rewording
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/is_testable_uninstallable   |  4 ++--
 custom-scripts/scripts/post_distupgrade_exceptions |  2 +-
 debian/changelog                                   | 15 ++++++++-------
 piuparts.py                                        |  2 +-
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/custom-scripts/scripts/is_testable_uninstallable b/custom-scripts/scripts/is_testable_uninstallable
index fa9f183..2897ac2 100755
--- a/custom-scripts/scripts/is_testable_uninstallable
+++ b/custom-scripts/scripts/is_testable_uninstallable
@@ -6,8 +6,8 @@ set -e
 
 # Packages in main don't qualify for "external services out of our
 # control". They only qualify for "utterly broken" once on archive.d.o.
-# There are very few exceptions to this:
-# - usrmerge, which is is one-way.
+# There are very few exceptions to this rule:
+# - usrmerge, which is one-way.
 # - localepurge, which seems hard to undo without a complete --reinstall.
 
 skip_test()
diff --git a/custom-scripts/scripts/post_distupgrade_exceptions b/custom-scripts/scripts/post_distupgrade_exceptions
index 8c029c3..930a02f 100755
--- a/custom-scripts/scripts/post_distupgrade_exceptions
+++ b/custom-scripts/scripts/post_distupgrade_exceptions
@@ -59,7 +59,7 @@ fi
 
 if [ "$PIUPARTS_DISTRIBUTION" = "stretch" ]; then
 
-	# fakeroot:i386 in jessie shipped these with permissions 0775
+	# fakeroot:i386 in jessie shipped these with permissions 0775 (#826318)
 	for dir in /usr/share/man/nl /usr/share/man/nl/man1
 	do
 		test ! -d "$dir" || chmod -c g-w "$dir"
diff --git a/debian/changelog b/debian/changelog
index 45967a1..d953075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,9 +14,9 @@ piuparts (0.74) UNRELEASED; urgency=medium
     - Increase single command time limit to 60 minutes.
   * piuparts.conf:
     - New section [sid-strict], testing with --install-remove-install and
-      failing on leftover files.
+      failing on leftover files.  (Closes: #604406)
     - Only warn on leftover files for [sid] and use the same settings for
-      both [sid] and [stretch], since these are now used britney to block
+      both [sid] and [stretch], since these are now used by britney to block
       testing migration in case of regressions.
   * piuparts.conf.anbe: Add some more example sections.
   * piuparts-slave.py:
@@ -41,18 +41,19 @@ piuparts (0.74) UNRELEASED; urgency=medium
     and users that block ids that are likely being used by the host system.
   * scripts/post_{setup,distupgrade}_experimental: Removed, obsolete since
     restoring the initial package selection supports downgrades (0.64).
-  * custom-scripts/scripts-debug-{remove,purge}: Improved debugging of
+  * custom-scripts/scripts-debug-{remove,purge}/: Improved debugging of
     maintainer scripts during package removal.
+  * Overhaul some more custom scripts.
   * known_problems/debsums_mismatch_*.conf: Report missing symlinks and
     directories.
   * known_problems/needs_rebuild_issue.conf: Report "called
     emacs-package-install as a new-style add-on, but has no compat file"
   * known_problems/test_was_skipped_issue.conf: New known problem for skipped
     tests.
-  * detect_network_issues: add "E: The repository '.*' does no longer have a
-    Release file." to the detected issues.
-  * detect_piuparts_issues: Detect 'invoke-rc.d: initscript mysql, action
-    "restart" failed.'
+  * master-bin/detect_network_issues: Detect "E: The repository '.*' does no
+    longer have a Release file."
+  * master-bin/detect_piuparts_issues: Detect 'invoke-rc.d: initscript mysql,
+    action "restart" failed.'
   * master-bin/reschedule_piuparts_tests: New helper script for rescheduling
     piuparts tests based on detected known problems.
 
diff --git a/piuparts.py b/piuparts.py
index 61cb631..33c7499 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
-# Copyright © 2010-2015 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2010-2017 Andreas Beckmann (anbe at debian.org)
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list