[neon/neon/overrides/Neon/unstable] debian: new override package

Jonathan Esk-Riddell null at kde.org
Thu Oct 20 15:53:31 BST 2022


Git commit e634e92fa430f7186c0865094fef6c81e3232e20 by Jonathan Esk-Riddell.
Committed on 20/10/2022 at 14:53.
Pushed by jriddell into branch 'Neon/unstable'.

new override package

A  +5    -0    debian/changelog
A  +18   -0    debian/control
A  +5    -0    debian/copyright
A  +6    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/source/options

https://invent.kde.org/neon/neon/overrides/commit/e634e92fa430f7186c0865094fef6c81e3232e20

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..637de77
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+neon-overrides (0.0) focal; urgency=medium
+
+  * Override packages in focal but not in jammy
+
+ -- Harald Sitter <sitter at kde.org>  Thu, 26 Nov 2020 15:35:44 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7767ce2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: neon-overrides
+Section: kde
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: debhelper, debhelper-compat (= 13)
+Standards-Version: 4.5.1
+
+Package: qt6
+Architecture: all
+Depends: ${misc:Depends}
+Description: Override qt6 packages in focal but not in jammy
+ Dummy transitional empty package which can be removed.
+
+Package: mygnuhealth
+Architecture: all
+Depends: ${misc:Depends}
+Description: Override mygnuhealth packages in focal but not in jammy
+ Dummy transitional empty package which can be removed.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aa37ecb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,5 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: debian/*
+Copyright: 2020-2022 Harald Sitter <sitter at kde.org>
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0f7702d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+# SPDX-FileCopyrightText: 2022 Jonathan Esk-Riddell <jr at jriddell.org>
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..74a452b
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = "xz"
+compression-level = 9


More information about the Neon-commits mailing list