~ubuntu-branches/ubuntu/saucy/devscripts/saucy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-11-04 22:52:32 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091104225232-0gd38o908lsuqiap
Tags: 2.10.55ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop universe packages from 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
    + 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
    + debian-{keyring,maintainers}: not useful enough in Ubuntu
    + equivs: too much of a hack to install by default
    + libyaml-syck-perl: transition-check is fairly Debian-specific
  - scripts/debchange.pl:
    + 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= to override lsb_release output.
    + Default to "karmic" 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/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.
  - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
devscripts (2.10.55ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Resynchronise with Debian. Remaining changes:
 
4
    - Drop universe packages from 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
 
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
 
11
      + debian-{keyring,maintainers}: not useful enough in Ubuntu
 
12
      + equivs: too much of a hack to install by default
 
13
      + libyaml-syck-perl: transition-check is fairly Debian-specific
 
14
    - scripts/debchange.pl:
 
15
      + Adjust --security template for Ubuntu.
 
16
      + Add -U/--upstream flag that forces original "just increment
 
17
        the end" behaviour; Ubuntu is upstream for some pieces of software.
 
18
      + Add --distributor= to override lsb_release output.
 
19
      + Default to "karmic" as distribution.
 
20
      + Add "ubuntu1" to version string for new versions, with tweaks for
 
21
        special cases.
 
22
      + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
 
23
      + Don't use the last distribution in debian/changelog when doing
 
24
        "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
 
25
        doesn't mean that's the right thing to do now." Thanks to Colin
 
26
        Watson. (LP: #429288)
 
27
    - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
 
28
      the "Would you like to use the current signature?" question. (Debian
 
29
      #447955)
 
30
    - scripts/debuild.pl: Enforce Ubuntu merge policy.
 
31
    - scripts/dscverify.pl: Add Ubuntu keyrings.
 
32
    - scripts/rmadison.pl: Change default URL parameter to ubuntu.
 
33
    - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
 
34
    - Add test/debchange.pl, test/Makefile: debchange test suite; call it
 
35
      during build in debian/rules. Also add lsb-release build dependency for
 
36
      this, so that debchange uses Ubuntu mode.
 
37
 
 
38
 -- Reinhard Tartler <siretart@tauware.de>  Wed, 04 Nov 2009 22:52:32 +0100
 
39
 
 
40
devscripts (2.10.55) unstable; urgency=high
 
41
 
 
42
  * Urgency "high" for security fix fix
 
43
 
 
44
  [ Ryan Niebur ]
 
45
  * uscan: fix a regression from the security fix when the command is
 
46
    given parameters. use Text::ParseWords::shellwords to parse the
 
47
    given command.
 
48
  * dch: fix comparison of versions when the new and current version are
 
49
    the same (Closes: #545099)
 
50
 
 
51
  [ Adam D. Barratt ]
 
52
  * bts: Refer to the "--no-ack" option rather than the incorrect "--no-acks"
 
53
    in the description of the BTS_SUPPRESS_ACKS variable.  Thanks, Jakub
 
54
    Wilk.  (Closes: #542961)
 
55
  * licensecheck: Add missing blank line in POD.  Thanks, Nicolas Francois.
 
56
  * uscan: Fix regressions introduced by the security fix in the previous
 
57
    upload.  The parser now correctly keeps track of the last match when /g
 
58
    is used to avoid infinite loops.  Thanks, Raphael Geissert and Martín
 
59
    Ferrari.  (Closes: #544931)
 
60
  * l10n updates; thanks, Nicolas Francois:  (Closes: #545327)
 
61
    + Update French manpage translations
 
62
    + Fix addendum format for dcontrol in po4a/devscripts-po4a.conf
 
63
    + Use --previous when invoking po4a
 
64
  * debian/control: Bump version of po4a build-dependency to 0.31 to ensure
 
65
    support for --previous.
 
66
 
 
67
 -- Adam D. Barratt <adam@adam-barratt.org.uk>  Fri, 11 Sep 2009 10:02:52 +0100
 
68
 
 
69
devscripts (2.10.54) unstable; urgency=high
 
70
 
 
71
  * Urgency "high" for security update
 
72
 
 
73
  [ James Vega ]
 
74
  * debchange: Clarify the wording for the explanation of
 
75
    --force-save-on-release.  (Closes: #539155)
 
76
  * grep-excuses: Document that -w only works with a package name.
 
77
  * manpage-alert: Fix handling of commands which start with non-word
 
78
    characters.  Based on a patch from Ville Skyttä.
 
79
  * bts: Add support for the limit command.  (Closes: #541698)
 
80
  * tagpending: Use 'bts limit source ...' instead of 'bts package ...' and
 
81
    listing every binary package the source produces.  This will prevent
 
82
    tagpending emails from exceeding the 998 characters per line limit of
 
83
    email.
 
84
 
 
85
  [ Adam D. Barratt ]
 
86
  * bts:
 
87
    + Make "tags NNNNNN =" operate correctly again.  (Closes: #539688)
 
88
    + Use >& rather than writing to filehandles under /dev/fd.
 
89
      (Closes: #517917)
 
90
  * cowpoke:
 
91
    + Update to new upstream version
 
92
      - Run with reduced privileges and only elevate them when needed to
 
93
        run cowbuilder.
 
94
      - Don't explicitly pass a buildd username unless it is set, this allows
 
95
        people to configure the remote username in their ssh config or
 
96
        similar.  (Closes: #538191)
 
97
      - Supply pbuilder with the --buildplace and --aptcache options to
 
98
        enable use with reduced privileges.
 
99
      - Relative paths are all relative to the BUILDD_USER's home directory
 
100
        now, not the incoming dir.
 
101
      - Add --dpkg-opts support for passing options on to dpkg.
 
102
      - Autoclean the apt-cache so it doesn't grow unbounded.
 
103
  * dcmd: Add filtering options for udebs.  (Closes: #541827)
 
104
  * debchange: Don't output spurious characters when extended Unicode
 
105
    characters are passed on the command line.  (Closes: #542484)
 
106
  * dget: Update the dpkg-source output matching to enable --build to work
 
107
    again.  (Closes: #541409)
 
108
  * uscan: Evaluate mangle rules without evaluating them directly as Perl
 
109
    code to avoid the possibility of remote code execution.  This is
 
110
    CVE-2009-2946.  As a side effect, (Closes: #515209)
 
111
  * Packaging changes: Add sensible-utils to Recommends.  Several scripts
 
112
    make use of sensible-editor and it has moved from debianutils so is
 
113
    no longer essential.  (Closes: #541846)
 
114
 
 
115
  [ Patrick Schoenfeld ]
 
116
  * Add an example for githubredir.debian.net to the uscan manpage
 
117
    (Closes: #539923)
 
118
 
 
119
  [ Christoph Berg ]
 
120
  * debdiff: New option --no-unpack-tarballs to skip unpacking tarballs
 
121
    contained in source packages.
 
122
 
 
123
  [ Ryan Niebur ]
 
124
  * uscan: add --download-current-version option (Closes: #539724)
 
125
  * Add myself to Uploaders
 
126
  * debchange: add support for using --package with -i to change the
 
127
    source package name (Closes: #515885)
 
128
  * debcheckout: use bzr+ssh instead of sftp, thanks to Colin Watson for
 
129
    the patch (Closes: #526068)
 
130
  * debchange: remove NMU version when -i is ran without -n or auto nmu
 
131
    (Closes: 487323)
 
132
  * uscan: add support for repacking lzma compressed tarballs, thanks to
 
133
    Michal Čihař for the patch (Closes: #514504)
 
134
  * namecheck: use comments instead of pod blocks so that they don't get
 
135
    translated, thanks to Florentin Duneau for the patch (Closes:
 
136
    #529062)
 
137
 
 
138
 -- Adam D. Barratt <adam@adam-barratt.org.uk>  Wed, 02 Sep 2009 20:22:29 +0100
 
139
 
1
140
devscripts (2.10.53ubuntu3) karmic; urgency=low
2
141
 
3
142
  * SECURITY UPDATE: fix handling of mangle rules in watch files to