[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. ee386633161191adc30bfadebf3d4b3eca11291e

Holger Levsen holger at layer-acht.org
Sun Nov 6 11:39:10 UTC 2011


The following commit has been merged in the master branch:
commit ee386633161191adc30bfadebf3d4b3eca11291e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Nov 6 12:39:00 2011 +0100

    * piuparts.py:
      - add to self.ignored_patterns: /var/lib/apt/lists/.*

diff --git a/debian/changelog b/debian/changelog
index df1dc8d..5a98f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+piuparts (0.42) UNRELEASED; urgency=low
+
+  [ Holger Levsen ]
+  * piuparts.py:
+    - add to self.ignored_files: /etc/blkid.tab (Closes: #638831)
+    - add to self.ignored_patterns: /var/lib/apt/lists/.*
+    - apply patch by Stefano Rivera to properly install and remove
+      logrotate. Thanks Stefano! (Closes: #638832)
+  * Remove Debian.NEWS entry about source in git. (Closes: #640121)
+  * piuparts-slave.py: Replace deprecated os.popen2 with subprocess.Popen,
+    thanks to Scott Schaefer for the patch. 
+    (Closes: #640646)
+  * debian/copyright: apply patch by Scott Schaefer to make it compliant with 
+    DEP-5. Thanks Scott!
+
+  [ Mika Pflüger ]
+  * piuparts-analyze.py: Rewrite to use python-debianbts to analyze if bugs
+    are filed already.
+  * debian/control: Add python-apt and python-debianbts to piuparts depends.
+
+  [ Scott Schaefer ]
+  * piuparts-slave.py: 
+    - Replace deprecated os.popen2 with subprocess.Popen. (Closes: #640646)
+    - add some more logging.
+
+ -- Holger Levsen <holger at debian.org>  Sun, 28 Aug 2011 09:50:12 +0200
+
 piuparts (0.41) unstable; urgency=low
 
   * piupartslib/packagesdb.py: Apply patch by Scott Schaefer to also consider
diff --git a/piuparts.py b/piuparts.py
index 3c11676..bcc6179 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -252,6 +252,7 @@ class Settings:
             "/usr/lib/python2\../site-packages/debconf.py[co]",
             "/var/backups/.*",
             "/var/cache/man/(/.*)?",
+            "/var/lib/apt/lists/.*",
             "/var/lib/cvs(/.*)?",
             "/var/lib/dpkg/alternatives",
             "/var/lib/dpkg/triggers/.*",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list