Your message dated Mon, 18 Oct 2010 21:47:53 +0000
with message-id <[email protected]>
and subject line Bug#594505: fixed in aptitude 0.6.3-3.2
has caused the Debian Bug report #594505,
regarding debian/rules clean doesn't clean
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.)
--
594505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:aptitude
Version: 0.6.3-3
Severity: serious
Tags: patch
Hello,
"debian/rules clean" doesn't clean build directories:
/tmp/build/aptitude-0.6.3# debian/rules clean
dh_testdir
dh_testroot
if [ -f build-stamp-gtk ]; then rm build-stamp-gtk; fi
if [ -f build-stamp-curses ]; then rm build-stamp-curses; fi
if [ -f build-indep-stamp ]; then rm build-indep-stamp; fi
rm -fr debian/html-docs
if [ -d build-gtk]; then rm -r build-gtk; fi
[: 1: missing ]
if [ -d build-curses]; then rm -r build-curses; fi
[: 1: missing ]
[ ! -f Makefile ] || /usr/bin/make distclean
[ ! -f doc/Makefile ] || /usr/bin/make -C doc distclean
[ ! -f src/gtk/Makefile ] || /usr/bin/make -C src/gtk distclean
dh_clean
This is a violation of a "must" in section 4.9 of policy. And very
easy to fix (patch attached).
Cheers,
--
Stéphane
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur a/debian/rules b/debian/rules
--- a/debian/rules 2010-07-10 20:26:38.000000000 +0000
+++ b/debian/rules 2010-08-26 13:31:10.000000000 +0000
@@ -63,8 +63,8 @@
if [ -f build-stamp-curses ]; then rm build-stamp-curses; fi
if [ -f build-indep-stamp ]; then rm build-indep-stamp; fi
rm -fr debian/html-docs
- if [ -d $(GTK_BUILD_DIR)]; then rm -r $(GTK_BUILD_DIR); fi
- if [ -d $(CURSES_BUILD_DIR)]; then rm -r $(CURSES_BUILD_DIR); fi
+ if [ -d $(GTK_BUILD_DIR) ]; then rm -r $(GTK_BUILD_DIR); fi
+ if [ -d $(CURSES_BUILD_DIR) ]; then rm -r $(CURSES_BUILD_DIR); fi
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f doc/Makefile ] || $(MAKE) -C doc distclean
--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.3-3.2
We believe that the bug you reported is fixed in the latest version of
aptitude, which is due to be installed in the Debian FTP archive:
aptitude-dbg_0.6.3-3.2_amd64.deb
to main/a/aptitude/aptitude-dbg_0.6.3-3.2_amd64.deb
aptitude-doc-cs_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-cs_0.6.3-3.2_all.deb
aptitude-doc-en_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-en_0.6.3-3.2_all.deb
aptitude-doc-es_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-es_0.6.3-3.2_all.deb
aptitude-doc-fi_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-fi_0.6.3-3.2_all.deb
aptitude-doc-fr_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-fr_0.6.3-3.2_all.deb
aptitude-doc-ja_0.6.3-3.2_all.deb
to main/a/aptitude/aptitude-doc-ja_0.6.3-3.2_all.deb
aptitude-gtk_0.6.3-3.2_amd64.deb
to main/a/aptitude/aptitude-gtk_0.6.3-3.2_amd64.deb
aptitude_0.6.3-3.2.debian.tar.gz
to main/a/aptitude/aptitude_0.6.3-3.2.debian.tar.gz
aptitude_0.6.3-3.2.dsc
to main/a/aptitude/aptitude_0.6.3-3.2.dsc
aptitude_0.6.3-3.2_amd64.deb
to main/a/aptitude/aptitude_0.6.3-3.2_amd64.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.
Tim Retout <[email protected]> (supplier of updated aptitude 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: Tue, 12 Oct 2010 21:11:54 +0100
Source: aptitude
Binary: aptitude aptitude-gtk aptitude-dbg aptitude-doc-cs aptitude-doc-en
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source amd64 all
Version: 0.6.3-3.2
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <[email protected]>
Changed-By: Tim Retout <[email protected]>
Description:
aptitude - terminal-based package manager (terminal interface only)
aptitude-dbg - Debug symbols for the aptitude package manager
aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
aptitude-doc-en - English manual for aptitude, a terminal-based package manager
aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package
manager
aptitude-gtk - terminal-based package manager (GUI and terminal interfaces)
Closes: 557580 594505
Changes:
aptitude (0.6.3-3.2) unstable; urgency=low
.
* Non-maintainer upload.
* 0007-preferences-dir.patch: Patch to support /etc/apt/preferences.d/
directory. (Closes: #557580)
* debian/rules: Fix clean rule. Patch by Stéphane Glondu.
(Closes: #594505)
Checksums-Sha1:
cd288683d10a89a42eca0ad21934e99e64038be1 1677 aptitude_0.6.3-3.2.dsc
d6d653aff6202d7546022556507f7ac5985d1c01 47475 aptitude_0.6.3-3.2.debian.tar.gz
3a4cdae3de9691198b1c12af8c43af81823a49b9 3852372 aptitude_0.6.3-3.2_amd64.deb
1b763f1c00d2d3180a6e626d5b11ee63c15e598f 2013094
aptitude-gtk_0.6.3-3.2_amd64.deb
913242df6ad31826c4194f4212e1e795f2190c9c 24439496
aptitude-dbg_0.6.3-3.2_amd64.deb
f335c512ae4f6335b08c1b9c82e4810908cce065 386162
aptitude-doc-cs_0.6.3-3.2_all.deb
642fad597d10ec336dd7ccf87a667b39a066e6f5 455190
aptitude-doc-en_0.6.3-3.2_all.deb
2267adb8acce76afa69efee0c44de1f8694b918f 481340
aptitude-doc-es_0.6.3-3.2_all.deb
6acef86fe3062b9a2810ee9fd9951af10bfced69 277552
aptitude-doc-fi_0.6.3-3.2_all.deb
7acc31acea10e54378494ef965c10500cf11c685 337356
aptitude-doc-fr_0.6.3-3.2_all.deb
a2219884100da02b2bfaa953f31a64e1cfd628c7 401146
aptitude-doc-ja_0.6.3-3.2_all.deb
Checksums-Sha256:
8252be6b325af46e3b0021e12229fe5af58fdd01db23fc11a69b66eb12278d68 1677
aptitude_0.6.3-3.2.dsc
579c76b10c48c70582562c0e5e540ee3f00ffc96b0c81723fbb02eaceea47e0e 47475
aptitude_0.6.3-3.2.debian.tar.gz
b35b28bb035ca76dc9a6f73a917ec0fc9810548793e0735a2904c36910c76bf6 3852372
aptitude_0.6.3-3.2_amd64.deb
a273a1c71582e2e878f860e4b8c0b332fa42edd0c5df457ea2606dcb238f9b0a 2013094
aptitude-gtk_0.6.3-3.2_amd64.deb
31198ee37fd2e6eddae44586d0c3115c9b21ce8cbf54a0212a967efb2cf0de9b 24439496
aptitude-dbg_0.6.3-3.2_amd64.deb
dbc0391050ae0eba7cd6614a81e4388513f29cd394e8a8e182caa7c7d37e834e 386162
aptitude-doc-cs_0.6.3-3.2_all.deb
77ff3935fdbb144f6ae0447c3eeed2fb644b4ada7a4157b04be9e64688394634 455190
aptitude-doc-en_0.6.3-3.2_all.deb
2c52bb26bca90921ad00d6724c97010281edd564e9c1736cce8e73c7de810786 481340
aptitude-doc-es_0.6.3-3.2_all.deb
ac08dd8c7ee12c44983456b61104ffc0568a9ee61c367e5574fa17a33f65f71a 277552
aptitude-doc-fi_0.6.3-3.2_all.deb
ac9b73829548a0b96d93a2844dfb1d0be3c1fb5795256b9105980206b0e5cd2c 337356
aptitude-doc-fr_0.6.3-3.2_all.deb
9788ae5ffa869491088fce06e21dc4eac3644e269218bc997c46dda1f7a618bd 401146
aptitude-doc-ja_0.6.3-3.2_all.deb
Files:
69109bf125a1f3584923d17e7ce399ac 1677 admin - aptitude_0.6.3-3.2.dsc
f9eb8947b43e25cb75a0581bbe29bcc3 47475 admin - aptitude_0.6.3-3.2.debian.tar.gz
ef0563c1fe4e5bc2698f07fd49e7ddbe 3852372 admin important
aptitude_0.6.3-3.2_amd64.deb
688f96ddbc1381842277116d2e624353 2013094 admin optional
aptitude-gtk_0.6.3-3.2_amd64.deb
f6e129c9b7eb67f620938adc70665866 24439496 debug extra
aptitude-dbg_0.6.3-3.2_amd64.deb
c8eead5baf3e24b939ec7aa4d24e6c04 386162 doc optional
aptitude-doc-cs_0.6.3-3.2_all.deb
ed898aa6becb450c5b33cf6865a892bc 455190 doc optional
aptitude-doc-en_0.6.3-3.2_all.deb
4b2c12b218a3601d5eef6c807f48a2c3 481340 doc optional
aptitude-doc-es_0.6.3-3.2_all.deb
8a57743203638988614485b481736fe7 277552 doc optional
aptitude-doc-fi_0.6.3-3.2_all.deb
0efb0af569f31e67f62238166afcd572 337356 doc optional
aptitude-doc-fr_0.6.3-3.2_all.deb
904c87c682d7609c18426f9071c0345a 401146 doc optional
aptitude-doc-ja_0.6.3-3.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAky6F+gACgkQOHNNd4eQFFJASQCfWzKuwRodvh7Y1jU2mykxl2/H
cJAAn0oLZtwDta94lI3wAP+fXQ1Y6dCh
=CKa8
-----END PGP SIGNATURE-----
--- End Message ---