[SCM] qapt packaging branch, kubuntu_unstable, updated. debian/1.3.0-2-10-g7c77926

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sun Dec 14 18:16:24 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qapt.git;a=commitdiff;h=6b14385

The following commit has been merged in the kubuntu_unstable branch:
commit 6b14385f4699fab3ccf6748bd12e5098c07c4017
Author: Harald Sitter <sitter at kde.org>
Date:   Sun Dec 14 19:15:52 2014 +0100

    bump runtime to version 3
    
    as per upstream changes
---
 debian/control                                                 | 10 +++++-----
 debian/libqapt2-runtime.install                                |  4 ----
 debian/libqapt3-runtime.install                                |  4 ++++
 ...me.lintian-overrides => libqapt3-runtime.lintian-overrides} |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 6f864ab..b85188b 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/qapt.git;a=s
 Package: libqapt3
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: libqapt2-runtime
+Recommends: libqapt3-runtime
 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
@@ -55,7 +55,7 @@ Description: Development headers for the QApt library
  .
  This package contains the development headers for the QApt library
 
-Package: libqapt2-runtime
+Package: libqapt3-runtime
 Architecture: any
 Depends: polkit-kde-1 | policykit-1-gnome, ${misc:Depends}, ${shlibs:Depends}
 Description: Runtime components for the QApt library
@@ -84,7 +84,7 @@ Description: complete collection of QApt package management utilities
 
 Package: qapt-batch
 Architecture: any
-Depends: libqapt2-runtime, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqapt3-runtime, ${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.
@@ -97,7 +97,7 @@ Description: Batch package manager for KDE
 
 Package: qapt-deb-installer
 Architecture: any
-Depends: libqapt2-runtime, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqapt3-runtime, ${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.
@@ -130,7 +130,7 @@ Description: KDE plugin to show thumbnails of Debian package files
 
 Package: gstreamer-qapt
 Architecture: any
-Depends: libqapt2-runtime, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqapt3-runtime, ${misc:Depends}, ${shlibs:Depends}
 Replaces: gstreamer0.10-qapt (<< 2.1.70-0ubuntu5~)
 Breaks: gstreamer0.10-qapt (<< 2.1.70-0ubuntu5~)
 Description: GStreamer plugin to install codecs using QApt
diff --git a/debian/libqapt2-runtime.install b/debian/libqapt2-runtime.install
deleted file mode 100644
index c4cfa12..0000000
--- a/debian/libqapt2-runtime.install
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/dbus-1/system.d/org.kubuntu.qaptworker2.conf
-usr/bin/qaptworker2
-usr/share/dbus-1/system-services/org.kubuntu.qaptworker2.service
-usr/share/polkit-1/actions/org.kubuntu.qaptworker2.policy
diff --git a/debian/libqapt3-runtime.install b/debian/libqapt3-runtime.install
new file mode 100644
index 0000000..e2da8c6
--- /dev/null
+++ b/debian/libqapt3-runtime.install
@@ -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
diff --git a/debian/libqapt2-runtime.lintian-overrides b/debian/libqapt3-runtime.lintian-overrides
similarity index 50%
rename from debian/libqapt2-runtime.lintian-overrides
rename to debian/libqapt3-runtime.lintian-overrides
index df7644b..528adb9 100644
--- a/debian/libqapt2-runtime.lintian-overrides
+++ b/debian/libqapt3-runtime.lintian-overrides
@@ -1,2 +1,2 @@
 # doesn't need a manpage, is only run from scripts/internally
-libqapt2-runtime: binary-without-manpage usr/bin/qaptworker
+libqapt3-runtime: binary-without-manpage usr/bin/qaptworker

-- 
qapt packaging



More information about the pkg-kde-commits mailing list