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

Jonathan Riddell null at kde.org
Thu Nov 12 10:27:32 GMT 2020


Git commit 89f75a0ee3c47d3dbfdb32cab3c3a70a1373559a by Jonathan Riddell.
Committed on 12/11/2020 at 10:27.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +34   -0    debian/control
A  +23   -0    debian/copyright
A  +3    -0    debian/libetebase-dev.install
A  +1    -0    debian/libetebase0.install
A  +11   -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/libetebase/commit/89f75a0ee3c47d3dbfdb32cab3c3a70a1373559a

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..43c1226
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libetebase (0.4.0-0neon) xenial; urgency=medium
+
+  * Initial package
+
+ -- Neon CI <neon at kde.org>  Wed, 12 Jul 2017 10:27:47 +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..136d54e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libetebase
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: debhelper (>= 12),
+	       cargo
+Standards-Version: 3.9.8
+Homepage: http://www.kde.org/
+
+Package: libetebase0
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: end-to-end encrypted application library
+ A set of client libraries and a server for building end-to-end
+ encrypted applications.
+ .
+ Build apps quickly without worrying about the infrastructure or the
+ encryption by using any of the Etebase client libraries. Everything is
+ open-source, clients and server, so you can be sure it does what it
+ says on the tin.  Etebase is available on all major platforms and is
+ used by applications on the desktop, mobile and the web.
+
+Package: libetebase-dev
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: end-to-end encrypted application library
+ A set of client libraries and a server for building end-to-end
+ encrypted applications.
+ .
+ Build apps quickly without worrying about the infrastructure or the
+ encryption by using any of the Etebase client libraries. Everything is
+ open-source, clients and server, so you can be sure it does what it
+ says on the tin.  Etebase is available on all major platforms and is
+ used by applications on the desktop, mobile and the web.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..45eb530
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libetebase
+Source: https://github.com/etesync/libetebase
+
+Files: *
+Copyright: 2020 EteSync Authors
+License: LGPL-2.1-only
+
+Files: debian/
+Copyright: 2017 Jonathan Riddell <jr at jriddell.org>
+License: GPL-3+
+ This library 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) at any later version.
+ .
+ This program 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.
+ .
+ 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/libetebase-dev.install b/debian/libetebase-dev.install
new file mode 100644
index 0000000..ed109ad
--- /dev/null
+++ b/debian/libetebase-dev.install
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/pkgconfig/etebase.pc
+usr/lib/cmake/Etebase/EtebaseConfig.cmake
diff --git a/debian/libetebase0.install b/debian/libetebase0.install
new file mode 100644
index 0000000..6cdbc17
--- /dev/null
+++ b/debian/libetebase0.install
@@ -0,0 +1 @@
+usr/lib/libetebase.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de88604
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_clean:
+	rm -rf debian/.debhelper
+	dh_clean
+
+override_dh_auto_test:
+	true
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..a70821f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/etesync/libetebase/releases .*/v?(\d\S+)\.tar\.gz


More information about the Neon-commits mailing list