~ubuntu-branches/ubuntu/intrepid/dkms/intrepid-updates

« back to all changes in this revision

Viewing changes to template-dkms-mkdeb/debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-08-05 13:59:38 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080805135938-h1dd8hpxkp7atduh
Tags: 2.0.20.3-0ubuntu1
Fix mkdeb/mkdsc to not allow underscores in the source or binary package
naming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Uncomment this to turn on verbose mode.
5
5
#export DH_VERBOSE=1
6
6
 
 
7
DEB_NAME=DEBIAN_PACKAGE
7
8
NAME=MODULE_NAME
8
9
VERSION=MODULE_VERSION
9
10
 
32
33
        dh_testroot
33
34
        dh_clean -k
34
35
        dh_installdirs
35
 
        $(MAKE) DESTDIR=$(CURDIR)/debian/$(NAME)-dkms NAME=$(NAME) VERSION=$(VERSION) install
 
36
        $(MAKE) DESTDIR=$(CURDIR)/debian/$(DEB_NAME)-dkms NAME=$(NAME) VERSION=$(VERSION) install
36
37
 
37
38
binary-arch: build install
38
39