[neon/extras/calligraplan/Neon/release] debian: drop l10n breaks/replaces
Pino Toscano
null at kde.org
Wed Sep 7 17:33:46 BST 2022
Git commit d67411e29dcf7904bc554f47168239a3e8198a1e by Pino Toscano.
Committed on 21/08/2021 at 16:18.
Pushed by jriddell into branch 'Neon/release'.
drop l10n breaks/replaces
M +3 -0 debian/changelog
M +0 -2 debian/control
M +0 -12 debian/rules
https://invent.kde.org/neon/extras/calligraplan/commit/d67411e29dcf7904bc554f47168239a3e8198a1e
diff --git a/debian/changelog b/debian/changelog
index 9fb4396..9b49311 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
calligraplan (1:3.3.0-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Drop all the l10n breaks/replaces, no more needed after two Debian stable
+ releases.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 21 Aug 2021 18:17:14 +0200
diff --git a/debian/control b/debian/control
index 87ea80d..42755ab 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,6 @@ Package: calligraplan
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
-Breaks: ${plan:oldLangs}
-Replaces: ${plan:oldLangs}
Description: integrated project management and planning tool
Plan is a project management application, allowing for the planning and
scheduling of projects. It was formerly known as KPlato.
diff --git a/debian/rules b/debian/rules
index 6099ae0..0edda4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# conflicts with old calligra-l10n
-# (mostly copied from l10n-packages.mk in pkg-kde-tools)
-l10npkgs_firstversion_ok := 1:3.1.0~
-l10npkgs_prefix := calligra-l10n
-l10npkgs_fixed_version_comma := (<< $(l10npkgs_firstversion_ok)),
-# the list of languages in calligra < 3.1
-l10npkgs_langs := bs ca cavalencia cs da de el engb es et eu fi fr gl hu it ja kk nb nds nl pl pt ptbr ru sk sv tr uk zhcn zhtw
-l10npkgs_packages_rels := $(patsubst %,$(l10npkgs_prefix)-% $(l10npkgs_fixed_version_comma),$(l10npkgs_langs))
-
%:
dh $@ --with kf5
@@ -22,7 +13,4 @@ execute_after_dh_auto_install:
# remove symlinks of private libraries
find debian/calligraplan -name '*.so' -type l -print -delete
-override_dh_gencontrol:
- dh_gencontrol -- -Vplan:oldLangs='$(l10npkgs_packages_rels)'
-
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list