~ubuntu-branches/ubuntu/intrepid/haproxy/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2007-08-17 09:33:41 UTC
  • Revision ID: james.westby@ubuntu.com-20070817093341-l6pfw4urfkbby5fe
Tags: 1.3.12.dfsg-1
* Initial release (Closes: #416397).
* The DFSG removes files with GPL-incompatible license and adds a
  re-implementation by me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/class/makefile.mk
 
5
 
 
6
CFLAGS += -Iinclude
 
7
DEB_MAKE_BUILD_TARGET = TARGET=linux26 REGEX=pcre
 
8
 
 
9
install/haproxy::
 
10
        mkdir -p debian/haproxy/etc
 
11
        cp debian/haproxy.cfg debian/haproxy/etc
 
12
        mkdir -p debian/haproxy/usr/sbin
 
13
        cp haproxy debian/haproxy/usr/sbin
 
14