summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kaffeine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-16 08:50:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-16 08:50:40 -0500
commit1d05dfa51ea2699e67b7b7b48339cc0baf4e249d (patch)
tree86ba1ea4a3b68f7118ad45291c21648ebf5c3766 /ubuntu/maverick/applications/kaffeine
parent2246bcd2933678a54e2290f2ce3b492e16d6cb9a (diff)
downloadtde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.tar.gz
tde-packaging-1d05dfa51ea2699e67b7b7b48339cc0baf4e249d.zip
Rename all references to kde/HTML to tde/HTML in the Debian and Ubuntu packaging files
Diffstat (limited to 'ubuntu/maverick/applications/kaffeine')
-rw-r--r--ubuntu/maverick/applications/kaffeine/debian/cdbs/debian-qt-kde.mk10
-rw-r--r--ubuntu/maverick/applications/kaffeine/debian/cdbs/kde.mk2
-rw-r--r--ubuntu/maverick/applications/kaffeine/debian/changelog4
-rwxr-xr-xubuntu/maverick/applications/kaffeine/debian/rules2
4 files changed, 9 insertions, 9 deletions
diff --git a/ubuntu/maverick/applications/kaffeine/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/kaffeine/debian/cdbs/debian-qt-kde.mk
index 47e83ef4a..311dc059d 100644
--- a/ubuntu/maverick/applications/kaffeine/debian/cdbs/debian-qt-kde.mk
+++ b/ubuntu/maverick/applications/kaffeine/debian/cdbs/debian-qt-kde.mk
@@ -84,15 +84,15 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
- for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en; find . -name index.docbook`; do \
+ for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
- mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
- cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
- /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/HTML/en/$$pkg/index.docbook; \
+ mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
- rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \
+ rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
diff --git a/ubuntu/maverick/applications/kaffeine/debian/cdbs/kde.mk b/ubuntu/maverick/applications/kaffeine/debian/cdbs/kde.mk
index 7842ef980..765560c89 100644
--- a/ubuntu/maverick/applications/kaffeine/debian/cdbs/kde.mk
+++ b/ubuntu/maverick/applications/kaffeine/debian/cdbs/kde.mk
@@ -39,7 +39,7 @@ include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
-export kde_htmldir = \$${datadir}/doc/kde/HTML
+export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
diff --git a/ubuntu/maverick/applications/kaffeine/debian/changelog b/ubuntu/maverick/applications/kaffeine/debian/changelog
index be405ad6c..2441c46c2 100644
--- a/ubuntu/maverick/applications/kaffeine/debian/changelog
+++ b/ubuntu/maverick/applications/kaffeine/debian/changelog
@@ -152,7 +152,7 @@ kaffeine (0.8.4-2) unstable; urgency=low
* Remove CMakeLists.txt
- Problem during upgrade: trying to overwrite
- `/usr/share/doc/kde/HTML/en/doc/CMakeLists.txt' (Closes: #419477)
+ `/usr/share/doc/tde/HTML/en/doc/CMakeLists.txt' (Closes: #419477)
-- Mark Purcell <msp@debian.org> Thu, 19 Apr 2007 05:50:00 +1000
@@ -772,7 +772,7 @@ kaffeine (0.4.2-1.1) unstable; urgency=low
* NMU.
* debian dir redone with permission of maintainer.
- * Install docs into /usr/share/doc/kde/HTML. (Closes: #245062)
+ * Install docs into /usr/share/doc/tde/HTML. (Closes: #245062)
-- Christopher L Cheney <ccheney@debian.org> Thu, 22 Apr 2004 00:30:00 -0500
diff --git a/ubuntu/maverick/applications/kaffeine/debian/rules b/ubuntu/maverick/applications/kaffeine/debian/rules
index 43e1e0d24..9dc73fe0f 100755
--- a/ubuntu/maverick/applications/kaffeine/debian/rules
+++ b/ubuntu/maverick/applications/kaffeine/debian/rules
@@ -44,7 +44,7 @@ install/kaffeine-trinity::
# file shipped by tdelibs
rm -f debian/kaffeine/opt/trinity/share/mimelnk/application/x-mplayer2.desktop
# Bogus, shouldn't be shipped..
- rm -f debian/kaffeine/opt/trinity/share/doc/kde/HTML/en/doc/CMakeLists.txt
+ rm -f debian/kaffeine/opt/trinity/share/doc/tde/HTML/en/doc/CMakeLists.txt
get-orig-source:
@@dh_testdir