diff options
Diffstat (limited to 'ubuntu/maverick/tdegames/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdegames/debian/rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdegames/debian/rules b/ubuntu/maverick/tdegames/debian/rules index 92c1bc149..0ba5f21cb 100755 --- a/ubuntu/maverick/tdegames/debian/rules +++ b/ubuntu/maverick/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 |