Change logs for dput source package in Experimental

  • dput (1.0.0) experimental; urgency=medium
    
      * The “Nazimuddin Samad” release.
      * Convert code base to run on Python 3.
        Closes: bug#830879. Thanks to Emilio Pozuelo Monfort for the report.
      * Remove the obsolete conffile ‘/etc/bash_completion.d/dput’.
        Closes: bug#866230. Thanks to Laurent Bigonville for the report.
      * Defer getting the uploader until after processing command-line options.
      * Declare “Standards-Version: 4.0.1”. No additional changes required.
      * Revise documentation to remove outdated material.
      * Upgrade license grant to GNU GPL v3-or-later for the whole work.
      * Remove unused GPL v2 license text.
    
     -- Ben Finney <email address hidden>  Mon, 07 Aug 2017 10:10:47 +1000
  • dput (0.11.1) experimental; urgency=medium
    
      [ Daniel Kahn Gillmor ]
    
      * Migrate to ‘python-gpg’ for interacting with GnuPG.
        * Add dependency on ‘python-gpg’ package.
        * Remove package name mapping, ‘gpg’ is correct in PyPI.
        * Remove dependency on ‘python-gpgme’ package.
        Closes: bug#846311. Thanks to Daniel Kahn Gillmor for the patch.
    
     -- Ben Finney <email address hidden>  Wed, 21 Dec 2016 15:15:48 +1100
  • dput (0.11.0~3) experimental; urgency=medium
    
      * Add autopkgtest smoke tests to verify the commands will run.
      * Migrate to GPGME for interacting with GnuPG.
        * Add dependency on ‘python-gpgme’ package.
        * Declare explicit package name mapping for ‘gpgme’ dependency.
        * No longer invoke the ‘gpg’ command.
        * Remove dependency on ‘gnupg’ package.
        * Verify GnuPG signature using Python library.
          Closes: bug#835598.
    
     -- Ben Finney <email address hidden>  Fri, 28 Oct 2016 18:50:42 +1100