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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Sun Jul 24 14:22:08 UTC 2005


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

Modified Files:
	changelog control 
Log Message:
Modify dependency to depend on 'dpkg (>= 1.10) | dpkg-awk'.  This should make sure it work on woody as well.

Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- changelog	23 Jul 2005 23:15:37 -0000	1.233
+++ changelog	24 Jul 2005 14:22:06 -0000	1.234
@@ -22,6 +22,8 @@
       are empty.
     - Use more variables in popcon-process.sh to make it easier to
       deploy on other servers.
+    - Modify dependency to depend on 'dpkg (>= 1.10) | dpkg-awk'.
+      This should make sure it work on woody as well.
   * Translations
     - Updated Japanese from Kenshi Muto. (Closes: #317402)
     - Updated Russian from Yuri Kozlov. (Closes: #317449)

Index: control
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/control,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- control	7 Jul 2005 07:33:15 -0000	1.16
+++ control	24 Jul 2005 14:22:06 -0000	1.17
@@ -8,7 +8,7 @@
 
 Package: popularity-contest
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, dpkg (>= 1.10) | dpkg-awk
 Recommends: cron, exim4 | mail-transport-agent, mime-construct
 Suggests: anacron
 Provides: popcon




More information about the Popcon-commits mailing list