[neon/extras/kstars/Neon/release] debian: drop kde-l10n breaks/replaces

Pino Toscano null at kde.org
Tue Nov 1 11:10:30 GMT 2022


Git commit 38cb1c1aff0e28aebccd1efc4e8dc5800c6f60a6 by Pino Toscano.
Committed on 12/09/2021 at 08:06.
Pushed by jriddell into branch 'Neon/release'.

drop kde-l10n breaks/replaces

M  +2    -0    debian/changelog
M  +2    -2    debian/control
M  +0    -6    debian/rules

https://invent.kde.org/neon/extras/kstars/commit/38cb1c1aff0e28aebccd1efc4e8dc5800c6f60a6

diff --git a/debian/changelog b/debian/changelog
index d798ee1..b56dba0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ kstars (5:3.5.4-0r1) UNRELEASED; urgency=medium
     - stop passing --fail-missing to dh_missing, as it is the default now
   * Temporarily disable the INDI support (the libindi-dev build dependency),
     as it requires StellarSolver which is not available in Debian yet.
+  * Drop the kde-l10n breaks/replaces, no more needed after two Debian stable
+    releases.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 14 Jan 2021 11:16:50 +0100
 
diff --git a/debian/control b/debian/control
index 3f0a76c..9efcfe5 100644
--- a/debian/control
+++ b/debian/control
@@ -88,8 +88,8 @@ Depends: qml-module-qtquick-controls,
          qml-module-qtquick-layouts,
          qml-module-qtquick2,
          ${misc:Depends}
-Breaks: kstars (<= 4:17.08.3~), ${kde-l10n:all}
-Replaces: kstars (<= 4:17.08.3~), ${kde-l10n:all}
+Breaks: kstars (<= 4:17.08.3~),
+Replaces: kstars (<= 4:17.08.3~),
 Description: data files for KStars desktop planetarium
  This package contains architecture-independent data files for KStars,
  the graphical desktop planetarium for KDE, including star catalogues and
diff --git a/debian/rules b/debian/rules
index ac4c449..15c2604 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
-l10npkgs_firstversion_ok := 4:16.04.3-7~
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
-
 %:
 	dh $@ --with kf5
 
@@ -20,6 +17,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	env HOME="$(TESTS_HOME)" TMPDIR="$(TESTS_HOME)/tmp" dh_auto_test
 	rm -rfv "$(TESTS_HOME)"
 endif
-
-override_dh_gencontrol-indep: l10npkgs_firstversion_ok
-	dh_gencontrol -i



More information about the Neon-commits mailing list