Change logs for net-cpp source package in Focal

  • net-cpp (2.2.1+dfsg1-4) unstable; urgency=medium
    
      * debian/libnet-cpp2.symbols:
        + Fix FTBFS on i386 m68k powerpc x32.
      * debian/patches:
        + Add 1007_wait-for-flask.patch. On slow build systems (e.g. armel, armhf,
          etc.), the tests run to early and the flask http server does not have
          enough time to come up. This patch injects an artificial delay of 3
          seconds between http server startup and client tests.
    
     -- Mike Gabriel <email address hidden>  Tue, 18 Feb 2020 13:24:20 +0100
  • net-cpp (2.2.1+dfsg1-3) unstable; urgency=medium
    
      * debian/control:
        + Add B-D pkg-kde-tools.
      * debian/rules:
        + Build --with pkgkde_symbolshelper.
      * debian/libnet-cpp2.symbols:
        + Update using pkg-kde-tools.
    
     -- Mike Gabriel <email address hidden>  Mon, 17 Feb 2020 22:14:59 +0000
  • net-cpp (2.2.1+dfsg1-2) unstable; urgency=medium
    
      * debian/rules:
       + Only fix duplicate files in doc/html/ if that folder actually
         exists. Fixes binary-only DEB builds.
    
     -- Mike Gabriel <email address hidden>  Mon, 03 Feb 2020 10:56:36 +0100
  • net-cpp (2.2.1+dfsg1-1) unstable; urgency=medium
    
      * Initial upload to Debian. (Closes: #950434).
      * debian/patches:
        + Add 1001_no-bundled-httpbin.patch,
              1002_set-content-type-header-on-POSTs.patch,
              1003_port-to-new-json-cpp-API.patch.
          Fix multi-cause FTBFSes. Thanks to Luca Weiss for providing them.
        + Add 1004_INSTANTIATE_TEST_SUITE.patch. Fix Boost deprecation warnings.
        + Add 1005_typo-fix.patch. Typo fix in printed output.
        + Add 1006_doxygen-no-buildpath.patch. No FULL_PATH_NAMES in API docs.
      * debian/watch:
        + Add watch file.
      * debian/{control,compat}:
        + Switch to debhelper-compat notation. Bump to DH compat level version 12.
      * debian/control:
        + Update Maintainer: and Uploaders: fields.
        + Debian buildds don't support alternative B-Ds.
        + Build-depend on unversioned Boost library packages.
        + Bump Standards-Version: to 4.5.0. No changes needed.
        + Add B-D: cmake-extras.
        + Use system-wide python3-httpbin during unit tests. Add that to B-D.
        + Update Homepage: field (new upstream location).
        + Update Vcs-*: fields for Debian Git packaging on salsa.debian.org.
        + Fix SYNOPSIS of libnet-cpp-dev bin:pkg.
        + Lengthen the LONG_DESCRIPTION of libnet-cpp-doc a little bit to silence
          lintian.
        + Add Rules-Requires-Root: field and set it to 'no'.
        + Add B-Ds: rdfind, symlinks.
      * debian/upstream/metadata:
        + Add file; comply with DEP-12.
      * debian/source/format:
        + Add format file; 3.0 (quilt).
      * debian/copyright:
        + Update Source: field with new upstream location.
        + Update copyright attributions for debian/*.
        + Use secure URL in Format: field.
      * debian/rules:
        + Run unit tests in non-parallel mode.
        + Introduce dh_missing override (--fail-missing).
        + Add get-orig-source target.
        + Enable all hardening build flags.
        + Fix doc:pkg file location, get rid of duplicate files in the API docs.
      * debian/libnet-cpp2.symbols:
        + Add Build-Depends-Package: metadata field.
        + Drop -0ubuntu1 from code versions.
      * debian/libnet-cpp1.symbols:
        + Drop file. Left-over from before the last SONAME bump.
      * debian/libnet-cpp-doc.doc-base:
        + Add file.
    
     -- Mike Gabriel <email address hidden>  Sat, 01 Feb 2020 23:38:36 +0100