Codebase list mdadm / 2d24f239-6913-4c10-a77e-e597cfcb9c63/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 89%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 9 package versions. Please wait... Got info from api.ftp-master.debian.org for 9 packages. Changes applied to dpkg configuration: - patches:"readlink-path.patch" Bug-Debian:0: 'http://bugs.debian.org/766416' -> 'https://bugs.debian.org/766416' # applied fix for :https protocol should be used instead of http - patches:"mdmonitor-service-simplify.diff" Bug-Debian:0: 'http://bugs.debian.org/764647' -> 'https://bugs.debian.org/764647' # applied fix for :https protocol should be used instead of http - patches:"fix-manpages.patch" Bug-Debian:0: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915182' -> 'https://bugs.debian.org/915182' # applied fix for :You should use the simplified form of BTS URL - patches:"fix-manpages.patch" Bug-Debian:1: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916946' -> 'https://bugs.debian.org/916946' # applied fix for :You should use the simplified form of BTS URL - patches:"fix-manpages.patch" Bug-Debian:2: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962946' -> 'https://bugs.debian.org/962946' # applied fix for :You should use the simplified form of BTS URL - patches:"fix-manpages.patch" Bug-Debian:3: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933773' -> 'https://bugs.debian.org/933773' # applied fix for :You should use the simplified form of BTS URL - patches:"fix-command-line-help.patch" Bug-Debian:0: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932791' -> 'https://bugs.debian.org/932791' # applied fix for :You should use the simplified form of BTS URL - patches:"strcat-look-for-md-device-in-dev-md.patch" Bug-Debian:0: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958060' -> 'https://bugs.debian.org/958060' # applied fix for :You should use the simplified form of BTS URL - patches:"exit-gracefully-when-md-device-not-found.patch" Bug-Debian:0: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970329' -> 'https://bugs.debian.org/970329' # applied fix for :You should use the simplified form of BTS URL - patches:"test-installed.patch" Bug-Debian:0: 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872118' -> 'https://bugs.debian.org/872118' # applied fix for :You should use the simplified form of BTS URL Debian Janitor 2 years ago
7 changed file(s) with 20 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
00 Description: Exit gracefully when md device not found
1 Bug-Debian: https://bugs.debian.org/970329
2 Forwarded: no
13 Author: Felix Lechner <felix.lechner@lease-up.com>
2 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970329
3 Forwarded: no
44 ---
55 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
66 --- a/Monitor.c
00 Description: Make command-line help consistent with manual page.
11 Mode was missing.
2 Bug-Debian: https://bugs.debian.org/932791
3 Forwarded: no
24 Author: Felix Lechner <felix.lechner@lease-up.com>
3 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932791
4 Forwarded: no
55 ---
66 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
77 --- a/ReadMe.c
00 Description: Fix typos and macro issues in manpages
1 Bug-Debian: https://bugs.debian.org/915182
2 Bug-Debian: https://bugs.debian.org/916946
3 Bug-Debian: https://bugs.debian.org/962946
4 Bug-Debian: https://bugs.debian.org/933773
5 Forwarded: no
16 Author: Felix Lechner <felix.lechner@lease-up.com>
2 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915182
3 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916946
4 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962946
5 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933773
6 Forwarded: no
77 ---
88 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
99 --- a/md.4
00 Subject: simplify mdmonitor.service
1 Bug-Debian: https://bugs.debian.org/764647
2 Forwarded: no
13 From: Michael Tokarev <mjt@tls.msk.ru>
4
25 Date: Fri, 14 Nov 2014 19:18:05 +0300
3 Bug-Debian: http://bugs.debian.org/764647
4 Forwarded: no
56
67 There isn't much for customization for mdadm --monitor.
78 it'll just do what it's supposed to do, so just run it.
0 Subject: readlink is in /bin not /usr/bin on debian
1 Bug-Debian: https://bugs.debian.org/766416
2 Forwarded: no
03 From: Michael Tokarev <mjt@tls.msk.ru>
1 Subject: readlink is in /bin not /usr/bin on debian
4
25 Date: Fri, 14 Nov 2014 19:11:51 +0300
3 Bug-Debian: http://bugs.debian.org/766416
4 Forwarded: no
56
67 This is a debian-specific change, upstream ships
78 the rule to use /usr/bin/readlink while on debian
00 Description: Look for md device in /dev/md
1 Bug-Debian: https://bugs.debian.org/958060
2 Forwarded: no
13 Author: Martin Mares <mj@ucw.cz>
2 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958060
3 Forwarded: no
44 ---
55 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
66 --- a/Monitor.c
1111 .
1212 Incorporates a suggestion from the fdisk maintainer to specify the fdisk
1313 prerequisite explicitly.
14 Bug-Debian: https://bugs.debian.org/872118
15 Forwarded: not-needed
1416 Author: Felix Lechner <felix.lechner@lease-up.com>
15 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872118
16 Forwarded: not-needed
1717 ---
1818 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
1919 --- a/tests/func.sh