Change logs for dh-exec source package in Trusty

  • dh-exec (0.12) unstable; urgency=low
    
    
      * The test suite was cleaned up and migrated from a custom solution to BATS.
      * Fixed a possible crash when DH_EXEC_SCRIPTDIR pointed to a
        non-existing directory.
      * Handle --help and unknown arguments separately, for better error
        reporting in the latter case.
      * Depend on perl instead of perl-modules.
      * Standards-Version bumped to 3.9.5 (no changes necessary).
    
     -- Gergely Nagy <email address hidden>  Tue, 05 Nov 2013 10:04:13 +0100
  • dh-exec (0.11) unstable; urgency=low
    
    
      * Do not allow spaces in neither source nor destination when renaming
        files via dh-exec-install. That would make the syntax far more
        complicated, and this way, we can just disallow whitespace and get rid
        of the trailing ones too. Thanks to Chow Loong Jin
        <email address hidden> for the patch.
      * Strip the output of any comment or whitespace-only lines, even when
        dh-exec was called with the --with-scripts option. Thanks to Dann
        Frazier <email address hidden> and Daniel Schepler <email address hidden>
        for reporting the issue. (Closes: #711937)
    
     -- Gergely Nagy <email address hidden>  Sun, 25 Aug 2013 09:40:39 +0200