[neon/neon-packaging/skanpage/Neon/unstable] debian: new packaging

Jonathan Riddell null at kde.org
Tue Nov 2 10:43:00 GMT 2021


Git commit f9ac059c5764c3df2c29df551767157074a7d875 by Jonathan Riddell.
Committed on 02/11/2021 at 10:42.
Pushed by jriddell into branch 'Neon/unstable'.

new packaging

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +32   -0    debian/control
A  +7    -0    debian/copyright
A  +5    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/skanpage/commit/f9ac059c5764c3df2c29df551767157074a7d875

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..caf2576
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+skanpage (1.0.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Tue, 01 Jun 2021 10:55:01 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..56d0f77
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: skanpage
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake (>= 3.1~),
+               cmark,
+               debhelper-compat (= 13),
+               extra-cmake-modules (>= 5.77.0~),
+               kirigami2-dev (>= 5.77.0~),
+               kquickimageeditor-dev,
+               libkf5i18n-dev,
+               libkf5config-dev (>= 5.77.0~),
+               libkf5coreaddons-dev,
+               libkf5crash-dev,
+               qtbase5-dev (>= 5.15.0~),
+               qtdeclarative5-dev,
+               qtquickcontrols2-5-dev (>= 5.15.0~)
+Standards-Version: 4.1.4
+Homepage: https://apps.kde.org/skanpage/
+
+Package: skanpage
+Architecture: any
+Depends: qml-module-org-kde-kirigami2,
+         qml-module-qt-labs-platform,
+         qml-module-qt-labs-settings,
+         qml-module-qtquick-controls2,
+         qml-module-qtquick-layouts,
+         qml-module-qtquick-window2,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: scanning application designed for multi-page scanning
+ Skanpage is a simple scanning application designed for multi-page scanning and saving of documents and images.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..846933f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: skanpage
+Source: https://invent.kde.org/network/skanpage
+
+Files: *
+Copyright:
+License: GPL-2+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5c87712
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf5 --buildsystem kf5
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..71ecf57
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/@PACKAGE@/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


More information about the Neon-commits mailing list