~maas-maintainers/maas/pkg_django_piston3

« back to all changes in this revision

Viewing changes to python-django-piston3-0.3rc2/debian/rules

  • Committer: Andres Rodriguez
  • Date: 2015-10-02 14:24:32 UTC
  • Revision ID: andreserl@ubuntu.com-20151002142432-ddlh0r1fbhwfmesy
pcakaging django-piston3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
#export DH_VERBOSE=1
 
5
 
 
6
override_dh_auto_install:
 
7
        dh_auto_install
 
8
        rm debian/python3-django-piston/usr/lib/python*/*-packages/piston/oauth.py
 
9
        rm debian/python3-django-piston/usr/lib/python*/*-packages/piston/decorator.py
 
10
 
 
11
%:
 
12
        dh  $@ --with python3 --buildsystem=pybuild