[neon/neon-packaging/qcoro/Neon/unstable] /: initial package

Jonathan Riddell null at kde.org
Thu Oct 21 16:56:59 BST 2021


Git commit 95f790603bece252720a106c51fbcaf026936460 by Jonathan Riddell.
Committed on 21/10/2021 at 15:56.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

D  +0    -3    README.md
A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +20   -0    debian/control
A  +24   -0    debian/copyright
A  +0    -0    debian/meta/cmake-ignore
A  +8    -0    debian/rules
A  +1    -0    debian/source/format
A  +3    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/qcoro/commit/95f790603bece252720a106c51fbcaf026936460

diff --git a/README.md b/README.md
deleted file mode 100644
index 0aced6b..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# qcoro
-
-https://github.com/danvratil/qcoro
\ No newline at end of file
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..de98d6b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+qcoro (0.3.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..142f9ff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: qcoro
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake (>= 3.1~),
+               qtbase5-dev (>= 5.15.0~),
+	       gcc-10,
+	       g++-10,
+	       debhelper-compat (= 13)
+Standards-Version: 4.1.4
+Homepage: https://qcoro.dvratil.cz/
+Rules-Requires-Root: no
+
+Package: libqcoro-dev
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: C++20 coroutines for Qt - development
+ QCoro is a C++ library that provide set of tools to make use of C++20
+ coroutines in connection with certain asynchronous Qt actions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7ceef4e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: QCoro
+Upstream-Contact: Daniel Vrátil <dvratil at kde.org>
+Source: https://qcoro.github.io
+
+Files: *
+Copyright: 2021 Daniel Vrátil <dvratil at kde.org>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions: The above copyright notice and this
+ permission notice shall be included in all copies or substantial
+ portions of the Software.  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
+ WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ec4c21f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export CC=gcc-10
+export CXX=g++-10
+
+%:
+	dh $@
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..d51a9d6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://github.com/danvratil/qcoro/releases /danvratil/qcoro/archive/refs/tags/v([\d.]+).tar.gz


More information about the Neon-commits mailing list