DEB tderadio: adapt to new repository structure.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/121/head
Michele Calgaro 2 years ago
parent 54cc95c4f0
commit c38777111b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,2 +1,3 @@
tderadio3/README
tderadio3/TODO
AUTHORS
README
TODO

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

@ -1,2 +1,3 @@
tderadio3/README
tderadio3/TODO
AUTHORS
README
TODO

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

Loading…
Cancel
Save