[neon/neon-packaging/kquickimageeditor/Neon/unstable] debian: initial package

Jonathan Riddell null at kde.org
Fri Dec 11 13:35:35 GMT 2020


Git commit 116707abd5cad134805bb0c3250b4bf86ac244e0 by Jonathan Riddell.
Committed on 11/12/2020 at 13:35.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +1    -0    debian/.gitignore
A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +33   -0    debian/control
A  +26   -0    debian/copyright
A  +1    -0    debian/kquickimageeditor-dev.install
A  +1    -0    debian/qml-module-org-kde-kquickimageeditor.install
A  +7    -0    debian/rules
A  +1    -0    debian/source/format
A  +3    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/kquickimageeditor/commit/116707abd5cad134805bb0c3250b4bf86ac244e0

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..027271b
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1 @@
+files
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..db5edb0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kquickimageeditor (0.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Thu, 19 Nov 2020 11:32:30 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c5728dd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: kquickimageeditor
+Section: libs
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake (>= 3.5~),
+               debhelper (>= 12),
+               extra-cmake-modules,
+               qtbase5-dev,
+               qtdeclarative5-dev,
+Standards-Version: 4.5.0
+Homepage: https://invent.kde.org/libraries/kquickimageeditor
+Rules-Requires-Root: no
+
+Package: kquickimageeditor-dev
+Architecture: any
+Depends: qml-module-qtquick2,
+         qtbase5-dev,
+         qtdeclarative5-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description:  Image editing components
+ A QtQuick plugin providing  Image editing components.
+ .
+ This package contains the development files.
+
+Package: qml-module-org-kde-kquickimageeditor
+Architecture: any
+Depends: qml-module-qtquick2,${misc:Depends},
+         ${shlibs:Depends}
+Description:  Image editing components
+ A QtQuick plugin providing  Image editing components.
+ .
+ This package contain the runtime qml module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e90c80a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2020 Carl Schwan <carl at carlschwan.eu>
+License: LGPL-2.1-or-later
+
+Files: debian/*
+Copyright: 2010 Jonathan Riddell <jr at jriddell.org>
+License: LGPL-2.1-or-later
+
+License: LGPL-2.1-or-later
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ 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
+ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/debian/kquickimageeditor-dev.install b/debian/kquickimageeditor-dev.install
new file mode 100644
index 0000000..76c01d2
--- /dev/null
+++ b/debian/kquickimageeditor-dev.install
@@ -0,0 +1 @@
+usr/lib/*/cmake/KQuickImageEditor/
diff --git a/debian/qml-module-org-kde-kquickimageeditor.install b/debian/qml-module-org-kde-kquickimageeditor.install
new file mode 100644
index 0000000..0b8fd5f
--- /dev/null
+++ b/debian/qml-module-org-kde-kquickimageeditor.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f545397
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+	dh $@ --with kf5,pkgkde_symbolshelper,sodeps --buildsystem kf5 --without build_stamp
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..987acda
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/frameworks/([\d\.]*)/@PACKAGE at -(.*)\.tar\.xz


More information about the Neon-commits mailing list