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:20:33 +0900 |
commit | ab7ac5073e4168683da8adba443f29393058272e (patch) | |
tree | dd775fcb20db42bd3bae263e8c4685bdeba9d971 | |
parent | 89d01be8374f2d064932a02f2c86ef59d7ea9804 (diff) | |
download | tde-packaging-ab7ac5073e4168683da8adba443f29393058272e.tar.gz tde-packaging-ab7ac5073e4168683da8adba443f29393058272e.zip |
DEB tderadio: adapt to new repository structure.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c051f762dc846b54bbcc90d97225bbea897218b4)
4 files changed, 10 insertions, 10 deletions
diff --git a/debian/_base/applications/multimedia/tderadio/debian/docs b/debian/_base/applications/multimedia/tderadio/debian/docs index 0ecc1e4f1..ca0272abf 100644 --- a/debian/_base/applications/multimedia/tderadio/debian/docs +++ b/debian/_base/applications/multimedia/tderadio/debian/docs @@ -1,2 +1,3 @@ -tderadio3/README -tderadio3/TODO +AUTHORS +README +TODO diff --git a/debian/_base/applications/multimedia/tderadio/debian/rules b/debian/_base/applications/multimedia/tderadio/debian/rules index 4bef8d0a0..d6e43367b 100755 --- a/debian/_base/applications/multimedia/tderadio/debian/rules +++ b/debian/_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 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 |