[Popcon-commits] cvs commit to popularity-contest/debian by pere

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sun, 25 Jan 2004 12:54:14 +0100


Update of /cvsroot/popcon/popularity-contest/debian
In directory quantz:/tmp/cvs-serv15114

Modified Files:
	changelog config 
Log Message:
Lower the priority from high to low for the question asking if it is ok to edit MAILTO address. (Closes: #229288, #229111)

Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- changelog	25 Jan 2004 11:38:29 -0000	1.37
+++ changelog	25 Jan 2004 11:54:12 -0000	1.38
@@ -8,6 +8,8 @@
     - Drop the intro note, and show the explanation as part of the
       participate question. (Closes: #229573)
     - Update Norwegian Bokmål debconf translation.
+    - Lower the priority from high to low for the question
+      asking if it is ok to edit MAILTO address. (Closes: #229288, #229111)
 
  -- Petter Reinholdtsen <pere@debian.org>  Sun, 25 Jan 2004 09:44:44 +0100
 

Index: config
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/config,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config	25 Jan 2004 11:27:57 -0000	1.4
+++ config	25 Jan 2004 11:54:12 -0000	1.5
@@ -20,6 +20,6 @@
 # Ask if the old addresses should be changed to the new address.
 if [ "$MAILTO" = "erich-survey@debian.org" -o \
      "$MAILTO" = "apenwarr-survey@debian.org" ]; then
-    db_input high popularity-contest/update-mailto || [ $? -eq 30 ]
+    db_input low popularity-contest/update-mailto || [ $? -eq 30 ]
     db_go || true
 fi