[Popcon-commits] cvs commit to popularity-contest/debian by pere
pere at cvs.alioth.debian.org
pere at cvs.alioth.debian.org
Thu Jul 28 23:54:01 UTC 2005
Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv17506/debian
Modified Files:
changelog rules
Log Message:
[Petter Reinholdtsen]
* Add scripts to clean out non-debian packages from the entries, to
make it possible to publish anonymous raw data. Based on code
from Alain Schroeder.
* Rewrote popcon-upload to submit reports using MIME-encoded file
uploads to match the common practice for browser-based file
uploads.
* Change popcon-submit.cgi to handle uploads in both the old upload
format and the new upload format, as well as the ubuntu
(uncompressed) format.
* Add support in popcon-submit.cgi to save directly to disk instead
of sending emails.
* Change popcon-submit-ubuntu.cgi to make it easier to run with
older python versions, and make sure the reply matches the
"success" string used by popcon-upload.
* Change popcon.pl to read section info from the stable branch as
well, and make sure it keep working even if one of the sections
are empty.
* Use more variables in popcon-process.sh to make it easier to
deploy on other servers.
* Change code for detecting old dpkg version and using dpkg-awk
instead to avoid error message when dpkg-query is missing. Modify
dependency to depend on 'dpkg (>= 1.10) | dpkg-awk'. This should
make sure it work on woody as well.
* Make sure the server scripts are installed uncompressed, for easy
access when setting up a server.
* Translations
- Updated Japanese from Kenshi Muto. (Closes: #317402)
- Updated Russian from Yuri Kozlov. (Closes: #317449)
- Updated Vietnamese from Phan Vinh Thinh. (Closes: #317630)
- Updated German by Dennis Stampfer.
- Updated Albanian by Elian Myftiu. (Closes: #319079)
- Updated Arabic by Ossama M. Khayat.
- Updated Polish by Bartosz Fenski. (Closes: #320132)
Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- changelog 28 Jul 2005 10:29:16 -0000 1.236
+++ changelog 28 Jul 2005 23:53:58 -0000 1.237
@@ -24,7 +24,8 @@
instead to avoid error message when dpkg-query is missing. Modify
dependency to depend on 'dpkg (>= 1.10) | dpkg-awk'. This should
make sure it work on woody as well.
-
+ * Make sure the server scripts are installed uncompressed, for easy
+ access when setting up a server.
* Translations
- Updated Japanese from Kenshi Muto. (Closes: #317402)
- Updated Russian from Yuri Kozlov. (Closes: #317449)
Index: rules
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/rules,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rules 17 Jul 2005 07:40:47 -0000 1.15
+++ rules 28 Jul 2005 23:53:58 -0000 1.16
@@ -35,15 +35,16 @@
dh_testdir
dh_testroot
dh_installdocs README FAQ
- dh_installexamples prepop.pl popcon-process.sh popanal.py popcon.pl popcon-stat.pl popcon-submit.cgi clean-filter clean-genpkglist README.examples
- dh_installmenu
dh_installcron
dh_installman debian/popularity-contest.8 debian/popcon-largest-unused.8
dh_installdebconf
dh_installchangelogs
+# Compress before the examples are installed for easy access to the
+# server scripts
+ dh_compress
+ dh_installexamples prepop.pl popcon-process.sh popanal.py popcon.pl popcon-stat.pl popcon-submit.cgi clean-filter clean-genpkglist README.examples
dh_perl -d
dh_strip
- dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
More information about the Popcon-commits
mailing list