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

Jonathan Riddell null at kde.org
Wed May 12 15:50:45 BST 2021


Git commit 043ca34de32cd7f4d24c8ef6a06aabe26c843fd3 by Jonathan Riddell.
Committed on 12/05/2021 at 14:50.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +3    -0    debian/.gitlab-ci.yml
A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +49   -0    debian/control
A  +36   -0    debian/copyright
A  +3    -0    debian/libmauikitfilebrowsing-dev.install
A  +1    -0    debian/libmauikitfilebrowsing1.install
A  +1    -0    debian/qml-module-org-kde-mauikit-filebrowsing.install
A  +4    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/mauikit-filebrowsing/commit/043ca34de32cd7f4d24c8ef6a06aabe26c843fd3

diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml
new file mode 100644
index 0000000..bb8b523
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,3 @@
+include: 'https://gitlab.com/debian-pm/tools/build/raw/master/docker/gitlab-ci-base.yml'
+
+image: jbbgameich/build
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..599bda2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mauikit-filebrowsing (0) unstable; urgency=medium
+
+  * Initial release
+
+ -- Jonathan Riddell <jr at jriddell.org>  Tue, 04 May 2020 19:57:31 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bb29c92
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: mauikit-filebrowsing
+Section: lib
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper (>= 11),
+               extra-cmake-modules,
+               libkf5coreaddons-dev,
+               libkf5i18n-dev,
+               libkf5kio-dev,
+               mauikit-dev,
+               qtbase5-dev,
+               qtdeclarative5-dev
+Standards-Version: 4.2.1
+Homepage: https://mauikit.org/
+
+Package: qml-module-org-kde-mauikit-filebrowsing
+Architecture: any
+Depends: libmauikit,
+         libmauikitfilebrowsing1,
+         qml-module-org-kde-kirigami2,
+         qml-module-org-kde-mauikit,
+         qml-module-qtquick-controls2,
+         qml-module-qtquick-shapes,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: MauiKit File Browsing utilities and controls
+ MauiKit File Browsing controls and utils.
+ .
+ This package contains the mauikit filebrowsing qml module.
+
+Package: libmauikitfilebrowsing1
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: MauiKit File Browsing utilities and controls
+ MauiKit File Browsing controls and utils.
+ .
+ This package contains the mauikit filebrowsing library.
+
+Package: mauikit-dev
+Architecture: any
+Depends: libmauikitfilebrowsing1,
+         qml-module-org-kde-mauikit-filebrowsing,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: MauiKit File Browsing utilities and controls
+ MauiKit File Browsing controls and utils.
+ .
+ This package contains mauikit filebrowsing development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..000076e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mauikit
+Source: https://github.com/maui-project/mauikit
+
+Files: *
+Copyright: 2018, Camilo Higuita
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2018, Jonah BrĂ¼chert <jbb at kaidan.im>
+License: GPL-3.0+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3 dated June, 2007, or (at
+ your option) any later version.
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-3'.
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/libmauikitfilebrowsing-dev.install b/debian/libmauikitfilebrowsing-dev.install
new file mode 100644
index 0000000..a778ee3
--- /dev/null
+++ b/debian/libmauikitfilebrowsing-dev.install
@@ -0,0 +1,3 @@
+/usr/include/
+/usr/lib/*/cmake/MauiKitFileBrowsing/
+/usr/lib/*/libMauiKitFileBrowsing.so
diff --git a/debian/libmauikitfilebrowsing1.install b/debian/libmauikitfilebrowsing1.install
new file mode 100644
index 0000000..569fa87
--- /dev/null
+++ b/debian/libmauikitfilebrowsing1.install
@@ -0,0 +1 @@
+/usr/lib/*/libMauiKitFileBrowsing.so.1*
diff --git a/debian/qml-module-org-kde-mauikit-filebrowsing.install b/debian/qml-module-org-kde-mauikit-filebrowsing.install
new file mode 100644
index 0000000..865e7ea
--- /dev/null
+++ b/debian/qml-module-org-kde-mauikit-filebrowsing.install
@@ -0,0 +1 @@
+/usr/lib/*/qt5
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)


More information about the Neon-commits mailing list