~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/Makefile

  • Committer: Brad Crittenden
  • Date: 2011-11-17 19:41:24 UTC
  • mto: This revision was merged to the branch mainline in revision 14317.
  • Revision ID: bac@canonical.com-20111117194124-x834v6jscsknkl6y
RevertĀ 14311

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
all: deb
 
5
 
 
6
src: clean
 
7
        dpkg-buildpackage -rfakeroot -uc -us -S
 
8
 
 
9
deb: clean
 
10
        dpkg-buildpackage -rfakeroot -uc -us
 
11
 
 
12
clean:
 
13
        fakeroot debian/rules clean
 
14
        rm -f ../launchpad-buildd*tar.gz
 
15
        rm -f ../launchpad-buildd*dsc
 
16
        rm -f ../launchpad-buildd*deb
 
17
        rm -f ../launchpad-buildd*changes
 
18
 
 
19
.PHONY: all clean deb