X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=1ec039cf365a2d8dc26ac4cabdc912ec4524aa00;hp=4ea074a9992e452d11c03c5eedad7586f6c54f79;hb=0acc7a06173ce7716f5c77757a1abbd464d9d06e;hpb=a5dbc6a4a9e01c4e3b21b4c882acfd479c703a40 diff --git a/debian/changelog b/debian/changelog index 4ea074a..1ec039c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,27 @@ +topgit (0.5-2) unstable; urgency=low + + * Provide new tg2quilt target tg-cleanexport, which recreates debian/patches + in one step. + * Actually install the bash completion script; thanks to Uwe Kleine-König + for noticing and providing a patch (closes: #499072). + * Add a note to tg2quilt.mk's header explaining the need to soft-include + tg2quilt.mk, to avoid the topgit build-dependency. + * Suggest the git-email package (closes: #508079). + * Suggest the make and quilt packages. + * Fix GPL version in copyright file (closes: #514157). + * Deprecate tg2quilt.mk's $PATCHES_DIR variable and put a warning in place + to point people to $QUILT_PATCH_DIR instead. + + -- martin f. krafft Wed, 19 Nov 2008 17:58:45 +0100 + topgit (0.5-1) unstable; urgency=low * New upstream release (closes: #500273, #505266). * Upstream added bash completion (closes: #499072). * Provide the tg2quilt Makefile snippet for inclusion from debian/rules to facilitate generation of the quilt series from TopGit branches. See - /usr/share/doc/topgit/HOWTO-tg2quilt for details; thanks to Stefano - Zacchiroli for the idea that led to this (closes: #501991). + /usr/share/doc/topgit/HOWTO-tg2quilt.gz for details; thanks to Stefano + Zacchiroli for the idea that led to this (closes: #501991, #506072). * Update the README.source workflow to refer to HOWTO-tg2quilt. * Add a NEWS file to make sure people get notified of this change.