Accepted devscripts 2.10.2ubuntu1 (source)
Colin Watson
cjwatson at ubuntu.com
Wed Apr 25 07:45:09 BST 2007
Accepted:
devscripts 2.10.2ubuntu1 was ACCEPTED.
Component: main Section: devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 20 Apr 2007 15:29:05 +0100
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.10.2ubuntu1
Distribution: gutsy
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 340838 353048 364116 366925 369691 381152 381731 382884 386124 394809 397720 398178 400568 403207 403859 404952 406632 409028 411591 412186 413793 414051 414200 414907 415240 415486 415794 416004
Changes:
devscripts (2.10.2ubuntu1) gutsy; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- debchange: Add support for Ubuntu versioning.
- debchange: Allow UNRELEASED in Ubuntu distro check.
- Add small test harness for debchange version increments.
- debchange: Add -U/--upstream flag that forces original "just increment
the end" behaviour; Ubuntu is upstream for some pieces of software.
- debuild: Preserve DEBEMAIL environment variable by default, so that we
can check it in dpkg-source.
- debchange: Add --distributor= to override lsb_release output.
- debcommit: Add option -c/--confirm to display the generated log
message and interactively ask for confirmation before committing it.
- requestsync: New script.
* Accept Ubuntu distribution "gutsy" and use it by default on Ubuntu.
.
devscripts (2.10.2) unstable; urgency=low
.
* The "zobel's birthday" upload.
.
[ Adam D. Barratt ]
* scripts/Makefile: Override make's default .sh rule so that the package
version string actually gets written to the scripts
* debian/rules: Fix check for unwanted debug information to account for
bts now being in scripts/
* Fix encoding of French manpages (Closes: #415240)
* bts
+ Update prunecache() for maintainer / status mboxes and version graphs
+ Simplify version graph handling code (should now handle all graphs
correctly)
+ Add support for fixed / notfixed (Closes: #340838)
* Documentation fixes, based on suggestions from Adeodato Simo
+ debian/control: update description of debcommit
+ README: replace reference to bazaar with bzr
+ nmudiff.1: add missing unbold after an option
+ dscverify.pl: remove obsolete comment
(Closes: #415486)
.
[ Martin Zobel-Helas ]
* Adding myself to Uploaders
* bts
+ add option to only get bugs never downloaded before (Closes: #366925)
+ dont forward bugs within the bts (Closes: #406632)
* include sample procmail script for autosubscribing to bugs
(Closes: #353048)
.
[ Christoph Berg ]
* debcommit: support hg/mercurial and revamp manpage a bit.
* debian/control: suggest mercurial and svk, wrap some fields for easier
readability.
* dpkg 1.14.0 will obsolete 822-date, apply patch by Guillem Jover to use
`date -R` (Closes: #415794)
.
[ James Vega ]
* Update debchange, rmadison, and tagpending to uri escape package names
given to wget. (Closes: #416004)
* debian/control: Suggest liburi-perl and add to list of packages used by
debchange, rmadison, and tagpending.
.
devscripts (2.10.1) unstable; urgency=low
.
* debian/control: set Maintainer to pkg-devscripts at teams.debian.net.
.
devscripts (2.10.0) unstable; urgency=low
.
[ Julian Gilbey ]
* debchange: fix Ubuntu's distro codename check (bash regexp!)
* control: change maintainer name to mailing list (Closes: #411591)
.
[ Mohammed Adnene Trojette ]
* debian/control:
+ add myself to Uploaders.
+ suggest bzr, not bazaar (deprecated). (Closes: #414051)
+ suggest git.
* po4a/po/fr.po: update French manpage translation (Closes: #400568)
+ Patch from Julien Cristau.
* debdiff: allow use with no argument (Closes: #369691)
+ Patch from Julien Danjou.
* deb-reversion: change license to Artistic 2.0. (Closes: #381731)
.
[ Christoph Berg ]
* Also joining the team
* dget: consult apt-get source for missing files (Closes: #394809)
* rmadison: new upstream version, supports querying other archives
(specifically backports.org)
.
[ Stefano Zacchiroli ]
* package maintenance changes
+ debian/control:
- added myself as an uploader
- added XS-Vcs-Browser field
- bumped debhelper deps to >> 5 (changed debian/compat accordingly)
+ added debian/svn-deblayout with the default tags dir
+ moved examples under examples/ (changed debian/examples accordingly)
+ moved scripts under scripts/, created subordinated Makefile there
+ debian/{dirs,links}: delegated directory/symlink creation to dh_link
+ debian/manpages: delegated manpage installation to dh_installman
+ scripts/Makefile: removed the need of explicitly listing scripts
* bts: list the available severities in the manpage (Closes: #412186)
* bts: clarified the meaning of "owner" in the docs (Closes: #403859)
* checkbashisms: add detection of "${!prefix"-like bashisms, patch from Adam
D. Barratt (Closes: #409028)
* dd-list: enable (-b cmdline flag) output of binary package names, patch
from Frank Kuester (Closes: #403207)
* debcommit: added support for specifying the list of files to commit on
cmdline, patch from Damyan Ivanov (Closes: #381152)
* mass-bug: enable (--severity cmdline flag) the specification of the
severity of the reported bugs, based on a patch from Adam D. Barratt
(Closes: #386124)
* tagpending: enable (-c cmdline flag) tagging bugs as confirmed in addition
to tagging them as pending, based on a patch from Adam D. Barratt
(Closes: #382884)
* tagpending: factorized some code for delivering info to the user
* tagpending: added an extra check to ensure that bugs to be tagged belong
to the current package
* uscan: added --force-download to force download when changelog is in sync
with upstream version, based on a patch from Ian Wienand (Closes: #364116)
.
[ Adam D. Barratt ]
* Joining the team
* COPYING: update FSF postal address
* debian/copyright:
- annotate-output is GPLv2 only
- whodepends is in the public domain
* tagpending: modify bug list display code to indicate whether --noact was
used
* tagpending: support marking wnpp bugs as pending (Closes: #398178)
* debc.1: Fix reference to debi (thanks, Frans Pop)
* {cvs-,}debc.1: Fix reference to installing packages (thanks, Frans Pop)
* debc: Add support for udebs, based on a patch from Frans Pop
(Closes: #404952)
* svnpath: is GPLv2 or later
* bts:
- handle new status / maintainer mbox links when downloading bugs
(Closes: #414200)
- use the maintainer mbox as the default mbox (i.e. for --mbox and
cached as $bug.mbox). The "raw" mboxes are now saved as $bug.raw.mbox
- attempt to download version graphs in "full caching" mode
* dscverify: Add --nosigcheck (Closes: #397720)
* uscan: Fix typo in error message when combining --report-status and
--verbose
* manpage-alert: New script to locate binaries without corresponding
manpages (Closes: #414907)
.
[ James Vega ]
* debian/control: Add myself to the Uploaders list.
* bts: chdir back to the invoking directory before leaving prunecache()
(Closes: #413793)
* scripts/Makefile: Specify an include directory when running Perl in order
to handle the source restructuring.
Files:
38488d9eff551478982dedc8ab7ddf9c 1103 devel optional devscripts_2.10.2ubuntu1.dsc
488e397deffee2fc1d6f16a530bf05a6 447597 devel optional devscripts_2.10.2ubuntu1.tar.gz
Original-Maintainer: Julian Gilbey <jdg at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGKM9f9t0zAhD6TNERAv6jAJ4zXgUJpSs2eAmB7KWsq2twu641gQCeITLy
LqQENoGLLA9dWAFjTrzh0Vo=
=S233
-----END PGP SIGNATURE-----
More information about the gutsy-changes
mailing list