Change logs for cupt source package in Wily

  • cupt (2.9.3) unstable; urgency=medium
    
      * lib:
        - cache/package:
          - Disallow more than 1 installed version per package. This fixes data
            inconsistencies which may lead to crashes. (Closes: #794430)
        - system/state:
          - Parsing dpkg status file: error out on empty package names.
          - Parsing dpkg status file: require 'Package' tag first for every
            record.
          - Parsing dpkg status file: require 'Status' tag for every versioned
            record.
          - Parsing dpkg status file: do not stop reading when met with a newline
            instead of a first tag.
      * debian:
        - control:
          - Bumped the ABI suffix from 0 to 1 for the GCC5 C++11 ABI transition.
    
     -- Eugene V. Lyubimkin <email address hidden>  Tue, 25 Aug 2015 21:13:01 +0300
  • cupt (2.9.2build1) wily; urgency=medium
    
      * No-change rebuild using boost 1.58.
    
     -- Matthias Klose <email address hidden>  Fri, 28 Aug 2015 15:00:47 +0200
  • cupt (2.9.2) unstable; urgency=medium
    
      * cmakelists:
        - Temporarily added a compiler switch to use old C++11 ABI. To be removed
          when Boost libraries (which we link to) get rebuilt with new C++11 ABI.
        - Removed some obsolete/unneeded include directories.
      * debian:
        - control:
          - Added forgotten Conflicts between libcupt4-dev and libcupt3-dev.
            (Closes: #792847)
        - cupt.bash-completion:
          - Added to use dh_bash-completion instead of manual file copying.
    
     -- Eugene V. Lyubimkin <email address hidden>  Sun, 02 Aug 2015 18:44:22 +0300
  • cupt (2.9.1) unstable; urgency=medium
    
      * lib:
        - cmakelists:
          - Pass absolute path of 'downloadmethods' directory for local builds.
            Makes downloading work when locally built cupt binary is called from
            non-usual locations.
      * test:
        - TestCupt:
          - Made the regex parsing 'cupt policy' output stricter. This reduces
            the probability of false negatives.
    
     -- Eugene V. Lyubimkin <email address hidden>  Fri, 17 Jul 2015 08:32:43 +0300
  • cupt (2.8.4) unstable; urgency=medium
    
    
      * lib:
        - system/worker:
          - 'changeSystem': preinstall hooks: pass original version strings of
            installed versions, not id-suffixed ones. (Closes: #764754)
        - cache:
          - Version pinning: fixed matching version strings of installed versions.
            (Closes: #764238)
        - system/resolvers/native:
          - Reverted 'fixed failing to satisfy 'remove x --no-remove'-kinds of
            requests', so 'no-remove' option works again for any kind of user
            requests. This now includes explicit ones as well, so
            'remove x --no-remove' are now expected to fail if 'x' is manually
            installed package. The regression was introduced in 2.7.3.
      * cmakelists:
        - Added '-pthread' to compiling and linking flags. (Closes: #760489)
    
     -- Eugene V. Lyubimkin <email address hidden>  Sun, 19 Oct 2014 20:50:23 +0300