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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
devscripts (2.10.68ubuntu1) natty; urgency=low
 
2
 
 
3
  * Merge from Debian unstable; remaining changes:
 
4
    - Demote Recommends to Suggests:
 
5
      + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
 
6
        download sites), wasn't installed by default in previous releases
 
7
        either, and seems quite dead upstream; universe only.
 
8
      + libsoap-lite-perl: only needed for one less common command ("select")
 
9
        for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
 
10
        other universe Perl libraries; universe only.
 
11
      + debian-{keyring,maintainers}: not useful enough in Ubuntu; universe
 
12
        only.
 
13
      + equivs: too much of a hack to install by default; universe only.
 
14
      + libyaml-syck-perl: transition-check is fairly Debian-specific.
 
15
    - scripts/debchange.{pl,1}:
 
16
      + Adjust --security template for Ubuntu.
 
17
      + Add -U/--upstream flag that forces original "just increment
 
18
        the end" behaviour; Ubuntu is upstream for some pieces of software.
 
19
      + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
 
20
        output.
 
21
      + Default to "maverick" as distribution.
 
22
      + Add "ubuntu1" to version string for new versions, with tweaks for
 
23
        special cases.
 
24
      + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
 
25
      + Don't use the last distribution in debian/changelog when doing
 
26
        "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
 
27
        doesn't mean that's the right thing to do now." Thanks to Colin
 
28
        Watson. (LP: #429288)
 
29
    - scripts/debcommit.pl: support commiting to bzr from debian/.
 
30
    - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
 
31
      the "Would you like to use the current signature?" question. (Debian
 
32
      #447955)
 
33
    - scripts/debuild.pl: Enforce Ubuntu merge policy.
 
34
    - scripts/dscverify.pl: Add Ubuntu keyrings.
 
35
    - scripts/rmadison.pl: Change default URL parameter to ubuntu.
 
36
    - Add test/debchange.pl, test/Makefile: debchange test suite; call it
 
37
      during build in debian/rules. Also add lsb-release build dependency for
 
38
      this, so that debchange uses Ubuntu mode.
 
39
  * scripts/debchange.pl: Move declaration of $opt_distributor before
 
40
    .devscripts / environment parsing.
 
41
 
 
42
 -- Loïc Minier <loic.minier@ubuntu.com>  Tue, 19 Oct 2010 00:53:21 +0200
 
43
 
 
44
devscripts (2.10.68) unstable; urgency=low
 
45
 
 
46
  [ James Vega ]
 
47
  * dget: Fix parsing of apt-cache and sources.list when given only a package
 
48
    name.  (Closes: #594904)
 
49
  * debchange:
 
50
    + Remove EOL Ubuntu release Intrepid.  Add new development release Natty.
 
51
      (Closes: #593659)
 
52
    + Remove Etch and add Squeeze as backports targets.  Lenny is still the
 
53
      default bpo target.
 
54
  * rmadison: Change Backports URL to backports.debian.org. (Closes: #595714)
 
55
 
 
56
  [ Luk Claes ]
 
57
  * Adjust rmadison documentation for move of accessible projectb mirror
 
58
    from merkel to ries.
 
59
 
 
60
 -- James Vega <jamessan@debian.org>  Wed, 08 Sep 2010 18:46:35 -0400
 
61
 
1
62
devscripts (2.10.67ubuntu2) natty; urgency=low
2
63
 
3
64
  * debchange: Add support for DEBCHANGE_DISTRIBUTOR config.