~ubuntu-branches/ubuntu/precise/devscripts/precise

« back to all changes in this revision

Viewing changes to scripts/rmadison.pl

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-10-19 00:53:21 UTC
  • mfrom: (10.7.6 sid)
  • Revision ID: james.westby@ubuntu.com-20101019005321-mib7n3fc8bcexmos
Tags: 2.10.68ubuntu1
* Merge from Debian unstable; remaining changes:
  - Demote Recommends to Suggests:
    + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
      download sites), wasn't installed by default in previous releases
      either, and seems quite dead upstream; universe only.
    + libsoap-lite-perl: only needed for one less common command ("select")
      for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
      other universe Perl libraries; universe only.
    + debian-{keyring,maintainers}: not useful enough in Ubuntu; universe
      only.
    + equivs: too much of a hack to install by default; universe only.
    + libyaml-syck-perl: transition-check is fairly Debian-specific.
  - scripts/debchange.{pl,1}:
    + Adjust --security template for Ubuntu.
    + Add -U/--upstream flag that forces original "just increment
      the end" behaviour; Ubuntu is upstream for some pieces of software.
    + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
      output.
    + Default to "maverick" as distribution.
    + Add "ubuntu1" to version string for new versions, with tweaks for
      special cases.
    + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
    + Don't use the last distribution in debian/changelog when doing
      "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
      doesn't mean that's the right thing to do now." Thanks to Colin
      Watson. (LP: #429288)
  - scripts/debcommit.pl: support commiting to bzr from debian/.
  - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
    the "Would you like to use the current signature?" question. (Debian
    #447955)
  - scripts/debuild.pl: Enforce Ubuntu merge policy.
  - scripts/dscverify.pl: Add Ubuntu keyrings.
  - scripts/rmadison.pl: Change default URL parameter to ubuntu.
  - Add test/debchange.pl, test/Makefile: debchange test suite; call it
    during build in debian/rules. Also add lsb-release build dependency for
    this, so that debchange uses Ubuntu mode.
* scripts/debchange.pl: Move declaration of $opt_distributor before
  .devscripts / environment parsing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    'debian' => "http://qa.debian.org/madison.php",
74
74
    'qa' => "http://qa.debian.org/madison.php",
75
75
    'myon' => "http://qa.debian.org/~myon/madison.php",
76
 
    'bpo' => "http://www.backports.org/cgi-bin/madison.cgi",
 
76
    'bpo' => "http://backports.debian.org/cgi-bin/madison.cgi",
77
77
    'debug' => "http://debug.debian.net/cgi-bin/madison.cgi",
78
78
    'ubuntu' => "http://people.canonical.com/~ubuntu-archive/madison.cgi",
79
79
    'udd' => 'http://qa.debian.org/cgi-bin/madison.cgi',
198
198
displays which package version is registered per architecture/component/suite.
199
199
The CGI at B<http://qa.debian.org/madison.php> provides that service without
200
200
requiring ssh access to ftp-master.debian.org or the mirror on
201
 
merkel.debian.org. This script, B<rmadison>, is a command line frontend to
 
201
ries.debian.org. This script, B<rmadison>, is a command line frontend to
202
202
this CGI.
203
203
 
204
204
=head1 OPTIONS
245
245
 
246
246
use I<URL> for the query. Supported shorthands are
247
247
 B<debian> or B<qa> http://qa.debian.org/madison.php
248
 
 B<bpo> http://www.backports.org/cgi-bin/madison.cgi
 
248
 B<bpo> http://backports.debian.org/cgi-bin/madison.cgi
249
249
 B<debug> http://debug.debian.net/cgi-bin/madison.cgi
250
250
 B<ubuntu> http://people.canonical.com/~ubuntu-archive/madison.cgi (the default)
251
251