~ubuntu-branches/debian/sid/python-poppler-qt4/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Anthony Fok
  • Date: 2015-09-02 02:57:58 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150902025758-e6hy7jbboeoy1yq2
Tags: 0.24.0-1
* New upstream release. (Closes: #758108)
* Revamp package with py2dsc (python-stdeb), pybuild and friends.
* Add new python3-poppler-qt4 binary package for Python 3.
* Convert debian/copyright to machine-readable format v1.0.
* Bump Standards-Version to 3.9.6, no changes needed.
* Promote "Debian Python Modules Team" as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
export PYBUILD_NAME = poppler-qt4
 
4
export PYBUILD_BEFORE_INSTALL = dh_sip -ppython-poppler-qt4 ; \
 
5
                                dh_sip3 -ppython3-poppler-qt4
3
6
%:
4
 
        dh $@ --with python2
5
 
 
6
 
override_dh_auto_install:
7
 
        dh_sip
8
 
        dh_auto_install
 
7
        dh $@ --with python2,python3 --buildsystem=pybuild