~ubuntu-branches/debian/stretch/dkms/stretch

« back to all changes in this revision

Viewing changes to debian/patches/01_upstart.patch

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, David Paleino, Giuseppe Iuculano
  • Date: 2010-01-27 10:02:27 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100127100227-p8fawacw9e4e2spw
Tags: 2.1.1.1-1
[ David Paleino ]
* [19ac85e] Added DKMS debhelper script (Closes: #553665)

[ Giuseppe Iuculano ]
* [9d66264] Imported Upstream version 2.1.1.1
* [0735c11] Removed 01_upstart.patch
* [ec26539] Merge from Ubuntu: Remove the init script and Upstart job.
  There is no reason that DKMS needs to run on boot; you can build
  modules for non-running kernels just fine at installation time.
* [48ff9a4] Correct a minor shell error in dkms_autoinstaller
* [5c76a45] Fixed a minor spelling error in dh_dkms man page
* [c611461] debian/preinst: Use set -e

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Do not install upstart job file
2
 
--- a/Makefile
3
 
+++ b/Makefile
4
 
@@ -37,7 +37,7 @@ clean-dpkg: clean
5
 
 
6
 
 copy-init:
7
 
        install -m 755 dkms_autoinstaller debian/dkms.dkms_autoinstaller.init
8
 
-       install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
9
 
+       #install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
10
 
 
11
 
 install:
12
 
        mkdir -m 0755 -p $(VAR) $(SBIN) $(MAN) $(INITD) $(ETC) $(BASHDIR) $(SHAREDIR) $(LIBDIR)