~raoul-snyman/openlp/pyqt5-debian-package

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Raoul Snyman
  • Date: 2015-12-21 18:29:15 UTC
  • Revision ID: raoul@snyman.info-20151221182915-q3krt6irovnfkvgq
Update changelog to be more specific about the changes made; Update the copyright; Change rm to use -f in rules to remove the need for the if

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
export PYBUILD_NAME=openlp
4
4
 
5
5
%:
6
 
        dh $@ --with python3 --buildsystem=pybuild --without python-support
 
6
        dh $@ --with python3 --buildsystem=pybuild
7
7
 
8
8
override_dh_auto_build:
9
9
        dh_auto_build
25
25
        done
26
26
        mkdir -p debian/openlp/usr/share/icons/hicolor/scalable/apps
27
27
        cp resources/images/openlp-logo.svg     debian/openlp/usr/share/icons/hicolor/scalable/apps/openlp.svg
28
 
        if [ -d "debian/openlp/usr/share/openlp/resources" ]; then \
29
 
                rm -r debian/openlp/usr/share/openlp/resources; \
30
 
        fi
31
 
        rm -r debian/openlp/usr/share/openlp/openlp/plugins/remotes/html/images
 
28
        rm -fr debian/openlp/usr/share/openlp/resources;
 
29
        rm -fr debian/openlp/usr/share/openlp/openlp/plugins/remotes/html/images