[SCM] qtx11extras packaging branch, experimental, updated. debian/5.2.0-1-2-ge124278

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sat Jan 11 13:38:31 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtx11extras.git;a=commitdiff;h=e124278

The following commit has been merged in the experimental branch:
commit e1242789142188a2a46e9c9eb5a94c85b9197919
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jan 11 17:38:16 2014 +0400

    Rename libqt5x11extras-dev to libqt5x11exras5-dev for consistency with other modules.
---
 debian/changelog                                            |  3 +++
 debian/control                                              | 13 ++++++++++++-
 ...t5x11extras-dev.install => libqt5x11extras5-dev.install} |  0
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c7f013f..e5e9cd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtx11extras-opensource-src (5.2.0-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Rename libqt5x11extras-dev to libqt5x11exras5-dev for consistency with
+    other modules.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 11 Jan 2014 17:31:57 +0400
 
diff --git a/debian/control b/debian/control
index 50d22a5..0f6bd57 100644
--- a/debian/control
+++ b/debian/control
@@ -31,19 +31,30 @@ Description: Qt 5 X11 extras
  .
  This package includes the library to access X11 stuff from within Qt 5.
 
-Package: libqt5x11extras-dev
+Package: libqt5x11extras5-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libqt5x11extras5 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends}
+Breaks: libqt5x11extras-dev (<< 5.2.0-2~)
+Replaces: libqt5x11extras-dev (<< 5.2.0-2~)
 Description: Qt 5 X11 extras development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
  This package includes the development headers for the X11 extras library.
 
+Package: libqt5x11extras-dev
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: libqt5x11extras5-dev
+Description: Qt 5 X11 extras development files - dummy transitional package
+ This package is transitional to libqt5x11extras5-dev. It can be safely
+ removed after upgrade.
+
 Package: qtx11extras5-dbg
 Priority: extra
 Architecture: any
diff --git a/debian/libqt5x11extras-dev.install b/debian/libqt5x11extras5-dev.install
similarity index 100%
rename from debian/libqt5x11extras-dev.install
rename to debian/libqt5x11extras5-dev.install

-- 
qtx11extras packaging



More information about the pkg-kde-commits mailing list