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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, 8510207
  • Date: 2009-12-15 08:57:24 UTC
  • mfrom: (1.1.12 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091215085724-i177u1akx59x30ou
Tags: 2.1.1.0-2
[8510207] Do not install upstart job file

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        dh_testroot
26
26
        dh_prep 
27
27
        dh_installdirs
28
 
        $(MAKE) install-ubuntu DESTDIR=$(CURDIR)/debian/dkms
29
 
        chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/postinst
30
 
        chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/prerm
31
 
        chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/rules
32
 
        rm -rf $(CURDIR)/debian/dkms/usr/share/doc/dkms/sample*
 
28
        $(MAKE) install-debian DESTDIR=$(CURDIR)/debian/dkms
33
29
        
34
30
binary-arch: build install
35
31
binary-indep: build install
38
34
        dh_installchangelogs 
39
35
        dh_installdocs AUTHORS debian/HOWTO.Debian
40
36
        dh_installexamples
41
 
        dh_installinit --name dkms_autoinstaller --update-rcd-params="start 20 2 3 4 5 ."
 
37
        dh_installinit -r --name dkms_autoinstaller --update-rcd-params="start 20 2 3 4 5 ."
42
38
        dh_installman
43
39
        dh_link
44
40
        dh_strip