[neon/neon-packaging/nota/Neon/unstable] debian: Initial commit

Jonah Brüchert null at kde.org
Thu Jun 1 23:33:28 BST 2023


Git commit 2d284e0dbfa3fe4bf34f0d75fb959ced79734862 by Jonah Brüchert.
Committed on 05/02/2019 at 16:28.
Pushed by carlosdem into branch 'Neon/unstable'.

Initial commit

A  +3    -0    debian/.gitlab-ci.yml
A  +11   -0    debian/changelog
A  +1    -0    debian/compat
A  +35   -0    debian/control
A  +27   -0    debian/copyright
A  +6    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/nota/-/commit/2d284e0dbfa3fe4bf34f0d75fb959ced79734862

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..7799dd4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+nota (0+git20190205-1) UNRELEASED; urgency=medium
+
+  * New snapshot
+
+ -- Jonah Brüchert <jbb at kaidan.im>  Tue, 05 Feb 2019 17:21:41 +0100
+
+nota (0+git20180905-1) unstable; urgency=medium
+
+  * Initial release
+
+ -- Jonah Brüchert <jbb at kaidan.im>  Wed, 05 Sep 2018 14:37:52 +0200
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..17f0acf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: nota
+Section: utils
+Priority: optional
+Maintainer: Jonah Brüchert <jbb at kaidan.im>
+Build-Depends: cmake,
+               debhelper (>= 11),
+               extra-cmake-modules,
+               libkf5config-dev (>= 5.24.0~),
+               libkf5coreaddons-dev (>= 5.24.0~),
+               libkf5i18n-dev (>= 5.24.0~),
+               libkf5kio-dev,
+               libkf5notifications-dev (>= 5.24.0~),
+               libkf5service-dev (>= 5.24.0~),
+               libqt5svg5-dev,
+               mauikit-dev,
+               qtbase5-dev (>= 5.5.0~),
+               qtdeclarative5-dev,
+               qtquickcontrols2-5-dev,
+               qtwebengine5-dev
+Standards-Version: 4.2.1
+Homepage: https://github.com/maui-project/nota
+Vcs-Browser: https://gitlab.com/debian-pm/apps/nota
+Vcs-Git: https://gitlab.com/debian-pm/apps/nota.git
+
+Package: nota
+Architecture: any
+Depends: qml-module-org-kde-mauikit,
+         qml-module-qmltermwidget,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Maui File manager
+ Index is a file manager that works on desktops, Android and Plasma Mobile.
+ Index lets you browse your system files and applications and preview
+ your music, text, image and video files and share them with external applications
+ .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aaf0042
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nota
+Source: https://github.com/maui-project/nota
+
+Files: *
+Copyright: 2018, Camilo Higuita
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2018, Jonah Brüchert <jbb at kaidan.im>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 dated June, 1991, or (at
+ your option) any later version.
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+
+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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e20610b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export QT_SELECT=qt5
+
+%:
+	dh $@ --buildsystem=cmake
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