From 8564cf9a2452d5c76191825e3347a2d0d1f51528 Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Mon, 25 Apr 2022 22:03:04 +0800 Subject: [PATCH] Import Debian changes 5.92.0-ok1 kdesu (5.92.0-ok1) yangtze; urgency=medium * Build for openKylin. --- debian/changelog | 5 ++ debian/control | 79 ++++++++++++++++ debian/copyright | 51 +++++++++++ debian/libkf5su-bin.install | 2 + debian/libkf5su-data.install | 2 + debian/libkf5su-dev.acc.in | 21 +++++ debian/libkf5su-dev.install | 4 + debian/libkf5su-doc.install | 2 + debian/libkf5su5.install | 2 + debian/libkf5su5.symbols | 114 ++++++++++++++++++++++++ debian/meta/cmake-ignore | 2 + debian/rules | 10 +++ debian/salsa-ci.yml | 10 +++ debian/salsa/extra_repository.list | 1 + debian/salsa/qt-kde-team.debian.net.asc | 51 +++++++++++ debian/source/format | 1 + debian/tests/acc | 18 ++++ debian/tests/control | 3 + debian/tests/testsuite | 3 + debian/upstream/metadata | 7 ++ debian/upstream/signing-key.asc | 30 +++++++ debian/watch | 3 + 22 files changed, 421 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libkf5su-bin.install create mode 100644 debian/libkf5su-data.install create mode 100644 debian/libkf5su-dev.acc.in create mode 100644 debian/libkf5su-dev.install create mode 100644 debian/libkf5su-doc.install create mode 100644 debian/libkf5su5.install create mode 100644 debian/libkf5su5.symbols create mode 100644 debian/meta/cmake-ignore create mode 100755 debian/rules create mode 100644 debian/salsa-ci.yml create mode 100644 debian/salsa/extra_repository.list create mode 100644 debian/salsa/qt-kde-team.debian.net.asc create mode 100644 debian/source/format create mode 100755 debian/tests/acc create mode 100644 debian/tests/control create mode 100755 debian/tests/testsuite create mode 100644 debian/upstream/metadata create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2e72705 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kdesu (5.92.0-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- openKylinBot Mon, 25 Apr 2022 22:03:04 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..398d3c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,79 @@ +Source: kdesu +Section: libs +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Norbert Preining +Build-Depends: cmake (>= 3.16~), + debhelper-compat (= 13), + doxygen, + extra-cmake-modules (>= 5.92.0~), + libkf5coreaddons-dev (>= 5.92.0~), + libkf5i18n-dev (>= 5.92.0~), + libkf5pty-dev (>= 5.92.0~), + libkf5service-dev (>= 5.92.0~), + libqt5sql5-sqlite, + pkg-kde-tools (>= 0.15.15ubuntu0), + qtbase5-dev (>= 5.15.2~), + qttools5-dev, + qttools5-dev-tools (>= 5.4), +Standards-Version: 4.6.0 +Homepage: https://invent.kde.org/frameworks/kdesu +Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kdesu +Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kdesu +Rules-Requires-Root: no + +Package: libkf5su-bin +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: libkf5su5 (<= 4.100.0-0) +Replaces: libkf5su5 (<= 4.100.0-0) +Description: runtime files for kdesu + Framework to handle super user actions. + . + Contains runtime files for kdesu. + +Package: libkf5su-data +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Breaks: libkf5su5 (<< 5.10) +Replaces: libkf5su5 (<< 5.10) +Description: translation files for kdesu + Framework to handle super user actions + . + Contains translation files for kdesu. + +Package: libkf5su-dev +Section: libdevel +Architecture: any +Depends: libkf5pty-dev (>= 5.92.0~), + libkf5su5 (= ${binary:Version}), + ${misc:Depends}, +Breaks: libkf5kdelibs4support-dev (<< 5.54) +Recommends: libkf5su-doc (= ${source:Version}) +Description: development files for kdesu + Framework to handle super user actions. + . + Contains development files for kdesu. + +Package: libkf5su-doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: runtime files for kdesu (documentation) + Framework to handle super user actions. + . + This package contains the qch documentation files. +Section: doc + +Package: libkf5su5 +Architecture: any +Multi-Arch: same +Depends: libkf5su-data (= ${source:Version}), + sudo, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: libkf5su-bin (= ${binary:Version}) +Description: Integration with su for elevated privileges. + Framework to handle super user actions diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..258e2af --- /dev/null +++ b/debian/copyright @@ -0,0 +1,51 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kdesu +Source: https://invent.kde.org/frameworks/kdesu +Upstream-Contact: kde-frameworks-devel@kde.org + +Files: * +Copyright: 1999-2000 Geert Jansen + 1997-1998 Lars Doelle + 2005 Canonical Ltd +License: LGPL-2 + +Files: src/kdesu_stub.c +Copyright: 1999-2000, Geert Jansen +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". + +Files: debian/* +Copyright: 2014, Scarlett Clark +License: LGPL-2 + +License: LGPL-2 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation version 2. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". diff --git a/debian/libkf5su-bin.install b/debian/libkf5su-bin.install new file mode 100644 index 0000000..370e975 --- /dev/null +++ b/debian/libkf5su-bin.install @@ -0,0 +1,2 @@ +usr/lib/*/libexec/kf5/kdesu_stub +usr/lib/*/libexec/kf5/kdesud diff --git a/debian/libkf5su-data.install b/debian/libkf5su-data.install new file mode 100644 index 0000000..8ec9464 --- /dev/null +++ b/debian/libkf5su-data.install @@ -0,0 +1,2 @@ +usr/share/locale/*/*/kdesud5.mo +usr/share/qlogging-categories5/ksu.categories diff --git a/debian/libkf5su-dev.acc.in b/debian/libkf5su-dev.acc.in new file mode 100644 index 0000000..391b321 --- /dev/null +++ b/debian/libkf5su-dev.acc.in @@ -0,0 +1,21 @@ + + + + + 5.0.0 + + + + /usr/include/KF5/KDESu/ + + + + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Su.so + + + + -fPIC + -std=c++11 + + + diff --git a/debian/libkf5su-dev.install b/debian/libkf5su-dev.install new file mode 100644 index 0000000..20569d1 --- /dev/null +++ b/debian/libkf5su-dev.install @@ -0,0 +1,4 @@ +usr/include/KF5/KDESu/ +usr/lib/*/cmake/KF5Su/ +usr/lib/*/libKF5Su.so +usr/lib/*/qt5/mkspecs/modules/qt_KDESu.pri diff --git a/debian/libkf5su-doc.install b/debian/libkf5su-doc.install new file mode 100644 index 0000000..1780712 --- /dev/null +++ b/debian/libkf5su-doc.install @@ -0,0 +1,2 @@ +usr/share/qt5/doc/KF5Su.qch +usr/share/qt5/doc/KF5Su.tags diff --git a/debian/libkf5su5.install b/debian/libkf5su5.install new file mode 100644 index 0000000..2f4ce67 --- /dev/null +++ b/debian/libkf5su5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5Su.so.5 +usr/lib/*/libKF5Su.so.5.* diff --git a/debian/libkf5su5.symbols b/debian/libkf5su5.symbols new file mode 100644 index 0000000..3cedc57 --- /dev/null +++ b/debian/libkf5su5.symbols @@ -0,0 +1,114 @@ +# SymbolsHelper-Confirmed: 4.96.0 amd64 +libKF5Su.so.5 libkf5su5 #MINVER# +* Build-Depends-Package: libkf5su-dev + _ZN5KDESu10PtyProcess10unreadLineERK10QByteArrayb@Base 4.96.0 + _ZN5KDESu10PtyProcess11setTerminalEb@Base 4.96.0 + _ZN5KDESu10PtyProcess12virtual_hookEiPv@Base 4.96.0 + _ZN5KDESu10PtyProcess12waitForChildEv@Base 4.96.0 + _ZN5KDESu10PtyProcess13setExitStringERK10QByteArray@Base 4.96.0 + _ZN5KDESu10PtyProcess14checkPidExitedEi@Base 4.96.0 + _ZN5KDESu10PtyProcess14setEnvironmentERK5QListI10QByteArrayE@Base 4.96.0 + _ZN5KDESu10PtyProcess15enableLocalEchoEb@Base 4.96.0 + _ZN5KDESu10PtyProcess4execERK10QByteArrayRK5QListIS1_E@Base 4.96.0 + _ZN5KDESu10PtyProcess4initEv@Base 4.96.0 + _ZN5KDESu10PtyProcess6waitMSEii@Base 4.96.0 + _ZN5KDESu10PtyProcess7readAllEb@Base 4.96.0 + _ZN5KDESu10PtyProcess8checkPidEi@Base 4.96.0 + _ZN5KDESu10PtyProcess8readLineEb@Base 4.96.0 + _ZN5KDESu10PtyProcess8setEraseEb@Base 4.96.0 + _ZN5KDESu10PtyProcess8setupTTYEv@Base 4.96.0 + _ZN5KDESu10PtyProcess9waitSlaveEv@Base 4.96.0 + _ZN5KDESu10PtyProcess9writeLineERK10QByteArrayb@Base 4.96.0 + _ZN5KDESu10PtyProcessC1ERNS_17PtyProcessPrivateE@Base 5.80.0 + _ZN5KDESu10PtyProcessC1Ev@Base 4.96.0 + _ZN5KDESu10PtyProcessC2ERNS_17PtyProcessPrivateE@Base 5.80.0 + _ZN5KDESu10PtyProcessC2Ev@Base 4.96.0 + _ZN5KDESu10PtyProcessD0Ev@Base 4.96.0 + _ZN5KDESu10PtyProcessD1Ev@Base 4.96.0 + _ZN5KDESu10PtyProcessD2Ev@Base 4.96.0 + _ZN5KDESu10SshProcess11converseSshEPKci@Base 4.96.0 + _ZN5KDESu10SshProcess11displayAuthEv@Base 4.96.0 + _ZN5KDESu10SshProcess12checkInstallEPKc@Base 4.96.0 + _ZN5KDESu10SshProcess12virtual_hookEiPv@Base 4.96.0 + _ZN5KDESu10SshProcess17checkNeedPasswordEv@Base 4.96.0 + _ZN5KDESu10SshProcess4execEPKci@Base 4.96.0 + _ZN5KDESu10SshProcess7displayEv@Base 4.96.0 + _ZN5KDESu10SshProcess7setHostERK10QByteArray@Base 4.96.0 + _ZN5KDESu10SshProcess7setStubERK10QByteArray@Base 4.96.0 + _ZN5KDESu10SshProcessC1ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN5KDESu10SshProcessC2ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN5KDESu10SshProcessD0Ev@Base 4.96.0 + _ZN5KDESu10SshProcessD1Ev@Base 4.96.0 + _ZN5KDESu10SshProcessD2Ev@Base 4.96.0 + _ZN5KDESu11KDEsuClient10delCommandERK10QByteArrayS3_@Base 4.96.0 + _ZN5KDESu11KDEsuClient10stopServerEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient11setPriorityEi@Base 4.96.0 + _ZN5KDESu11KDEsuClient11startServerEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient12isServerSGIDEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient12setSchedulerEi@Base 4.96.0 + _ZN5KDESu11KDEsuClient4execERK10QByteArrayS3_S3_RK5QListIS1_E@Base 4.96.0 + _ZN5KDESu11KDEsuClient4pingEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient6delVarERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient6escapeERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient6getVarERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient6setVarERK10QByteArrayS3_iS3_@Base 4.96.0 + _ZN5KDESu11KDEsuClient7commandERK10QByteArrayPS1_@Base 4.96.0 + _ZN5KDESu11KDEsuClient7connectEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient7delVarsERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient7getKeysERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient7setHostERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient7setPassEPKci@Base 4.96.0 + _ZN5KDESu11KDEsuClient8delGroupERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClient8exitCodeEv@Base 4.96.0 + _ZN5KDESu11KDEsuClient9findGroupERK10QByteArray@Base 4.96.0 + _ZN5KDESu11KDEsuClientC1Ev@Base 4.96.0 + _ZN5KDESu11KDEsuClientC2Ev@Base 4.96.0 + _ZN5KDESu11KDEsuClientD1Ev@Base 4.96.0 + _ZN5KDESu11KDEsuClientD2Ev@Base 4.96.0 + _ZN5KDESu11StubProcess10setCommandERK10QByteArray@Base 4.96.0 + _ZN5KDESu11StubProcess11displayAuthEv@Base 4.96.0 + _ZN5KDESu11StubProcess11setPriorityEi@Base 4.96.0 + _ZN5KDESu11StubProcess11writeStringERK10QByteArray@Base 4.96.0 + _ZN5KDESu11StubProcess12converseStubEi@Base 4.96.0 + _ZN5KDESu11StubProcess12setSchedulerEi@Base 4.96.0 + _ZN5KDESu11StubProcess12virtual_hookEiPv@Base 4.96.0 + _ZN5KDESu11StubProcess18commaSeparatedListERK5QListI10QByteArrayE@Base 4.96.0 + _ZN5KDESu11StubProcess7displayEv@Base 4.96.0 + _ZN5KDESu11StubProcess7setUserERK10QByteArray@Base 4.96.0 + _ZN5KDESu11StubProcess8setXOnlyEb@Base 4.96.0 + _ZN5KDESu11StubProcessC1ERNS_18StubProcessPrivateE@Base 5.80.0 + _ZN5KDESu11StubProcessC1Ev@Base 4.96.0 + _ZN5KDESu11StubProcessC2ERNS_18StubProcessPrivateE@Base 5.80.0 + _ZN5KDESu11StubProcessC2Ev@Base 4.96.0 + _ZN5KDESu11StubProcessD0Ev@Base 4.96.0 + _ZN5KDESu11StubProcessD1Ev@Base 4.96.0 + _ZN5KDESu11StubProcessD2Ev@Base 4.96.0 + _ZN5KDESu9SuProcess10converseSUEPKc@Base 4.96.0 + _ZN5KDESu9SuProcess12checkInstallEPKc@Base 4.96.0 + _ZN5KDESu9SuProcess12virtual_hookEiPv@Base 4.96.0 + _ZN5KDESu9SuProcess16superUserCommandEv@Base 4.96.0 + _ZN5KDESu9SuProcess17checkNeedPasswordEv@Base 4.96.0 + _ZN5KDESu9SuProcess19useUsersOwnPasswordEv@Base 4.96.0 + _ZN5KDESu9SuProcess4execEPKci@Base 4.96.0 + _ZN5KDESu9SuProcessC1ERK10QByteArrayS3_@Base 4.96.0 + _ZN5KDESu9SuProcessC2ERK10QByteArrayS3_@Base 4.96.0 + _ZN5KDESu9SuProcessD0Ev@Base 4.96.0 + _ZN5KDESu9SuProcessD1Ev@Base 4.96.0 + _ZN5KDESu9SuProcessD2Ev@Base 4.96.0 + _ZNK5KDESu10PtyProcess11environmentEv@Base 4.96.0 + _ZNK5KDESu10PtyProcess2fdEv@Base 4.96.0 + _ZNK5KDESu10PtyProcess3pidEv@Base 4.96.0 + _ZNK5KDESu10SshProcess5errorEv@Base 4.96.0 + _ZNK5KDESu10SshProcess6promptEv@Base 4.96.0 + _ZTIN5KDESu10PtyProcessE@Base 4.96.0 + _ZTIN5KDESu10SshProcessE@Base 4.96.0 + _ZTIN5KDESu11StubProcessE@Base 4.96.0 + _ZTIN5KDESu9SuProcessE@Base 4.96.0 + _ZTSN5KDESu10PtyProcessE@Base 4.96.0 + _ZTSN5KDESu10SshProcessE@Base 4.96.0 + _ZTSN5KDESu11StubProcessE@Base 4.96.0 + _ZTSN5KDESu9SuProcessE@Base 4.96.0 + _ZTVN5KDESu10PtyProcessE@Base 4.96.0 + _ZTVN5KDESu10SshProcessE@Base 4.96.0 + _ZTVN5KDESu11StubProcessE@Base 4.96.0 + _ZTVN5KDESu9SuProcessE@Base 4.96.0 diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore new file mode 100644 index 0000000..be04c0e --- /dev/null +++ b/debian/meta/cmake-ignore @@ -0,0 +1,2 @@ +- QCH , API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop): + series: xenial diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a9b2f7c --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp + +override_dh_auto_configure: + dh_auto_configure -- -DKDESU_USE_SUDO_DEFAULT=true -DBUILD_QCH=ON diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..c632fbb --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,10 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +variables: + SALSA_CI_DISABLE_BLHC: 'yes' + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path' + EXTRA_REPOSITORY: 'debian/salsa/extra_repository.list' + EXTRA_REPOSITORY_KEY: 'debian/salsa/qt-kde-team.debian.net.asc' diff --git a/debian/salsa/extra_repository.list b/debian/salsa/extra_repository.list new file mode 100644 index 0000000..96b50ae --- /dev/null +++ b/debian/salsa/extra_repository.list @@ -0,0 +1 @@ +deb https://qt-kde-team.debian.net/debian qt-kde-snapshots main diff --git a/debian/salsa/qt-kde-team.debian.net.asc b/debian/salsa/qt-kde-team.debian.net.asc new file mode 100644 index 0000000..6fc55da --- /dev/null +++ b/debian/salsa/qt-kde-team.debian.net.asc @@ -0,0 +1,51 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +bMTcHe5rk6snXqz1neEmP2K7qdNwwakRdAA= +=o8PI +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tests/acc b/debian/tests/acc new file mode 100755 index 0000000..28b8d41 --- /dev/null +++ b/debian/tests/acc @@ -0,0 +1,18 @@ +#!/bin/sh + +DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH) + +for in_file in debian/*.acc.in; do + out_file=${in_file%.in} + sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \ + "${in_file}" > "${out_file}" +done + +DH_VERBOSE=1 + +dh_acc +ret=$? +if [ 0 -ne $ret ]; then + cp -r logs "${ADT_ARTIFACTS}"/acc.logs +fi +exit $ret diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..459e5f3 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: acc +Depends: dh-acc, exuberant-ctags, @ +Restrictions: allow-stderr diff --git a/debian/tests/testsuite b/debian/tests/testsuite new file mode 100755 index 0000000..dabe645 --- /dev/null +++ b/debian/tests/testsuite @@ -0,0 +1,3 @@ +#!/bin/sh + +dh_auto_test diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..0ce0881 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,7 @@ +Bug-Database: https://bugs.kde.org/buglist.cgi?product=frameworks-kdesu&resolution=--- +Bug-Submit: https://bugs.kde.org/enter_bug.cgi?product=frameworks-kdesu +Changelog: https://invent.kde.org/frameworks/kdesu/-/commits/master +Donation: https://www.kde.org/community/donations/index.php +Repository: https://invent.kde.org/frameworks/kdesu.git +Repository-Browse: https://invent.kde.org/frameworks/kdesu +Security-Contact: security@kde.org diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..e99d100 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQENBFfNUR8BCADDjPXScwObp7mWwUnrjqrM0gGg+pId6vqe0a5A4xr+Rgj26quK +2qJLym0mmul/uh2M8z486qDTQYQaTEppFCosH3WqFonTN2LWpHcujeVABXkAe9qo +DHBZZRMw8CXtiEwvJ/xV/MXTR7G0QCqT4HF045SAyyBjusBiiGly32JEDD4FdjHj +KKUrAJyyoc6frake7ZMO0SO3tQNwmi4T5KLSoxhi3Zgez2k9GPZEj4/W7l5Ne0zQ +7C8Tgo8wraqj/8pzjfP6+Dc2LHOTtu8DGDQkXEFa9VvuAotOtI8Kjff+bOd36WTL +L2dk69Bb7WbhRLkkavHZCdKOpfyBtVn+hGWRABEBAAG0G0RhdmlkIEZhdXJlIDxm +YXVyZUBrZGUub3JnPokBPQQTAQgAJwUCV81RHwIbAwUJCWYBgAULCQgHAgYVCAkK +CwIEFgIDAQIeAQIXgAAKCRBY0O5kikizu/01B/46hG+MaTFW1CVevZrGyPacmDRj +pQhx/ODadBkVXXaJyr7aNKT3EvAedyT82SGT/ch+aqXjZK1kEwK6zITqoOZZUt2I +CjBN4+UfLrWwlKldZShbhJ6NMHJIeYQ5EDlMw7TWVn0OPkRuDvLEasgOhxR9ZjWW +c5wlcZXXy8N+wGSR0bThzl0pdFcIy9Z3g411ZOvjUdDuWqtKUH9iy1VdVyba7FXI +x/BqAXIVsAaIFNsJBZZ7C7j1a1IlTykRLiDjh3mpyBfX4xfMTo4z6pjfQsoPebJl +TlCnwAkIxeyatGXm4OCqEA9zPVd1Ju7+XuEr6+15ENYJ4oYsZjfyScHHJdWMuQEN +BFfNUR8BCADe5wRc/QFL92npVAgzPQ9mJKopscRcxs0f2DM7EBPzUFvWGRIGRdB8 +obXfzBp4Pfyzqky7C1X/j7ENzx+Kol1AJ93wjUEfLoZ/zsvoj9ZT3GdjeVQeReKY +d4th7Jqo4qxvi33Pud0jZsENezzgdd4npiNN9bFX0mjNKNHL9o1n5nTm9pfDI/AS +PZz2RoRO7oUJb+aX6hKxTBaKoAiZHybAXQVchtwJx0O4wLbZ3E4ytJdcATlPDNXS +jw2Lmns8aGa6DBGyqiG6g1PlCnOI2Q/cQK1zbkSisfoCbpEq1MgIzuZSoJ00NIEp +eiACoR82565G68yAb+uKHkcFrYkfDT41ABEBAAGJASUEGAEIAA8FAlfNUR8CGwwF +CQlmAYAACgkQWNDuZIpIs7vWkgf9GNUZmD0UgbQmj0nwkEHum1g7LD+MZL0+P2kg +HyEL3Cm01ot9d+X5ed/gAJ6hDR55KYxHi+/wwwkCNDLoQoP+7VZq2fMiGD0/bDar +oWQqbckqDZU4l69u9NbYvVWHUerfwKfi0ZKN5sJqLwIkr57wEX0I/TBGoMuFB27q +2qyloS5m1Q2pke2mmZjKSqE0jxZJ7iFGJO/Buyjgd1B2kr0DaGaCrh0wjfVjAWpt +klK95Phry1jQc7W0Z4ZdWpB79S1yW670eutSC4fMjvsNxROGkPx4dDkyG5nToeau +zhEh/pXho2Eo/aFEqqY42GMSlN9rf7ekaTNo7OxsE7vvCB0fug== +=4o3u +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4e6ef14 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 + +opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d.]+)/kdesu-([\d.]+)\.tar\.xz