~ubuntu-branches/ubuntu/utopic/dpkg-sig/utopic-proposed

« back to all changes in this revision

Viewing changes to dpkg-sig.pod

  • Committer: Package Import Robot
  • Author(s): Guillem Jover
  • Date: 2014-06-10 19:53:53 UTC
  • Revision ID: package-import@ubuntu.com-20140610195353-ela90tqdbbgi39at
Tags: 0.13.1+nmu2
* Non-maintainer upload.
* Handle trailing slashes in ar member names in deb archives created with
  GNU ar. (Closes: #356509)
* Add support for control.tar, control.tar.xz, data.tar, data.tar.xz,
  data.tar.lzma and data.tar.bz2. (Closes: #703437)
  Based on a patch by Christoph Berg <myon@debian.org>.
* Use correct get_deb_parts() function name instead of undefined
  get_deb_part(). (Closes: #635232)
* Remove dead website URL from package description in debian/control and
  dpkg-sig(1) man page. Change dpkg-sig and debian/copyright to mention
  the URL used to be the website. (Closes: #422175)
* Add build-arch and build-indep targets in debian/rules.
* Fix typo in man page for “overridden”.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
signatures without transferring the whole archive file.  This does
232
232
require one to trust the remote machine, though!
233
233
 
234
 
Further details can be found at L<http://dpkg-sig.turmzimmer.net/>.
235
 
 
236
234
=head1 REMOTE SIGNING
237
235
 
238
236
B<dpkg-sig> can sign remote files using B<ssh>(1) without transferring
286
284
F<~/.devscripts>.
287
285
 
288
286
The key-id is automatically set from F</etc/devscripts.conf> and
289
 
F<~/.devscripts>, but could be overriden via the B<-m>, B<-e> or B<-k>
 
287
F<~/.devscripts>, but could be overridden via the B<-m>, B<-e> or B<-k>
290
288
command line options (see above).
291
289
 
292
290
=head1 SEE ALSO