[neon/neon-packaging/kommit/Neon/stable] debian: libgit2
Jonathan Esk-Riddell
null at kde.org
Fri Oct 6 12:33:54 BST 2023
Git commit c428d65856fd36d1d68b4bef2e93bcd719511d73 by Jonathan Esk-Riddell.
Committed on 06/10/2023 at 13:33.
Pushed by jriddell into branch 'Neon/stable'.
libgit2
M +8 -7 debian/control
M +2 -2 debian/copyright
https://invent.kde.org/neon/neon-packaging/kommit/-/commit/c428d65856fd36d1d68b4bef2e93bcd719511d73
diff --git a/debian/control b/debian/control
index 54d6a1f..3914b03 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,7 @@ Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
- ninja-build,
- qtbase5-dev (>= 5.15.7),
- libqt5concurrent5,
+ libgit2-dev,
libkf5configwidgets-dev,
libkf5coreaddons-dev,
libkf5crash-dev,
@@ -14,10 +12,13 @@ Build-Depends: cmake,
libkf5doctools-dev,
libkf5i18n-dev,
libkf5kio-dev,
- libkf5textwidgets-dev,
- libkf5texteditor-dev,
libkf5syntaxhighlighting-dev,
- libkf5xmlgui-dev
+ libkf5texteditor-dev,
+ libkf5textwidgets-dev,
+ libkf5xmlgui-dev,
+ libqt5concurrent5,
+ ninja-build,
+ qtbase5-dev (>= 5.15.7)
Standards-Version: 4.2.1
Homepage: https://invent.kde.org/sdk/kommit
Vcs-Git: https://invent.kde.org/sdk/kommit.git
@@ -27,7 +28,7 @@ Maintainer: Neon CI <neon at kde.org>
Package: kommit
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, git
+Depends: git, ${misc:Depends}, ${shlibs:Depends}
Replaces: gitklient
Breaks: gitklient
Description: Kommit is a kde sdk application for interacting with git version control repositories.
diff --git a/debian/copyright b/debian/copyright
index cfd37cd..d129897 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,12 +48,12 @@ License: LGPL-2.1
License as published by the Free Software Foundation;
version 2.1 of the License.
.
- This library is distributed in the hope that it will be useful,
+ This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
- You should have received a copy of the GNU Lesser General Public
+ You should have received a copy of the GNU Lesser General Public
License along with this library; 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