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

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Mon, 20 Oct 2003 13:59:42 +0200


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

Modified Files:
	changelog control copyright rules 
Log Message:
popularity-contest: rewrite in perl
debian/copyright: new popularity-contest is GPL
debian/rules: add dh_perl
debian/control: change dependencies for new popularity-contest script.
debian/changelog: add changes and prepare for release


Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- changelog	19 Oct 2003 09:23:51 -0000	1.15
+++ changelog	20 Oct 2003 11:59:39 -0000	1.16
@@ -1,12 +1,19 @@
-popularity-contest (1.7) UNRELEASED; urgency=low
+popularity-contest (1.7) unstable; urgency=low
 
   * Petter Reinholdtsen
     - Provide 'popcon', to make it easier to find this package by
       its common short name. (Closes: #215563)
     - Add new program popcon-largest-unused.  Script from Yann Dirson,
       manual page from Petter Reinholdtsen. (Closes: #127633)
+  * Bill Allombert
+    - Rewrite popularity-contest in perl.
+      No user-visible changes outside speed.
+    - Don't use dpkg-architecture anymore. (Closes: #212736)
+    - control: use dpkg-query so depends on dpkg (>= 1.10)
+    - control: remove gawk and dpkg-awk from dependencies.
+    - update copyright notice.
 
- -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 11:02:26 +0200
+ -- Bill Allombert <ballombe@debian.org>  Mon, 20 Oct 2003 12:04:33 +0200
 
 popularity-contest (1.6) unstable; urgency=low
 

Index: control
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control	19 Oct 2003 09:05:29 -0000	1.4
+++ control	20 Oct 2003 11:59:39 -0000	1.5
@@ -8,7 +8,7 @@
 
 Package: popularity-contest
 Architecture: all
-Depends: gawk, dpkg-awk, exim | mail-transport-agent, debconf
+Depends: dpkg (>= 1.10), exim | mail-transport-agent, debconf, ${perl:Depends}
 Recommends: cron
 Provides: popcon
 Description: Vote for your favourite packages automatically

Index: copyright
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/copyright,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- copyright	7 Sep 2003 17:27:27 -0000	1.1.1.1
+++ copyright	20 Oct 2003 11:59:39 -0000	1.2
@@ -7,3 +7,15 @@
 # Use, modify, and redistribute modified or unmodified versions in any
 # way you wish.
 #
+
+The perl version of the popularity-contest script is
+
+Copyright (C) 2003 by Bill Allombert <ballombe@debian.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Index: rules
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	19 Oct 2003 09:23:51 -0000	1.3
+++ rules	20 Oct 2003 11:59:39 -0000	1.4
@@ -38,6 +38,7 @@
 	dh_installmanpages
 	dh_installdebconf
 	dh_installchangelogs
+	dh_perl
 	dh_strip
 	dh_compress
 	dh_fixperms