Your message dated Thu, 15 Jun 2006 12:14:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line This bug is fixed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: liblockfile1
Version: 1.06
Severity: minor
Tags: patch
The debian-files contains several XSI:isms, these are technically
a violation of policy 10.4. The included patch fixes them.
Rationale:
policy 10.4
http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
Regards: David Weinehall
diff -ur liblockfile-1.06-old/debian/postinst liblockfile-1.06/debian/postinst
--- liblockfile-1.06-old/debian/postinst 2001-03-17 06:08:32.000000000
+0200
+++ liblockfile-1.06/debian/postinst 2004-06-25 18:43:19.000000000 +0300
@@ -4,7 +4,7 @@
if [ "$1" = "configure" ]; then
ldconfig
- if [ -d /usr/doc -a ! -e /usr/doc/liblockfile1 -a -d
/usr/share/doc/liblockfile1 ]; then
+ if [ -d /usr/doc ] && [ ! -e /usr/doc/liblockfile1 ] && [ -d
/usr/share/doc/liblockfile1 ]; then
ln -sf ../share/doc/liblockfile1 /usr/doc/liblockfile1
fi
fi
diff -ur liblockfile-1.06-old/debian/postinst.liblockfile-dev
liblockfile-1.06/debian/postinst.liblockfile-dev
--- liblockfile-1.06-old/debian/postinst.liblockfile-dev 2001-03-17
06:08:33.000000000 +0200
+++ liblockfile-1.06/debian/postinst.liblockfile-dev 2004-06-25
18:44:29.000000000 +0300
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/liblockfile-dev -a -d
/usr/share/doc/liblockfile-dev ]; then
+ if [ -d /usr/doc ] && [ ! -e /usr/doc/liblockfile-dev ] && [ -d
/usr/share/doc/liblockfile-dev ]; then
ln -sf ../share/doc/liblockfile-dev /usr/doc/liblockfile1
fi
fi
diff -ur liblockfile-1.06-old/debian/prerm liblockfile-1.06/debian/prerm
--- liblockfile-1.06-old/debian/prerm 2001-03-17 06:08:32.000000000 +0200
+++ liblockfile-1.06/debian/prerm 2004-06-25 18:43:41.000000000 +0300
@@ -1,5 +1,5 @@
#!/bin/sh -e
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/liblockfile1 ];
then
+if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L
/usr/doc/liblockfile1 ]; then
rm -f /usr/doc/liblockfile1
fi
diff -ur liblockfile-1.06-old/debian/prerm.liblockfile-dev
liblockfile-1.06/debian/prerm.liblockfile-dev
--- liblockfile-1.06-old/debian/prerm.liblockfile-dev 2001-03-17
06:08:33.000000000 +0200
+++ liblockfile-1.06/debian/prerm.liblockfile-dev 2004-06-25
18:44:49.000000000 +0300
@@ -1,5 +1,5 @@
#!/bin/sh -e
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/liblockfile-dev
]; then
+if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L
/usr/doc/liblockfile-dev ]; then
rm -f /usr/doc/liblockfile-dev
fi
diff -ur liblockfile-1.06-old/debian/rules liblockfile-1.06/debian/rules
--- liblockfile-1.06-old/debian/rules 2003-05-15 15:16:10.000000000 +0300
+++ liblockfile-1.06/debian/rules 2004-06-25 18:43:07.000000000 +0300
@@ -118,7 +118,7 @@
dpkg --build $(tmp) ..
define checkdir
- test -f lockfile.c -a -f debian/rules
+ test -f lockfile.c && test -f debian/rules
endef
binary: binary-indep binary-arch
--- End Message ---
--- Begin Message ---
liblockfile does no longer install symlinks in /usr/doc.
liblockfile (1.06.1) unstable; urgency=low
* Non-maintainer upload.
* Remove postinst and prerm scripts, completing the /usr/doc tarnsition.
Closes: #322790
-- Joey Hess <[EMAIL PROTECTED]> Tue, 10 Jan 2006 01:21:31 -0500
He only forgot to close this bug report, because it should maybe have
been filed only on source packages.
Thanks!
--
Amaya M. Rodrigo Sastre
Migración del Correo Corporativo del MAP <[EMAIL PROTECTED]>
c\ Mª Molina, 50. 28071 Madrid. Teléfonos: 912732346 - 05412346
--- End Message ---