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
|
svn-buildpackage (0.6.25) unstable; urgency=low
The --noautodch option has been removed from svn-upgrade. The
rationale behind this was that there is another unrelated option by
the same name in svn-buildpackage, so if you want to turn one on in
the configuration file, it will turn on the other as well. We didn't
think that svn-upgrade's --noautodch option was useful and uupdate
doesn't provide an option like that, so we decided that the best
solution was to just remove it.
-- Ryan Niebur <ryanryan52@gmail.com> Tue, 26 May 2009 00:50:50 -0700
svn-buildpackage (0.6.24) unstable; urgency=low
Please note that the option to run package checks by linda has been
dropped. Since linda is not developed any more and deprecated, you
should use lintian instead. For now svn-buildpackage will trigger a
warning whenever the svn-linda option was found but please remove any
references to it from our config files. Later versions of
svn-buildpackage will drop the svn-linda option completely which would
break your build process if you still have svn-linda in your config
files or if you pass it from the command line.
-- Neil Williams <codehelp@debian.org> Fri, 15 May 2009 14:21:01 +0100
svn-buildpackage (0.6.22) experimental; urgency=low
IMPORTANT: changed default behaviour of saving the configuration in
.svn/deb-layout by default to avoid stale data to override the
configuration options that were updated in the repository.
(Closes: #414581)
As a consequence, a new option --svn-savecfg was added to allow a
mechanism for easily overriding options locally
The priority of the layout information should now be imported in the
following order:
properties -> debian/svn-deblayout -> .svn/deb-layout -> command line
is recommended to drop usage of debian/svn-deblayout in favour of svn
properties; a simple tool to allow the migration is already present in
/usr/share/svn-buildpackage/contrib/deblayout2svnprops
-- Eddy Petrișor <eddy.petrisor@gmail.com> Sun, 14 Oct 2007 14:03:49 +0300
svn-buildpackage (0.6.17) unstable; urgency=low
add a small contrib script to allow easy transition from
debian/svn-deblayout to svn properties which keep the layout info
the script (deblayout2svnprops) is installed in
/usr/share/svn-buildpackage/contrib
-- Eduard Bloch <blade@debian.org> Wed, 11 Apr 2007 12:41:54 +0200
|