]> git.decadent.org.uk Git - dak.git/commitdiff
Merge remote-tracking branch 'nthykier/auto-decruft'
authorJoerg Jaspert <joerg@debian.org>
Thu, 18 Jun 2015 20:16:43 +0000 (22:16 +0200)
committerJoerg Jaspert <joerg@debian.org>
Thu, 18 Jun 2015 20:16:43 +0000 (22:16 +0200)
* nthykier/auto-decruft:
  daklib/rm: Fix boolean inversion on partial removals

config/debian/lintian.tags
daklib/rm.py

index 62c5c596c0dea2452e0a06fc4698df715afa5e3c..6d95679b21709e634503970acfcac023bf2536f4 100644 (file)
@@ -25,6 +25,7 @@ lintian:
     - non-standard-toplevel-dir
     - license-problem-json-evil
     - gzip-file-is-not-multi-arch-same-safe
+    - empty-binary-package
   fatal:
     - debian-control-file-uses-obsolete-national-encoding
     - malformed-deb-archive
index 92cd5906518b12c6943eae7699d96c064661fd4c..e6940d53de99fce1268c2588842ddc04cdcb346d 100644 (file)
@@ -585,6 +585,3 @@ def remove(session, reason, suites, removals,
 
         logfile.write("=========================================================================\n")
         logfile822.write("\n")
-
-        fcntl.lockf(logfile822, fcntl.LOCK_UN)
-        fcntl.lockf(logfile, fcntl.LOCK_UN)