~ubuntu-branches/ubuntu/lucid/openbsd-inetd/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-12-31 05:01:54 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091231050154-ocsys00bjcx1py53
Tags: 0.20080125-4ubuntu1
* Merge from debian testing.  Remaining changes:
  - Update maintainer according to spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
QUILT_STAMPFN := debian/.stamp-patched
6
6
include /usr/share/quilt/quilt.make
7
7
 
 
8
include /usr/share/hardening-includes/hardening.make
 
9
CFLAGS += $(HARDENING_CFLAGS)
 
10
LDFLAGS += $(HARDENING_LDFLAGS)
 
11
 
8
12
D := $(CURDIR)/debian/openbsd-inetd
9
13
 
10
14
clean: unpatch
11
15
        dh_testdir
12
16
        rm -f debian/.stamp-*
13
 
        $(MAKE) -f Makefile.debian clean
 
17
        rm -f inetd *.o
14
18
        dh_clean
15
19
 
16
20
build: debian/.stamp-build