[Piuparts-commits] [piuparts] 08/09: copyright bumps, changelog updates, reordering

Holger Levsen holger at layer-acht.org
Sun Mar 5 22:53:08 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 b59625546c480bb3fcf4968b7ae27e2e44d3b435
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Mar 5 21:11:04 2017 +0100

    copyright bumps, changelog updates, reordering
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                     | 5 +++--
 master-bin/detect_network_issues.in  | 2 +-
 master-bin/detect_piuparts_issues.in | 2 +-
 piuparts-analyze.py                  | 2 +-
 piuparts-report.py                   | 2 +-
 piuparts-slave.py                    | 2 +-
 piuparts.py                          | 2 +-
 7 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 659dd88..d2124d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
     - Make install_over_symlink tests fail by default, add
       --warn-on-install-over-symlink option to demote this to a warning.
   * piuparts.conf:
-    - Set --warn-on-install-over-symlink for tests ending before stretch.
-    - Enable scripts-log-alternatives for [sid] and [stretch]. (see #850917)
+    - Use --warn-on-install-over-symlink for tests ending before stretch.
+    - Enable scripts-log-alternatives for [sid] and [stretch].  (See: #850917)
   * piuparts.conf.anbe: Add some more example sections.
   * piuparts-slave.py:
     - Replace literal ESC (0x1b) chars with string '[ESC]' for easier
@@ -34,6 +34,7 @@ piuparts (0.76) UNRELEASED; urgency=medium
     in filenames.
   * scripts/pre_remove_exceptions: Handle removal of more packages pulling in
     'init'.
+  * Add/update exceptions for ancient packages.
   * Add bug template for failing to upgrade from testing to sid.
   * Add bug template for shipping broken symlinks.
 
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index 04d099f..e4067ff 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Copyright 2009 Holger Levsen (holger at layer-acht.org)
-# Copyright © 2011-2013 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2011-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
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 8a9128c..70e89ce 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Copyright 2009 Holger Levsen (holger at layer-acht.org)
-# Copyright © 2011-2013 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2011-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
diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index 6535001..5286118 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -3,7 +3,7 @@
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 # Copyright 2011 Mika Pflüger (debian at mikapflueger.de)
-# Copyright © 2012-2013 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2012-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
diff --git a/piuparts-report.py b/piuparts-report.py
index 8a20ea9..ca8a5ec 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -3,7 +3,7 @@
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
 # Copyright 2009-2014 Holger Levsen (holger at layer-acht.org)
-# Copyright © 2011-2014 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2011-2016 Andreas Beckmann (anbe at debian.org)
 # Copyright 2013 David Steele (dsteele at gmail.com)
 #
 # This program is free software; you can redistribute it and/or modify it
diff --git a/piuparts-slave.py b/piuparts-slave.py
index 394c1e0..caa0d06 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright 2005 Lars Wirzenius (liw at iki.fi)
-# Copyright © 2011-2015 Andreas Beckmann (anbe at debian.org)
+# Copyright © 2011-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
diff --git a/piuparts.py b/piuparts.py
index 85b5255..208fdfb 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -387,6 +387,7 @@ class Settings:
             "/var/lib/ucf/.*",
             "/var/lib/update-rc.d/.*",
             # application data
+            "/srv/.*",  # 848186
             "/var/lib/citadel/(data/.*)?",
             "/var/lib/mercurial-server/.*",
             "/var/lib/onak/.*",
@@ -399,7 +400,6 @@ class Settings:
             "/var/spool/news/.*",
             "/var/spool/squid/(../.*)?",
             "/var/www/.*",
-            "/srv/.*", # 848186
             # HACKS
             "/lib/modules/.*/modules.*",
         ]

-- 
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