[Pkg-octave-commit] rev 442 - trunk/packages/octave/debian
Rafael Laboissiere
rafael at costa.debian.org
Thu Jan 19 10:53:39 UTC 2006
Author: rafael
Date: 2006-01-19 10:53:30 +0000 (Thu, 19 Jan 2006)
New Revision: 442
Modified:
trunk/packages/octave/debian/changelog
Log:
Debian release octave2.9_2.9.4-9
Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog 2006-01-19 09:04:39 UTC (rev 441)
+++ trunk/packages/octave/debian/changelog 2006-01-19 10:53:30 UTC (rev 442)
@@ -1,3 +1,13 @@
+octave2.9 (2.9.4-9) unstable; urgency=low
+
+ * Synchronized Debian-specific files with latest changes in the 2.1.*
+ branch.
+ * debian/changelog: Now using the uploader name in the trailer lines
+ instead of the pkg-octave-devel mailing list address
+ (closes: #340428)
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 18 Jan 2006 17:23:03 +0100
+
octave2.1 (1:2.1.72-8) unstable; urgency=low
+++ Changes by Rafael Laboissiere
@@ -1736,15 +1746,13 @@
Local Variables:
-debian-changelog-full-name: "Debian Octave Group"
-debian-changelog-mailing-address: "pkg-octave-devel at lists.alioth.debian.org"
eval: (add-hook
'debian-changelog-add-version-hook
(lambda ()
(save-excursion
(forward-line -1)
(beginning-of-line)
- (insert "\n NOT YET RELEASED!\n\n +++ Changes by "
- (or (getenv "DEBFULLNAME") (user-full-name)) "\n")))
+ (insert "\n NOT YET RELEASED!\n\n [ "
+ (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
nil t)
End:
More information about the Pkg-octave-commit
mailing list