Your message dated Wed, 23 Jun 2010 01:17:47 +0000
with message-id <[email protected]>
and subject line Bug#448098: fixed in pbuilder 0.197
has caused the Debian Bug report #448098,
regarding make /usr/lib/pbuilder/pbuilder-satisfydepends a link instead of a
copy
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.)
--
448098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448098
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pbuilder
Version: 0.174
Severity: wishlist
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The file /usr/lib/pbuilder/pbuilder-satisfydepends is currently a copy
of the preferred method. Wouldn't it be easier you simply make it a
link to the currently preferred method? It's then also easier to see
*which* method is the preferred one. What's your opinion?
Regards, Daniel
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.21.5 (PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages pbuilder depends on:
ii cdebootstrap 0.4.3 Bootstrap a Debian system
ii coreutils 5.97-5.4 The GNU core utilities
ii debianutils 2.26 Miscellaneous utilities specific t
ii debootstrap 1.0.6 Bootstrap a basic Debian system
ii gcc 4:4.2.1-6 The GNU C compiler
ii wget 1.10.2-3 retrieves files from the web
Versions of packages pbuilder recommends:
pn cowdancer <none> (no description available)
ii devscripts 2.10.9 Scripts to make the life of a Debi
ii fakeroot 1.8.2 Gives a fake root environment
ii sudo 1.6.9p6-1 Provide limited super user privile
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHIUckm0bx+wiPa4wRAp7pAJ9XEFn+M7ncLtKwc+58NW06eMCAqQCgxg9R
M7BKeo9eWU1aWafrC1aOEac=
=MnsJ
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: pbuilder
Source-Version: 0.197
We believe that the bug you reported is fixed in the latest version of
pbuilder, which is due to be installed in the Debian FTP archive:
pbuilder-uml_0.197_i386.deb
to main/p/pbuilder/pbuilder-uml_0.197_i386.deb
pbuilder_0.197.dsc
to main/p/pbuilder/pbuilder_0.197.dsc
pbuilder_0.197.tar.gz
to main/p/pbuilder/pbuilder_0.197.tar.gz
pbuilder_0.197_all.deb
to main/p/pbuilder/pbuilder_0.197_all.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.
Junichi Uekawa <[email protected]> (supplier of updated pbuilder 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: Wed, 23 Jun 2010 07:21:11 +0900
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source i386 all
Version: 0.197
Distribution: unstable
Urgency: low
Maintainer: Debian pbuilder maintenance team
<[email protected]>
Changed-By: Junichi Uekawa <[email protected]>
Description:
pbuilder - personal package builder for Debian packages
pbuilder-uml - user-mode-linux version of pbuilder
Closes: 448098 539578 563209 578989 579705 582415 583676
Changes:
pbuilder (0.197) unstable; urgency=low
.
[ Loïc Minier ]
* pbuilder-createbuildenv, -updatebuildenv: Remove apt from $CHROOTEXEC
apt-get install call and add aptitude if pbuilder-satisfydepends uses it;
remove aptitude otherwise; closes: 539578. Fixes support for
--variant=buildd.
* Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-
satisfydepends-aptitude instead of a copy; closes: #448098.
* pbuilder-satisfydepends-aptitude: Fix typo in package description.
* Add builtin support for using ccache in pbuilder and enable it by default.
Ship a new /var/cache/pbuilder/ccache dir and bind-mount and chown it to
BUILDUSERID at build time. Install/remove ccache automatically on
create/update if CCACHEDIR is set/unset. Update docs and remove old
ccache config example. Add a NEWS entry featuring the change. Stop
intalling ccache sample config
* debuild-pbuilder.1: update sample output of debuild-pbuilder to match
current code; thanks Osamu Aoki; closes: 563209.
* Don't quote PBUILDERROOTCMD as it's typically a command with arguments
such as "su -p" or "sudo -E"; thanks Osamu Aoki; see #563209.
* test_pbuilder-satisfydepends-*: add many tests.
* pbuilder-satisfydepends-*: Large refactoring and cleanups; fixes
historical bugs with space/tabs/etc. parsing in debian/control with
pbuilder-satisfydepends-classic and perhaps -aptitude and -experimental.
Also avoids large code duplication and normalizes debian/control handling.
* pbuilder.8: Mention quoting around --bindmounts; LP: #376612
* Add pbuilder-apt-config tool to generate APT sources.list and query misc
other data from archives; this is aimed at supporting multiple archives
and setups better (instead of a single MIRROR, DISTRIBUTION etc.) but is
generic and independent to encourage reuse. Comes with testsuite showing
sample uses.
* Fix misc man page typos.
* Rework Makefile entirely.
* Use paragraphs in debian/NEWS file instead of bullet points.
* pbuilder-selftest: new command to run the tests which are now installed.
.
[ Junichi Uekawa ]
* [INTL:da] Danish translation of the debconf templates
pbuilder (closes: 583676)
* document that DEBOOTSTRAPOPTS is an array. (closes: 578989)
.
[ Hideki Yamane ]
* typo "taget" (closes: 582415)
.
[ Jari Aalto ]
* pbuilderrc.5 - Order item alphabetically (closes: 579705)
Checksums-Sha1:
8f0279ecb701d1632da569118f6515d5d7ae7a0a 1135 pbuilder_0.197.dsc
99e2b9518af11ccceb73db53a75a9197ba6bf20f 830745 pbuilder_0.197.tar.gz
9765e7300815be55274da2e4d244aa900e8b8df9 41316 pbuilder-uml_0.197_i386.deb
b5030d6ebcbc8b92b4cd95b32cbb49b937a5397c 357670 pbuilder_0.197_all.deb
Checksums-Sha256:
598b9f2377ffae3c02dd4b9b54844b069e230cca44adad7ac4ce928018442d1e 1135
pbuilder_0.197.dsc
77ee82c443318c94619c4614cd090fe59846f8f6f97471fc110860104d659a34 830745
pbuilder_0.197.tar.gz
05cc00a1c9f96428a2603dcb5a112cdfdccd2d0a0fdb15ca92388971a85a74c8 41316
pbuilder-uml_0.197_i386.deb
a700bb1de7cc66c1af3f10878ce5ba178ba1c48a207ac4ceb82131ad94b6c97c 357670
pbuilder_0.197_all.deb
Files:
47a0d1227b14f7a740bf5e1570f0b76a 1135 devel extra pbuilder_0.197.dsc
92c543c10e621129172f3810ab09a3d0 830745 devel extra pbuilder_0.197.tar.gz
0d30f52bbe536451e672dafdf77c0242 41316 devel extra pbuilder-uml_0.197_i386.deb
1179eea92c7b1afa00830dc513936e9d 357670 devel extra pbuilder_0.197_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFMIVyb2Dd9TugeVcERAmXWAJwMX6BuiyPv/ViceDyNKuqvhLjEpQCcDcYM
OeYVz5HJFKO+sUKUD2qc73Y=
=oc8L
-----END PGP SIGNATURE-----
--- End Message ---