[neon/extras/kdiff3/Neon/unstable] debian: Could NOT find Boost

Jonathan Riddell null at kde.org
Mon Feb 1 17:23:02 GMT 2021


Git commit 40ae7a52c5a021e522295a343cf9aaa1557efe75 by Jonathan Riddell.
Committed on 01/02/2021 at 17:22.
Pushed by jriddell into branch 'Neon/unstable'.

Could NOT find Boost

M  +19   -20   debian/control
M  +1    -1    debian/copyright

https://invent.kde.org/neon/extras/kdiff3/commit/40ae7a52c5a021e522295a343cf9aaa1557efe75

diff --git a/debian/control b/debian/control
index 6ca5943..f31a4e4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,24 @@
 Source: kdiff3
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Eike Sauer <eike at debian.org>,
- Pino Toscano <pino at debian.org>,
+Uploaders: Eike Sauer <eike at debian.org>, Pino Toscano <pino at debian.org>
 Section: kde
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
- pkg-kde-tools,
- gettext,
- cmake (>= 3.1~),
- extra-cmake-modules (>= 5.10.0~),
- qtbase5-dev (>= 5.6.0~),
- libkf5config-dev (>= 5.27.0~),
- libkf5coreaddons-dev (>= 5.27.0~),
- libkf5crash-dev (>= 5.27.0~),
- libkf5doctools-dev (>= 5.27.0~),
- libkf5iconthemes-dev (>= 5.27.0~),
- libkf5i18n-dev (>= 5.27.0~),
- libkf5kio-dev (>= 5.27.0~),
- libkf5parts-dev (>= 5.27.0~),
- libkf5widgetsaddons-dev (>= 5.27.0~),
+Build-Depends: cmake (>= 3.1~),
+               debhelper-compat (= 12),
+               extra-cmake-modules (>= 5.10.0~),
+               gettext,
+               libboost1.71-dev,
+               libkf5config-dev (>= 5.27.0~),
+               libkf5coreaddons-dev (>= 5.27.0~),
+               libkf5crash-dev (>= 5.27.0~),
+               libkf5doctools-dev (>= 5.27.0~),
+               libkf5i18n-dev (>= 5.27.0~),
+               libkf5iconthemes-dev (>= 5.27.0~),
+               libkf5kio-dev (>= 5.27.0~),
+               libkf5parts-dev (>= 5.27.0~),
+               libkf5widgetsaddons-dev (>= 5.27.0~),
+               pkg-kde-tools,
+               qtbase5-dev (>= 5.6.0~)
 Standards-Version: 4.5.1
 Rules-Requires-Root: no
 Homepage: https://kde.org/applications/development/kdiff3
@@ -27,8 +27,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdiff3.git
 
 Package: kdiff3
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: kdiff3-doc
 Breaks: kdiff3-qt (<<1.0)
 Replaces: kdiff3-qt (<<1.0)
@@ -43,7 +42,7 @@ Description: compares and merges 2 or 3 files or directories
 Package: kdiff3-qt
 Architecture: all
 Multi-Arch: foreign
-Depends: kdiff3 (>= ${source:Version}), ${misc:Depends},
+Depends: kdiff3 (>= ${source:Version}), ${misc:Depends}
 Section: oldlibs
 Description: transistional package for kdiff3
  This is a transitional package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 81f32a8..5e0cd93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,5 +21,5 @@ License: GPL-2+
  .
  You should have received a copy of the GNU General Public License with
  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
- if not, write to the Free Software Foundation, Inc., 51 Franklin St, 
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St,
  Fifth Floor, Boston, MA 02110-1301, USA.


More information about the Neon-commits mailing list