[SCM] okteta packaging branch, master, updated. debian/16.08.3-1-46-ge8cb6b5
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Oct 31 18:12:42 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/okteta.git;a=commitdiff;h=09174c9
The following commit has been merged in the master branch:
commit 09174c92bd8aabd44681fb829c64d48a322bc0dc
Author: Neon CI <neon at kde.org>
Date: Fri Apr 14 13:13:12 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 | 8 ++++++++
debian/rules | 3 +++
2 files changed, 11 insertions(+)
diff --git a/debian/control b/debian/control
index b79ea47..5998151 100644
--- a/debian/control
+++ b/debian/control
@@ -92,6 +92,8 @@ Package: libkasten3core3
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Description: core Kasten library for Okteta
Kasten is a framework for composing programs.
.
@@ -114,6 +116,8 @@ Package: libokteta2core2
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Description: core Okteta library
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
@@ -126,6 +130,8 @@ Package: libokteta2gui2
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Description: gui Okteta library
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
@@ -151,6 +157,8 @@ Package: libkasten3okteta1core1
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: ${kde-l10n:all}
+Replaces: ${kde-l10n:all}
Description: kastencore library for Okteta
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index 019580f..d87421c
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,14 @@
#!/usr/bin/make -f
+l10npkgs_firstversion_ok := 4:17.03.90-0~
+
export DEB_CFLAGS_MAINT_STRIP = -O3
export DEB_CXXFLAGS_MAINT_STRIP = -O3
dh = --with sodeps
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_auto_test:
# Disable dh_auto_test at build time
--
okteta packaging
More information about the pkg-kde-commits
mailing list