~ubuntu-branches/ubuntu/oneiric/hardinfo/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-31 15:02:56 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100131150256-2a55jv6b2w85t6ix
Tags: 0.5.1-1.1ubuntu1
* Merge from debian testing, Ubuntu remaining changes:
  - debian/rules: Don't install anything in /usr/local, otherwise FTBFS.
  - debian/control:
    + Add homepage field
    + Build-Depends on quilt.
  - debian/rules:
    + Add quilt support.
  - Add 01-truncated_description.patch to fix LP: #357189.
* Add ${misc:Depends} to hardinfo runtime Depends field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Uncomment this to turn on verbose mode.
6
6
#export DH_VERBOSE=1
7
7
 
 
8
 
 
9
 
8
10
include /usr/share/quilt/quilt.make
9
11
 
10
 
 
11
12
CFLAGS = -Wall -g
12
13
 
13
14
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))