[Python-apps-commits] r7670 - in packages/discus/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Oct 18 20:58:16 UTC 2011


    Date: Tuesday, October 18, 2011 @ 20:58:15
  Author: jwilk
Revision: 7670

Exclude more filesystems by default.

Added:
  packages/discus/trunk/debian/patches/30_bts-224393_exclude_fs.dpatch
    (from rev 7665, packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch)
Modified:
  packages/discus/trunk/debian/changelog
  packages/discus/trunk/debian/patches/series
Deleted:
  packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch

Modified: packages/discus/trunk/debian/changelog
===================================================================
--- packages/discus/trunk/debian/changelog	2011-10-18 20:56:06 UTC (rev 7669)
+++ packages/discus/trunk/debian/changelog	2011-10-18 20:58:15 UTC (rev 7670)
@@ -5,8 +5,10 @@
     + Remove Uploaders.
   * Add build-arch, build-indep and binary-arch targets to debian/rules.
   * Convert to source format 3.0 (quilt).
+  * Exclude more filesystems by default (closes: #224393,
+    04_bts-224393_exclude_fs.dpatch).
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 18 Oct 2011 22:55:00 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 18 Oct 2011 22:56:53 +0200
 
 discus (0.2.9-5) unstable; urgency=low
 

Deleted: packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch
===================================================================
--- packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch	2011-10-18 20:56:06 UTC (rev 7669)
+++ packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch	2011-10-18 20:58:15 UTC (rev 7670)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_bts-224393_exclude_fs.dpatch by Sandro Tosi <matrixhasu at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad discus~/discusrc discus/discusrc
---- discus~/discusrc	2000-09-16 04:32:08.000000000 +0200
-+++ discus/discusrc	2006-10-08 20:49:30.000000000 +0200
-@@ -26,7 +26,7 @@
- opts["places"] = 1
- 
- ##  Filesystems to ignore.
--opts["skip_list"] = ["/dev/pts", "/proc"]
-+opts["skip_list"] = ["/dev/pts", "/proc", "/dev", "/proc/usb", "/sys"]
- 
- ##  Use smart formatting of numbers.
- opts["smart"] = 1

Copied: packages/discus/trunk/debian/patches/30_bts-224393_exclude_fs.dpatch (from rev 7665, packages/discus/trunk/debian/patches/04_bts-224393_exclude_fs.dpatch)
===================================================================
--- packages/discus/trunk/debian/patches/30_bts-224393_exclude_fs.dpatch	                        (rev 0)
+++ packages/discus/trunk/debian/patches/30_bts-224393_exclude_fs.dpatch	2011-10-18 20:58:15 UTC (rev 7670)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_bts-224393_exclude_fs.dpatch by Sandro Tosi <matrixhasu at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad discus~/discusrc discus/discusrc
+--- discus~/discusrc	2000-09-16 04:32:08.000000000 +0200
++++ discus/discusrc	2006-10-08 20:49:30.000000000 +0200
+@@ -26,7 +26,7 @@
+ opts["places"] = 1
+ 
+ ##  Filesystems to ignore.
+-opts["skip_list"] = ["/dev/pts", "/proc"]
++opts["skip_list"] = ["/dev/pts", "/proc", "/dev", "/proc/usb", "/sys"]
+ 
+ ##  Use smart formatting of numbers.
+ opts["smart"] = 1

Modified: packages/discus/trunk/debian/patches/series
===================================================================
--- packages/discus/trunk/debian/patches/series	2011-10-18 20:56:06 UTC (rev 7669)
+++ packages/discus/trunk/debian/patches/series	2011-10-18 20:58:15 UTC (rev 7670)
@@ -4,3 +4,4 @@
 04_discus_correct_mail_url.dpatch
 10_bts-291276_space_mountpoint.dpatch
 20_bts-312262_reserved_space.dpatch
+30_bts-224393_exclude_fs.dpatch




More information about the Python-apps-commits mailing list