summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdegames/debian/rules
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-04 12:48:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-04 12:48:29 -0500
commit7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2 (patch)
tree3051f7c74a298d8d732f13fb76fa7eb73d4ec865 /debian/squeeze/tdegames/debian/rules
parent1b6efb141bcf333e5c73a520e701d1de8cafcf4e (diff)
downloadtde-packaging-7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2.tar.gz
tde-packaging-7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2.zip
Rename a bunch of kde names to tde
Diffstat (limited to 'debian/squeeze/tdegames/debian/rules')
-rwxr-xr-xdebian/squeeze/tdegames/debian/rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/squeeze/tdegames/debian/rules b/debian/squeeze/tdegames/debian/rules
index 92c1bc149..0ba5f21cb 100755
--- a/debian/squeeze/tdegames/debian/rules
+++ b/debian/squeeze/tdegames/debian/rules
@@ -24,16 +24,16 @@ DEB_INSTALL_DOCS_ALL :=
DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done)
-DEB_INSTALL_CHANGELOGS_kdegames := $(DEB_SRCDIR)/ChangeLog
+DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog
-DEB_DH_MAKESHLIBS_ARGS_libkdegames1-trinity := -V'libkdegames1-trinity (>= 4:3.5.8)'
+DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity (>= 4:3.5.8)'
DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V
DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V
-PACKAGES_WITH_LIBS := libkdegames1-trinity atlantik-trinity kolf-trinity
+PACKAGES_WITH_LIBS := libtdegames1-trinity atlantik-trinity kolf-trinity
common-binary-indep::
- if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; fi
+ if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-apidocs; fi
common-binary-arch::
- if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdegames-apidocs; fi
+ if ! test -d debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-apidocs; then mv debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-*apidocs debian/tmp/opt/trinity/share/doc/kde/HTML/en/tdegames-apidocs; fi