[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Minor typo in nepomuk-widgets git



Hi,

I was trying to build 4.10 from debian packages and found in
commit 800766febd196d06cbba580fdbc00bed71aaed0c
of git://anonscm.debian.org/pkg-kde/kde-sc/nepomuk-widgets.git
that the comparision operators on some of the build-depencies were missing.

My patch:

diff --git a/debian/control b/debian/control
index e0533a2..55fce38 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: José Manuel Santamaría Lema <panfaust@gmail.com>
-Build-Depends: kde-sc-dev-latest (4:4.10.0)
+Build-Depends: kde-sc-dev-latest (>= 4:4.10.0),
  cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12),
- kdelibs5-dev (>= 4:4.10), nepomuk-core-dev (4:4.10),
+ kdelibs5-dev (>= 4:4.10), nepomuk-core-dev (>= 4:4.10),
  libsoprano-dev (>= 2.7.56), doxygen
 Standards-Version: 3.9.3
 Homepage: http://www.kde.org/


Reply to: