~ubuntu-branches/ubuntu/karmic/tcpspy/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Pablo Lorenzzoni
  • Date: 2004-02-24 07:46:56 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040224074656-q6b6k30pgy2371ay
Tags: 1.7d-2
* Upgraded Standard-Version
* Add URL to the description
* Updated upstream data (mail and URL)
* Added /etc/default/tcpspy to init script (Closes: #134688)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# tcpspy's debian/rules
3
3
#  by Pablo Lorenzzoni
4
4
 
5
 
export DH_COMPAT=3
 
5
export DH_COMPAT=4
6
6
 
7
7
build: build-stamp
8
8
build-stamp:
29
29
 
30
30
        $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/ install
31
31
 
32
 
 
33
32
# Build architecture-independent files here.
34
33
binary-indep: build install
35
34
# We have nothing to do by default.