Change logs for cupt source package in Xenial

  • cupt (2.9.4ubuntu1) xenial; urgency=medium
    
      * Unset APT_CONFIG to fix testsuite under newer sbuild (Closes: #819605)
    
     -- Adam Conrad <email address hidden>  Sat, 16 Apr 2016 16:10:08 -0600
  • cupt (2.9.4) unstable; urgency=medium
    
      * debian/rules:
        - Fixed calling CMake's install before trying to copy translation files to
          a target package (Closes: #806010).
    
     -- Eugene V. Lyubimkin <email address hidden>  Sun, 14 Feb 2016 13:36:37 +0100
  • 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