|
|
@ -37,7 +37,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
|
|
|
INSTALL_PROGRAM += -s
|
|
|
|
INSTALL_PROGRAM += -s
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
debian/tderadio.xpm: tderadio3/icons/hi32-app-tderadio.png
|
|
|
|
debian/tderadio.xpm: icons/hi32-app-tderadio.png
|
|
|
|
convert $< $@
|
|
|
|
convert $< $@
|
|
|
|
|
|
|
|
|
|
|
|
configure:
|
|
|
|
configure:
|
|
|
@ -83,7 +83,6 @@ clean:
|
|
|
|
rm -f debian/tderadio.xpm
|
|
|
|
rm -f debian/tderadio.xpm
|
|
|
|
# Add here commands to clean up after the build process.
|
|
|
|
# Add here commands to clean up after the build process.
|
|
|
|
[ ! -f Makefile ] || $(MAKE) distclean
|
|
|
|
[ ! -f Makefile ] || $(MAKE) distclean
|
|
|
|
# [ ! -tderadio3/src && $(MAKE) clean
|
|
|
|
|
|
|
|
for i in `find | grep .gmo` ; do rm -f $$i ; done
|
|
|
|
for i in `find | grep .gmo` ; do rm -f $$i ; done
|
|
|
|
find -name Makefile.in -delete
|
|
|
|
find -name Makefile.in -delete
|
|
|
|
rm -f config.sub config.guess configure
|
|
|
|
rm -f config.sub config.guess configure
|
|
|
@ -123,7 +122,7 @@ binary-indep: build install
|
|
|
|
binary-arch: build install
|
|
|
|
binary-arch: build install
|
|
|
|
dh_testdir
|
|
|
|
dh_testdir
|
|
|
|
dh_testroot
|
|
|
|
dh_testroot
|
|
|
|
dh_installchangelogs tderadio3/ChangeLog
|
|
|
|
dh_installchangelogs ChangeLog
|
|
|
|
dh_installdocs
|
|
|
|
dh_installdocs
|
|
|
|
dh_installmenu
|
|
|
|
dh_installmenu
|
|
|
|
dh_installman
|
|
|
|
dh_installman
|
|
|
|