3 # Sample debian/rules that uses debhelper.
4 # This file was originally written by Joey Hess and Craig Small.
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
9 # Uncomment this to turn on verbose mode.
14 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
20 configure: configure-stamp
23 lrelease qteleschorsch.pro
28 build-stamp: configure-stamp
31 convert -geometry 32x32 teleschorsch.png debian/teleschorsch32.xpm
32 convert -geometry 16x16 teleschorsch.png debian/teleschorsch16.xpm
38 [ ! -f Makefile ] || $(MAKE) distclean
39 dh_clean debian/teleschorsch*.xpm *.qm configure-stamp build-stamp install-stamp.
41 install: install-stamp
42 install-stamp: build-stamp
48 # Build architecture-independent files here.
49 binary-indep: build install
50 # We have nothing to do by default.
52 # Build architecture-dependent files here.
53 binary-arch: build install
56 dh_installchangelogs ChangeLog
61 dh_installman teleschorsch.1
62 dh_link usr/share/man/man1/teleschorsch.1 usr/share/man/man1/qteleschorsch.1
72 binary: binary-indep binary-arch
73 .PHONY: build clean binary-indep binary-arch binary install configure