aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/package-build/debian-libcpr
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cpr/package-build/debian-libcpr')
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/README.Debian5
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/changelog6
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/control39
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/copyright52
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/libcpr-dev.install3
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/libcpr1.install1
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/rules14
-rw-r--r--thirdparty/cpr/package-build/debian-libcpr/source/format1
8 files changed, 0 insertions, 121 deletions
diff --git a/thirdparty/cpr/package-build/debian-libcpr/README.Debian b/thirdparty/cpr/package-build/debian-libcpr/README.Debian
deleted file mode 100644
index e159461a5..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/README.Debian
+++ /dev/null
@@ -1,5 +0,0 @@
-libcpr for Debian
-
-A package of the libcpr library.
-
- -- Philip Saendig <[email protected]> Tue, 24 May 2022 10:37:24 +0200
diff --git a/thirdparty/cpr/package-build/debian-libcpr/changelog b/thirdparty/cpr/package-build/debian-libcpr/changelog
deleted file mode 100644
index dbe84a94f..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-libcpr (%VERSION-1) UNRELEASED; urgency=low
-
- [ Philip Saendig ]
- * First package of libcpr %VERSION for debian.
-
- -- Philip Saendig <[email protected]> %DATE
diff --git a/thirdparty/cpr/package-build/debian-libcpr/control b/thirdparty/cpr/package-build/debian-libcpr/control
deleted file mode 100644
index e4526b1c5..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/control
+++ /dev/null
@@ -1,39 +0,0 @@
-Source: libcpr
-Section: libs
-Priority: optional
-Maintainer: Philip Saendig <[email protected]>
-Build-Depends:
- debhelper-compat (= 12),
- cmake,
- libcurl4-openssl-dev,
- libssl-dev,
-Standards-Version: 4.5.0
-Homepage: https://github.com/libcpr/cpr
-
-Package: libcpr-dev
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, libcpr1
-Description: C++ wrapper around the libcurl library - development kit
- This package contains the header files and development
- libraries of cpr, Curl for People.
- .
- The project is inspried by the Python Request project.
- Using the more expressive language facilities of C++11,
- it captures the essence of making network calls into a
- few concise idioms.
-
-Package: libcpr1
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends},
-Description: C++ wrapper around the libcurl library - runtime library
- This package contains the runtime, shared library of cpr,
- Curl for People.
- .
- The project is inspried by the Python Request project.
- Using the more expressive language facilities of C++11,
- it captures the essence of making network calls into a
- few concise idioms.
diff --git a/thirdparty/cpr/package-build/debian-libcpr/copyright b/thirdparty/cpr/package-build/debian-libcpr/copyright
deleted file mode 100644
index 33b7ffc23..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/copyright
+++ /dev/null
@@ -1,52 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: libcpr
-Source: https://github.com/libcpr/cpr
-
-Files: .clang-format
- .clang-tidy
- .github/*
- CMakeLists.txt
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CppCheckSuppressions.txt
- README.md
- cmake/*
- cpr-config.cmake
- cpr/*
- include/*
- nuget/*
- package-build/*
- debian/*
-Copyright: 2017-2021 Huu Nguyen
- 2022 libcpr and many other contributors
-License: Expat
- MIT License
- .
- Copyright (c) 2017-2021 Huu Nguyen
- Copyright (c) 2022 libcpr and many other contributors
- .
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: test/*
-Copyright: 2022 libcpr and many other contributors
-License: GPL-3
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
-
diff --git a/thirdparty/cpr/package-build/debian-libcpr/libcpr-dev.install b/thirdparty/cpr/package-build/debian-libcpr/libcpr-dev.install
deleted file mode 100644
index bb722673a..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/libcpr-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include
-usr/lib/*/*.so
-usr/lib/*/cmake
diff --git a/thirdparty/cpr/package-build/debian-libcpr/libcpr1.install b/thirdparty/cpr/package-build/debian-libcpr/libcpr1.install
deleted file mode 100644
index 3de3b10a4..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/libcpr1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff --git a/thirdparty/cpr/package-build/debian-libcpr/rules b/thirdparty/cpr/package-build/debian-libcpr/rules
deleted file mode 100644
index 11b4eb1c2..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/rules
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/make -f
-export DH_VERBOSE = 1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-%:
- dh $@
-
-override_dh_auto_configure:
- dh_auto_configure -- \
- -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" -DCMAKE_BUILD_TYPE=Release \
- -DCPR_USE_SYSTEM_CURL=ON -DCURL_ZLIB=OFF -DBUILD_SHARED_LIBS=ON
-
diff --git a/thirdparty/cpr/package-build/debian-libcpr/source/format b/thirdparty/cpr/package-build/debian-libcpr/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/thirdparty/cpr/package-build/debian-libcpr/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)