1. 10 Oct, 2017 7 commits
  2. 08 Oct, 2017 7 commits
  3. 04 Oct, 2017 1 commit
  4. 03 Oct, 2017 2 commits
  5. 01 Oct, 2017 6 commits
  6. 26 Sep, 2017 2 commits
    • Niels Thykier's avatar
      d/changelog: Fix typo in changelog · e7bf71f4
      Niels Thykier authored
      
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      e7bf71f4
    • Niels Thykier's avatar
      Dh_Getopt: Fix discard of warning/error messages in option parsing · fa8e3654
      Niels Thykier authored
      
      
      When testing -O options, the __WARN__ handler would be set to a sub to
      throw away warnings for -O options.  However, the original __WARN__
      handler would not be properly reset in the case where it was
      originally "undef" (which happens to be the default).  This triggered
      a discard of real error messages in case there was a later call to
      "getoptions".
      
      Concretely, this was trivially reproducible via:
      
        DH_OPTIONS=-Oa dh_makeshlibs -ppackage-that-does-not-exist
      
      This /should/ have failed with:
      
        dh_makeshlibs: Requested unknown package foo via -p/--package, expected one of: [...]
        dh_makeshlibs: unknown option or error during option parsing; aborting
      
      But prior to this commit, only the latter line would appear.  This
      sadly makes the error rather hard to understand.
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      fa8e3654
  7. 21 Sep, 2017 3 commits
  8. 19 Sep, 2017 7 commits
  9. 17 Sep, 2017 5 commits