summaryrefslogtreecommitdiffstats
path: root/storage/maria/libmarias3/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
commit06eaf7232e9a920468c0f8d74dcf2fe8b555501c (patch)
treee2c7b5777f728320e5b5542b6213fd3591ba51e2 /storage/maria/libmarias3/debian
parentInitial commit. (diff)
downloadmariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.tar.xz
mariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.zip
Adding upstream version 1:10.11.6.upstream/1%10.11.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'storage/maria/libmarias3/debian')
-rw-r--r--storage/maria/libmarias3/debian/changelog6
-rw-r--r--storage/maria/libmarias3/debian/compat1
-rw-r--r--storage/maria/libmarias3/debian/control14
-rw-r--r--storage/maria/libmarias3/debian/copyright30
-rw-r--r--storage/maria/libmarias3/debian/libmarias3-dev.install2
-rw-r--r--storage/maria/libmarias3/debian/libmarias3.install2
-rwxr-xr-xstorage/maria/libmarias3/debian/rules4
7 files changed, 59 insertions, 0 deletions
diff --git a/storage/maria/libmarias3/debian/changelog b/storage/maria/libmarias3/debian/changelog
new file mode 100644
index 00000000..601d5726
--- /dev/null
+++ b/storage/maria/libmarias3/debian/changelog
@@ -0,0 +1,6 @@
+marias3 (1:1.0.1) unstable; urgency=low
+
+ * Add packaging support
+ * Fix memory leaks
+
+ -- Andrew Hutchings <linuxjedi@mariadb.com> Mon, 25 Mar 2019 12:24:20 +0000
diff --git a/storage/maria/libmarias3/debian/compat b/storage/maria/libmarias3/debian/compat
new file mode 100644
index 00000000..ec635144
--- /dev/null
+++ b/storage/maria/libmarias3/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/storage/maria/libmarias3/debian/control b/storage/maria/libmarias3/debian/control
new file mode 100644
index 00000000..80f7eb15
--- /dev/null
+++ b/storage/maria/libmarias3/debian/control
@@ -0,0 +1,14 @@
+Source: marias3
+Maintainer: Andrew Hutchings <linuxjedi@mariadb.com>
+
+Package: libmarias3
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: a lightweight C library to read/write to AWS S3 buckets using objects in memory.
+
+Package: libmarias3-dev
+Architecture: any
+Section: libdevel
+Depends: libmarias3 (= ${binary:Version}), ${misc:Depends}
+Description: a lightweight C library to read/write to AWS S3 buckets using objects in memory.
diff --git a/storage/maria/libmarias3/debian/copyright b/storage/maria/libmarias3/debian/copyright
new file mode 100644
index 00000000..baef8418
--- /dev/null
+++ b/storage/maria/libmarias3/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libmarias3
+Upstream-Contact: Andrew Hutchings <linuxjedi@mariadb.com>
+Maintainer: Andrew Hutchings <linuxjedi@mariadb.com>
+Source: https://github.com/mariadb-corporation/marias3
+
+Files: *
+Copyright: 2019 MariaDB Corporation Ab
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the Lesser GNU General Public
+ License version 2,1 can be found in the file
+ '/usr/share/common-licenses/LGPL-2.1'.
+
diff --git a/storage/maria/libmarias3/debian/libmarias3-dev.install b/storage/maria/libmarias3/debian/libmarias3-dev.install
new file mode 100644
index 00000000..b9985d9b
--- /dev/null
+++ b/storage/maria/libmarias3/debian/libmarias3-dev.install
@@ -0,0 +1,2 @@
+usr/include/libmarias3
+usr/lib/x86_64-linux-gnu/pkgconfig/libmarias3.pc
diff --git a/storage/maria/libmarias3/debian/libmarias3.install b/storage/maria/libmarias3/debian/libmarias3.install
new file mode 100644
index 00000000..c25eddb4
--- /dev/null
+++ b/storage/maria/libmarias3/debian/libmarias3.install
@@ -0,0 +1,2 @@
+usr/lib/x86_64-linux-gnu/libmarias3.*
+usr/bin/libmarias3-config
diff --git a/storage/maria/libmarias3/debian/rules b/storage/maria/libmarias3/debian/rules
new file mode 100755
index 00000000..2d33f6ac
--- /dev/null
+++ b/storage/maria/libmarias3/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@