[SCM] qtcreator packaging branch, master, updated. debian/2.7.0-1-4-g3e3cadf

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue May 28 20:52:35 UTC 2013


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

The following commit has been merged in the master branch:
commit 3e3cadf04a8d807bc59006efa9e8e6aa3e255428
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue May 28 17:52:19 2013 -0300

    Make qtcreator depend on qtcreator-data.
---
 debian/changelog |    1 +
 debian/control   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4d1240..d887caa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtcreator (2.7.0-2) UNRELEASED; urgency=low
     - Create qtcreator-data.install to ship /usr/share stuff.
     - Remove the above mentioned stuff from qtcreator.install*.
     - Create qtcreator-data, add the appropiate Breaks+Replaces.
+    - Make qtcreator depend on qtcreator-data.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 28 May 2013 17:39:32 -0300
 
diff --git a/debian/control b/debian/control
index 23142c4..325d488 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtcreator.git
 
 Package: qtcreator
 Architecture: any
-Depends: libqt4-help, libqt4-sql-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt4-help, libqt4-sql-sqlite, qtcreator-data,
+ ${misc:Depends}, ${shlibs:Depends}
 Recommends: gdb,
             make,
             qt4-demos,

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list