Merge lp:~andersk/ubuntu/raring/kmod/lp1082598 into lp:ubuntu/raring/kmod

Proposed by Anders Kaseorg
Status: Merged
Merged at revision: 9
Proposed branch: lp:~andersk/ubuntu/raring/kmod/lp1082598
Merge into: lp:ubuntu/raring/kmod
Diff against target: 29 lines (+8/-2)
2 files modified
debian/changelog (+6/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~andersk/ubuntu/raring/kmod/lp1082598
Reviewer Review Type Date Requested Status
Martin Pitt Approve
James Hunt (community) Approve
Review via email: mp+136005@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

LGTM.

review: Approve
Revision history for this message
Martin Pitt (pitti) wrote :

Many thanks for this! Sponsoring..

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-10-30 21:20:10 +0000
3+++ debian/changelog 2012-11-24 08:25:21 +0000
4@@ -1,3 +1,9 @@
5+kmod (9-2ubuntu4) raring; urgency=low
6+
7+ * Fix permissions on /etc/depmod.d, /etc/modprobe.d. (LP: #1082598)
8+
9+ -- Anders Kaseorg <andersk@mit.edu> Sat, 24 Nov 2012 03:18:14 -0500
10+
11 kmod (9-2ubuntu3) raring; urgency=low
12
13 * Add debian/patches/allow_dots_in_params to fix parsing of
14
15=== modified file 'debian/rules'
16--- debian/rules 2012-09-21 16:05:32 +0000
17+++ debian/rules 2012-11-24 08:25:21 +0000
18@@ -97,9 +97,9 @@
19 install --mode=755 debian/kmod.initramfs-hook \
20 $D/usr/share/initramfs-tools/hooks/kmod
21
22- install --mode=644 -d $D/etc/modprobe.d
23+ install --mode=755 -d $D/etc/modprobe.d
24 install --mode=644 -t $D/etc/modprobe.d debian/modprobe.d/*
25- install --mode=644 -d $D/etc/depmod.d
26+ install --mode=755 -d $D/etc/depmod.d
27 install --mode=644 -t $D/etc/depmod.d debian/depmod.d/*
28
29 ifdef BUILD_UDEB

Subscribers

People subscribed via source and target branches