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

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Sat Mar 17 19:15:57 UTC 2007


Update of /cvsroot/popcon/popularity-contest/debian
In directory alioth:/tmp/cvs-serv2006/debian

Modified Files:
	changelog control cron.weekly 
Log Message:
debian/control: Remove first person use from the package description
debian/cron.weekly: call su without -p to keep $HOME sane.


Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- changelog	11 Mar 2007 08:09:10 -0000	1.361
+++ changelog	17 Mar 2007 18:15:55 -0000	1.362
@@ -1,9 +1,11 @@
-popularity-contest (1.41) UNRELEASED; urgency=low
+popularity-contest (1.41) unstable; urgency=low
 
-  * Remove first person use and Debian branding from the package description
-    Closes: #414340
+  * debian/control: Remove first person use from the package description
+    Closes: #414340. Thanks Filipus Klutiero.
+  * debian/cron.weekly: call su without -p to keep $HOME sane.
+    Closes: #414644. Thanks Robert Luberda
 
- -- Christian Perrier <bubulle at debian.org>  Sun, 11 Mar 2007 09:07:36 +0100
+ -- Bill Allombert <ballombe at debian.org>  Sat, 17 Mar 2007 19:03:31 +0100
 
 popularity-contest (1.40) unstable; urgency=medium
 

Index: control
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/control,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- control	11 Mar 2007 08:09:10 -0000	1.26
+++ control	17 Mar 2007 18:15:55 -0000	1.27
@@ -14,13 +14,13 @@
 Provides: popcon
 Description: Vote for your favourite packages automatically
  The popularity-contest package sets up a cron job that will
- periodically anonymously submit to the distribution developers
- statistics about the most used packages on this system.
+ periodically anonymously submit to the Debian developers
+ statistics about the most used Debian packages on this system.
  .
- This information influences decisions such as which packages should
- go on the first distribution CD. It also helps improving future
- versions of the distribution so that the most popular packages are
- the ones which are installed automatically for new users.
+ This information helps Debian making decisions such as which packages 
+ should go on the first CD. It also lets Debian improve future versions
+ of the distribution so that the most popular packages are the ones which
+ are installed automatically for new users.
  .
  Homepage: http://popcon.debian.org
 

Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cron.weekly	7 Oct 2006 14:50:32 -0000	1.18
+++ cron.weekly	17 Mar 2007 18:15:55 -0000	1.19
@@ -30,8 +30,7 @@
 
 run_popcon()
 {
-	# Set HOME to avoid bug #212013.
-	HOME=/tmp su -pc "sh -c /usr/sbin/popularity-contest" nobody
+	su -c "sh -c /usr/sbin/popularity-contest" nobody
 }
 
 do_sendmail()




More information about the Popcon-commits mailing list