[Pkg-jed-commit] r242 - trunk/packages/jed-extra/utils

Guenter Milde milde-guest at costa.debian.org
Fri Jan 6 10:09:57 UTC 2006


Author: milde-guest
Date: 2006-01-06 10:09:57 +0000 (Fri, 06 Jan 2006)
New Revision: 242

Modified:
   trunk/packages/jed-extra/utils/build-from-scratch.sh
   trunk/packages/jed-extra/utils/prepare-build.sh
Log:
changed uploader's name in trailer line to Rafael, as the Debian
policy demands it to be a real person


Modified: trunk/packages/jed-extra/utils/build-from-scratch.sh
===================================================================
--- trunk/packages/jed-extra/utils/build-from-scratch.sh	2005-12-13 16:13:10 UTC (rev 241)
+++ trunk/packages/jed-extra/utils/build-from-scratch.sh	2006-01-06 10:09:57 UTC (rev 242)
@@ -38,8 +38,8 @@
 
 # Fix the trailer line in changelog automatically
 perl -ni -e 'if (not $done and /^ --/) {'\
-'              print (" -- Debian JED Group "'\
-'                     . "<pkg-jed-devel\@lists.alioth.debian.org>  ",'\
+'              print (" -- Rafael Laboissiere "'\
+'                     . "<rafael at debian.org>  ",'\
 '                     qx/date -R/, "\n");'\
 '              $done = 1;'\
 '            } else {print}' debian/changelog

Modified: trunk/packages/jed-extra/utils/prepare-build.sh
===================================================================
--- trunk/packages/jed-extra/utils/prepare-build.sh	2005-12-13 16:13:10 UTC (rev 241)
+++ trunk/packages/jed-extra/utils/prepare-build.sh	2006-01-06 10:09:57 UTC (rev 242)
@@ -39,8 +39,8 @@
 
 # Fix the trailer line in changelog automatically
 perl -ni -e 'if (not $done and /^ --/) {'\
-'              print (" -- Debian JED Group "'\
-'                     . "<pkg-jed-devel\@lists.alioth.debian.org>  ",'\
+'              print (" -- Rafael Laboissiere "'\
+'                     . "<rafael at debian.org>  ",'\
 '                     qx/date -R/, "\n");'\
 '              $done = 1;'\
 '            } else {print}' debian/changelog




More information about the Pkg-jed-commit mailing list