~ubuntu-branches/ubuntu/vivid/pida/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jan Lübbe, Philipp Kaluza
  • Date: 2008-06-09 12:29:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080609122915-f56ce14r91e3cqu4
Tags: 0.5.1-4
[ Philipp Kaluza ]
* add Vcs-Browser and Vcs-Git fields to control file
* explicitly build-depend on pkg-config to (hopefully)
  fix build failures on m86k and mips
* also add DM-Upload-Allowed to control file
* now that the python2.5 transition is over, always
  try to build against all supported python versions
* make sure the binaries call only the default python interpreter

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
build:
29
29
 
30
30
install: $(PYVERS:%=install-python%)
 
31
        # override the setup.py-installed binaries with canonical versions,
 
32
        # so we always call the default python interpreter
 
33
        cp $(CURDIR)/bin/{pida,pida-remote} $(CURDIR)/debian/pida/usr/bin/
 
34
 
31
35
install-python%:
32
36
        @echo "----------- BUILDING FOR $* ------------"
33
37
        # Fix executable png from source tarball
37
41
                #--install-lib $(CURDIR)/debian/pida/usr/share/pida \
38
42
                #--install-data $(CURDIR)/debian/pida/usr/share/pida \
39
43
                #--install-scripts $(CURDIR)/debian/pida/usr/bin
40
 
        #mv $(CURDIR)/debian/pida/usr/share/pida/moo_stub.so \
41
 
        #       $(CURDIR)/debian/pida/usr/lib/python$*/site-packages/moo_stub.so
42
44
 
43
45
# Build architecture-independent files here.
44
46
binary-indep: