[SCM] kcoreaddons packaging branch, master, updated. debian/5.37.0-2-101-ga15783a
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:34:27 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kcoreaddons.git;a=commitdiff;h=26e2d5b
The following commit has been merged in the master branch:
commit 26e2d5ba02e0a87e1f0abb545cfb5620daa0c030
Merge: 12e74437e3eab2f7a356e842991dcb7b397d2919 36979bec0c9456f8d97a9d33799497bda6660b94
Author: Harald Sitter <sitter at kde.org>
Date: Fri Sep 23 14:23:21 2016 +0200
Merging debian/5.25.0-1 into Neon/unstable
NOCI
debian/changelog | 49 +++++++++++++++++++++++
debian/control | 75 +++++++++++++++++++++++++++++++++---
debian/libkf5coreaddons-data.install | 2 +-
debian/libkf5coreaddons-dev.acc.in | 2 -
debian/libkf5coreaddons5.symbols | 5 ++-
debian/patches/series | 0
debian/tests/acc | 8 ++--
debian/tests/testsuite | 12 +++---
8 files changed, 133 insertions(+), 20 deletions(-)
diff --cc debian/changelog
index 80b3168,93d476a..dde8753
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,45 -1,52 +1,94 @@@
+kcoreaddons (5.26.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Mon, 12 Sep 2016 08:30:17 +0000
+
+ kcoreaddons (5.25.0-1) unstable; urgency=medium
+
+ [ Automatic packaging ]
+ * Update build-deps and deps with the info from cmake
+
+ [ Maximiliano Curia ]
+ * Update install files
+ * Bump group breaks (5.25)
+
+ -- Maximiliano Curia <maxy at debian.org> Thu, 18 Aug 2016 17:19:25 +0200
+
+kcoreaddons (5.25.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Sat, 13 Aug 2016 20:15:12 +0000
+
+kcoreaddons (5.24.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Mon, 11 Jul 2016 07:42:31 +0000
+
+ kcoreaddons (5.23.0-1) unstable; urgency=medium
+
+ [ Automatic packaging ]
+ * Update build-deps and deps with the info from cmake
+ * Update symbols files.
+
+ -- Maximiliano Curia <maxy at debian.org> Sat, 18 Jun 2016 08:11:30 +0200
+
+kcoreaddons (5.23.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Mon, 13 Jun 2016 09:38:40 +0000
+
+ kcoreaddons (5.22.0-1) unstable; urgency=medium
+
+ [ Automatic packaging ]
+ * Update build-deps and deps with the info from cmake
+ * Refresh patches
+
+ -- Maximiliano Curia <maxy at debian.org> Thu, 19 May 2016 00:20:48 +0200
+
+kcoreaddons (5.22.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Tue, 17 May 2016 07:27:29 +0000
+
+ kcoreaddons (5.21.0-1) experimental; urgency=medium
+
+ [ Maximiliano Curia ]
+ * Replace the "Historical name" ddeb-migration by its "Modern, clearer" replacement dbgsym-migration.
+ * Add upstream metadata (DEP-12)
+ * debian/control: Update Vcs-Browser and Vcs-Git fields
+ * Update acc test script
+ * Update acc.in file
+ * Ignore acc test till #820070 gets fixed
+ * uscan no longer supports more than one main upstream tarball being listed
+ * Add new patch: missing_include.diff
+ * Drop forced includes in the acc file
+ * Re enable acc test
+ * Update testsuite script
+
+ [ Automatic packaging ]
+ * Update symbols files.
+ * Bump Standards-Version to 3.9.8
+ * Update build-deps and deps with the info from cmake
+
+ -- Maximiliano Curia <maxy at debian.org> Fri, 06 May 2016 20:06:41 +0200
+
+kcoreaddons (5.21.0-0neon) xenial; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Mon, 11 Apr 2016 09:21:39 +0000
+
+kcoreaddons (5.20.0-0neon) wily; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Fri, 01 Apr 2016 11:05:18 +0000
+
kcoreaddons (5.19.0-1) experimental; urgency=medium
* New upstream release (5.19.0).
diff --cc debian/tests/testsuite
index 7e0fbd2,b613ff4..254a1d4
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@@ -1,11 -1,9 +1,11 @@@
#!/bin/sh
- # kcoreaddons puts the build path into a test, we need to rebuild
- # everything to make sure the path is the temporary one used for
- # the autopkgtest. NB: cmake hates relocation, so we'd have to
- # mangle CMakeCache.txt to get away with a as-needed-rebuild :/
- debian/rules clean 2>&1
- dpkg-source --before-build .
+ if [ -z "$HOME" ] || [ ! -d "$HOME" ]; then
+ [ -e debian/tests.home ] || mkdir debian/tests.home
+ export HOME="$(pwd)/debian/tests.home"
+ trap "rm -rf debian/tests.home" EXIT
+ fi
+ mkdir -p "$HOME"/.config || true
+debian/rules build 2>&1
+
dh_auto_test
--
kcoreaddons packaging
More information about the pkg-kde-commits
mailing list