[SCM] libkcddb packaging branch, master, updated. debian/16.08.3-1-43-g83c5355
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Nov 21 15:20:00 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkcddb.git;a=commitdiff;h=665934c
The following commit has been merged in the master branch:
commit 665934c50370db2aeff3013989dafdd97264c081
Author: Neon CI <neon at kde.org>
Date: Fri Apr 14 14:31:48 2017 +0200
Mass conflict/break kde-l10n < 17.03.90 [part 2]
In Applications 17.03.90 for all KF5 based applications the translations moved
from the separate kde-l10n-$lang packages to the respective application tarball.
To aid in a smooth transition we mass confict unsuitably old versions using
the l10n-packages.mk's ${kde-l10n:all} substvar.
This change was done by a bot trying to only introduce a relationship iff
a binary package actually contains locales.
This changes applies more accurate heuristics to cover more binary packages.
---
debian/control | 6 ++++--
debian/rules | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 6058340..4bc641a 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,8 @@ Package: libkf5cddb5
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Description: CDDB library for KDE Platform (runtime)
The KDE Compact Disc DataBase library provides an API for applications using
the KDE Platform to fetch and submit audio CD information over the Internet.
@@ -59,8 +61,8 @@ Description: CDDB library for KDE Platform (development)
Package: kde-config-cddb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5cddb5 (<< 16.12.0-0neon+16.04+build2)
-Replaces: libkf5cddb5 (<< 16.12.0-0neon+16.04+build2)
+Breaks: libkf5cddb5 (<< 16.12.0-0neon+16.04+build2), ${kde-l10n:all}
+Replaces: libkf5cddb5 (<< 16.12.0-0neon+16.04+build2), ${kde-l10n:all}
Description: CDDB retrieval configuration
This package contains a configuration module for tweaking CDDB retrieval
settings for applications using the libkcddb library from the KDE Multimedia
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index d783961..62366ca
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
+l10npkgs_firstversion_ok := 4:17.03.90-0~
+
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
override_dh_strip:
$(overridden_command) --dbgsym-migration='libkcddb-dbg (<= 4:15.12.3-0ubuntu1)'
--
libkcddb packaging
More information about the pkg-kde-commits
mailing list