[COMMIT LOGREPORT] package/debian README.Debian,1.27,1.28 changelog,1.123,1.124 lire.config,1.4,1.5 templates,1.42,1.43
Joost van Baal
vanbaal at users.sourceforge.net
Tue Oct 3 12:45:11 CEST 2006
Update of /cvsroot/logreport/package/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16063
Modified Files:
README.Debian changelog lire.config templates
Log Message:
get rid of annoying note
Index: README.Debian
===================================================================
RCS file: /cvsroot/logreport/package/debian/README.Debian,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- README.Debian 3 Oct 2006 10:32:38 -0000 1.27
+++ README.Debian 3 Oct 2006 10:45:07 -0000 1.28
@@ -25,6 +25,9 @@
More notes about the Lire user
------------------------------
+Per Debian Policy, the lire user should have a uid and gid in the system range
+(100-999 by default). This package creates such a useraccount if not present.
+
Note: /etc/lire is groupwritable, groupowned by group lire. This is
done to be able to configure lire as user lire.
Index: changelog
===================================================================
RCS file: /cvsroot/logreport/package/debian/changelog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- changelog 3 Oct 2006 10:33:33 -0000 1.123
+++ changelog 3 Oct 2006 10:45:08 -0000 1.124
@@ -1,4 +1,4 @@
-lire (2:2.0.2-2) UNRELEASED; urgency=low
+lire (2:2.0.2-2) unstable; urgency=low
* debian/po/fr.po: Updated French translation. Thanks Thomas Huriaux
(Closes: #387275).
@@ -6,6 +6,10 @@
(Closes: #389786).
* debian/README.Debian: remove all notes about Lire versions < 2.0.1-4: we
no longer support stuff older than Debian sarge.
+ * debian/{templates,lire.config}: remove lire/foundlocaluser debconf
+ template, no longer give warning if local lire user has uid in 1000-29999
+ range: this note was for upgrading from lire packages < 20020214-3, which
+ we no longer support. (Closes: #388923)
-- Joost van Baal <joostvb at logreport.org> Tue, 03 Oct 2006 12:14:28 +0200
Index: lire.config
===================================================================
RCS file: /cvsroot/logreport/package/debian/lire.config,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lire.config 22 Jul 2006 14:27:32 -0000 1.4
+++ lire.config 3 Oct 2006 10:45:08 -0000 1.5
@@ -44,17 +44,6 @@
if grep "^lire:" /etc/passwd >/dev/null
then
-# check if current Lire user looks like created by buggy package
-# (no, it's no use inspecting the usingexistinguser flag here: Lire
-# might have been purged and reinstalled, which kept the account
-# created during first installation, but now marked as usingexistinguser.)
- uid="`id -u lire`"
- if test \( $uid -ge 1000 \) -a \( $uid -le 29999 \)
- then
- # ... if so, inform user
- db_input medium lire/foundlocaluser || true
- fi
-
db_input high lire/use_existing_user || true
db_go || true
fi
Index: templates
===================================================================
RCS file: /cvsroot/logreport/package/debian/templates,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- templates 22 Jul 2006 15:12:21 -0000 1.42
+++ templates 3 Oct 2006 10:45:08 -0000 1.43
@@ -57,13 +57,3 @@
its home directory and all the files therein) and the 'lire' group can
get automatically removed.
-Template: lire/foundlocaluser
-Type: note
-_Description: Your Lire user is local
- User 'lire' seems to be a local useraccount: its uid is in the
- 1000-29999 range. This account might have been created during
- installation of a previous Debian Lire package, which suffered from a
- bug in the user creation process.
- .
- Refer to /usr/share/doc/lire/README.Debian for details.
-
--
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