[neon/neon-packaging/skladnik/Neon/unstable] debian: override_dh_auto_configure

Carlos De Maine null at kde.org
Sat Jan 6 03:46:40 GMT 2024


Git commit 0f549c49e85da4bd1510929c3edf1dcafd3b9197 by Carlos De Maine.
Committed on 06/01/2024 at 04:46.
Pushed by carlosdem into branch 'Neon/unstable'.

override_dh_auto_configure

M  +1    -1    debian/control
M  +0    -24   debian/copyright
M  +2    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/skladnik/-/commit/0f549c49e85da4bd1510929c3edf1dcafd3b9197

diff --git a/debian/control b/debian/control
index 9a17b48..02638b8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: skladnik
 Section: games
 Priority: optional
-Maintainer: KDE Neon <neon at kde.org>
+Maintainer: KDE Neon <neon at kde.org>,
 Uploaders: KDE Neon <neon at kde.org>,
 Build-Depends: cmake,
                debhelper-compat (= 13),
diff --git a/debian/copyright b/debian/copyright
index b80ef01..f666c66 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,35 +8,11 @@ Files: *
 Copyright: 2008, Ian Wadham <iandw.au at gmail.com>
 License: GPL-2+
 
-Files: doc/*
-       po/de/docs/*
-       po/es/docs/*
-       po/et/docs/*
-       po/fr/docs/*
-       po/it/docs/*
-       po/nl/docs/*
-       po/pt/docs/*
-       po/pt_BR/docs/*
-       po/sv/docs/*
-       po/uk/*
-Copyright: 2008, Ian Wadham <iandw.au at gmail.com>
-License: GFDL-1.2+
 
 Files: debian/*
 Copyright: 2007-2013, Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 License: GPL-2+
 
-Files: po/ca/*
-       po/ca at valencia/*
-       po/uk/kubrick.po
-Copyright: 2008-2017, This_file_is_part_of_KDE
-License: LGPL-2.1+3+KDEeV
-
-Files: src/kubrick_debug.cpp
-       src/kubrick_debug.h
-Copyright: 2014, Laurent Montel <montel at kde.org>
-License: LGPL-2+
-
 License: GFDL-1.2+
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
diff --git a/debian/rules b/debian/rules
index 265ec44..6763f8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,5 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DBIN_INSTALL_DIR=/usr/games
+	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+


More information about the Neon-commits mailing list