summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 19:16:01 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 19:16:01 +0100
commit6449d8e5351269369b06a7bb4421ca809cfc9f84 (patch)
tree3cb83259723d112fd7b08b5bd299df2f5ee94009 /debian/patches
parent3daa86f837ad5bd61f2240a6a0303b19397e0e31 (diff)
parentb83f8fcaffa542498c5698a3a161b9967ac1d3d6 (diff)
Record mdadm (3.4-2) in archive suite sid
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/disable-incremental-assembly.patch14
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/disable-incremental-assembly.patch b/debian/patches/disable-incremental-assembly.patch
deleted file mode 100644
index d5886ab7..00000000
--- a/debian/patches/disable-incremental-assembly.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: mdadm/udev-md-raid-assembly.rules
-===================================================================
---- mdadm.orig/udev-md-raid-assembly.rules
-+++ mdadm/udev-md-raid-assembly.rules
-@@ -25,6 +25,9 @@ GOTO="md_inc_end"
-
- LABEL="md_inc"
-
-+# Disable incremental assembly to fix Debian bug #784070
-+GOTO="md_inc_end"
-+
- # remember you can limit what gets auto/incrementally assembled by
- # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
- ACTION=="add|change", IMPORT{program}="BINDIR/mdadm --incremental --export $devnode --offroot ${DEVLINKS}"
diff --git a/debian/patches/series b/debian/patches/series
index fb725144..728fabf4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ debian-no-Werror.diff
sha1-includes.diff
readlink-path.patch
mdmonitor-service-simplify.diff
-disable-incremental-assembly.patch