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

popcon-commits at lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Mon Jul 4 21:47:23 UTC 2005


Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv12982/debian

Modified Files:
	changelog control 
Log Message:
Rewrite popularity-contest to use dpkg-awk if dpkg-query is missing, to
make it compatible with dpkg versions before 1.10.  Drop versioned
dependency on dpkg.  This make a backport to woody trivial.


Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- changelog	4 Jul 2005 15:13:03 -0000	1.197
+++ changelog	4 Jul 2005 21:47:20 -0000	1.198
@@ -25,6 +25,10 @@
   * TODO:
       + Consider using existing perl module to upload file using http.
       + Improve the http debconf template text.
+  * Rewrite popularity-contest to use dpkg-awk if dpkg-query is
+    missing, to make it compatible with dpkg versions before 1.10.
+    Drop versioned dependency on dpkg.  This make a backport to woody
+    trivial.
   * Translations (Done by Christian Perrier)
     - Updated French from Christian Perrier
 

Index: control
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/control,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- control	2 Jul 2005 17:18:06 -0000	1.11
+++ control	4 Jul 2005 21:47:21 -0000	1.12
@@ -8,7 +8,7 @@
 
 Package: popularity-contest
 Architecture: all
-Depends: ${misc:Depends}, dpkg (>= 1.10), exim4 | mail-transport-agent, ${perl:Depends}
+Depends: ${misc:Depends}, dpkg, exim4 | mail-transport-agent, ${perl:Depends}
 Recommends: cron
 Suggests: anacron
 Provides: popcon





More information about the Popcon-commits mailing list