[COMMIT LOGREPORT] package/debian TODO,1.41,1.42 changelog,1.109,1.110 control,1.42,1.43

Joost van Baal vanbaal at users.sourceforge.net
Thu Jul 20 16:06:53 CEST 2006


Update of /cvsroot/logreport/package/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11775/debian

Modified Files:
	TODO changelog control 
Log Message:
fix debconf dependency

Index: TODO
===================================================================
RCS file: /cvsroot/logreport/package/debian/TODO,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- TODO	20 Jul 2006 12:55:35 -0000	1.41
+++ TODO	20 Jul 2006 14:06:50 -0000	1.42
@@ -3,6 +3,13 @@
 Stuff high on our 2006-07 list
 ==============================
 
+lintian stuff:
+
+W: lire: maintainer-script-needs-depends-on-adduser preinst
+W: lire: using-question-in-extended-description-in-templates lire/lire_user_not_lire
+W: lire: using-question-in-extended-description-in-templates lire/purge_user_files
+
+
   * as long as Bug #370317 is not fixed, we might want to add a linda
     override for nmsmmp2dlf and w3c_extended2dlf.
   * be sure to check #291063 (lire: chokes on apache combined log),

Index: changelog
===================================================================
RCS file: /cvsroot/logreport/package/debian/changelog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- changelog	20 Jul 2006 12:50:41 -0000	1.109
+++ changelog	20 Jul 2006 14:06:50 -0000	1.110
@@ -6,6 +6,9 @@
   * debian/copyright: Fix FSF snailmail address.
   * debian/control: Fix Build-Depends-Indep: debhelper to Build-Depends.
     Update Standards-Version from 3.6.1 to 3.7.2 (no changes needed).
+  * debian/control: Add "| debconf-2.0" to hardcoded Depends: debconf (>=
+    1.0.32).  (We're not going with ${misc:Depends}, since that would use
+    "debconf (>= 0.5) |" which we can't guarantee.) (Closes: #332010).
   * debian/lire.preinst: Fix deprecated chown(1) usage.
 
  -- Joost van Baal <joostvb at debian.org>  Thu, 08 Jun 2006 14:31:20 +0200

Index: control
===================================================================
RCS file: /cvsroot/logreport/package/debian/control,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- control	16 Jul 2006 15:27:08 -0000	1.42
+++ control	20 Jul 2006 14:06:50 -0000	1.43
@@ -8,7 +8,7 @@
 
 Package: lire
 Architecture: all
-Depends: ${perl:Depends}, debconf (>= 1.0.32), libdbd-sqlite2-perl (>= 1:0.33-1), libxml-parser-perl, libtime-modules-perl, libmime-perl, exim4 | mail-transport-agent, libcurses-ui-perl (>= 0.92-1), libintl-perl (>= 1.10-1)
+Depends: ${perl:Depends}, debconf (>= 1.0.32) | debconf-2.0, libdbd-sqlite2-perl (>= 1:0.33-1), libxml-parser-perl, libtime-modules-perl, libmime-perl, exim4 | mail-transport-agent, libcurses-ui-perl (>= 0.92-1), libintl-perl (>= 1.10-1)
 Recommends: ploticus, libterm-readline-perl-perl
 Suggests: libspreadsheet-writeexcel-perl, lire-doc
 Description: full-featured log analyzer and report generator

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list