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
=== modified file 'debian/changelog'
--- debian/changelog 2010-06-15 00:53:13 +0000
+++ debian/changelog 2010-08-13 20:51:45 +0000
@@ -1,3 +1,11 @@
1dkms (2.1.1.2-3fakesync1ubuntu1) maverick; urgency=low
2
3 [pasadrul]
4 * dkms_autoinstaller:Tests existence of the configuration file before
5 sourcing it (LP: #613407)
6
7 -- chilicuil <chilicuil@i.am> Fri, 13 Aug 2010 15:06:36 -0500
8
1dkms (2.1.1.2-3fakesync1) maverick; urgency=low9dkms (2.1.1.2-3fakesync1) maverick; urgency=low
210
3 * Fake sync due to mismatching orig tarball (LP: #594363).11 * Fake sync due to mismatching orig tarball (LP: #594363).
412
=== modified file 'dkms_autoinstaller'
--- dkms_autoinstaller 2010-06-15 00:53:13 +0000
+++ dkms_autoinstaller 2010-08-13 20:51:45 +0000
@@ -53,7 +53,7 @@
53arch=${uname#* }53arch=${uname#* }
54kernel_preparation_done=""54kernel_preparation_done=""
55dkms_tree="/var/lib/dkms"55dkms_tree="/var/lib/dkms"
56. /etc/dkms/framework.conf 2>/dev/null56[ -e /etc/dkms/framework.conf ] && . /etc/dkms/framework.conf 2>/dev/null
5757
58# See how we were called.58# See how we were called.
59case "$1" in59case "$1" in

Subscribers

People subscribed via source and target branches

to all changes: