Change logs for compartment source package in Zesty

  • compartment (1.1.0-5) unstable; urgency=medium
    
      * debian/rules: Use simplified debhelper version
      * debian/control:
            - Update maintainer name, use UTF-8
            - Build-depend on debhelper (>= 9).
            - Upgrade standards-version
            - Depend on ${misc:Depends}.
            - Use arch linux-any (Closes: #745192)
            - Improve description (Closes: #485850)
            - Add homepage
      * debian/compat: Indicate compatibility level of 9. (Closes: #817318, #817406)
      Thanks to Logan Rosen for the patch used in Ubuntu, 
    
      * Makefile: 
           - use CCFLAGS, CPPFLAGS when compiling (to enable hardening features)
             and use DESTDIR to install files in their proper location
           - strip binary when installing
           - do not install LICENSE in the documentation directory
      * comparment: Fix error when compiling with  -Werror=format-security
      * debian/watch: Add watch file
    
     -- Javier Fernández-Sanguino Peña <email address hidden>  Wed, 04 Jan 2017 01:11:57 +0100
  • compartment (1.1.0-4ubuntu1) yakkety; urgency=medium
    
      * debian/rules:
        - Remove legacy DH_COMPAT export.
        - Use dh_prep instead of dh_clean -k.
        - Add recommended build-arch and build-indep targets.
        - Don't allow clean to ignore errors.
      * debian/compat: Indicate compatibility level of 9.
      * debian/control:
        - Build-depend on debhelper (>= 9).
        - Depend on ${misc:Depends}.
    
     -- Logan Rosen <email address hidden>  Mon, 11 Jul 2016 21:18:45 -0400