Please merge dput 0.9.5.1(main) from debian squeeze(main)

Bug #507068 reported by Bhavani Shankar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dput (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: dput

Debian changelog:

 dput (0.9.5.1) unstable; urgency=low

   * Fix lintian (pedantic) warnings and info messages
     + I: hyphen-used-as-minus-sign in dcut(1)
     + P: maintainer-script-without-set-e
     + P: copyright-refers-to-symlink-license
   * set method = ftp as applicable in default dput.cf (Closes: #544360)
   * Initialize options['changes'] in dcut, include the changes file itself
     when using dcut -i. Thanks gregor herrmann <email address hidden> for the
     report and fix (Closes: #544440)

 -- Y Giridhar Appaji Nag <email address hidden> Mon, 31 Aug 2009 22:39:37 +0530
dput (0.9.5) unstable; urgency=low

   * Better (hopefully) language in default messages. Thanks Andre
     Klapper <email address hidden> for the bug report(Closes: #521281)
   * Add the new upload queue in Europe to dput.cf as "ftp-eu"
   * Fix URL to the dev-ref section on "Handling security-related bugs".
     Thanks Mauro Lizaur <email address hidden> (Closes: #529770)
   * Implement a -i option to dcut that reads a changes file to create a
     commands file removing the files uploaded via the changes file. Thanks
     Dinesh Shanbhag <email address hidden> (Closes: #302292)
   * Update Standards-Version to 3.8.3 (no changes required)

 -- Y Giridhar Appaji Nag <email address hidden> Mon, 24 Aug 2009 21:05:55 +0530

Related branches

Revision history for this message
Bhavani Shankar (bhavi) wrote :
Changed in dput (Ubuntu):
status: New → Confirmed
Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote :

The changelog is messed up in your debdiff; please fix.

Changed in dput (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Bhavani Shankar (bhavi) wrote :
Revision history for this message
Bhavani Shankar (bhavi) wrote :

done cody

regards

Changed in dput (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote :

Although your changelog entry for the merge looks better, your debdiff adds changelog entries for uploads to Debian which is obviously incorrect.

Revision history for this message
Bhavani Shankar (bhavi) wrote :

yeah cody but i get the following error

bhavani@bhavani-laptop:~/development/dput$ debdiff dput_0.9.5.1.dsc dput_0.9.5.1ubuntu1.dsc > debian.debdiff
gpgv: Signature made Monday 31 August 2009 10:53:08 PM IST using RSA key ID DBBECADC
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on /home/bhavani/development/dput/dput_0.9.5.1.dsc
gpgv: Signature made Thursday 14 January 2010 12:04:18 AM IST using DSA key ID 9AEC31A0
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on /home/bhavani/development/dput/dput_0.9.5.1ubuntu1.dsc

although I ve imported the keys

bhavani@bhavani-laptop:~/development/dput$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xDBBECADC
gpg: requesting key DBBECADC from hkp server keyserver.ubuntu.com
gpg: key 1D389887: public key "Y Giridhar Appaji Nag <email address hidden>" imported
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: Total number processed: 1
gpg: imported: 1

and dscverify shows valid o/p

bhavani@bhavani-laptop:~/development/dput$ dscverify dput_0.9.5.1ubuntu1.dsc
dput_0.9.5.1ubuntu1.dsc:
      Good signature found
   validating dput_0.9.5.1ubuntu1.tar.gz
All files validated successfully.

and referring back to bug no 313718 I had the same problem but my package was sponsored..

attaching the debdiff deleting debian log entries

Regards

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Updated diff

Regards

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package dput - 0.9.5.1ubuntu1

---------------
dput (0.9.5.1ubuntu1) lucid; urgency=low

  * Merge from debian testing. Remaining changes: LP: #507068
    - debian/control: Added suggests on bzr (as we use the bzrlib.transport)
    - debian/rules: Updated to install sftp.py
    - sftp.py: Support for uploads via sftp transport
    - dput.cf:
      + set 'default_main_host = ubuntu'
      + set 'progress_indicator = 2'
      + Updated ppa stanza to make use of argument support
    - dput:
      + Recognize 0ubuntu1 as a debian version that requires
        orig.tar.gz to be included in the upload.
      + Correctly handle cases where a non-existant host or no host at all is
        supplied when -o option is passed. (Thanks to David Futcher for
        spotting)
      + Be more careful about setting a variable in a section that does not
        exist in host argument handling (Fixes LP: #327239)
    - dput.cf.5: Updated to note support for sftp transport and host args
    - dput.1: Updated to document host argument feature and sftp support.
    - Don't incorrectly assume that HTTPResonse.reason is an integer when
      generating an error message (LP: #380940).
    - Compute md5 sum

dput (0.9.5.1) unstable; urgency=low

  * Fix lintian (pedantic) warnings and info messages
    + I: hyphen-used-as-minus-sign in dcut(1)
    + P: maintainer-script-without-set-e
    + P: copyright-refers-to-symlink-license
  * set method = ftp as applicable in default dput.cf (Closes: #544360)
  * Initialize options['changes'] in dcut, include the changes file itself
    when using dcut -i. Thanks gregor herrmann <email address hidden> for the
    report and fix (Closes: #544440)

dput (0.9.5) unstable; urgency=low

  * Better (hopefully) language in default messages. Thanks Andre
    Klapper <email address hidden> for the bug report(Closes: #521281)
  * Add the new upload queue in Europe to dput.cf as "ftp-eu"
  * Fix URL to the dev-ref section on "Handling security-related bugs".
    Thanks Mauro Lizaur <email address hidden> (Closes: #529770)
  * Implement a -i option to dcut that reads a changes file to create a
    commands file removing the files uploaded via the changes file. Thanks
    Dinesh Shanbhag <email address hidden> (Closes: #302292)
  * Update Standards-Version to 3.8.3 (no changes required)
 -- Bhavani Shankar <email address hidden> Tue, 19 Jan 2010 20:20:30 +0530

Changed in dput (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.