[neon/neon-packaging/karp/Neon/unrelease] debian: package
Jonathan Riddell
null at kde.org
Fri Jan 24 12:33:50 GMT 2025
Git commit c1e7451f115bb7c39fcac8e275964cd2fa32963e by Jonathan Riddell.
Committed on 24/01/2025 at 12:33.
Pushed by jriddell into branch 'Neon/unrelease'.
package
A +1 -0 debian/.gitattributes
A +5 -0 debian/changelog
A +24 -0 debian/control
A +7 -0 debian/copyright
A +6 -0 debian/rules
A +1 -0 debian/source/format
https://invent.kde.org/neon/neon-packaging/karp/-/commit/c1e7451f115bb7c39fcac8e275964cd2fa32963e
diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..139e5ca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+karp (0-0neon) noble; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Wed, 01 Jan 2025 03:13:01 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..af0a7c0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: karp
+Section: kde
+Priority: optional
+Maintainer: KDE neon <neon at kde.org>
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ libqpdf-dev
+Standards-Version: 4.6.2
+Homepage: https://invent.kde.org/graphics/karp
+
+Package: karp
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Gives simple UI for PDF files modification.
+ With a few mouse strokes user can:
+ - Append more PDF files and merge
+ - Delete, rotate and reorder pages
+ - Reduce PDF file size
+ - Optimize images
+ - View and modify PDF properties
+ - Protect PDF with password
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c905a03
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: karp
+Source: https://invent.kde.org/graphics/karp/
+
+Files: *
+Copyright: 2024 Tomasz Bojczuk <seelook at gmail.com>
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c1488d9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2025 Jonathan Riddell <jr at jriddell.org>
+
+%:
+ dh $@ --with kf6 --buildsystem kf6
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Neon-commits
mailing list