Merge lp:~javier-lopez/ubuntu/maverick/dkms/fix-613407 into lp:ubuntu/maverick/dkms

Proposed by Javier López
Status: Approved
Approved by: Benjamin Drung
Approved revision: 39
Proposed branch: lp:~javier-lopez/ubuntu/maverick/dkms/fix-613407
Merge into: lp:ubuntu/maverick/dkms
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
dkms_autoinstaller (+1/-1)
To merge this branch: bzr merge lp:~javier-lopez/ubuntu/maverick/dkms/fix-613407
Reviewer Review Type Date Requested Status
Benjamin Drung Approve
Daniel Holbach (community) Needs Information
Ubuntu branches Pending
Review via email: mp+32626@code.launchpad.net

Description of the change

dkms_autoinstaller: Tests existence of the configuration file before sourcing it

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Can we try to merge/sync from Debian instead?

review: Needs Information
Revision history for this message
Javier López (javier-lopez) wrote :

I've just downloaded the debian .dsc file and it's fixed there so definitely to merge/sync is the best thing to do, unfortunately my kung-fu isn't that good (yet), so anyone else will have to do it.

Revision history for this message
Benjamin Drung (bdrung) wrote :

I have merged 2.1.1.2-5, which contains your fix.

review: Approve

Unmerged revisions

39. By Javier López

dkms_autoinstaller:Tests existence of the configuration file before
sourcing it (LP: #613407)

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 2010-06-15 00:53:13 +0000
3+++ debian/changelog 2010-08-13 20:51:45 +0000
4@@ -1,3 +1,11 @@
5+dkms (2.1.1.2-3fakesync1ubuntu1) maverick; urgency=low
6+
7+ [pasadrul]
8+ * dkms_autoinstaller:Tests existence of the configuration file before
9+ sourcing it (LP: #613407)
10+
11+ -- chilicuil <chilicuil@i.am> Fri, 13 Aug 2010 15:06:36 -0500
12+
13 dkms (2.1.1.2-3fakesync1) maverick; urgency=low
14
15 * Fake sync due to mismatching orig tarball (LP: #594363).
16
17=== modified file 'dkms_autoinstaller'
18--- dkms_autoinstaller 2010-06-15 00:53:13 +0000
19+++ dkms_autoinstaller 2010-08-13 20:51:45 +0000
20@@ -53,7 +53,7 @@
21 arch=${uname#* }
22 kernel_preparation_done=""
23 dkms_tree="/var/lib/dkms"
24-. /etc/dkms/framework.conf 2>/dev/null
25+[ -e /etc/dkms/framework.conf ] && . /etc/dkms/framework.conf 2>/dev/null
26
27 # See how we were called.
28 case "$1" in

Subscribers

People subscribed via source and target branches

to all changes: