[packages/adapter: 99/631] s/pld-list/feedback/
glen
glen at pld-linux.org
Mon Sep 12 19:42:46 CEST 2016
commit 4caa1d5e2e1fbb1efb8a0dd38bb84a253589d007
Author: kloczek <kloczek at pld-linux.org>
Date: Fri Jan 18 01:31:57 2002 +0000
s/pld-list/feedback/
Changed files:
adapter.awk -> 1.99
adapter.awk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index 2195254..18173eb 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -2,7 +2,7 @@
#
# This is adapter v0.26. Adapter adapts .spec files for PLD.
#
-# Copyright (C) 1999-2001 PLD-Team <pld-list at pld.org.pl>
+# Copyright (C) 1999-2001 PLD-Team <feedback at pld.org.pl>
# Authors:
# Micha� Kuratczyk <kura at pld.org.pl>
# Sebastian Zagrodzki <s.zagrodzki at mimuw.edu.pl>
@@ -267,7 +267,7 @@ defattr == 1 {
# There should be some CVS keywords on the first line of %changelog.
if (boc == 1) {
if (!/PLD Team/) {
- print "* %{date} PLD Team <pld-list at pld.org.pl>" > changelog_file
+ print "* %{date} PLD Team <feedback at pld.org.pl>" > changelog_file
printf "All persons listed below can be reached at " > changelog_file
print "<cvs_login>@pld.org.pl\n" > changelog_file
print "$" "Log:$" > changelog_file
@@ -511,7 +511,7 @@ END {
print "%changelog"
if (boc > 0) {
- print "* %{date} PLD Team <pld-list at pld.org.pl>"
+ print "* %{date} PLD Team <feedback at pld.org.pl>"
printf "All persons listed below can be reached at "
print "<cvs_login>@pld.org.pl\n"
print "$" "Log:$"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list