diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-30 20:06:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-31 00:49:06 +0900 |
commit | c38777111b005a95eb03000260289aac09140707 (patch) | |
tree | 01fa4c9466523f7d695a927e08ce2204f2ff0648 /ubuntu/_base/applications | |
parent | 54cc95c4f0fa13400a162be739ef4ee934f145cd (diff) | |
download | tde-packaging-c38777111b005a95eb03000260289aac09140707.tar.gz tde-packaging-c38777111b005a95eb03000260289aac09140707.zip |
DEB tderadio: adapt to new repository structure.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications')
-rw-r--r-- | ubuntu/_base/applications/multimedia/tderadio/debian/docs | 5 | ||||
-rwxr-xr-x | ubuntu/_base/applications/multimedia/tderadio/debian/rules | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/_base/applications/multimedia/tderadio/debian/docs b/ubuntu/_base/applications/multimedia/tderadio/debian/docs index 0ecc1e4f1..ca0272abf 100644 --- a/ubuntu/_base/applications/multimedia/tderadio/debian/docs +++ b/ubuntu/_base/applications/multimedia/tderadio/debian/docs @@ -1,2 +1,3 @@ -tderadio3/README -tderadio3/TODO +AUTHORS +README +TODO diff --git a/ubuntu/_base/applications/multimedia/tderadio/debian/rules b/ubuntu/_base/applications/multimedia/tderadio/debian/rules index 4bef8d0a0..d6e43367b 100755 --- a/ubuntu/_base/applications/multimedia/tderadio/debian/rules +++ b/ubuntu/_base/applications/multimedia/tderadio/debian/rules @@ -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 |