[SCM] qapt packaging branch, kubuntu_unstable, updated. debian/1.3.0-2-14-gccb7cf6
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Tue Jan 20 11:59:02 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qapt.git;a=commitdiff;h=ccb7cf6
The following commit has been merged in the kubuntu_unstable branch:
commit ccb7cf67f44ac33248bd984bdf17cb485324fd33
Author: Jonathan Riddell <jr at jriddell.org>
Date: Tue Jan 20 12:58:54 2015 +0100
Initial upload for qapt3
---
debian/changelog | 6 ++++++
debian/control | 11 +++++++----
debian/gstreamer-qapt.install | 1 +
debian/plasma-runner-installer.install | 1 +
debian/qapt-batch.install | 1 +
debian/qapt-deb-installer.install | 1 +
6 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e5827d2..926c34f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libqapt (3.0.0-0ubuntu1) vivid; urgency=medium
+
+ * Initial upload for qapt3
+
+ -- Jonathan Riddell <jriddell at ubuntu.com> Tue, 20 Jan 2015 12:13:04 +0100
+
libqapt (2.2.0+qt5+20140826-0ubuntu1) utopic; urgency=medium
* New upstream snapshot
diff --git a/debian/control b/debian/control
index b85188b..085e4bb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake (>= 2.8.4+dfsg.1-3),
extra-cmake-modules,
kio-dev,
libapt-pkg-dev (>= 0.8.0),
- libdebconf-kde-dev,
+ libdebconf-kde-dev (>= 1.0.0),
libglib2.0-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
@@ -25,11 +25,12 @@ Build-Depends: cmake (>= 2.8.4+dfsg.1-3),
libxapian-dev,
pkg-config,
pkg-kde-tools (>= 0.5.0),
- plasma-framework-dev
+ plasma-framework-dev,
+ qttools5-dev
Standards-Version: 3.9.4
Homepage: https://projects.kde.org/projects/extragear/sysadmin/libqapt/
Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/qapt.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/qapt.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/qapt
Package: libqapt3
Architecture: any
@@ -57,7 +58,9 @@ Description: Development headers for the QApt library
Package: libqapt3-runtime
Architecture: any
-Depends: polkit-kde-1 | policykit-1-gnome, ${misc:Depends}, ${shlibs:Depends}
+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
diff --git a/debian/gstreamer-qapt.install b/debian/gstreamer-qapt.install
index aed2860..96f7fc4 100644
--- a/debian/gstreamer-qapt.install
+++ b/debian/gstreamer-qapt.install
@@ -1,2 +1,3 @@
usr/lib/*/libexec/qapt-gst-helper
usr/share/locale/*/LC_MESSAGES/qapt-gst-helper.mo
+usr/share/locale/*/LC_MESSAGES/qapt-gst-helper.qm
diff --git a/debian/plasma-runner-installer.install b/debian/plasma-runner-installer.install
index ed6a7bc..2fc1932 100644
--- a/debian/plasma-runner-installer.install
+++ b/debian/plasma-runner-installer.install
@@ -1,3 +1,4 @@
usr/lib/*/qt5/plugins/krunner_installer.so
usr/share/kservices5/plasma-runner-installer.desktop
usr/share/locale/*/LC_MESSAGES/plasma_runner_installer.mo
+usr/share/locale/*/LC_MESSAGES/plasma_runner_installer.qm
diff --git a/debian/qapt-batch.install b/debian/qapt-batch.install
index 5d60487..4db6480 100644
--- a/debian/qapt-batch.install
+++ b/debian/qapt-batch.install
@@ -1,2 +1,3 @@
usr/bin/qapt-batch
usr/share/locale/*/LC_MESSAGES/qaptbatch.mo
+usr/share/locale/*/LC_MESSAGES/qaptbatch.qm
diff --git a/debian/qapt-deb-installer.install b/debian/qapt-deb-installer.install
index 35be7b4..e95f11f 100644
--- a/debian/qapt-deb-installer.install
+++ b/debian/qapt-deb-installer.install
@@ -1,3 +1,4 @@
usr/bin/qapt-deb-installer
usr/share/applications/qapt-deb-installer.desktop
usr/share/locale/*/LC_MESSAGES/qapt-deb-installer.mo
+usr/share/locale/*/LC_MESSAGES/qapt-deb-installer.qm
--
qapt packaging
More information about the pkg-kde-commits
mailing list