[SCM] libkeduvocdocument packaging branch, master, updated. debian/16.08.0-1-37-ge23e5e1

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 21 15:10:28 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkeduvocdocument.git;a=commitdiff;h=1db8bfa

The following commit has been merged in the master branch:
commit 1db8bfa7a54ba86be4f4f411663b90e736c3f519
Author: Neon CI <neon at kde.org>
Date:   Fri Apr 14 13:13:10 2017 +0200

    Mass conflict/break kde-l10n < 17.03.90
    
    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.
---
 debian/control | 2 ++
 debian/rules   | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index af35419..189f827 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/libkeduvocdocument.
 Package: libkeduvocdocument5
 Architecture: any
 Depends: kdeedu-data, kdeedu-kvtml-data, ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
 Description: library for reading and writing vocabulary files
  This package contains a library for reading and writing vocabulary files. It
  supports different file formats. KVTML (version 2) is the default. This library
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index 6432e34..d86b8ad
--- 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
 libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
 include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
 

-- 
libkeduvocdocument packaging



More information about the pkg-kde-commits mailing list