~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/debian/rules

  • Committer: j.c.sackett
  • Date: 2011-11-04 18:12:47 UTC
  • mfrom: (14253 devel)
  • mto: This revision was merged to the branch mainline in revision 14287.
  • Revision ID: jonathan.sackett@canonical.com-20111104181247-5p1rmwj734n4onis
Merged in devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
target = debian/launchpad-buildd
15
15
topdir = ../../..
16
16
 
17
 
daemons = $(topdir)/daemons
18
17
buildd = $(topdir)/lib/canonical/buildd
19
18
 
20
19
targetshare = $(target)/usr/share/launchpad-buildd
45
44
        # Do installs here
46
45
        touch $(pytarget)/../launchpad/__init__.py
47
46
        touch $(pytarget)/../launchpad/daemons/__init__.py
48
 
        cp launchpad-files/readyservice.py $(pytarget)/../launchpad/daemons/
49
 
        install -m644 launchpad-files/buildd-slave.tac $(targetshare)/buildd-slave.tac
 
47
        install -m644 buildd-slave.tac $(targetshare)/buildd-slave.tac
50
48
        cp -r pottery $(pytarget)
51
49
        for pyfile in $(pyfiles); do \
52
50
          install -m644 ./$$pyfile $(pytarget)/$$pyfile; \
90
88
        dh_clean
91
89
 
92
90
prepare:
93
 
        install -m644 $(daemons)/buildd-slave.tac launchpad-files/buildd-slave.tac
94
 
        cp ../launchpad/daemons/readyservice.py launchpad-files/readyservice.py
95
91
 
96
92
package: prepare
97
93
        debuild -uc -us -S