-
devscripts (2.18.11) experimental; urgency=medium
[ Xavier Guimard ]
* Devscripts::Config:
+ Support a new --conf-file option to add extra configuration files.
* Devscripts::Output:
+ Add a new ds_prompt() function.
* Add Devscripts::JSONCache, Perl object cache library to store values.
* salsa: new tool to manage salsa.debian.org repositories with:
+ commands to manage users in salsa groups,
+ commands to contribute (create fork and merge_request),
+ commands to manage repositories: configure project description, KGB
webhook, tagpending webhook, Irker, Email-on-push, default HEAD (i.e.
from the default "master" to "debian/master" for DEP-14 migrations).
* Closes: #890594; MR: !70
-- Mattia Rizzolo <email address hidden> Wed, 05 Dec 2018 18:49:57 +0100
-
devscripts (2.13.1) experimental; urgency=low
[ Laurent Rineau ]
* licensecheck:
- Fix the detection of (L|A)GPL. (Closes: #700938)
- Fix comments pattern detection. (Closes: #700944)
[ Benjamin Drung ]
* wnpp-check: Correct download links to fix regression from previous release.
* Switch to debhelper 9.
* Convert Python scripts to python3 (Closes: #680313).
* Move git repository to collab-maint.
* Remove Julian Gilbey, Mohammed Adnène Trojette, Christoph Berg,
Stefano Zacchiroli, Adam D. Barratt, and Luk Claes from uploaders list.
Thanks for your work.
[ James McCoy ]
* debdiff: Handle control files with odd permissions. Thanks to Julian
Gilbey for the patch. (Closes: #702610)
* mk-build-deps: Skip malformed stanzas instead of outright failing.
(Closes: #679631)
[ Dmitrijs Ledkovs ]
* wrap-and-sort: Add trailing comma option (Closes: #703323).
[ Markus Wanner ]
* uscan: more debug info to allow checking uversionmangle patterns.
-- Benjamin Drung <email address hidden> Fri, 22 Mar 2013 14:39:13 +0100
-
devscripts (2.13.0) experimental; urgency=low
[ Christoph Berg ]
* origtargz: New script: fetch the orig tarball of a Debian package from
various sources, and unpack it
* debcommit: --changelog-info will pass --author and --date for git commits.
[ James McCoy ]
* licensecheck: Recognize MPL 2.0 licenses. Thanks to Ryan Pavlik for the
patch. (Closes: #687664)
* namecheck: Check Apache's projects page for names. (Closes: #686862)
* debcommit:
+ Drop checks for old dpkg versions and always use the necessary Perl
modules (Dpkg::Changelog::Parse, Dpkg::Vendor::Ubuntu,
Dpkg::Changelog::Entry::Debian).
+ Add changelog info support for hg and bzr.
* annotate-output:
+ Handle an incomplete line of output. (Closes: #695609)
+ Don't treat backslashes in the command's output as an escape. (Closes:
#695613)
+ Don't swallow leading whitespace. (Closes: #695612, LP: #1120917)
* dscverify: Use "gpg --status-fd" to determine if a valid signature is
found and only use the signed content. (Closes: #695914)
* wrap-and-sort: Fix repeated word in man page. (Closes: #696363)
[ Dmitry Smirnov ]
* licensecheck:
+ Remove any regular comments pattern. (Closes: #526698)
+ Improve command line parsing.
+ Fix GPL license version detection bug.
+ Fix BSD-3-clause detection.
[ Paul Wise ]
* checkbashisms: When examining a bash script, indicate the lack of use of
bashisms.
* uscan:
+ Access GitHub directly instead of using githubredir.debian.net in
example GitHub watch URL.
+ Add an example watch URL that matches the various file extensions used
by common archive formats.
+ Add an example watch URL for Google Code projects.
[ Benjamin Drung ]
* Add bashism test cases from Raphael Geissert.
* Add autopkgtest support. (LP: #1073330)
* suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted
mime-types.
* wrap-and-sort:
+ Put special entries (variables and placeholders) at the end of the list.
+ Sort debian/control*.in files too.
* licensecheck: detect (L)GPL licenses more permissively. Thanks to
Laurent Rineau for the patch. (Closes: #659231)
* Bump Standards-Version to 3.9.4 (no changes needed).
[ Cyril Brulebois ]
* Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
when the version in both packages is the same. (Closes: #650732)
[ Tony Mancill ]
* debsnap: Escape the package name when used in regex. (Closes: #696018)
[ David Prévot ]
* Minor manpages convention fix: do not terminate the SEE ALSO lists with a
period. (Closes: #696416)
* French translation update.
[ Josselin Mouette ]
* nmudiff: Use dpkg-parsechangelog to fix manual parsing bug (Closes: #700584)
[ Raphael Geissert ]
* checkbashisms:
+ allow -FOO- as heredoc delimiter
+ simplify mixed single/double balanced quotes correctly
+ correct description of 'setvar'
+ detect traps for DEBUG, ERRNO, or RETURN
+ check for incorrect args. to 'exit' (Closes: #687450)
+ fix handling of # characters in quoted strings
+ detect use of $FUNCNAME, $TMOUT, and $TIMEFORMAT
+ detect uses of sleep with anything other than an int.
+ detect the use of the hash utility and $_
+ check for other forms of brace expansion
+ check for use of non-standard tilde expansion
+ check for case modification expansions
+ check for the use of $GLOBIGNORE
[ Regid Ichira ]
* rc-alert: Support using curl as alternative to wget. (Closes: #690024)
* wnpp-alert: Support using curl as alternative to wget. (Closes: #690056)
* wnpp-check: Support using curl as alternative to wget. (Closes: #690059)
[ Colin Watson ]
* debian/control: Mark devscripts Multi-Arch: foreign. (Closes: #694760)
* debchange, debcommit: Set the timestamp of temporary editor files back
one second, to make modification detection more reliable in the absence
of subsecond granularity. (Closes: #697923)
-- Benjamin Drung <email address hidden> Mon, 18 Feb 2013 21:50:11 +0100