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

« back to all changes in this revision

Viewing changes to scripts/who-permits-upload.pl

  • Committer: Package Import Robot
  • Author(s): James McCoy, Paul Wise, James McCoy, Jakub Wilk, Adam D. Barratt, Stefano Zacchiroli
  • Date: 2014-12-03 23:01:48 UTC
  • mfrom: (10.10.17 sid)
  • Revision ID: package-import@ubuntu.com-20141203230148-05tj5glws63qrkla
Tags: 2.14.11
[ Paul Wise ]
* Suggest debbindiff for deep .deb comparisons
* Use mirror.ftp-master instead of specific hostnames

[ James McCoy ]
* debcommit: Correctly show --strip-message is the default in --help.
  (Closes: #766885)
* mk-origtargz: Warn about unmatched Files-Excluded patterns.  (Closes:
  #766641)
* annotate-output: Fix handling of a date format that contains whitespace.
  (Closes: #766180)
* Fix regression in dpkg-architecture using scripts when only -a or -t is
  specified, rather than both or neither.  (Closes: #768587)

[ Jakub Wilk ]
* sadt:
  + Fix handling of rw-build-tree restriction
  + Improve handling of non-executable test files.  When rw-build-tree is in
    effect, simply chmod the file.  Otherwise, attempt to chmod the file
    (skipping the test on failure) and restore the original permissions on
    completion.  (Closes: #749729)

[ Adam D. Barratt ]
* debchange:
  + Fix handling of changelogs where the most recent trailer line does not
    include a maintainer name.  (Closes: #766516)
  + Add jessie-backports to the version mapping for --bpo.
* bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore"
  tags.

[ Stefano Zacchiroli ]
* bts:
  + Support for the "newcomer" tag
  + Backward compatibility for the old "gift" usertag: drop
    documentation for it, but do both gift and newcomer (user)tagging for
    the time being

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
=item B<--dmfile=>I<dm_url>, B<-d> I<dm_url>
61
61
 
62
62
Retrieve the DM permission file from the supplied URL. When this option is not
63
 
present, the default value I<http://ftp-master.debian.org/dm.txt> is used.
 
63
present, the default value I<https://ftp-master.debian.org/dm.txt> is used.
64
64
 
65
65
=item B<--help>, B<-h>
66
66
 
215
215
    print STDERR "\t\t\tkeyring. Separate arguments by a colon (\":\")\n";
216
216
    print STDERR "-d, --dmfile=DM_URL\n";
217
217
    print STDERR "\t\t\tRetrieve DM permissions from the supplied URL.\n";
218
 
    print STDERR "\t\t\tDefault is http://ftp-master.debian.org/dm.txt\n";
 
218
    print STDERR "\t\t\tDefault is https://ftp-master.debian.org/dm.txt\n";
219
219
    print STDERR "-s, --search=SEARCH_TYPE\n";
220
220
    print STDERR "\t\t\tSupplied QUERY arguments are interpreted as:\n";
221
221
    print STDERR "\t\t\tpackage name when SEARCH_TYPE is \"package\" (default)\n";