1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
devscripts (2.16.10) unstable; urgency=medium
debuild's target mode (i.e. where it runs the specified debian/rules
targets) now requires a '--' between the debuild options and the targets
that need to be run.
For example, "debuild -d -- build-arch binary-arch".
-- James McCoy <jamessan@debian.org> Thu, 24 Nov 2016 14:25:12 -0500
devscripts (2.14.0) unstable; urgency=medium
uscan now looks for upstream's keyring under debian/upstream/ as either
signing-key.pgp or, for an armored keyring, signing-key.asc. The previously
used location, debian/upstream-signing-key.pgp, will be checked as a last
resort for a transition period.
-- James McCoy <jamessan@debian.org> Sat, 25 Jan 2014 10:19:02 -0500
devscripts (2.11.9) unstable; urgency=low
The default for mk-build-deps --tool option/MKBUILDDEPS_TOOL configuration
changed from "apt-get" to "apt-get --no-install-recommends".
-- James McCoy <jamessan@debian.org> Sun, 17 Jun 2012 22:56:26 +0200
devscripts (2.11.7) unstable; urgency=low
The heuristic used to determine what action to perform when no options are
given to debchange now defaults to 'changelog'. To stay with the previous
behavior, DEBCHANGE_RELEASE_HEURISTIC=log can be added to the configuration
file.
Enabling the changelog heuristic also enables DEBCHANGE_MAINTTRAILER. This
can be disabled by adding DEBCHANGE_MAINTTRAILER=no to the configuration
file.
-- James McCoy <jamessan@debian.org> Sun, 29 Apr 2012 18:38:46 -0400
devscripts (2.11.2) unstable; urgency=low
Support for pgp-style commands has been removed from debsign/debrsign. As
such, the DEBSIGN_SIGNLIKE configuration variable has also been removed.
-- James McCoy <jamessan@debian.org> Tue, 15 Nov 2011 21:36:40 -0500
devscripts (2.10.54) unstable; urgency=low
manpage-alert now, as originally intended, prints out the full path to the
binary which is lacking a manpage instead of simply the binary name.
Before:
No manual entry for somebinary
After:
No manual entry for /usr/bin/somebinary
-- James Vega <jamessan@debian.org> Thu, 06 Aug 2009 18:03:41 -0400
devscripts (2.10.24) unstable; urgency=low
Starting with devscripts 2.10.21, debchange attempts to
automatically determine whether an NMU changelog should be
started, by comparing DEBEMAIL and DEBFULLNAME to the
package's Maintainer and Uploaders fields.
This behaviour may now be disabled using the DEBCHANGE_AUTO_NMU
configuration file variable.
-- Adam D. Barratt <adam@adam-barratt.org.uk> Mon, 07 Apr 2008 14:38:08 +0100
devscripts (2.10.20) unstable; urgency=low
devscripts 2.10.19 modified debcommit's --release option to use the
uncommitted changes (if any) in the changelog to derive the commit
message.
This behaviour is now optional and can be enabled using the -R /
--release-use-changelog command line option or by setting the
DEBCOMMIT_RELEASE_USE_CHANGELOG configuration option to "yes".
The default is to use the previous (i.e. pre-2.10.19) behaviour.
-- Adam D. Barratt <adam@adam-barratt.org.uk> Wed, 19 Mar 2008 20:31:20 +0000
devscripts (2.10.19) unstable; urgency=low
In devscripts 2.10.17, dget was modified to unpack source packages by
default. The new -d switch or the DGET_UNPACK configuration file option
may be used to indicate that the unpacking should not occur.
As linda has been removed from both unstable and testing, support for
it has been removed from debuild and cvs-debuild.
-- Adam D. Barratt <adam@adam-barratt.org.uk> Thu, 13 Mar 2008 19:33:38 +0000
|