[COMMIT LOGREPORT] package/debian TODO,1.42,1.43 changelog,1.114,1.115 rules,1.49,1.50

Joost van Baal vanbaal at users.sourceforge.net
Sat Jul 22 14:59:52 CEST 2006


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

Modified Files:
	TODO changelog rules 
Log Message:
FHS-compliancy

Index: TODO
===================================================================
RCS file: /cvsroot/logreport/package/debian/TODO,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- TODO	20 Jul 2006 14:06:50 -0000	1.42
+++ TODO	22 Jul 2006 12:59:50 -0000	1.43
@@ -9,13 +9,12 @@
 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),
     try very hard to get it fixed in etch!  Test lire >= 2.0.1.99.2 on
     non-google urls
-  * /usr/lib/lire/ <- arch-independent stuff!?
+  * test wether cups-bug is really fixed.
 
 older stuff
 ===========

Index: changelog
===================================================================
RCS file: /cvsroot/logreport/package/debian/changelog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- changelog	22 Jul 2006 12:32:22 -0000	1.114
+++ changelog	22 Jul 2006 12:59:50 -0000	1.115
@@ -12,6 +12,8 @@
   * 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/rules: don't use /usr/lib but /usr/share/lire/lib as libexecdir:
+    adhere to FHS: architecture-independent files belong in /usr/share.
   * debian/lire.preinst: Fix deprecated chown(1) usage.
   * debian/apache2.cfg: added.  Thanks Vincent Danjean. (Closes: #360957).
   * debian/templates: Fix 2 language bugs.  Thanks Clytie Siddall.

Index: rules
===================================================================
RCS file: /cvsroot/logreport/package/debian/rules,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- rules	20 Jul 2006 14:17:32 -0000	1.49
+++ rules	22 Jul 2006 12:59:50 -0000	1.50
@@ -34,7 +34,7 @@
 		--prefix=/usr			\
 		--sysconfdir=/etc		\
 		--infodir=/usr/share/info	\
-		--libexecdir=/usr/lib		\
+		--libexecdir=/usr/share/lire/lib	\
 		--mandir=/usr/share/man		\
 		--with-spooldir=/var/spool/lire \
 		--with-archivedir=/var/lib/lire/data

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