[neon/neon-packaging/aws-sdk-cpp/Neon/unstable] debian: initial package

Jonathan Esk-Riddell null at kde.org
Thu Nov 3 11:45:13 GMT 2022


Git commit 81f27ea9eb869a1aa1dbad4adbe37218d0d506e2 by Jonathan Esk-Riddell.
Committed on 03/11/2022 at 11:45.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +24   -0    debian/control
A  +7    -0    debian/copyright
A  +9    -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/aws-sdk-cpp/commit/81f27ea9eb869a1aa1dbad4adbe37218d0d506e2

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..01ab216
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+aws-sdk-cpp (0.0-0neon) jammy; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Tue, 06 Sep 2022 15:47:38 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3976182
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: aws-sdk-cpp
+Section: kde
+Priority: optional
+Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               extra-cmake-modules,
+	       libcurl4-openssl-dev,
+	       libssl-dev,
+	       uuid-dev,
+	       zlib1g-dev,
+	       libpulse-dev
+Standards-Version: 4.5.0
+Homepage: https://github.com/aws/aws-sdk-cpp
+
+Package: aws-sdk-cpp
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: AWS SDK for C++
+ The AWS SDK for C++ provides a modern C++ (version C++ 11 or later)
+ interface for Amazon Web Services (AWS). It is meant to be performant
+ and fully functioning with low- and high-level SDKs, while minimizing
+ dependencies and providing platform portability (Windows, OSX, Linux,
+ and mobile).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1afaccd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kio-admin
+Source: https://invent.kde.org/system/kio-admin
+
+Files: *
+Copyright: 2022 Harald Sitter <sitter at kde.org>
+License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..82d5b0e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf5
+
+override_dh_configure:
+	./prefetch_crt_dependency.sh`
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_ONLY="s3"
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