[COMMIT LOGREPORT] package/debian changelog,1.101,1.102 control,1.40,1.41 copyright,1.12,1.13 lire.preinst,1.9,1.10

Joost van Baal vanbaal at users.sourceforge.net
Thu Jun 8 14:42:48 CEST 2006


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

Modified Files:
	changelog control copyright lire.preinst 
Log Message:
fix first bunch of bugs as found by lin{da,tian}

Index: changelog
===================================================================
RCS file: /cvsroot/logreport/package/debian/changelog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- changelog	26 Apr 2005 03:13:35 -0000	1.101
+++ changelog	8 Jun 2006 12:42:45 -0000	1.102
@@ -1,3 +1,12 @@
+lire (2:2.0.1.99.1-1) UNRELEASED; urgency=low
+
+  * New upstream prerelease.
+  * debian/copyright: Fix FSF snailmail address.
+  * debian/control: Fix Build-Depends-Indep: debhelper to Build-Depends.
+  * debian/lire.preinst: Fix deprecated chown(1) usage.
+
+ -- Joost van Baal <joostvb at debian.org>  Thu, 08 Jun 2006 14:31:20 +0200
+
 lire (2:2.0.1-4) unstable; urgency=low
 
   * debian/control: build-depend an depend on libdbd-sqlite2-perl (>=

Index: control
===================================================================
RCS file: /cvsroot/logreport/package/debian/control,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- control	26 Apr 2005 03:13:35 -0000	1.40
+++ control	8 Jun 2006 12:42:45 -0000	1.41
@@ -2,7 +2,8 @@
 Section: admin
 Priority: optional
 Maintainer: Wolfgang Sourdeau <was at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.2), perl-base (>= 5.8.4), libdbd-sqlite2-perl (>= 1:0.33-1), libxml-parser-perl, libcurses-ui-perl (>= 0.92-1), libintl-perl (>= 1.10-1), libtime-modules-perl
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl-base (>= 5.8.4), libdbd-sqlite2-perl (>= 1:0.33-1), libxml-parser-perl, libcurses-ui-perl (>= 0.92-1), libintl-perl (>= 1.10-1), libtime-modules-perl
 Standards-Version: 3.6.1
 
 Package: lire

Index: copyright
===================================================================
RCS file: /cvsroot/logreport/package/debian/copyright,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- copyright	11 Nov 2003 00:55:36 -0000	1.12
+++ copyright	8 Jun 2006 12:42:45 -0000	1.13
@@ -1,7 +1,7 @@
 This package was debianized by Joost van Baal <joostvb at debian.org> on
 Wed, 18 Apr 2001 13:21:40 +0200
 
-It was downloaded from http://www.logreport.org/pub/ .
+It was downloaded from http://download.logreport.org/pub/ .
 
 Upstream Authors: Joost van Baal, Wessel Dankers, Edwin "MavEtJu" Groothuis,
 Francis J. Lacoste, Egon Willighagen and Wolfgang Sourdeau, for the
@@ -9,7 +9,7 @@
 
 Copyright:
 
- Copyright (C) 2000, 2001, 2002, 2003 Stichting LogReport Foundation
+ Copyright (C) 2000, 2001, 2002, 2003, 2004 Stichting LogReport Foundation
  LogReport at LogReport.org and various contributors
 
  Lire is free software; you can redistribute it and/or modify
@@ -25,8 +25,8 @@
  You should have received a copy of the GNU General Public License with
  your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with
  the Debian GNU/Linux lire source package as the file COPYING.  If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite
- 330, Boston, MA 02111-1307, USA.
+ write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Index: lire.preinst
===================================================================
RCS file: /cvsroot/logreport/package/debian/lire.preinst,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lire.preinst	13 Oct 2004 17:47:51 -0000	1.9
+++ lire.preinst	8 Jun 2006 12:42:45 -0000	1.10
@@ -105,7 +105,7 @@
                         echo "Updating /etc/gshadow..."
                         touch /etc/gshadow.sed
                         chmod 640 /etc/gshadow.sed
-                        chown root.shadow /etc/gshadow.sed
+                        chown root:shadow /etc/gshadow.sed
                         if test -z "$old_user"
                             then
                             cat /etc/gshadow \

-- 
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