Import Debian changes 3.0.5-ok1

libqapt (3.0.5-ok1) yangtze; urgency=low

  * Initial release.
This commit is contained in:
Luoyaoming 2023-01-05 09:06:06 +08:00 committed by luoyaoming
parent d62a1fea05
commit 31f09bb17b
27 changed files with 2101 additions and 0 deletions

8
debian/README.Debian vendored Normal file
View File

@ -0,0 +1,8 @@
libqapt for Debian
Please edit this to provide information specific to
this libqapt Debian package.
(Automatically generated by debmake Version 4.3.1)
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 05 Jan 2023 09:06:06 +0800

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
libqapt (3.0.5-ok1) yangtze; urgency=low
* Initial release.
-- Luoyaoming <luoyaoming@kylinos.cn> Thu, 05 Jan 2023 09:06:06 +0800

160
debian/control vendored Normal file
View File

@ -0,0 +1,160 @@
Source: libqapt
Section: kde
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
XSBC-Original-Maintainer: Debian/Kubuntu KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends: cmake (>= 2.8.12),
debhelper-compat (= 12),
extra-cmake-modules (>= 0.0.14),
gettext,
libapt-pkg-dev (>= 0.8.0),
libdebconf-kde-dev (>= 1.0.0),
libglib2.0-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libkf5auth-dev (>= 5.0.0),
libkf5coreaddons-dev (>= 5.0.0),
libkf5i18n-dev (>= 5.0.0),
libkf5iconthemes-dev (>= 5.0.0),
libkf5kio-dev (>= 5.0.0),
libkf5plasma-dev,
libkf5runner-dev (>= 5.0.0),
libkf5textwidgets-dev (>= 5.0.0),
libkf5widgetsaddons-dev (>= 5.0.0),
libkf5windowsystem-dev (>= 5.0.0),
libpolkit-qt5-1-dev (>= 0.112),
libxapian-dev,
pkg-config,
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.8.0),
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.5.0
Homepage: https://cgit.kde.org/libqapt.git/
Vcs-Browser: https://gitee.com/openkylin/qapt
Vcs-Git: https://gitee.com/openkylin/qapt.git
Package: libqapt3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: apt-xapian-index, libqapt3-runtime (= ${binary:Version})
Description: QApt library package
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the QApt library
Package: libqapt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libapt-pkg-dev,
libqapt3 (= ${binary:Version}),
qtbase5-dev (>= 5.2.0),
${misc:Depends}
Description: Development headers for the QApt library
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the development headers for the QApt library
Package: libqapt3-runtime
Architecture: any
Depends: polkit-kde-agent-1 | policykit-1-gnome,
${misc:Depends},
${shlibs:Depends}
Description: Runtime components for the QApt library
LibQApt is a Qt wrapper around the libapt-pkg library as well as an APT
implementation using libapt-pkg. The aim is to provide a sane API for
package management to ease the development of package managers written in Qt
and C++
.
This package contains the runtime components necessary for applications using
the QApt library to run.
Package: qapt-utils
Architecture: all
Depends: kde-thumbnailer-deb (>= ${source:Version}),
plasma-runner-installer (>= ${source:Version}),
qapt-batch (>= ${source:Version}),
qapt-deb-installer (>= ${source:Version}),
${misc:Depends}
Recommends: gstreamer-qapt
Description: complete collection of QApt package management utilities
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This is a metapackage depending on all of QApt's extra package management
utilities.
Package: qapt-batch
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Batch package manager for KDE
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
QApt Batch is a simple GUI for doing batch package management operations.
It can install and remove packages, as well as update the package cache via a
command line interface. It also has an attach function invokable via the
command line. QApt Batch is a drop-in replacement for the "install-package"
batch package management tool.
Package: qapt-deb-installer
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: tool for installing deb files
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
The QApt deb installer allows you to install local .deb files. The QApt Deb
Installer resolves and downloads dependencies. The APT package manager does
the same, but only for remote packages.
Package: plasma-runner-installer
Architecture: any
Depends: qapt-batch (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: command-not-found
Description: KRunner plugin for installing packages
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This KRunner plugin offers the option to install an application if its
command is typed in to KRunner and the application is not already
installed.
Package: kde-thumbnailer-deb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: dolphin, konqueror
Description: KDE plugin to show thumbnails of Debian package files
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
A plugin for KDE file managers (Dolphin and Konqueror) to preview Debian
packages (.deb files) as thumbnails.
Package: gstreamer-qapt
Architecture: any
Depends: libqapt3-runtime (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Replaces: gstreamer0.10-qapt (<< 3~), gstreamer1.0-qapt (<< 3~)
Breaks: gstreamer0.10-qapt (<< 3~), gstreamer1.0-qapt (<< 3~)
Description: GStreamer plugin to install codecs using QApt
QApt is a collection of tools and a library providing a wrapper around
APT. The intention is to ease the use of APT in Qt-based programs.
.
This package provides a plugin for the GStreamer multimedia framework
to search and to install audio and video codecs.

1334
debian/copyright vendored Normal file

File diff suppressed because it is too large Load Diff

3
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
pristine-tar = True
sign-tags = True

2
debian/gstreamer-qapt.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/libexec/qapt-gst-helper
usr/share/locale/*/LC_MESSAGES/qapt-gst-helper.qm

11
debian/gstreamer-qapt.postinst vendored Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
set -e
update-alternatives --install /usr/bin/gstreamer-codec-install \
gstreamer-codec-install \
/usr/lib/$DPKG_MAINTSCRIPT_ARCH/libexec/qapt-gst-helper 85 || true
#DEBHELPER#
exit 0

13
debian/gstreamer-qapt.prerm vendored Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
update-alternatives --remove gstreamer-codec-install \
/usr/lib/$DPKG_MAINTSCRIPT_ARCH/libexec/qapt-gst-helper || true
fi
#DEBHELPER#
exit 0

2
debian/kde-thumbnailer-deb.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/qt5/plugins/debthumbnailer.so
usr/share/kservices5/debthumbnailer.desktop

21
debian/libqapt-dev.acc.in vendored Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<descriptor>
<version>
3.0.0
</version>
<headers>
/usr/include/QApt/
/usr/include/qapt/
</headers>
<libs>
/usr/lib/@@DEB_HOST_MULTIARCH@@/libQApt.so
</libs>
<gcc_options>
-fPIC
</gcc_options>
</descriptor>

6
debian/libqapt-dev.install vendored Normal file
View File

@ -0,0 +1,6 @@
usr/include/QApt/
usr/include/qapt/
usr/lib/*/cmake/QApt/
usr/lib/*/libQApt.so
usr/lib/*/pkgconfig/libqapt.pc
usr/lib/*/qt5/mkspecs/modules/qt_QApt.pri

4
debian/libqapt3-runtime.install vendored Normal file
View File

@ -0,0 +1,4 @@
etc/dbus-1/system.d/org.kubuntu.qaptworker3.conf
usr/bin/qaptworker3
usr/share/dbus-1/system-services/org.kubuntu.qaptworker3.service
usr/share/polkit-1/actions/org.kubuntu.qaptworker3.policy

View File

@ -0,0 +1,2 @@
# doesn't need a manpage, is only run from scripts/internally
libqapt3-runtime: binary-without-manpage usr/bin/qaptworker3

2
debian/libqapt3.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/*/libQApt.so.3
usr/lib/*/libQApt.so.3.*

475
debian/libqapt3.symbols vendored Normal file
View File

@ -0,0 +1,475 @@
# SymbolsHelper-Confirmed: 3.0.5 amd64
libQApt.so.3 libqapt3 #MINVER#
* Build-Depends-Package: libqapt-dev
_ZN4QApt11HistoryItemC1ERK7QString@Base 3.0.0
_ZN4QApt11HistoryItemC1ERKS0_@Base 3.0.0
_ZN4QApt11HistoryItemC2ERK7QString@Base 3.0.0
_ZN4QApt11HistoryItemC2ERKS0_@Base 3.0.0
_ZN4QApt11HistoryItemD1Ev@Base 3.0.0
_ZN4QApt11HistoryItemD2Ev@Base 3.0.0
_ZN4QApt11SourceEntry10setCommentERK7QString@Base 3.0.0
_ZN4QApt11SourceEntry10setEnabledEb@Base 3.0.0
_ZN4QApt11SourceEntry13setComponentsERK11QStringList@Base 3.0.0
_ZN4QApt11SourceEntry16setArchitecturesERK11QStringList@Base 3.0.0
_ZN4QApt11SourceEntry6setUriERK7QString@Base 3.0.0
_ZN4QApt11SourceEntry7setDistERK7QString@Base 3.0.0
_ZN4QApt11SourceEntry7setFileERK7QString@Base 3.0.0
_ZN4QApt11SourceEntry7setTypeERK7QString@Base 3.0.0
_ZN4QApt11SourceEntryC1ERK7QStringS3_@Base 3.0.0
_ZN4QApt11SourceEntryC1ERK7QStringS3_S3_RK11QStringListS3_S6_S3_@Base 3.0.0
_ZN4QApt11SourceEntryC1ERKS0_@Base 3.0.0
_ZN4QApt11SourceEntryC1Ev@Base 3.0.0
_ZN4QApt11SourceEntryC2ERK7QStringS3_@Base 3.0.0
_ZN4QApt11SourceEntryC2ERK7QStringS3_S3_RK11QStringListS3_S6_S3_@Base 3.0.0
_ZN4QApt11SourceEntryC2ERKS0_@Base 3.0.0
_ZN4QApt11SourceEntryC2Ev@Base 3.0.0
_ZN4QApt11SourceEntryD1Ev@Base 3.0.0
_ZN4QApt11SourceEntryD2Ev@Base 3.0.0
_ZN4QApt11SourceEntryaSERKS0_@Base 3.0.0
_ZN4QApt11SourcesList11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0
_ZN4QApt11SourcesList11qt_metacastEPKc@Base 3.0.0
_ZN4QApt11SourcesList11removeEntryERKNS_11SourceEntryE@Base 3.0.0
_ZN4QApt11SourcesList11sourceFilesEv@Base 3.0.0
_ZN4QApt11SourcesList13containsEntryERKNS_11SourceEntryERK7QString@Base 3.0.0
_ZN4QApt11SourcesList16staticMetaObjectE@Base 3.0.0
_ZN4QApt11SourcesList17dataForSourceFileERK7QString@Base 3.0.0
_ZN4QApt11SourcesList4saveEv@Base 3.0.0
_ZN4QApt11SourcesList6reloadEv@Base 3.0.0
_ZN4QApt11SourcesList8addEntryERKNS_11SourceEntryE@Base 3.0.0
_ZN4QApt11SourcesListC1EP7QObject@Base 3.0.0
_ZN4QApt11SourcesListC1EP7QObjectRK11QStringList@Base 3.0.0
_ZN4QApt11SourcesListC2EP7QObject@Base 3.0.0
_ZN4QApt11SourcesListC2EP7QObjectRK11QStringList@Base 3.0.0
_ZN4QApt11SourcesListD0Ev@Base 3.0.0
_ZN4QApt11SourcesListD1Ev@Base 3.0.0
_ZN4QApt11SourcesListD2Ev@Base 3.0.0
_ZN4QApt11Transaction10updateRoleENS_15TransactionRoleE@Base 3.0.0
_ZN4QApt11Transaction11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0
_ZN4QApt11Transaction11qt_metacastEPKc@Base 3.0.0
_ZN4QApt11Transaction11updateErrorENS_9ErrorCodeE@Base 3.0.0
_ZN4QApt11Transaction11updateProxyERK7QString@Base 3.0.0
_ZN4QApt11Transaction12emitFinishedEi@Base 3.0.0
_ZN4QApt11Transaction12updateLocaleERK7QString@Base 3.0.0
_ZN4QApt11Transaction12updatePausedEb@Base 3.0.0
_ZN4QApt11Transaction12updateStatusENS_17TransactionStatusE@Base 3.0.0
_ZN4QApt11Transaction12updateUserIdEi@Base 3.0.0
_ZN4QApt11Transaction13errorOccurredENS_9ErrorCodeE@Base 3.0.0
_ZN4QApt11Transaction13provideMediumERK7QString@Base 3.0.0
_ZN4QApt11Transaction13statusChangedENS_17TransactionStatusE@Base 3.0.0
_ZN4QApt11Transaction14mediumRequiredE7QStringS1_@Base 3.0.0
_ZN4QApt11Transaction14onCallFinishedEP23QDBusPendingCallWatcher@Base 3.0.0
_ZN4QApt11Transaction14setDebconfPipeERK7QString@Base 3.0.0
_ZN4QApt11Transaction14updateFilePathERK7QString@Base 3.0.0
_ZN4QApt11Transaction14updatePackagesERK4QMapI7QString8QVariantE@Base 3.0.0
_ZN4QApt11Transaction14updateProgressEi@Base 3.0.0
_ZN4QApt11Transaction14updatePropertyEiRK12QDBusVariant@Base 3.0.0
_ZN4QApt11Transaction15progressChangedEi@Base 3.0.0
_ZN4QApt11Transaction15promptUntrustedE11QStringList@Base 3.0.0
_ZN4QApt11Transaction15setFrontendCapsENS_12FrontendCapsE@Base 3.0.0
_ZN4QApt11Transaction15updateCancelledEb@Base 3.0.0
_ZN4QApt11Transaction16staticMetaObjectE@Base 3.0.0
_ZN4QApt11Transaction16updateExitStatusENS_10ExitStatusE@Base 3.0.0
_ZN4QApt11Transaction17updateCancellableEb@Base 3.0.0
_ZN4QApt11Transaction17updateDebconfPipeERK7QString@Base 3.0.0
_ZN4QApt11Transaction17updateDownloadETAEy@Base 3.0.0
_ZN4QApt11Transaction18cancellableChangedEb@Base 3.0.0
_ZN4QApt11Transaction18configFileConflictE7QStringS1_@Base 3.0.0
_ZN4QApt11Transaction18downloadETAChangedEy@Base 3.0.0
_ZN4QApt11Transaction18updateErrorDetailsERK7QString@Base 3.0.0
_ZN4QApt11Transaction18updateFrontendCapsENS_12FrontendCapsE@Base 3.0.0
_ZN4QApt11Transaction19serviceOwnerChangedE7QStringS1_S1_@Base 3.0.0
_ZN4QApt11Transaction19updateDownloadSpeedEy@Base 3.0.0
_ZN4QApt11Transaction19updateStatusDetailsERK7QString@Base 3.0.0
_ZN4QApt11Transaction19updateTransactionIdERK7QString@Base 3.0.0
_ZN4QApt11Transaction20downloadSpeedChangedEy@Base 3.0.0
_ZN4QApt11Transaction20replyUntrustedPromptEb@Base 3.0.0
_ZN4QApt11Transaction20statusDetailsChangedERK7QString@Base 3.0.0
_ZN4QApt11Transaction22updateDownloadProgressERKNS_16DownloadProgressE@Base 3.0.0
_ZN4QApt11Transaction23downloadProgressChangedENS_16DownloadProgressE@Base 3.0.0
_ZN4QApt11Transaction23updateUntrustedPackagesERK11QStringList@Base 3.0.0
_ZN4QApt11Transaction25resolveConfigFileConflictERK7QStringb@Base 3.0.0
_ZN4QApt11Transaction3runEv@Base 3.0.0
_ZN4QApt11Transaction4syncEv@Base 3.0.0
_ZN4QApt11Transaction6cancelEv@Base 3.0.0
_ZN4QApt11Transaction6pausedEv@Base 3.0.0
_ZN4QApt11Transaction7resumedEv@Base 3.0.0
_ZN4QApt11Transaction8finishedENS_10ExitStatusE@Base 3.0.0
_ZN4QApt11Transaction8setProxyERK7QString@Base 3.0.0
_ZN4QApt11Transaction9setLocaleERK7QString@Base 3.0.0
_ZN4QApt11TransactionC1ERK7QString@Base 3.0.0
_ZN4QApt11TransactionC2ERK7QString@Base 3.0.0
_ZN4QApt11TransactionD0Ev@Base 3.0.0
_ZN4QApt11TransactionD1Ev@Base 3.0.0
_ZN4QApt11TransactionD2Ev@Base 3.0.0
_ZN4QApt14ChangelogEntryC1ERK7QStringS3_@Base 3.0.0
_ZN4QApt14ChangelogEntryC1ERKS0_@Base 3.0.0
_ZN4QApt14ChangelogEntryC2ERK7QStringS3_@Base 3.0.0
_ZN4QApt14ChangelogEntryC2ERKS0_@Base 3.0.0
_ZN4QApt14ChangelogEntryD1Ev@Base 3.0.0
_ZN4QApt14ChangelogEntryD2Ev@Base 3.0.0
_ZN4QApt14ChangelogEntryaSERKS0_@Base 3.0.0
_ZN4QApt14DependencyInfo12parseDependsERK7QStringNS_14DependencyTypeE@Base 3.0.0
_ZN4QApt14DependencyInfo8typeNameENS_14DependencyTypeE@Base 3.0.0
_ZN4QApt14DependencyInfoC1ERK7QStringS3_NS_12RelationTypeENS_14DependencyTypeE@Base 3.0.0
_ZN4QApt14DependencyInfoC1ERKS0_@Base 3.0.0
_ZN4QApt14DependencyInfoC1Ev@Base 3.0.0
_ZN4QApt14DependencyInfoC2ERK7QStringS3_NS_12RelationTypeENS_14DependencyTypeE@Base 3.0.0
_ZN4QApt14DependencyInfoC2ERKS0_@Base 3.0.0
_ZN4QApt14DependencyInfoC2Ev@Base 3.0.0
_ZN4QApt14DependencyInfoD1Ev@Base 3.0.0
_ZN4QApt14DependencyInfoD2Ev@Base 3.0.0
_ZN4QApt14DependencyInfoaSERKS0_@Base 3.0.0
_ZN4QApt16DownloadProgress11setFileSizeEy@Base 3.0.0
_ZN4QApt16DownloadProgress14setFetchedSizeEy@Base 3.0.0
_ZN4QApt16DownloadProgress16setStatusMessageERK7QString@Base 3.0.0
_ZN4QApt16DownloadProgress17registerMetaTypesEv@Base 3.0.0
_ZN4QApt16DownloadProgress19setShortDescriptionERK7QString@Base 3.0.0
_ZN4QApt16DownloadProgress6setUriERK7QString@Base 3.0.0
_ZN4QApt16DownloadProgress9setStatusENS_14DownloadStatusE@Base 3.0.0
_ZN4QApt16DownloadProgressC1ERK7QStringNS_14DownloadStatusES3_yyS3_@Base 3.0.0
_ZN4QApt16DownloadProgressC1ERKS0_@Base 3.0.0
_ZN4QApt16DownloadProgressC1Ev@Base 3.0.0
_ZN4QApt16DownloadProgressC2ERK7QStringNS_14DownloadStatusES3_yyS3_@Base 3.0.0
_ZN4QApt16DownloadProgressC2ERKS0_@Base 3.0.0
_ZN4QApt16DownloadProgressC2Ev@Base 3.0.0
_ZN4QApt16DownloadProgressD1Ev@Base 3.0.0
_ZN4QApt16DownloadProgressD2Ev@Base 3.0.0
_ZN4QApt16DownloadProgressaSERKS0_@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC1ENS_12BrokenReasonERKNS_14DependencyInfoE@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC1ERKS0_@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC1Ev@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC2ENS_12BrokenReasonERKNS_14DependencyInfoE@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC2ERKS0_@Base 3.0.0
_ZN4QApt16MarkingErrorInfoC2Ev@Base 3.0.0
_ZN4QApt16MarkingErrorInfoD1Ev@Base 3.0.0
_ZN4QApt16MarkingErrorInfoD2Ev@Base 3.0.0
_ZN4QApt16MarkingErrorInfoaSERKS0_@Base 3.0.0
_ZN4QApt6Config10writeEntryERK7QStringS3_@Base 3.0.0
_ZN4QApt6Config10writeEntryERK7QStringb@Base 3.0.0
_ZN4QApt6Config10writeEntryERK7QStringi@Base 3.0.0
_ZN4QApt6Config11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0
_ZN4QApt6Config11qt_metacastEPKc@Base 3.0.0
_ZN4QApt6Config16staticMetaObjectE@Base 3.0.0
_ZN4QApt6ConfigC1EP7QObject@Base 3.0.0
_ZN4QApt6ConfigC2EP7QObject@Base 3.0.0
_ZN4QApt6ConfigD0Ev@Base 3.0.0
_ZN4QApt6ConfigD1Ev@Base 3.0.0
_ZN4QApt6ConfigD2Ev@Base 3.0.0
_ZN4QApt7Backend11installFileERKNS_7DebFileE@Base 3.0.0
_ZN4QApt7Backend11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0
_ZN4QApt7Backend11qt_metacastEPKc@Base 3.0.0
_ZN4QApt7Backend11reloadCacheEv@Base 3.0.0
_ZN4QApt7Backend11updateCacheEv@Base 3.0.0
_ZN4QApt7Backend12markPackagesERK5QListIPNS_7PackageEENS2_5StateE@Base 3.0.0
_ZN4QApt7Backend12setInitErrorEv@Base 3.0.0
_ZN4QApt7Backend13commitChangesEv@Base 3.0.0
_ZN4QApt7Backend13upgradeSystemENS_11UpgradeTypeE@Base 3.0.0
_ZN4QApt7Backend14loadSelectionsERK7QString@Base 3.0.0
_ZN4QApt7Backend14packageChangedEv@Base 3.0.0
_ZN4QApt7Backend14removePackagesE5QListIPNS_7PackageEE@Base 3.0.0
_ZN4QApt7Backend14saveCacheStateEv@Base 3.0.0
_ZN4QApt7Backend15installPackagesE5QListIPNS_7PackageEE@Base 3.0.0
_ZN4QApt7Backend15loadPackagePinsEv@Base 3.0.0
_ZN4QApt7Backend15loadReleaseDateEv@Base 3.0.5
_ZN4QApt7Backend15openXapianIndexEv@Base 3.0.0
_ZN4QApt7Backend15setFrontendCapsENS_12FrontendCapsE@Base 3.0.0
_ZN4QApt7Backend16downloadArchivesERK7QStringS3_@Base 3.0.0
_ZN4QApt7Backend16setPackagePinnedEPNS_7PackageEb@Base 3.0.0
_ZN4QApt7Backend16staticMetaObjectE@Base 3.0.0
_ZN4QApt7Backend17addArchiveToCacheERKNS_7DebFileE@Base 3.0.0
_ZN4QApt7Backend17restoreCacheStateERK5QListIiE@Base 3.0.0
_ZN4QApt7Backend17setCompressEventsEb@Base 3.0.0
_ZN4QApt7Backend17updateXapianIndexEv@Base 3.0.0
_ZN4QApt7Backend18cacheReloadStartedEv@Base 3.0.2
_ZN4QApt7Backend18emitPackageChangedEv@Base 3.0.0
_ZN4QApt7Backend19cacheReloadFinishedEv@Base 3.0.2
_ZN4QApt7Backend19xapianUpdateStartedEv@Base 3.0.0
_ZN4QApt7Backend20setUndoRedoCacheSizeEi@Base 3.0.0
_ZN4QApt7Backend20xapianUpdateFinishedEv@Base 3.0.0
_ZN4QApt7Backend20xapianUpdateProgressEi@Base 3.0.0
_ZN4QApt7Backend21markPackageForInstallERK7QString@Base 3.0.0
_ZN4QApt7Backend21markPackageForRemovalERK7QString@Base 3.0.0
_ZN4QApt7Backend22markPackagesForUpgradeEv@Base 3.0.0
_ZN4QApt7Backend23transactionQueueChangedE7QString11QStringList@Base 3.0.0
_ZN4QApt7Backend24emitXapianUpdateFinishedEv@Base 3.0.0
_ZN4QApt7Backend25markPackagesForAutoRemoveEv@Base 3.0.0
_ZN4QApt7Backend26markPackagesForDistUpgradeEv@Base 3.0.0
_ZN4QApt7Backend4initEv@Base 3.0.0
_ZN4QApt7Backend4redoEv@Base 3.0.0
_ZN4QApt7Backend4undoEv@Base 3.0.0
_ZN4QApt7BackendC1EP7QObject@Base 3.0.0
_ZN4QApt7BackendC2EP7QObject@Base 3.0.0
_ZN4QApt7BackendD0Ev@Base 3.0.0
_ZN4QApt7BackendD1Ev@Base 3.0.0
_ZN4QApt7BackendD2Ev@Base 3.0.0
_ZN4QApt7DebFileC1ERK7QString@Base 3.0.0
_ZN4QApt7DebFileC2ERK7QString@Base 3.0.0
_ZN4QApt7DebFileD1Ev@Base 3.0.0
_ZN4QApt7DebFileD2Ev@Base 3.0.0
_ZN4QApt7History11qt_metacallEN11QMetaObject4CallEiPPv@Base 3.0.0
_ZN4QApt7History11qt_metacastEPKc@Base 3.0.0
_ZN4QApt7History16staticMetaObjectE@Base 3.0.0
_ZN4QApt7History6reloadEv@Base 3.0.0
_ZN4QApt7HistoryC1EP7QObject@Base 3.0.0
_ZN4QApt7HistoryC2EP7QObject@Base 3.0.0
_ZN4QApt7HistoryD0Ev@Base 3.0.0
_ZN4QApt7HistoryD1Ev@Base 3.0.0
_ZN4QApt7HistoryD2Ev@Base 3.0.0
_ZN4QApt7Package10setInstallEv@Base 3.0.0
_ZN4QApt7Package10setVersionERK7QString@Base 3.0.0
_ZN4QApt7Package12setReInstallEv@Base 3.0.0
_ZN4QApt7Package14compareVersionERK7QStringS3_@Base 3.0.0
_ZN4QApt7Package15upstreamVersionERK7QString@Base 3.0.0
_ZN4QApt7Package7setAutoEb@Base 3.0.0
_ZN4QApt7Package7setKeepEv@Base 3.0.0
_ZN4QApt7Package8setPurgeEv@Base 3.0.0
_ZN4QApt7Package9setPinnedEb@Base 3.0.0
_ZN4QApt7Package9setRemoveEv@Base 3.0.0
_ZN4QApt7PackageC1EPNS_7BackendERN8pkgCache11PkgIteratorE@Base 3.0.0
_ZN4QApt7PackageC2EPNS_7BackendERN8pkgCache11PkgIteratorE@Base 3.0.0
_ZN4QApt7PackageD1Ev@Base 3.0.0
_ZN4QApt7PackageD2Ev@Base 3.0.0
_ZN4QApt9ChangelogC1ERK7QStringS3_@Base 3.0.0
_ZN4QApt9ChangelogC1ERKS0_@Base 3.0.0
_ZN4QApt9ChangelogC2ERK7QStringS3_@Base 3.0.0
_ZN4QApt9ChangelogC2ERKS0_@Base 3.0.0
_ZN4QApt9ChangelogD1Ev@Base 3.0.0
_ZN4QApt9ChangelogD2Ev@Base 3.0.0
_ZN4QApt9ChangelogaSERKS0_@Base 3.0.0
_ZNK4QApt11HistoryItem11errorStringEv@Base 3.0.0
_ZNK4QApt11HistoryItem14purgedPackagesEv@Base 3.0.0
_ZNK4QApt11HistoryItem15removedPackagesEv@Base 3.0.0
_ZNK4QApt11HistoryItem16upgradedPackagesEv@Base 3.0.0
_ZNK4QApt11HistoryItem17installedPackagesEv@Base 3.0.0
_ZNK4QApt11HistoryItem18downgradedPackagesEv@Base 3.0.0
_ZNK4QApt11HistoryItem7isValidEv@Base 3.0.0
_ZNK4QApt11HistoryItem9startDateEv@Base 3.0.0
_ZNK4QApt11SourceEntry10componentsEv@Base 3.0.0
_ZNK4QApt11SourceEntry13architecturesEv@Base 3.0.0
_ZNK4QApt11SourceEntry3uriEv@Base 3.0.0
_ZNK4QApt11SourceEntry4distEv@Base 3.0.0
_ZNK4QApt11SourceEntry4fileEv@Base 3.0.0
_ZNK4QApt11SourceEntry4typeEv@Base 3.0.0
_ZNK4QApt11SourceEntry7commentEv@Base 3.0.0
_ZNK4QApt11SourceEntry7isValidEv@Base 3.0.0
_ZNK4QApt11SourceEntry8toStringEv@Base 3.0.0
_ZNK4QApt11SourceEntry9isEnabledEv@Base 3.0.0
_ZNK4QApt11SourceEntryeqERKS0_@Base 3.0.0
_ZNK4QApt11SourcesList10metaObjectEv@Base 3.0.0
_ZNK4QApt11SourcesList7entriesERK7QString@Base 3.0.0
_ZNK4QApt11SourcesList7entriesEv@Base 3.0.0
_ZNK4QApt11SourcesList8toStringEv@Base 3.0.0
_ZNK4QApt11Transaction10exitStatusEv@Base 3.0.0
_ZNK4QApt11Transaction10metaObjectEv@Base 3.0.0
_ZNK4QApt11Transaction11debconfPipeEv@Base 3.0.0
_ZNK4QApt11Transaction11downloadETAEv@Base 3.0.0
_ZNK4QApt11Transaction11errorStringEv@Base 3.0.0
_ZNK4QApt11Transaction11isCancelledEv@Base 3.0.0
_ZNK4QApt11Transaction12errorDetailsEv@Base 3.0.0
_ZNK4QApt11Transaction12frontendCapsEv@Base 3.0.0
_ZNK4QApt11Transaction13downloadSpeedEv@Base 3.0.0
_ZNK4QApt11Transaction13isCancellableEv@Base 3.0.0
_ZNK4QApt11Transaction13statusDetailsEv@Base 3.0.0
_ZNK4QApt11Transaction13transactionIdEv@Base 3.0.0
_ZNK4QApt11Transaction16downloadProgressEv@Base 3.0.0
_ZNK4QApt11Transaction17untrustedPackagesEv@Base 3.0.0
_ZNK4QApt11Transaction4roleEv@Base 3.0.0
_ZNK4QApt11Transaction5errorEv@Base 3.0.0
_ZNK4QApt11Transaction5proxyEv@Base 3.0.0
_ZNK4QApt11Transaction6localeEv@Base 3.0.0
_ZNK4QApt11Transaction6statusEv@Base 3.0.0
_ZNK4QApt11Transaction6userIdEv@Base 3.0.0
_ZNK4QApt11Transaction8filePathEv@Base 3.0.0
_ZNK4QApt11Transaction8isPausedEv@Base 3.0.0
_ZNK4QApt11Transaction8packagesEv@Base 3.0.0
_ZNK4QApt11Transaction8progressEv@Base 3.0.0
_ZNK4QApt11TransactioneqEPKS0_@Base 3.0.0
_ZNK4QApt14ChangelogEntry11descriptionEv@Base 3.0.0
_ZNK4QApt14ChangelogEntry13issueDateTimeEv@Base 3.0.0
_ZNK4QApt14ChangelogEntry7CVEUrlsEv@Base 3.0.0
_ZNK4QApt14ChangelogEntry7versionEv@Base 3.0.0
_ZNK4QApt14ChangelogEntry9entryTextEv@Base 3.0.0
_ZNK4QApt14DependencyInfo11packageNameEv@Base 3.0.0
_ZNK4QApt14DependencyInfo12relationTypeEv@Base 3.0.0
_ZNK4QApt14DependencyInfo14dependencyTypeEv@Base 3.0.0
_ZNK4QApt14DependencyInfo14packageVersionEv@Base 3.0.0
_ZNK4QApt14DependencyInfo19multiArchAnnotationEv@Base 3.0.1
_ZNK4QApt16DownloadProgress11fetchedSizeEv@Base 3.0.0
_ZNK4QApt16DownloadProgress13statusMessageEv@Base 3.0.0
_ZNK4QApt16DownloadProgress16shortDescriptionEv@Base 3.0.0
_ZNK4QApt16DownloadProgress3uriEv@Base 3.0.0
_ZNK4QApt16DownloadProgress6statusEv@Base 3.0.0
_ZNK4QApt16DownloadProgress8fileSizeEv@Base 3.0.0
_ZNK4QApt16DownloadProgress8progressEv@Base 3.0.0
_ZNK4QApt16MarkingErrorInfo9errorInfoEv@Base 3.0.0
_ZNK4QApt16MarkingErrorInfo9errorTypeEv@Base 3.0.0
_ZNK4QApt6Config10metaObjectEv@Base 3.0.0
_ZNK4QApt6Config13architecturesEv@Base 3.0.0
_ZNK4QApt6Config13findDirectoryERK7QStringS3_@Base 3.0.0
_ZNK4QApt6Config8findFileERK7QStringS3_@Base 3.0.0
_ZNK4QApt6Config9readEntryERK7QStringS3_@Base 3.0.0
_ZNK4QApt6Config9readEntryERK7QStringb@Base 3.0.0
_ZNK4QApt6Config9readEntryERK7QStringi@Base 3.0.0
_ZNK4QApt7Backend10metaObjectEv@Base 3.0.0
_ZNK4QApt7Backend11installSizeEv@Base 3.0.0
_ZNK4QApt7Backend11originLabelERK7QString@Base 3.0.0
_ZNK4QApt7Backend11releaseDateEv@Base 3.0.5
_ZNK4QApt7Backend12downloadSizeEv@Base 3.0.0
_ZNK4QApt7Backend12frontendCapsEv@Base 3.0.0
_ZNK4QApt7Backend12originLabelsEv@Base 3.0.0
_ZNK4QApt7Backend12packageCountERK6QFlagsINS_7Package5StateEE@Base 3.0.0
_ZNK4QApt7Backend12packageCountEv@Base 3.0.0
_ZNK4QApt7Backend12stateChangesERK5QListIiERKS1_IPNS_7PackageEE@Base 3.0.0
_ZNK4QApt7Backend13architecturesEv@Base 3.0.0
_ZNK4QApt7Backend13toRemoveCountEv@Base 3.0.0
_ZNK4QApt7Backend14installedCountEv@Base 3.0.0
_ZNK4QApt7Backend14markedPackagesEv@Base 3.0.0
_ZNK4QApt7Backend14originsForHostERK7QString@Base 3.0.0
_ZNK4QApt7Backend14packageForFileERK7QString@Base 3.0.0
_ZNK4QApt7Backend14saveSelectionsERK7QString@Base 3.0.0
_ZNK4QApt7Backend14toInstallCountEv@Base 3.0.0
_ZNK4QApt7Backend15availableGroupsEv@Base 3.0.0
_ZNK4QApt7Backend16areChangesMarkedEv@Base 3.0.0
_ZNK4QApt7Backend16initErrorMessageEv@Base 3.0.0
_ZNK4QApt7Backend16isRedoStackEmptyEv@Base 3.0.0
_ZNK4QApt7Backend16isUndoStackEmptyEv@Base 3.0.0
_ZNK4QApt7Backend16saveDownloadListERK7QString@Base 3.0.0
_ZNK4QApt7Backend17availablePackagesEv@Base 3.0.0
_ZNK4QApt7Backend17currentCacheStateEv@Base 3.0.0
_ZNK4QApt7Backend17packageSourceListEv@Base 3.0.0
_ZNK4QApt7Backend18isMultiArchEnabledEv@Base 3.0.0
_ZNK4QApt7Backend18nativeArchitectureEv@Base 3.0.0
_ZNK4QApt7Backend19areEventsCompressedEv@Base 3.0.0
_ZNK4QApt7Backend19upgradeablePackagesEv@Base 3.0.0
_ZNK4QApt7Backend20timeCacheLastUpdatedEv@Base 3.0.0
_ZNK4QApt7Backend22xapianIndexNeedsUpdateEv@Base 3.0.0
_ZNK4QApt7Backend25saveInstalledPackagesListERK7QString@Base 3.0.0
_ZNK4QApt7Backend5cacheEv@Base 3.0.0
_ZNK4QApt7Backend6configEv@Base 3.0.0
_ZNK4QApt7Backend6originERK7QString@Base 3.0.0
_ZNK4QApt7Backend6searchERK7QString@Base 3.0.0
_ZNK4QApt7Backend7originsEv@Base 3.0.0
_ZNK4QApt7Backend7packageE13QLatin1String@Base 3.0.0
_ZNK4QApt7Backend7packageERK7QString@Base 3.0.0
_ZNK4QApt7Backend7packageERN8pkgCache11PkgIteratorE@Base 3.0.0
_ZNK4QApt7Backend7recordsEv@Base 3.0.0
_ZNK4QApt7Backend8isBrokenEv@Base 3.0.0
_ZNK4QApt7DebFile10maintainerEv@Base 3.0.0
_ZNK4QApt7DebFile10preDependsEv@Base 3.0.0
_ZNK4QApt7DebFile10recommendsEv@Base 3.0.0
_ZNK4QApt7DebFile11packageNameEv@Base 3.0.0
_ZNK4QApt7DebFile12architectureEv@Base 3.0.0
_ZNK4QApt7DebFile12controlFieldERK13QLatin1String@Base 3.0.0
_ZNK4QApt7DebFile12controlFieldERK7QString@Base 3.0.0
_ZNK4QApt7DebFile13installedSizeEv@Base 3.0.0
_ZNK4QApt7DebFile13sourcePackageEv@Base 3.0.0
_ZNK4QApt7DebFile14extractArchiveERK7QString@Base 3.0.0
_ZNK4QApt7DebFile15longDescriptionEv@Base 3.0.0
_ZNK4QApt7DebFile16shortDescriptionEv@Base 3.0.0
_ZNK4QApt7DebFile22extractFileFromArchiveERK7QStringS3_@Base 3.0.0
_ZNK4QApt7DebFile6breaksEv@Base 3.0.0
_ZNK4QApt7DebFile6md5SumEv@Base 3.0.0
_ZNK4QApt7DebFile7dependsEv@Base 3.0.0
_ZNK4QApt7DebFile7isValidEv@Base 3.0.0
_ZNK4QApt7DebFile7sectionEv@Base 3.0.0
_ZNK4QApt7DebFile7versionEv@Base 3.0.0
_ZNK4QApt7DebFile8enhancesEv@Base 3.0.0
_ZNK4QApt7DebFile8fileListEv@Base 3.0.0
_ZNK4QApt7DebFile8filePathEv@Base 3.0.0
_ZNK4QApt7DebFile8homepageEv@Base 3.0.0
_ZNK4QApt7DebFile8iconListEv@Base 3.0.0
_ZNK4QApt7DebFile8priorityEv@Base 3.0.0
_ZNK4QApt7DebFile8replacesEv@Base 3.0.0
_ZNK4QApt7DebFile8suggestsEv@Base 3.0.0
_ZNK4QApt7DebFile9conflictsEv@Base 3.0.0
_ZNK4QApt7DebFile9obsoletesEv@Base 3.0.0
_ZNK4QApt7History10metaObjectEv@Base 3.0.0
_ZNK4QApt7History12historyItemsEv@Base 3.0.0
_ZNK4QApt7Package10maintainerEv@Base 3.0.0
_ZNK4QApt7Package10preDependsEv@Base 3.0.0
_ZNK4QApt7Package10recommendsEv@Base 3.0.0
_ZNK4QApt7Package10wouldBreakEv@Base 3.0.0
_ZNK4QApt7Package11isInstalledEv@Base 3.0.0
_ZNK4QApt7Package11isSupportedEv@Base 3.0.0
_ZNK4QApt7Package11staticStateEv@Base 3.0.0
_ZNK4QApt7Package12architectureEv@Base 3.0.0
_ZNK4QApt7Package12brokenReasonEv@Base 3.0.0
_ZNK4QApt7Package12changelogUrlEv@Base 3.0.0
_ZNK4QApt7Package12controlFieldE13QLatin1String@Base 3.0.0
_ZNK4QApt7Package12controlFieldERK7QString@Base 3.0.0
_ZNK4QApt7Package12downloadSizeEv@Base 3.0.0
_ZNK4QApt7Package12enhancesListEv@Base 3.0.0
_ZNK4QApt7Package12providesListEv@Base 3.0.0
_ZNK4QApt7Package12suggestsListEv@Base 3.0.0
_ZNK4QApt7Package13installedSizeEv@Base 3.0.5
_ZNK4QApt7Package13isForeignArchEv@Base 3.0.0
_ZNK4QApt7Package13multiArchTypeEv@Base 3.0.0
_ZNK4QApt7Package13screenshotUrlENS_14ScreenshotTypeE@Base 3.0.0
_ZNK4QApt7Package13sourcePackageEv@Base 3.0.0
_ZNK4QApt7Package14dependencyListEb@Base 3.0.0
_ZNK4QApt7Package14enhancedByListEv@Base 3.0.0
_ZNK4QApt7Package14recommendsListEv@Base 3.0.0
_ZNK4QApt7Package14requiredByListEv@Base 3.0.0
_ZNK4QApt7Package14supportedUntilEv@Base 3.0.0
_ZNK4QApt7Package15isInUpdatePhaseEv@Base 3.0.1
_ZNK4QApt7Package15longDescriptionEv@Base 3.0.0
_ZNK4QApt7Package15packageIteratorEv@Base 3.0.0
_ZNK4QApt7Package15upstreamVersionEv@Base 3.0.0
_ZNK4QApt7Package16availableVersionEv@Base 3.0.0
_ZNK4QApt7Package16installedVersionEv@Base 3.0.0
_ZNK4QApt7Package16shortDescriptionEv@Base 3.0.0
_ZNK4QApt7Package17availableVersionsEv@Base 3.0.0
_ZNK4QApt7Package18installedFilesListEv@Base 3.0.0
_ZNK4QApt7Package19multiArchTypeStringEv@Base 3.0.0
_ZNK4QApt7Package20currentInstalledSizeEv@Base 3.0.0
_ZNK4QApt7Package20isMultiArchDuplicateEv@Base 3.0.0
_ZNK4QApt7Package22availableInstalledSizeEv@Base 3.0.0
_ZNK4QApt7Package2idEv@Base 3.0.0
_ZNK4QApt7Package4nameEv@Base 3.0.0
_ZNK4QApt7Package4siteEv@Base 3.0.1
_ZNK4QApt7Package5stateEv@Base 3.0.0
_ZNK4QApt7Package6breaksEv@Base 3.0.0
_ZNK4QApt7Package6md5SumEv@Base 3.0.0
_ZNK4QApt7Package6originEv@Base 3.0.0
_ZNK4QApt7Package7dependsEv@Base 3.0.0
_ZNK4QApt7Package7sectionEv@Base 3.0.0
_ZNK4QApt7Package7versionEv@Base 3.0.0
_ZNK4QApt7Package8archivesEv@Base 3.0.0
_ZNK4QApt7Package8enhancesEv@Base 3.0.0
_ZNK4QApt7Package8homepageEv@Base 3.0.0
_ZNK4QApt7Package8priorityEv@Base 3.0.0
_ZNK4QApt7Package8replacesEv@Base 3.0.0
_ZNK4QApt7Package8suggestsEv@Base 3.0.0
_ZNK4QApt7Package9componentEv@Base 3.0.0
_ZNK4QApt7Package9conflictsEv@Base 3.0.0
_ZNK4QApt7Package9isTrustedEv@Base 3.0.0
_ZNK4QApt7Package9obsoletesEv@Base 3.0.0
_ZNK4QApt9Changelog15newEntriesSinceERK7QString@Base 3.0.0
_ZNK4QApt9Changelog4textEv@Base 3.0.0
_ZNK4QApt9Changelog7entriesEv@Base 3.0.0
(optional=templinst|subst)_ZNSt24uniform_int_distributionIiEclISt26linear_congruential_engineI{size_t}L{size_t}16807EL{size_t}0EL{size_t}2147483647EEEEiRT_RKNS0_10param_typeE@Base 3.0.1
(optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 3.0.5
(optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag@Base 3.0.5
_ZTIN4QApt11SourcesListE@Base 3.0.0
_ZTIN4QApt11TransactionE@Base 3.0.0
_ZTIN4QApt6ConfigE@Base 3.0.0
_ZTIN4QApt7BackendE@Base 3.0.0
_ZTIN4QApt7HistoryE@Base 3.0.0
_ZTIN6Xapian12RuntimeErrorE@Base 3.0.0
_ZTIN6Xapian13DatabaseErrorE@Base 3.0.0
_ZTIN6Xapian20DatabaseOpeningErrorE@Base 3.0.0
_ZTIN6Xapian5ErrorE@Base 3.0.0
_ZTSN4QApt11SourcesListE@Base 3.0.0
_ZTSN4QApt11TransactionE@Base 3.0.0
_ZTSN4QApt6ConfigE@Base 3.0.0
_ZTSN4QApt7BackendE@Base 3.0.0
_ZTSN4QApt7HistoryE@Base 3.0.0
_ZTSN6Xapian12RuntimeErrorE@Base 3.0.0
_ZTSN6Xapian13DatabaseErrorE@Base 3.0.0
_ZTSN6Xapian20DatabaseOpeningErrorE@Base 3.0.0
_ZTSN6Xapian5ErrorE@Base 3.0.0
_ZTVN4QApt11SourcesListE@Base 3.0.0
_ZTVN4QApt11TransactionE@Base 3.0.0
_ZTVN4QApt6ConfigE@Base 3.0.0
_ZTVN4QApt7BackendE@Base 3.0.0
_ZTVN4QApt7HistoryE@Base 3.0.0

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
# You must remove unused comment lines for the released package.

View File

@ -0,0 +1,3 @@
usr/lib/*/qt5/plugins/krunner_installer.so
usr/share/kservices5/plasma-runner-installer.desktop
usr/share/locale/*/LC_MESSAGES/plasma_runner_installer.qm

2
debian/qapt-batch.install vendored Normal file
View File

@ -0,0 +1,2 @@
usr/bin/qapt-batch
usr/share/locale/*/LC_MESSAGES/qaptbatch.qm

2
debian/qapt-batch.lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# doesn't need a manpage, only run from scripts or internally
qapt-batch: binary-without-manpage usr/bin/qapt-batch

3
debian/qapt-deb-installer.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/bin/qapt-deb-installer
usr/share/applications/qapt-deb-installer.desktop
usr/share/locale/*/LC_MESSAGES/qapt-deb-installer.qm

View File

@ -0,0 +1,2 @@
# doesn't need a man, is only used from scripts/internally
qapt-deb-installer: binary-without-manpage usr/bin/qapt-deb-installer

18
debian/rules vendored Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
export QT_SELECT=qt5
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --with kf5,pkgkde_symbolshelper
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_test:
# Disable dh_auto_test
:
override_dh_strip:
dh_strip --dbgsym-migration='qapt-dbg (<< 3.0.3-1~)'

6
debian/salsa-ci.yml vendored Normal file
View File

@ -0,0 +1,6 @@
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_MISSING_BREAKS: 'no'
SALSA_CI_DISABLE_RC_BUGS: 'no'

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

11
debian/tests/acc vendored Executable file
View File

@ -0,0 +1,11 @@
#!/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_acc

2
debian/tests/control vendored Normal file
View File

@ -0,0 +1,2 @@
Tests: acc
Depends: @, dh-acc, exuberant-ctags

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://download.kde.org/stable/libqapt/([\d.]+)/libqapt-([\d.]+)\.tar\.xz