[Pkg-alsa-devel] Bug#236336: Use /var/tmp instead of /tmp

Michel Daenzer Michel Daenzer <daenzer@debian.org>, 236336@bugs.debian.org
Fri, 05 Mar 2004 19:07:55 +0100


This is a multi-part MIME message sent by reportbug.

--===============1907334428==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: alsa-lib
Severity: wishlist
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I think this would be better than cluttering /tmp with sockets and whatnot.
Ideally, the upgrade would move existing files...


PS: I'm trying the 1.0.3 packages from
http://people.debian.org/~dbharris/debs/, working fine so far.

- -- System Information:
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.3-ben1
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFASMH7WoGvjmrbsgARAgxnAJ0dVfpb3eieIZJrEILXzH38JKACCACgr4Gq
XOvsll4lQ5X8FN8cObcB1cM=
=6ppG
-----END PGP SIGNATURE-----

--===============1907334428==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="alsa-lib.diff"

diff -up -r alsa-lib-1.0.3.orig/debian/rules alsa-lib-1.0.3/debian/rules
--- alsa-lib-1.0.3.orig/debian/rules	2004-03-05 18:43:26.597194894 +0100
+++ alsa-lib-1.0.3/debian/rules	2004-03-05 18:27:39.069979312 +0100
@@ -32,6 +32,7 @@ configure-stamp:
 	ln -s /usr/share/misc/config.guess config.guess
 
 	./configure --prefix=/usr \
+		    --with-tmpdir=/var/tmp \
 		    --mandir=\$${prefix}/share/man \
 		    --infodir=\$${prefix}/share/info \
 		    --host=$(DEB_HOST_GNU_TYPE) \

--===============1907334428==--