~ubuntu-branches/ubuntu/wily/devscripts/wily

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): James McCoy, Dominique Dumont, Daniel Kahn Gillmor, James McCoy, Johannes Schauer, Iain Lane, Fabian Greffrath, Ian Jackson, Hideki Yamane, Peter Eisenstraut, Antonio Terceiro, Simon McVittie
  • Date: 2015-04-25 21:58:50 UTC
  • mfrom: (10.10.21 sid)
  • Revision ID: package-import@ubuntu.com-20150425215850-wts1g5jzrkaveqh9
Tags: 2.15.4
[ Dominique Dumont ]
* licensecheck:
  + Handle license like GPL version 2 or 3 (which is not GPL-2+)
  + Ignore .pc directories
  + print copyrights in a non random-order

[ Daniel Kahn Gillmor ]
* uscan: explicitly dearmor, rather than --import upstream signing key
  (Closes: #768345)

[ James McCoy ]
* debsnap: When specified version or architectures aren't available, warn
  and exit with error code 2.  (Closes: #774276)
* rmadison:
  + Display the usage to the specified fd instead of ignoring it.
  + Display the known URL aliases in the usage.
  + Display all the URLs in --help when $default_url is a comma-separated
    list.
  + Remove 404ing myon and debug URLs
  + Use https://api.ftp-master.debian.org/madison for debian and new URLs.
    This also fixes support for the -b option.  (Closes: #775084)
  + Strip arch-qualifiers from package names.  (Closes: #780167)
* mk-origtargz: Avoid adding the same file to the "to be deleted" list
  multiple times.  This may also cause patterns to be declared as unused if
  a file is matched by multiple patterns.  (Closes: #776318)
* who-uploads:
  + Fix extraction of uploader's key id.
  * Create a temporary GNUPGHOME to avoid “gpg --list-key” erroring when no
    ~/.gnupg exists.  (Closes: #776209)
* bts: Cancel the mail if the spawned editor exits with a non-zero exit
  code.  This is an alternative way to cancel a command, rather than saving
  an empty message.  (Closes: #778648)
* who-permits-upload: Update URL to use https.
* Replace use of Parse::DebControl with Dpkg::Control to work around
  #780138 and remove a dependency.
* uscan:
  + Always remove the Referer header for Sourceforge, not just when going
    via the redirector.  (Closes: #778860)
  + Let the OS assign a port to the test's HTTP server so tests don't fail
    when something is already using port 8000.
* Ensure all LWP-using scripts honor a proxy set in the environment.
  (Closes: #781611)

[ Johannes Schauer ]
* chdist: Also set Apt::Architectures to prevent foreign architectures from
  the host leaking into the apt tree (Closes: #774685)

[ Iain Lane ]
* rmadison: The short option for --regex is -r, not -s.

[ Fabian Greffrath ]
* wrap-and-sort: Add dirs, docs, examples, info, links, maintscript and
  manpages (all can also be prefixed by the binary package name) to the
  files in the debian/ directory that get sorted alphabetically.
  (Closes: #765338)

[ Ian Jackson ]
* grep-excuses:
  + Minor manpage corrections.  (Closes: #777344)
  + Add --debug option.  (Closes: #777345)
  + Search for autoremovals too, by default.  (Closes: #777346)

[ Hideki Yamane ]
* Add bash completion for dch, debsign, and uupdate.  (Closes: #774544,
  #778963, #779279)

[ Peter Eisenstraut ]
* Consistently use Makefile variables to control the installation layout.
  (Closes: #728607)

[ Antonio Terceiro ]
* chdist: also create /etc/apt/sources.list.d

[ Simon McVittie ]
* mergechanges: Add --indep option to skip architecture-specific packages.
  (Closes: #782354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
- debchange (abbreviation dch): Modifies debian/changelog and manages version
67
67
  numbers for you.  It will either increment the version number or add a
68
68
  entry for the current version, depending upon the options given to it.
69
 
  [libdistro-info-perl, libparse-debcontrol-perl, libsoap-lite-perl]
 
69
  [libdistro-info-perl, libsoap-lite-perl]
70
70
 
71
71
- debcheckout: checkout the development repository of a Debian package
72
72
 
248
248
- whodepends: check which maintainers' packages depend on a package
249
249
 
250
250
- who-permits-upload: Retrieve information about Debian Maintainer access
251
 
  control lists [gnupg, libencode-locale-perl, libparse-debcontrol-perl,
252
 
  libwww-perl, debian-keyring]
 
251
  control lists [gnupg, libencode-locale-perl, libwww-perl, debian-keyring]
253
252
 
254
253
- who-uploads: determine the most recent uploaders of a package to the Debian
255
254
  archive [gnupg, debian-keyring, debian-maintainers, wget]