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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): James McCoy, Cyril Brulebois, James McCoy, Dominique Dumont, Piotr Ożarowski, Hideki Yamane, Craig Small
  • Date: 2015-06-10 23:07:03 UTC
  • mfrom: (10.10.22 sid)
  • Revision ID: package-import@ubuntu.com-20150610230703-9ra8x8nthajpg96a
Tags: 2.15.5
[ Cyril Brulebois ]
* Update chdist bash-completion file with the architectures currently (as
  of 2015-04-28) listed on buildd.debian.org and buildd.debian-ports.org.
  (Closes: #783634)
* Add support for RMADISON_SSL_CA_FILE and RMADISON_SSL_CA_PATH, so that
  one can point to system-specific locations for CA-related files, and pass
  them to curl/wget via the appropriate options.  (Closes: #784812)

[ James McCoy ]
* wrap-and-sort:
  + Always remove empty elements from lists so “-t” doesn't add a new, empty
    element.  (Closes: #783630)
  + Remove empty lines in debhelper-related files.  (Closes: #780667)
* Install Perl modules into $Config{vendorlib} and remove the hacks in
  various scripts to make them see devscript's modules.
* Add bash completion scripts for uscan (thanks to Ben Finney) and
  mk-origtargz.  (Closes: #784394)
* Stop building and shipping libvfork.so since strace has handled vforks for
  at least a decade.
* Move bash-completion scripts from /etc/bash_completion.d (compat
  directory) to /usr/share/bash-completion/completions.
* debdiff: Inspect wdiff's return code rather than Dpkg::IPC::spawn's
  exception to determine if wdiff found differences.  (Closes: #786518)
* Store cached files in $XDG_CACHE_HOME instead of ~/.devscripts_cache.
  (Closes: #659330)
* bts:
  + Use https to talk to bugs.debian.org
  + Use URI & URI::QueryParam to parse URIs rather than regexps.  This fixes
    issues with not detecting BTS URLs as valid due to ordering of query
    parameters.  (Closes: #786706)
* debuild: Recognize -jauto as a valid option. Based on a patch by Reiner
  Herrmann.  (Closes: #787276)
* uscan:
  + Fix Github example in man page.  (Closes: #757194)
  + Clear cached redirection URLs every time a watch line is processed.
    This ensures any relative URLs are built into absolute URLs using
    relevant sites.  (Closes: #736063)
* Devscripts::Debbugs: Retrieve bug status in chunks to avoid building large
  responses on bugs.d.o.
* mk-build-deps:
  + Verify build-dep package was installed since the install tool may exit
    successfully even if the package couldn't be installed.  Based on a
    patch by Dima Kogan.  (Closes: #755371)
* mergechanges:
  + Add -d option to delete input files on success.  Thanks to Mark Hymers
    for the patch.  (Closes: #640068)
* dd-list:
  + Strip arch-qualifiers from given package names.  (Closes: #788367)

[ Dominique Dumont ]
* licensecheck:
  * check file encoding and decode properly when reading file
   (Closes: #784821)
  * improve GPL LGPL extraction
  * optimize regex used to extract © info
  * check Groovy, Scala and Clojure files (Closes: #771119)
  * fixed regexp used to detect discussion about © (Closes: #723723)
  * fix BSL parser (Closes: #690375)
  * support academic free license (Closes: #534987)
  * allow © owner to mention "and others"
  * support eclipse public license (Closes: #587892)
  * handle LGPL as written by IBM (Closes: #587970)
  * handle REM style comments (Closes: #748611)
* uscan: use defined-or (//) instead of "||" to avoid loosing
  '0' version field (Closes: #787767)

[ Piotr Ożarowski ]
* uscan: Use pypi.debian.net redirector instead of
  pypi.debian.org/packages/source URLs.  (Closes: #785746)

[ Hideki Yamane ]
* Add bash completion for dcut.  (Closes: #787321)

[ Craig Small ]
* debdiff: Honor DEBRELEASE_DEBS_DIR or --debs-dir.  (Closes: #785421)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
devscripts (2.15.5) unstable; urgency=low
 
2
 
 
3
  [ Cyril Brulebois ]
 
4
  * Update chdist bash-completion file with the architectures currently (as
 
5
    of 2015-04-28) listed on buildd.debian.org and buildd.debian-ports.org.
 
6
    (Closes: #783634)
 
7
  * Add support for RMADISON_SSL_CA_FILE and RMADISON_SSL_CA_PATH, so that
 
8
    one can point to system-specific locations for CA-related files, and pass
 
9
    them to curl/wget via the appropriate options.  (Closes: #784812)
 
10
 
 
11
  [ James McCoy ]
 
12
  * wrap-and-sort:
 
13
    + Always remove empty elements from lists so “-t” doesn't add a new, empty
 
14
      element.  (Closes: #783630)
 
15
    + Remove empty lines in debhelper-related files.  (Closes: #780667)
 
16
  * Install Perl modules into $Config{vendorlib} and remove the hacks in
 
17
    various scripts to make them see devscript's modules.
 
18
  * Add bash completion scripts for uscan (thanks to Ben Finney) and
 
19
    mk-origtargz.  (Closes: #784394)
 
20
  * Stop building and shipping libvfork.so since strace has handled vforks for
 
21
    at least a decade.
 
22
  * Move bash-completion scripts from /etc/bash_completion.d (compat
 
23
    directory) to /usr/share/bash-completion/completions.
 
24
  * debdiff: Inspect wdiff's return code rather than Dpkg::IPC::spawn's
 
25
    exception to determine if wdiff found differences.  (Closes: #786518)
 
26
  * Store cached files in $XDG_CACHE_HOME instead of ~/.devscripts_cache.
 
27
    (Closes: #659330)
 
28
  * bts:
 
29
    + Use https to talk to bugs.debian.org
 
30
    + Use URI & URI::QueryParam to parse URIs rather than regexps.  This fixes
 
31
      issues with not detecting BTS URLs as valid due to ordering of query
 
32
      parameters.  (Closes: #786706)
 
33
  * debuild: Recognize -jauto as a valid option. Based on a patch by Reiner
 
34
    Herrmann.  (Closes: #787276)
 
35
  * uscan:
 
36
    + Fix Github example in man page.  (Closes: #757194)
 
37
    + Clear cached redirection URLs every time a watch line is processed.
 
38
      This ensures any relative URLs are built into absolute URLs using
 
39
      relevant sites.  (Closes: #736063)
 
40
  * Devscripts::Debbugs: Retrieve bug status in chunks to avoid building large
 
41
    responses on bugs.d.o.
 
42
  * mk-build-deps:
 
43
    + Verify build-dep package was installed since the install tool may exit
 
44
      successfully even if the package couldn't be installed.  Based on a
 
45
      patch by Dima Kogan.  (Closes: #755371)
 
46
  * mergechanges:
 
47
    + Add -d option to delete input files on success.  Thanks to Mark Hymers
 
48
      for the patch.  (Closes: #640068)
 
49
  * dd-list:
 
50
    + Strip arch-qualifiers from given package names.  (Closes: #788367)
 
51
 
 
52
  [ Dominique Dumont ]
 
53
  * licensecheck:
 
54
    * check file encoding and decode properly when reading file
 
55
     (Closes: #784821)
 
56
    * improve GPL LGPL extraction
 
57
    * optimize regex used to extract © info
 
58
    * check Groovy, Scala and Clojure files (Closes: #771119)
 
59
    * fixed regexp used to detect discussion about © (Closes: #723723)
 
60
    * fix BSL parser (Closes: #690375)
 
61
    * support academic free license (Closes: #534987)
 
62
    * allow © owner to mention "and others"
 
63
    * support eclipse public license (Closes: #587892)
 
64
    * handle LGPL as written by IBM (Closes: #587970)
 
65
    * handle REM style comments (Closes: #748611)
 
66
  * uscan: use defined-or (//) instead of "||" to avoid loosing
 
67
    '0' version field (Closes: #787767)
 
68
 
 
69
  [ Piotr Ożarowski ]
 
70
  * uscan: Use pypi.debian.net redirector instead of
 
71
    pypi.debian.org/packages/source URLs.  (Closes: #785746)
 
72
 
 
73
  [ Hideki Yamane ]
 
74
  * Add bash completion for dcut.  (Closes: #787321)
 
75
 
 
76
  [ Craig Small ]
 
77
  * debdiff: Honor DEBRELEASE_DEBS_DIR or --debs-dir.  (Closes: #785421)
 
78
 
 
79
 -- James McCoy <jamessan@debian.org>  Wed, 10 Jun 2015 23:07:03 -0400
 
80
 
1
81
devscripts (2.15.4) unstable; urgency=medium
2
82
 
3
83
  [ Dominique Dumont ]