[neon/extras/kexi/Neon/release] debian: drop l10n breaks/replaces

Pino Toscano null at kde.org
Thu Sep 22 16:56:19 BST 2022


Git commit f81f8797a3f17d99a384366779f092adb22cdb26 by Pino Toscano.
Committed on 21/08/2021 at 16:07.
Pushed by jriddell into branch 'Neon/release'.

drop l10n breaks/replaces

M  +3    -0    debian/changelog
M  +0    -2    debian/control
M  +0    -13   debian/rules

https://invent.kde.org/neon/extras/kexi/commit/f81f8797a3f17d99a384366779f092adb22cdb26

diff --git a/debian/changelog b/debian/changelog
index e3b80ae..facf0ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 kexi (1:3.2.0-3) 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:05:38 +0200
 
diff --git a/debian/control b/debian/control
index 7269406..5553825 100644
--- a/debian/control
+++ b/debian/control
@@ -71,8 +71,6 @@ Description: visual database applications builder
 Package: kexi-data
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: ${kexi:oldLangs}
-Replaces: ${kexi:oldLangs}
 Description: data files for kexi
  This package contains architecture-independent data files for KEXI, the
  database program shipped with the Calligra Suite.
diff --git a/debian/rules b/debian/rules
index d5a0f26..aa58185 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,6 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
-# conflicts with old calligra-l10n
-# (mostly copied from l10n-packages.mk in pkg-kde-tools)
-l10npkgs_firstversion_ok := 1:2.9.11-2~
-l10npkgs_prefix := calligra-l10n
-l10npkgs_fixed_version_comma := (<< $(l10npkgs_firstversion_ok)),
-# the list of languages in calligra-l10n < 3.0
-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))
-
 DEFAULT_PGSQL_VERSION = $(lastword $(shell /usr/share/postgresql-common/supported-versions))
 
 %:
@@ -32,8 +23,4 @@ override_dh_auto_install:
 override_dh_missing:
 	dh_missing --fail-missing
 
-override_dh_gencontrol:
-	dh_gencontrol -pkexi-data -- -Vkexi:oldLangs='$(l10npkgs_packages_rels)'
-	dh_gencontrol --remaining-packages
-
 .PHONY: override_dh_auto_test



More information about the Neon-commits mailing list