~ubuntu-branches/ubuntu/trusty/devscripts/trusty-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-02-18 22:27:33 UTC
  • mfrom: (10.9.22 experimental)
  • Revision ID: package-import@ubuntu.com-20130218222733-7krtkqzko32xte0z
Tags: 2.13.0ubuntu1
* Merge from Debian experimental. Remaining changes:
  - Convert python scripts to python3. (Closes: #680313)
    Debian bug #695259 needs to be fixed to get the change into Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
devscripts (2.13.0ubuntu1) raring; urgency=low
 
2
 
 
3
  * Merge from Debian experimental. Remaining changes:
 
4
    - Convert python scripts to python3. (Closes: #680313)
 
5
      Debian bug #695259 needs to be fixed to get the change into Debian.
 
6
 
 
7
 -- Benjamin Drung <bdrung@ubuntu.com>  Mon, 18 Feb 2013 22:27:33 +0100
 
8
 
 
9
devscripts (2.13.0) experimental; urgency=low
 
10
 
 
11
  [ Christoph Berg ]
 
12
  * origtargz: New script: fetch the orig tarball of a Debian package from
 
13
    various sources, and unpack it
 
14
  * debcommit: --changelog-info will pass --author and --date for git commits.
 
15
 
 
16
  [ James McCoy ]
 
17
  * licensecheck: Recognize MPL 2.0 licenses.  Thanks to Ryan Pavlik for the
 
18
    patch.  (Closes: #687664)
 
19
  * namecheck: Check Apache's projects page for names.  (Closes: #686862)
 
20
  * debcommit:
 
21
    + Drop checks for old dpkg versions and always use the necessary Perl
 
22
      modules (Dpkg::Changelog::Parse, Dpkg::Vendor::Ubuntu,
 
23
      Dpkg::Changelog::Entry::Debian).
 
24
    + Add changelog info support for hg and bzr.
 
25
  * annotate-output:
 
26
    + Handle an incomplete line of output.  (Closes: #695609)
 
27
    + Don't treat backslashes in the command's output as an escape.  (Closes:
 
28
      #695613)
 
29
    + Don't swallow leading whitespace.  (Closes: #695612, LP: #1120917)
 
30
  * dscverify: Use "gpg --status-fd" to determine if a valid signature is
 
31
    found and only use the signed content.  (Closes: #695914)
 
32
  * wrap-and-sort: Fix repeated word in man page.  (Closes: #696363)
 
33
 
 
34
  [ Dmitry Smirnov ]
 
35
  * licensecheck:
 
36
    + Remove any regular comments pattern. (Closes: #526698)
 
37
    + Improve command line parsing.
 
38
    + Fix GPL license version detection bug.
 
39
    + Fix BSD-3-clause detection.
 
40
 
 
41
  [ Paul Wise ]
 
42
  * checkbashisms: When examining a bash script, indicate the lack of use of
 
43
    bashisms.
 
44
  * uscan:
 
45
    + Access GitHub directly instead of using githubredir.debian.net in
 
46
      example GitHub watch URL.
 
47
    + Add an example watch URL that matches the various file extensions used
 
48
      by common archive formats.
 
49
    + Add an example watch URL for Google Code projects.
 
50
 
 
51
  [ Benjamin Drung ]
 
52
  * Add bashism test cases from Raphael Geissert.
 
53
  * Add autopkgtest support. (LP: #1073330)
 
54
  * suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted
 
55
    mime-types.
 
56
  * wrap-and-sort:
 
57
    + Put special entries (variables and placeholders) at the end of the list.
 
58
    + Sort debian/control*.in files too.
 
59
  * licensecheck: detect (L)GPL licenses more permissively. Thanks to
 
60
    Laurent Rineau for the patch. (Closes: #659231)
 
61
  * Bump Standards-Version to 3.9.4 (no changes needed).
 
62
 
 
63
  [ Cyril Brulebois ]
 
64
  * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
 
65
    when the version in both packages is the same. (Closes: #650732)
 
66
 
 
67
  [ Tony Mancill ]
 
68
  * debsnap: Escape the package name when used in regex.  (Closes: #696018)
 
69
 
 
70
  [ David Prévot ]
 
71
  * Minor manpages convention fix: do not terminate the SEE ALSO lists with a
 
72
    period. (Closes: #696416)
 
73
  * French translation update.
 
74
 
 
75
  [ Josselin Mouette ]
 
76
  * nmudiff: Use dpkg-parsechangelog to fix manual parsing bug (Closes: #700584)
 
77
 
 
78
  [ Raphael Geissert ]
 
79
  * checkbashisms:
 
80
    + allow -FOO- as heredoc delimiter
 
81
    + simplify mixed single/double balanced quotes correctly
 
82
    + correct description of 'setvar'
 
83
    + detect traps for DEBUG, ERRNO, or RETURN
 
84
    + check for incorrect args. to 'exit' (Closes: #687450)
 
85
    + fix handling of # characters in quoted strings
 
86
    + detect use of $FUNCNAME, $TMOUT, and $TIMEFORMAT
 
87
    + detect uses of sleep with anything other than an int.
 
88
    + detect the use of the hash utility and $_
 
89
    + check for other forms of brace expansion
 
90
    + check for use of non-standard tilde expansion
 
91
    + check for case modification expansions
 
92
    + check for the use of $GLOBIGNORE
 
93
 
 
94
  [ Regid Ichira ]
 
95
  * rc-alert: Support using curl as alternative to wget. (Closes: #690024)
 
96
  * wnpp-alert: Support using curl as alternative to wget. (Closes: #690056)
 
97
  * wnpp-check: Support using curl as alternative to wget. (Closes: #690059)
 
98
 
 
99
  [ Colin Watson ]
 
100
  * debian/control: Mark devscripts Multi-Arch: foreign. (Closes: #694760)
 
101
  * debchange, debcommit: Set the timestamp of temporary editor files back
 
102
    one second, to make modification detection more reliable in the absence
 
103
    of subsecond granularity. (Closes: #697923)
 
104
 
 
105
 -- Benjamin Drung <bdrung@debian.org>  Mon, 18 Feb 2013 21:50:11 +0100
 
106
 
1
107
devscripts (2.12.6ubuntu3) raring; urgency=low
2
108
 
3
109
  * Open control file as bytes and write out encoded utf-8. (LP: #1099589).