~ubuntu-branches/ubuntu/trusty/exabgp/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Henry-Nicolas Tourneur
  • Date: 2012-03-22 12:00:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120322120000-v4aj8h69mhpmgbjq
Tags: 2.0.7-1

* New upstream release
* Fix bad clean target for build/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
unexport LDFLAGS
14
14
 
15
15
%:
16
 
        dh $@
 
16
        dh --with python2 $@
17
17
 
18
18
override_dh_auto_install: 
19
 
        python setup.py install --root=debian/exabgp --install-layout=deb --install-data=/ --install-lib=/usr/share/exabgp --install-scripts=/usr/sbin
 
19
        python setup.py install --root=debian/exabgp --install-layout=deb --install-data=/ --install-lib=/usr/share/exabgp/lib/2.0.7 --install-scripts=/usr/sbin
20
20
        dh_installdirs
21
21
        rm $(CURDIR)/debian/exabgp/etc/exabgp/*
22
22
        install -m 644 $(CURDIR)/debian/exabgp.conf $(CURDIR)/debian/exabgp/etc/exabgp/exabgp.conf
23
23
        install -m 644 $(CURDIR)/debian/exabgp.1 $(CURDIR)/debian/exabgp/usr/share/man/man1
24
 
        dh_python2
 
24
        dh_python2 
25
25
 
26
26
override_dh_auto_build:
27
27
        
 
28
override_dh_auto_clean:
 
29
        python setup.py clean --all
 
30
        dh_clean