[SCM] qapt packaging branch, gsoc-floris-2014, updated. debian/1.3.0-2-14-g421cd10

Floris-Andrei Stoica-Marcu smfloris-guest at moszumanska.debian.org
Sun Jun 22 08:42:53 UTC 2014


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

The following commit has been merged in the gsoc-floris-2014 branch:
commit e0be4d38456aded1385a086053f119f78ad92190
Author: Floris-Andrei Stoica-Marcu <floris.sm at gmail.com>
Date:   Fri Jun 20 15:27:56 2014 +0300

    Bumped up libqapt-runtime so that it won't break compatibility of the apps using older versions
---
 debian/control                                                    | 8 ++++----
 debian/{libqapt-runtime.install => libqapt2-runtime.install}      | 0
 ...ntime.lintian-overrides => libqapt2-runtime.lintian-overrides} | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1fc484c..d570ff1 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: Development headers for the QApt library
  .
  This package contains the development headers for the QApt library
 
-Package: libqapt-runtime
+Package: libqapt2-runtime
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Runtime components for the QApt library
@@ -69,7 +69,7 @@ Description: complete collection of QApt package management utilities
 
 Package: qapt-batch
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt2-runtime
 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.
@@ -82,7 +82,7 @@ Description: Batch package manager for KDE
 
 Package: qapt-deb-installer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt2-runtime
 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.
@@ -115,7 +115,7 @@ Description: KDE plugin to show thumbnails of Debian package files
 
 Package: gstreamer1.0-qapt
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqapt2-runtime
 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.
diff --git a/debian/libqapt-runtime.install b/debian/libqapt2-runtime.install
similarity index 100%
rename from debian/libqapt-runtime.install
rename to debian/libqapt2-runtime.install
diff --git a/debian/libqapt-runtime.lintian-overrides b/debian/libqapt2-runtime.lintian-overrides
similarity index 50%
rename from debian/libqapt-runtime.lintian-overrides
rename to debian/libqapt2-runtime.lintian-overrides
index 5154241..df7644b 100644
--- a/debian/libqapt-runtime.lintian-overrides
+++ b/debian/libqapt2-runtime.lintian-overrides
@@ -1,2 +1,2 @@
 # doesn't need a manpage, is only run from scripts/internally
-libqapt-runtime: binary-without-manpage usr/bin/qaptworker
+libqapt2-runtime: binary-without-manpage usr/bin/qaptworker

-- 
qapt packaging



More information about the pkg-kde-commits mailing list