~ubuntu-branches/ubuntu/trusty/python-chaco/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-12 16:35:31 UTC
  • Revision ID: package-import@ubuntu.com-20140212163531-o9jfuvzz8usp9cze
Tags: 4.1.0-1ubuntu3
Let the binary-predeb target work on the usr/lib/python* directory as we
don't have usr/share/pyshared anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
DEB_COMPRESS_EXCLUDE            := .py .pdf
8
8
DEB_PYTHON_INSTALL_ARGS_ALL     += --single-version-externally-managed
9
9
DEB_DESTDIR                      = $(CURDIR)/debian/python-chaco
10
 
PYSHARED                         = $(DEB_DESTDIR)/usr/share/pyshared
 
10
PYSHARED                         = $(DEB_DESTDIR)/usr/lib/python2.?
11
11
EXAMPLES                         = $(DEB_DESTDIR)/usr/share/doc/python-chaco
12
12
 
13
13
install/python-chaco::