From e287d00bbabad8472469d9e826ce6a6b4cb59b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 30 Aug 2015 12:43:14 +0200 Subject: Resolve conflict and circular dependency in tdesvn on Debian and Ubuntu This resolves Bug 2252 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/applications/tdesvn/debian/control | 1 - .../maverick/applications/tdesvn/debian/libsvnqt-trinity-dev.install | 2 +- ubuntu/maverick/applications/tdesvn/debian/rules | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ubuntu/maverick/applications') diff --git a/ubuntu/maverick/applications/tdesvn/debian/control b/ubuntu/maverick/applications/tdesvn/debian/control index 5a36a8620..546f06f55 100644 --- a/ubuntu/maverick/applications/tdesvn/debian/control +++ b/ubuntu/maverick/applications/tdesvn/debian/control @@ -32,7 +32,6 @@ Description: TQt wrapper library for subversion (development files) [Trinity] Package: tdesvn-trinity Section: devel Architecture: any -Conflicts: libsvnqt4-trinity Replaces: kdesvn-kde3 (<< 4:14.0.0~), kdesvn-trinity (<< 4:14.0.0~) Breaks: kdesvn-kde3 (<< 4:14.0.0~), kdesvn-trinity (<< 4:14.0.0~) Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins-trinity (= ${binary:Version}) diff --git a/ubuntu/maverick/applications/tdesvn/debian/libsvnqt-trinity-dev.install b/ubuntu/maverick/applications/tdesvn/debian/libsvnqt-trinity-dev.install index fb3c81018..14b087527 100644 --- a/ubuntu/maverick/applications/tdesvn/debian/libsvnqt-trinity-dev.install +++ b/ubuntu/maverick/applications/tdesvn/debian/libsvnqt-trinity-dev.install @@ -1,2 +1,2 @@ -debian/tmp/opt/trinity/lib*/*.so +debian/tmp/opt/trinity/lib*/libsvnqt.so debian/tmp/opt/trinity/include/svnqt/ diff --git a/ubuntu/maverick/applications/tdesvn/debian/rules b/ubuntu/maverick/applications/tdesvn/debian/rules index c198cb5ab..ca472273e 100755 --- a/ubuntu/maverick/applications/tdesvn/debian/rules +++ b/ubuntu/maverick/applications/tdesvn/debian/rules @@ -30,4 +30,6 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ DEB_BUILD_PARALLEL = true binary-install/tdesvn-trinity:: - mv debian/tdesvn-trinity/usr/share/man debian/tdesvn-trinity/opt/trinity/share/ + # remove libsvnqt.so* from tdesvn-trinity - are included in libsvnqt4-trinity + rm debian/$(cdbs_curpkg)/opt/trinity/lib*/libsvnqt.so* + mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ -- cgit v1.2.3