-
--- 5.78.0-2/debian/tests/control 2020-04-13 19:30:23.000000000 +0000
+++ 5.78.0-2ubuntu1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-Tests: testsuite
-Depends: build-essential, dbus (>= 1.8), xauth, xvfb, @, @builddeps@
-Restrictions: build-needed
-
--- 5.78.0-2/debian/tests/acc 2020-04-13 19:30:23.000000000 +0000
+++ 5.78.0-2ubuntu1/debian/tests/acc 1970-01-01 00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
-
-for in_file in debian/*.acc.in; do
- out_file=${in_file%.in}
- sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
- "${in_file}" > "${out_file}"
-done
-
-DH_VERBOSE=1
-
-dh_acc
-ret=$?
-if [ 0 -ne $ret ]; then
- cp -r logs "${ADT_ARTIFACTS}"/acc.logs
-fi
-exit $ret
-
--- 5.78.0-2/debian/control 2021-01-17 02:54:33.000000000 +0000
+++ 5.78.0-2ubuntu1/debian/control 2021-01-31 11:31:20.000000000 +0000
@@ -22,16 +22,16 @@ Build-Depends: cmake (>= 3.5~),
qttools5-dev-tools (>= 5.4)
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/kpeople
-Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpeople
-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpeople.git
+Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kpeople
+Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kpeople
Rules-Requires-Root: no
Package: libkf5people-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5people5 (<< 5.74), libkpeople3
-Replaces: libkf5people5 (<< 5.74), libkpeople3
+Breaks: libkf5people5 (<< 5.77.0-2), libkpeople3
+Replaces: libkf5people5 (<< 5.77.0-2), libkpeople3
Description: data files for kpeople
KPeople offers unified access to contacts from different sources, grouping
them by person while still exposing all the data.
@@ -114,7 +114,7 @@ Architecture: any
Multi-Arch: same
Depends: libkf5people-data (= ${source:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Description: framework providing unified access to contacts aggregated by person
KPeople offers unified access to contacts from different sources, grouping
them by person while still exposing all the data.
-
--- 5.78.0-2/debian/tests/testsuite 2020-04-13 19:30:23.000000000 +0000
+++ 5.78.0-2ubuntu1/debian/tests/testsuite 1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-xvfb-run -a dbus-run-session -- dh_auto_test --no-parallel