Your message dated Fri, 22 Aug 2008 19:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#495136: fixed in usepackage 1.6.3-1.1
has caused the Debian Bug report #495136,
regarding usepackage FTBFS when built with -rsudo
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
495136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495136
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: usepackage
Version: 1.6.4-1
Severity: serious
Tags: patch
usepackage fails to build on the build daemons for mips and mipsel,
which use sudo instead of fakeroot. In this environment, $(PWD)
is not set, and the build creates a /debian directory in the
root of the host machine. The appended patch fixes this.
Thiemo
--- usepackage-1.6.3.orig/debian/rules 2008-08-14 20:48:28.000000000 +0200
+++ usepackage-1.6.3/debian/rules 2008-08-14 20:46:27.000000000 +0200
@@ -36,9 +36,9 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) install DESTDIR=$(PWD)/debian/usepackage/
+ $(MAKE) install DESTDIR=debian/usepackage/
install -m 644 debian/usepackage.conf \
- $(PWD)/debian/usepackage/etc/usepackage
+ debian/usepackage/etc/usepackage
binary-indep: build install
--- End Message ---
--- Begin Message ---
Source: usepackage
Source-Version: 1.6.3-1.1
We believe that the bug you reported is fixed in the latest version of
usepackage, which is due to be installed in the Debian FTP archive:
usepackage_1.6.3-1.1.diff.gz
to pool/main/u/usepackage/usepackage_1.6.3-1.1.diff.gz
usepackage_1.6.3-1.1.dsc
to pool/main/u/usepackage/usepackage_1.6.3-1.1.dsc
usepackage_1.6.3-1.1_i386.deb
to pool/main/u/usepackage/usepackage_1.6.3-1.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Moritz Muehlenhoff <[EMAIL PROTECTED]> (supplier of updated usepackage package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 22 Aug 2008 20:55:41 +0200
Source: usepackage
Binary: usepackage
Architecture: source i386
Version: 1.6.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Luca Filipozzi <[EMAIL PROTECTED]>
Changed-By: Moritz Muehlenhoff <[EMAIL PROTECTED]>
Description:
usepackage - utility to manage environment variables from within dotfiles
Closes: 495136
Changes:
usepackage (1.6.3-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix building with sudo, patch by Thiemo Seufer (Closes: #495136)
Checksums-Sha1:
0fc945fc5ae8958b91ff4d966e5c1128abdd139a 990 usepackage_1.6.3-1.1.dsc
ec5e60425cee1c8f92b74850f67d104af5b82ce3 5954 usepackage_1.6.3-1.1.diff.gz
b457b19d3ae1ae7dd1df9038c89683efb3335fea 21578 usepackage_1.6.3-1.1_i386.deb
Checksums-Sha256:
2a752d206905acc0a40cc2e01260264ef9285407b344c40f2eb364c0ca05eb5d 990
usepackage_1.6.3-1.1.dsc
27ad36fc7a26314608eb579a38e481ad0c86c0b2e4e9235a60cd0f3f8ec0fa57 5954
usepackage_1.6.3-1.1.diff.gz
e07bfd1682c8c4f7317d929924f3c6674d72704216cf1f4699ef80f310d3ab56 21578
usepackage_1.6.3-1.1_i386.deb
Files:
bae3fdeb1cdea427843294ca0f8ce1b3 990 utils optional usepackage_1.6.3-1.1.dsc
b5287d9b91caf00d57c00431689925be 5954 utils optional
usepackage_1.6.3-1.1.diff.gz
34a090bdc0165c79df66375f9b67d70d 21578 utils optional
usepackage_1.6.3-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkivDD4ACgkQXm3vHE4uylq69wCfcRhuf0B6kyGXZ8XOFnR66aRf
Dr0AoLIS2/IoiGqlihzPCrIBQSnnBLVU
=OJFt
-----END PGP SIGNATURE-----
--- End Message ---