diff options
Diffstat (limited to 'storage/maria/libmarias3/debian')
-rw-r--r-- | storage/maria/libmarias3/debian/changelog | 6 | ||||
-rw-r--r-- | storage/maria/libmarias3/debian/compat | 1 | ||||
-rw-r--r-- | storage/maria/libmarias3/debian/control | 14 | ||||
-rw-r--r-- | storage/maria/libmarias3/debian/copyright | 30 | ||||
-rw-r--r-- | storage/maria/libmarias3/debian/libmarias3-dev.install | 2 | ||||
-rw-r--r-- | storage/maria/libmarias3/debian/libmarias3.install | 2 | ||||
-rwxr-xr-x | storage/maria/libmarias3/debian/rules | 4 |
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 $@ |