Roland Mas, 2011-10-14 10:50:02 +0200 :
[...]
> This patch doesn't touch the generation of the menus (where the
> distribution list is still hardcoded), nor the default distribution for
> new versions (which is still either unstable or UNRELEASED depending on
> the last version), but it should be a good start.
Actually, the default distribution case is handled by the following
extra hunk in the patch:
@@ -960,7 +966,7 @@
(read-string "New version (including any revision): "))))
(if (debian-changelog-experimental-p)
(insert pkg-name " (" version ") experimental; urgency=low\n\n * ")
- (insert pkg-name " (" version ") unstable; urgency=low\n\n * "))
+ (insert pkg-name " (" version ") " (car
debian-changelog-allowed-distributions) "; urgency=low\n\n * "))
(run-hooks 'debian-changelog-add-version-hook)
(save-excursion (insert "\n\n --\n\n"))))
Roland.
--
Roland Mas
Neko-no me-to, onna-gokoro-to, aki-no-sora. -- Proverbe japonais
(« Souvent femme varie, bien fol est qui s'y fie. »)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]