From c61e7f63853127600be1decc5d1d67ece4a9549e Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Fri, 24 Jun 2022 15:46:18 +0100 Subject: [PATCH] Import libecap_1.0.1-3.4.debian.tar.xz [dgit import tarball libecap 1.0.1-3.4 libecap_1.0.1-3.4.debian.tar.xz] --- changelog | 95 +++++++++++++++ compat | 1 + control | 39 ++++++ copyright | 46 +++++++ docs | 1 + libecap3-dev.dirs | 2 + libecap3-dev.install | 4 + libecap3.dirs | 1 + libecap3.install | 1 + libecap3.symbols | 155 ++++++++++++++++++++++++ patches/arch-indep-autoconf-header.diff | 14 +++ patches/automake-foreign.patch | 18 +++ patches/series | 2 + rules | 12 ++ source/format | 1 + watch | 3 + 16 files changed, 395 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 docs create mode 100644 libecap3-dev.dirs create mode 100644 libecap3-dev.install create mode 100644 libecap3.dirs create mode 100644 libecap3.install create mode 100644 libecap3.symbols create mode 100644 patches/arch-indep-autoconf-header.diff create mode 100644 patches/automake-foreign.patch create mode 100644 patches/series create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..e354494 --- /dev/null +++ b/changelog @@ -0,0 +1,95 @@ +libecap (1.0.1-3.4) unstable; urgency=medium + + * Non-maintainer upload + * New d/libecap3.symbols revision (Closes: #1012565) + + -- Bastian Germann Fri, 24 Jun 2022 16:46:18 +0200 + +libecap (1.0.1-3.3) experimental; urgency=medium + + * Non-maintainer upload + * d/control: Fix Homepage, convert Priority: extra -> optional + * d/watch: Scan existing download area + * d/copyright: Apply standardized Format field + + [ xiao sheng wen ] + * Fix "ftbfs on riscv64 (error: some symbols or patterns disappeared + in the symbols file)", update d/libecap3.symbols + + -- Bastian Germann Tue, 14 Jun 2022 20:43:41 +0200 + +libecap (1.0.1-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Adjust symbols file for missing features in libstdc++ on armel. + + -- Matthias Klose Mon, 03 Oct 2016 23:22:11 +0200 + +libecap (1.0.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. Closes: #838945. + * Don't encode the build environment in the include headers. Closes: #815820. + * Bump standards and debhelper versions. + * Drop obsolete g++ build dependency. + * Build with optimization and hardening flags. + * Create symbols file for the libecap3 shared library. + + -- Matthias Klose Tue, 27 Sep 2016 00:23:35 +0200 + +libecap (1.0.1-3) unstable; urgency=medium + + * Multiarchify the package (thanks to Matthias Klose) (Closes: #812911) + + -- Luigi Gangitano Wed, 17 Feb 2016 00:49:00 +0100 + +libecap (1.0.1-2) unstable; urgency=medium + + * debian/control + - Rebuilt for GCC5.0 transition (Closes: #791117) + + -- Luigi Gangitano Wed, 05 Aug 2015 23:00:33 +0200 + +libecap (1.0.1-1) unstable; urgency=low + + * New upstream release 1.0.1 + - Includes patch for FTBFS on clang (LaunchPad #1453630) + + -- Luigi Gangitano Wed, 22 Jul 2015 16:17:00 +0200 + +libecap (1.0.0-1) unstable; urgency=low + + * New upstream release 1.0.0 + + * debian/libecap2.{dirs,install,-dev.dirs,-dev.install} + - Renamed to libecap3* matching upstream ABI 3:0:0 + + * debian/control + - Renamed package libecap2 to libecap3 + - Renamed package libecap2-dev to libecap3-dev + + -- Luigi Gangitano Mon, 11 May 2015 12:10:00 +0200 + +libecap (0.2.0-3) unstable; urgency=low + + * Enable 'foreign' automake option, thanks to Andrey Rahmatullin + (Closes: #766492) + + -- Luigi Gangitano Mon, 10 Nov 2014 19:21:04 +0100 + +libecap (0.2.0-2) unstable; urgency=low + + * Fix FTBFS on new ports, thanks to Breno Leitao (Closes: #748292) + + * debian/copyright + - Fixed short name for BSD license + + * debian/control + - Bumped Standard-Version to 3.9.6 (no change needed) + + -- Luigi Gangitano Mon, 20 Oct 2014 19:21:04 +0200 + +libecap (0.2.0-1) unstable; urgency=low + + * Initial release (Closes: #634204) + + -- Luigi Gangitano Wed, 5 Dec 2012 20:11:04 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..594d449 --- /dev/null +++ b/control @@ -0,0 +1,39 @@ +Source: libecap +Priority: optional +Maintainer: Luigi Gangitano +Build-Depends: debhelper (>= 9), autotools-dev, cdbs, dh-autoreconf +Standards-Version: 3.9.8 +Section: libs +Homepage: https://www.e-cap.org + +Package: libecap3-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libecap3 (= ${binary:Version}), ${misc:Depends} +Conflicts: libecap2-dev +Description: eCAP development libraries + eCAP is a software interface that allows a network application, + such as an HTTP proxy or an ICAP server, to outsource content + analysis and adaptation to a loadable module. For each applicable + protocol message being processed, an eCAP-enabled host application + supplies the message details to the adaptation module and gets + back an adapted message, a "not interested" response, or a "block + this message now!" instruction. These exchanges often include + message bodies. + +Package: libecap3 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: eCAP library + eCAP is a software interface that allows a network application, + such as an HTTP proxy or an ICAP server, to outsource content + analysis and adaptation to a loadable module. For each applicable + protocol message being processed, an eCAP-enabled host application + supplies the message details to the adaptation module and gets + back an adapted message, a "not interested" response, or a "block + this message now!" instruction. These exchanges often include + message bodies. diff --git a/copyright b/copyright new file mode 100644 index 0000000..a06ee2e --- /dev/null +++ b/copyright @@ -0,0 +1,46 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libecap +Source: http://www.e-cap.org + +Files: * +Copyright: 2008 Alex Rousskov and The Measurement Factory +License: BSD-2-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE MEASUREMENT FACTORY ``AS IS'' AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL THE MEASUREMENT FACTORY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: 2011 Luigi Gangitano +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/docs b/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +README diff --git a/libecap3-dev.dirs b/libecap3-dev.dirs new file mode 100644 index 0000000..4418816 --- /dev/null +++ b/libecap3-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include diff --git a/libecap3-dev.install b/libecap3-dev.install new file mode 100644 index 0000000..76f28fa --- /dev/null +++ b/libecap3-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/*/lib*.a +usr/lib/*/lib*.so +usr/lib/*/pkgconfig/* diff --git a/libecap3.dirs b/libecap3.dirs new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/libecap3.dirs @@ -0,0 +1 @@ +usr/lib diff --git a/libecap3.install b/libecap3.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/libecap3.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff --git a/libecap3.symbols b/libecap3.symbols new file mode 100644 index 0000000..5732f86 --- /dev/null +++ b/libecap3.symbols @@ -0,0 +1,155 @@ +# SymbolsHelper-Confirmed: 1.0.1 amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64el riscv64 s390x +libecap.so.3 libecap3 #MINVER# + _ZN7libecap10methodHeadE@Base 1.0.1 + _ZN7libecap10methodPostE@Base 1.0.1 + _ZN7libecap11metaVirusIdE@Base 1.0.1 + _ZN7libecap11methodTraceE@Base 1.0.1 + _ZN7libecap11protocolFtpE@Base 1.0.1 + _ZN7libecap11protocolUrnE@Base 1.0.1 + _ZN7libecap12RegisterHostERKNSt3tr110shared_ptrINS_4host4HostEEE@Base 1.0.1 + _ZN7libecap12metaClientIpE@Base 1.0.1 + _ZN7libecap12metaServerIpE@Base 1.0.1 + _ZN7libecap12metaUserNameE@Base 1.0.1 + _ZN7libecap12methodDeleteE@Base 1.0.1 + _ZN7libecap12protocolHttpE@Base 1.0.1 + _ZN7libecap12protocolWaisE@Base 1.0.1 + _ZN7libecap13TextExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKci@Base 1.0.1 + _ZN7libecap13TextExceptionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKci@Base 1.0.1 + _ZN7libecap13TextExceptionD0Ev@Base 1.0.1 + _ZN7libecap13TextExceptionD1Ev@Base 1.0.1 + _ZN7libecap13TextExceptionD2Ev@Base 1.0.1 + _ZN7libecap13VersionStringEv@Base 1.0.1 + _ZN7libecap13headerRefererE@Base 1.0.1 + _ZN7libecap13methodConnectE@Base 1.0.1 + _ZN7libecap13methodOptionsE@Base 1.0.1 + _ZN7libecap13protocolHttpsE@Base 1.0.1 + _ZN7libecap13protocolWhoisE@Base 1.0.1 + _ZN7libecap14protocolGopherE@Base 1.0.1 + _ZN7libecap15RegisterServiceEPNS_7adapter7ServiceE@Base 1.0.1 + _ZN7libecap15headerXClientIpE@Base 1.0.1 + _ZN7libecap15headerXServerIpE@Base 1.0.1 + _ZN7libecap16metaNextServicesE@Base 1.0.1 + _ZN7libecap16metaResponseDescE@Base 1.0.1 + _ZN7libecap16metaResponseInfoE@Base 1.0.1 + _ZN7libecap16metaSubscriberIdE@Base 1.0.1 + _ZN7libecap19headerContentLengthE@Base 1.0.1 + _ZN7libecap20StdStringAreaDetailsD0Ev@Base 1.0.1 + _ZN7libecap20StdStringAreaDetailsD1Ev@Base 1.0.1 + _ZN7libecap20StdStringAreaDetailsD2Ev@Base 1.0.1 + _ZN7libecap21metaAuthenticatedUserE@Base 1.0.1 + _ZN7libecap22headerTransferEncodingE@Base 1.0.1 + _ZN7libecap23metaAuthenticatedGroupsE@Base 1.0.1 + _ZN7libecap24RegisterVersionedServiceEPNS_7adapter7ServiceEPKc@Base 1.0.1 + (arch-bits=32)_ZN7libecap4Area14FromTempBufferEPKcj@Base 1.0.1 + (arch-bits=64)_ZN7libecap4Area14FromTempBufferEPKcm@Base 1.0.1 + _ZN7libecap4Area14FromTempStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.0.1 + _ZN7libecap4Name6NextIdEv@Base 1.0.1 + _ZN7libecap4Name9TheLastIdE@Base 1.0.1 + _ZN7libecap4NameC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.0.1 + _ZN7libecap4NameC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 1.0.1 + _ZN7libecap4NameC1Ev@Base 1.0.1 + _ZN7libecap4NameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.0.1 + _ZN7libecap4NameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 1.0.1 + _ZN7libecap4NameC2Ev@Base 1.0.1 + _ZN7libecap4NameD1Ev@Base 1.0.1 + _ZN7libecap4NameD2Ev@Base 1.0.1 + _ZN7libecap5ThrowEPKcS1_i@Base 1.0.1 + _ZN7libecap5nsizeE@Base 1.0.1 + _ZN7libecap6MyHostEv@Base 1.0.1 + _ZN7libecap7Message10addTrailerEv@Base 1.0.1 + _ZN7libecap7Message7trailerEv@Base 1.0.1 + _ZN7libecap7adapter7Service4stopEv@Base 1.0.1 + _ZN7libecap7adapter7Service5startEv@Base 1.0.1 + _ZN7libecap7adapter7Service6resumeEv@Base 1.0.1 + _ZN7libecap7adapter7Service6retireEv@Base 1.0.1 + _ZN7libecap7adapter7Service7suspendER7timeval@Base 1.0.1 + _ZN7libecap7adapter7Xaction6resumeEv@Base 1.0.1 + _ZN7libecap7adapter7Xaction7abPauseEv@Base 1.0.1 + _ZN7libecap7adapter7Xaction8abResumeEv@Base 1.0.1 + _ZN7libecap9headerViaE@Base 1.0.1 + _ZN7libecap9methodGetE@Base 1.0.1 + _ZN7libecap9methodPutE@Base 1.0.1 + _ZN7libecaplsERSoRKNS_4AreaE@Base 1.0.1 + _ZNK7libecap13TextException4whatEv@Base 1.0.1 + _ZNK7libecap13TextException5printERSo@Base 1.0.1 + _ZNK7libecap4Area8toStringB5cxx11Ev@Base 1.0.1 + _ZNK7libecap4Name12assignHostIdEi@Base 1.0.1 + _ZNK7libecap4Name14assignedHostIdEv@Base 1.0.1 + _ZNK7libecap7Message7trailerEv@Base 1.0.1 + _ZNK7libecap7adapter7Service18makesAsyncXactionsEv@Base 1.0.1 + _ZNK7libecap8BodySize7badSizeEv@Base 1.0.1 + (optional=templinst)_ZNSt3tr110shared_ptrIN7libecap4host4HostEED1Ev@Base 1.0.1 + (optional=templinst)_ZNSt3tr110shared_ptrIN7libecap4host4HostEED2Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 1.0.1 + (optional=templinst|arch=armel riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 1.0.1 + (optional=templinst|arch=!armel !riscv64)_ZNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 1.0.1 + (optional=templinst)_ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSt3tr18weak_ptrIN7libecap7adapter7ServiceEEEED1Ev@Base 1.0.1 + (optional=templinst)_ZNSt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSt3tr18weak_ptrIN7libecap7adapter7ServiceEEEED2Ev@Base 1.0.1 + (optional=templinst)_ZNSt7__cxx114listISt4pairINS_12basic_stringIcSt11char_traitsIcESaIcEEENSt3tr18weak_ptrIN7libecap7adapter7ServiceEEEESaISD_EED1Ev@Base 1.0.1 + (optional=templinst)_ZNSt7__cxx114listISt4pairINS_12basic_stringIcSt11char_traitsIcESaIcEEENSt3tr18weak_ptrIN7libecap7adapter7ServiceEEEESaISD_EED2Ev@Base 1.0.1 + _ZTIN7libecap11AreaDetailsE@Base 1.0.1 + _ZTIN7libecap13TextExceptionE@Base 1.0.1 + _ZTIN7libecap20StdStringAreaDetailsE@Base 1.0.1 + _ZTIN7libecap7MessageE@Base 1.0.1 + _ZTIN7libecap7OptionsE@Base 1.0.1 + _ZTIN7libecap7adapter7ServiceE@Base 1.0.1 + _ZTIN7libecap7adapter7XactionE@Base 1.0.1 + (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 1.0.1 + (arch=armel riscv64)_ZTINSt3tr111_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTINSt3tr111_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel armhf)_ZTINSt3tr111_Sp_deleterIN7libecap20StdStringAreaDetailsEEE@Base 1.0.1 + (arch=armel armhf)_ZTINSt3tr111_Sp_deleterIN7libecap7adapter7ServiceEEE@Base 1.0.1 + (arch=armel riscv64)_ZTINSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTINSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel riscv64)_ZTINSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTINSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel riscv64)_ZTINSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTINSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + _ZTSN7libecap11AreaDetailsE@Base 1.0.1 + _ZTSN7libecap13TextExceptionE@Base 1.0.1 + _ZTSN7libecap20StdStringAreaDetailsE@Base 1.0.1 + _ZTSN7libecap7MessageE@Base 1.0.1 + _ZTSN7libecap7OptionsE@Base 1.0.1 + _ZTSN7libecap7adapter7ServiceE@Base 1.0.1 + _ZTSN7libecap7adapter7XactionE@Base 1.0.1 + (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 1.0.1 + (arch=armel riscv64)_ZTSNSt3tr111_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTSNSt3tr111_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + _ZTSNSt3tr111_Sp_deleterIN7libecap20StdStringAreaDetailsEEE@Base 1.0.1 + _ZTSNSt3tr111_Sp_deleterIN7libecap7adapter7ServiceEEE@Base 1.0.1 + (arch=armel riscv64)_ZTSNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTSNSt3tr116_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel riscv64)_ZTSNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTSNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel riscv64)_ZTSNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTSNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + _ZTVN7libecap13TextExceptionE@Base 1.0.1 + _ZTVN7libecap20StdStringAreaDetailsE@Base 1.0.1 + _ZTVN7libecap7MessageE@Base 1.0.1 + _ZTVN7libecap7adapter7ServiceE@Base 1.0.1 + _ZTVN7libecap7adapter7XactionE@Base 1.0.1 + (arch=armel riscv64)_ZTVNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTVNSt3tr121_Sp_counted_base_implIPN7libecap20StdStringAreaDetailsENS_11_Sp_deleterIS2_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 + (arch=armel riscv64)_ZTVNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE1EEE@Base 1.0.1 + (arch=!armel !riscv64)_ZTVNSt3tr121_Sp_counted_base_implIPN7libecap7adapter7ServiceENS_11_Sp_deleterIS3_EELN9__gnu_cxx12_Lock_policyE2EEE@Base 1.0.1 diff --git a/patches/arch-indep-autoconf-header.diff b/patches/arch-indep-autoconf-header.diff new file mode 100644 index 0000000..0e32f11 --- /dev/null +++ b/patches/arch-indep-autoconf-header.diff @@ -0,0 +1,14 @@ +Index: b/cfgaux/xstd_common.ac +=================================================================== +--- a/cfgaux/xstd_common.ac ++++ b/cfgaux/xstd_common.ac +@@ -1,9 +1,5 @@ + dnl generally useful checks + +-dnl general stuff used by other checks +-dnl AC_CANONICAL_HOST +-AC_DEFINE_UNQUOTED(CONFIG_HOST_TYPE, "$host", "build environment") +- + dnl check for programs + AC_PROG_INSTALL + diff --git a/patches/automake-foreign.patch b/patches/automake-foreign.patch new file mode 100644 index 0000000..12a363a --- /dev/null +++ b/patches/automake-foreign.patch @@ -0,0 +1,18 @@ +Description: Set the foreign option for automake +Author: Andrey Rahmatullin +Bug-Debian: https://bugs.debian.org/766492 +Last-Update: 2014-11-08 + +Index: b/configure.in +=================================================================== +--- a/configure.in ++++ b/configure.in +@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([src/libecap/adapter/se + AC_CONFIG_HEADERS(src/libecap/common/ac-autoconf.h) + AX_PREFIX_CONFIG_H(src/libecap/common/autoconf.h) + +-AM_INIT_AUTOMAKE([nostdinc]) ++AM_INIT_AUTOMAKE([nostdinc foreign]) + AM_MAINTAINER_MODE + + LT_INIT diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..4f69b4a --- /dev/null +++ b/patches/series @@ -0,0 +1,2 @@ +automake-foreign.patch +arch-indep-autoconf-header.diff diff --git a/rules b/rules new file mode 100755 index 0000000..69ffe2e --- /dev/null +++ b/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +export DEB_CXXFLAGS_MAINT_APPEND = -Wall -std=c++11 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)" + +override_dh_installchangelogs: + dh_installchangelogs change.log upstream diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..1c684f9 --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=4 + +https://www.e-cap.org/archive/libecap-(.*)\.tar\.gz -- 2.30.2