[neon/neon-packaging/croutons/Neon/unstable] /: initial package
Jonathan Riddell
null at kde.org
Wed Oct 27 13:17:01 BST 2021
Git commit b47eae52526140baecca5ee6a4463c533971ecd4 by Jonathan Riddell.
Committed on 27/10/2021 at 12:16.
Pushed by jriddell into branch 'Neon/unstable'.
initial package
D +0 -3 README.md
A +5 -0 debian/changelog
A +31 -0 debian/control
A +10 -0 debian/copyright
A +3 -0 debian/libcroutons-dev.install
A +1 -0 debian/libcroutons1.install
A +5 -0 debian/rules
A +1 -0 debian/source/format
https://invent.kde.org/neon/neon-packaging/croutons/commit/b47eae52526140baecca5ee6a4463c533971ecd4
diff --git a/README.md b/README.md
deleted file mode 100644
index 7e9fd05..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# croutons
-
-https://invent.kde.org/libraries/croutons
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..594e62d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+croutons (0.0-0neon) xenial; urgency=medium
+
+ * New upstream release
+
+ -- Jonathan Esk-Riddell <jr at jriddell.org> Thu, 31 Aug 2021 02:43:20 -0700
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..24da96c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: croutons
+Section: libs
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake (>= 2.8.12),
+ debhelper-compat (= 13),
+ extra-cmake-modules (>= 5.28.0~),
+ pkg-kde-tools (>= 0.15.15ubuntu1~),
+ qtbase5-dev (>= 5.5.0~)
+Standards-Version: 3.9.8
+Vcs-Browser: https://invent.kde.org/libraries/croutons
+Vcs-Git: https://invent.kde.org/libraries/croutons.git
+
+Package: libcroutons-dev
+Section: libdevel
+Architecture: any
+Depends: qtbase5-dev, ${misc:Depends}
+Description: asynchronous Qt code library
+ Croutons is a library that aims to make working with asynchronous
+ code in a Qt context easy, and in particular, making asynchronous
+ code with QML easy.
+ .
+ Development Files.
+
+Package: libcroutons1
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: asynchronous Qt code library
+ Croutons is a library that aims to make working with asynchronous
+ code in a Qt context easy, and in particular, making asynchronous
+ code with QML easy.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..54c88f5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: croutons
+Source: https://invent.kde.org/libraries/croutons
+
+Files: *
+Copyright: 2011, 2012, 2015, Alexander Potashev <aspotashev at gmail.com>
+License: LGPL-2.1 or LGPL-3
+
+On Debian systems, the complete text of version 3 of the GNU Lesser
+General Public License can be found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/libcroutons-dev.install b/debian/libcroutons-dev.install
new file mode 100644
index 0000000..b202315
--- /dev/null
+++ b/debian/libcroutons-dev.install
@@ -0,0 +1,3 @@
+usr/include/
+usr/lib/*/cmake/
+usr/lib/*/libCroutons.so
diff --git a/debian/libcroutons1.install b/debian/libcroutons1.install
new file mode 100644
index 0000000..0db2d55
--- /dev/null
+++ b/debian/libcroutons1.install
@@ -0,0 +1 @@
+usr/lib/*/libCroutons.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b8796e6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ 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)
More information about the Neon-commits
mailing list