2 # debian/rules for gtk-theme-switch
4 BDIR
= debian
/gtk-theme-switch
6 export CFLAGS
= -Wall
-g
$(OPTIMIZE
)
8 ifneq (,$(findstring noopt
,$(DEB_BUILD_OPTIONS
)))
23 rm -f build-stamp gtk-theme-switch2
30 dh_installdirs usr
/bin
31 install -m
755 gtk-theme-switch2
$(BDIR
)/usr
/bin
36 binary-arch
: build
install
41 dh_installdocs todo readme
42 dh_installchangelogs ChangeLog
44 dh_installman gtk-theme-switch2.1
58 .PHONY
: build
clean binary-arch binary
install binary-indep