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

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sat, 31 Jan 2004 00:20:50 +0100


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

Modified Files:
	changelog config 
Log Message:
Raise the priority of the participation question from medium to
high to make sure it is displayed in the normal Sarge install.


Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- changelog	30 Jan 2004 23:14:39 -0000	1.45
+++ changelog	30 Jan 2004 23:20:47 -0000	1.46
@@ -1,5 +1,7 @@
 popularity-contest (1.11) UNRELEASED; urgency=low
 
+  * Raise the priority of the participation question from medium to
+    high to make sure it is displayed in the normal Sarge install.
   * Add Danish debconf translation, thanks to Morten Brix
     Pedersen (Closing: #230022)
 

Index: config
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/config,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config	25 Jan 2004 23:51:32 -0000	1.6
+++ config	30 Jan 2004 23:20:47 -0000	1.7
@@ -14,5 +14,5 @@
        db_set popularity-contest/participate "$PARTICIPATE"
 fi
 
-db_input medium popularity-contest/participate || [ $? -eq 30 ]
+db_input high popularity-contest/participate || [ $? -eq 30 ]
 db_go || true