Your message dated Thu, 04 Jun 2015 11:20:53 +0000
with message-id <e1z0tcf-0004kk...@franck.debian.org>
and subject line Bug#728045: fixed in cmucl 20f-1
has caused the Debian Bug report #728045,
regarding src:cmucl: clean target does not clean up all created files
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 ow...@bugs.debian.org
immediately.)


-- 
728045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728045
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cmucl
Version: 20c-2
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

While I was trying to build cmucl to fix bug 683398 and 714655 I noticed that
the Makefile in src/docs/ does not clean up all created files.

Please consider updating the create-and-adapt-doc-makefiles.patch file with
the attached file.

- -- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable'), (99, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQEcBAEBCAAGBQJSbXphAAoJEJxcmesFvXUKMe4H/194i34Gu/OvzvD8UJ39/a1W
uVb9a90baCGQvq7Cs/hBmHDiVIzP06QOCgRtCsHveBg6pyh8nFzQev4nbklaSkyK
2OJgHPcKVvygwKbUhR4FaBhhoxV4IZ5MHudmeV2udF/r/YizYCo7hsQ5HaFmgtyp
smky5wHdWvDSZr+q51nKbN0KW0fw6P9nqgG8iBsL7dOJXT6dXdC9Y96uPwYPjmsY
mJ4IhoMQI/Mg5bAn1j2FQiYb78D4AqoeYyOP3fhQRFF9FqKXK6qIlOjXhqTfdTDj
n8p3AEXgc4+WrL3PTv0petncW6lfK1B/yUlW7UH9xv3eZvVlWd34MiPuIQREt7U=
=H8qy
-----END PGP SIGNATURE-----
Description: Create a documentation makefile
Author: Peter Van Eynde <pvane...@debian.org>
Forwarded: not-needed

--- /dev/null
+++ b/src/docs/Makefile
@@ -0,0 +1,18 @@
+all:
+	(cd cmu-user && make cmu-user.ps ; make cmu-user.html ; make cmu-user.info ; make cmu-user.pdf )
+	(cd internals && make design.pdf)
+	(cd interface && latex internals && latex internals && \
+	latex internals && latex toolkit && latex toolkit && latex toolkit \
+	&& dvips -o internals.ps internals.dvi \
+	&& dvips -o toolkit.ps toolkit.dvi ; true )
+
+clean:
+	(cd cmu-user && make clean)
+	(cd internals && make clean)
+	rm -f cmu-user/cmu-user.info* 2> /dev/null || true
+	rm -f interface/internals.aux \
+	      interface/internals.log \
+              interface/internals.ps  \
+	      interface/toolkit.aux   \
+	      interface/toolkit.log   \
+	      interface/toolkit.ps
--- a/src/docs/cmu-user/Makefile
+++ b/src/docs/cmu-user/Makefile
@@ -102,9 +102,9 @@
 
 
 clean:
-	rm -f *.log *.bbl *.blg *.ps *.pdf *.aux *.lof *.toc *.gif *.out *.ilg
+	rm -f *.log *.bbl *.blg *.ps *.pdf *.aux *.lof *.toc *.out *.ilg
 	rm -f *.vdx *.cdx *.tdx *.fdx *.idx *.cnd *.fnd *.tnd *.vnd *.haux
-	rm -f *.html *.hcnd *.htnd *.hvnd *.hfnd *.htoc
+	rm -f *.html *.hcnd *.htnd *.hvnd *.hfnd *.htoc *.css
 
 index:
 	makeindex cmu-user.tdx -o cmu-user.tnd
--- a/src/docs/internals/Makefile
+++ b/src/docs/internals/Makefile
@@ -57,7 +57,7 @@
         -split $(HTML_SPLIT_LEVEL) -transparent -white $(MASTERFILE).tex
 
 clean distclean cvsclean :
-	-$(RM) -f *.log *.toc *.aux *.dvi *~ *.bak *.ps *.pdf core *.eps
+	-$(RM) -f *.log *.toc *.aux *.dvi *~ *.bak *.ps *.pdf core *.eps *.out
 	-$(RM) -rf design
 
 .PHONY : allformats

--- End Message ---
--- Begin Message ---
Source: cmucl
Source-Version: 20f-1

We believe that the bug you reported is fixed in the latest version of
cmucl, which is due to be installed in the Debian FTP archive.

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 728...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Van Eynde <pvane...@debian.org> (supplier of updated cmucl 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 04 Jun 2015 05:02:05 +0000
Source: cmucl
Binary: cmucl cmucl-docs cmucl-clm cmucl-source
Architecture: source i386 all
Version: 20f-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Peter Van Eynde <pvane...@debian.org>
Description:
 cmucl      - CMU Common Lisp compiler and development system
 cmucl-clm  - Motif interface for CMUCL
 cmucl-docs - CMUCL documentation
 cmucl-source - CMUCL lisp sources
Closes: 683398 723679 728045 737220
Changes:
 cmucl (20f-1) unstable; urgency=low
 .
   * New upstream release. Changes:
     http://trac.common-lisp.net/cmucl/wiki/Release20e
     http://trac.common-lisp.net/cmucl/wiki/Release20f
 .
     This fixes:
      - "segfault" with newer kernels (Closes: #723679)
 .
   * Build now created linux-n not anymore build-n
   * Use canonical URL for git repository
   * Updated Standard Version, no major changes
   * Upstream now only supports SSE2 builds, no more x87 only,
     modified to cmucl.1 manpage to reflect this.
   * include updated watch file from
 .
     
http://anonscm.debian.org/viewvc/sepwatch/trunk/watchfiles/cmucl_20c-2.1.watch?view=markup
 .
     thanks to bartm.
   * Don't copy the clx and hemlock sources twice into the cmucl-source
     package. Thanks to the dedup project.
   * use pathfind in prerm to avoid lintian warning
     command-with-path-in-maintainer-script
   * Now using debhelper compatibility level 9
   * Removed references to pre-historic versions and conflicts
   * Enable debian hardening options
   * Prevented duplicate conf-file by running dh_buildep with
     appropriate options
   * Fix "FTBFS: build-indep needed for binary-arch" by moving the
     cmucl-clm documentation to cmucl-docs. This builds on the previous
     entry which implemented the --arch --indep seperation.
 .
     Thanks for Paul Gevers <elb...@debian.org> for the patch.
 .
     (Closes: #683398)
   * Fix "clean target does not clean up all created files" by
     importing the patch from Paul Gevers <elb...@debian.org>.
     (Closes: #728045)
   * Added the Italian translation of debconf messages.
     (Closes: #737220)
   * disable the gray-stream-examples-protection.patch as it
     breaks the gray-streams in fact.
   * Use the motif packages instead of lesstif.
   * Fix the Vcs-Git URL
Checksums-Sha1:
 abdc3cc1fced06dd2e9feb17042e6cd49f4105b3 2332 cmucl_20f-1.dsc
 d1e5576b180df36bcf152afe521934463198120c 7478221 cmucl_20f.orig.tar.gz
 87fbdadb7413e9deaf6cbb62e5964263ddade5ae 1029928 cmucl_20f-1.debian.tar.xz
 ab21d7872a1e158afea4fd3b50ffd5e5ff1df26e 355472 cmucl-clm_20f-1_i386.deb
 a345871f2597add66b7551ae56dc15407d32b988 2449968 cmucl-docs_20f-1_all.deb
 3b5c8227e58ac8388fd3aac11a10c892ba8a7e29 3612280 cmucl-source_20f-1_all.deb
 900542ec0ad981badb81b91433aa5eb73c4f2cb7 8367986 cmucl_20f-1_i386.deb
Checksums-Sha256:
 9054b69f0c6c95d3951cb3f92ad8d39b532af2c584b848cc521e35010c2a7b3a 2332 
cmucl_20f-1.dsc
 7bba3fb90a203d6dfcba13ed5066fc3d70c1613d7a4169e0774a838ce5a8317e 7478221 
cmucl_20f.orig.tar.gz
 9a13275f23513db3a47fe8844bdd3631eeb8143261db76b8c423e1759da63142 1029928 
cmucl_20f-1.debian.tar.xz
 0b0464a1f402db01e3352330bd96512db4f20781e6e5a273b8db2fd95ad32fea 355472 
cmucl-clm_20f-1_i386.deb
 d36b8cd28b33e74066dc53c3603be7fe812f970faeb81aa6d01c4d1bc96c47b3 2449968 
cmucl-docs_20f-1_all.deb
 1e395f3bfe2ebb8220a1ecb0e0da20d0a196a73a3d67712a573fbe0d0d60272b 3612280 
cmucl-source_20f-1_all.deb
 c53b8c4688429b9d71fbcea4aa9020fd6752891319838ae0673ce1226ec58776 8367986 
cmucl_20f-1_i386.deb
Files:
 f529e30701e07d37e99963d8ff0265a2 2332 lisp optional cmucl_20f-1.dsc
 b6d1066bcaed3b7674a753ac8901d181 7478221 lisp optional cmucl_20f.orig.tar.gz
 7db26a4c2591b1933afe07e6772fe2cb 1029928 lisp optional 
cmucl_20f-1.debian.tar.xz
 f9165e6c3284d089e4cb6b4006a3f5a5 355472 lisp optional cmucl-clm_20f-1_i386.deb
 7305d1d97e6c92d161eae30ed2e61d45 2449968 doc optional cmucl-docs_20f-1_all.deb
 c8e781d531a48dfbc4cd0a8685c29207 3612280 lisp optional 
cmucl-source_20f-1_all.deb
 397269ee52eb01ff14fbebdbc176f3bc 8367986 lisp optional cmucl_20f-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQJ8BAEBCgBmBQJVcDI0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQkZBNTVDQTAzQUYzMDRCNkNCMkZCQkZB
QjJCQzVGOTJGQUI5REVEAAoJEKsrxfkvq53tUmsQAMUVHQhjA7cWp0z9+EXDReFp
EQb5dYXre2NiJKb993+slp7zT4oOdy9MBKKyfn0QZ14n1QUCPwQ2JoGwcTS2qQE4
rN8FuxUJnWl8CakPJOiM9MfoR+4JICP5w0i5RPoMg+WMRKAln2lMsyw46ZKnwwCp
TT2tbHPy+n63bA48fwwEgV8J8WL43/Ybx+lWx2VgTgsODPxtXNNs64r/n/isbnMj
zDL4mmrg/Ffc7N2Pq9XaDGPWbL7Rc7iAiEn1sifZKOWVDiXE+4Jruhi98abHQZS1
Ww+O7Rk1jFvyb3ucjzD08l7UCsFpiSGjDdPe8Nm9S1w1OWCEKky5RjQbkFKYiW4p
9mV0jSCYnD8ldJTpHp9vE4NyO+iChTlNv0KbAw/0sc1QPdoIxh6/AZRXvXMSK3GV
qu8ISZnXcOyfJKo+KZDZfZIN+8Jf9WxXuYkaDVh9FoZc2fcUnW/ZQ8xfAg8nNXVt
7DzqBgkBYdBG5pfF/SRCSPwfCe4StFumu9S9L/s8FCE3qrLTXFxN4XwgIZ1zNz2G
OWPvUVGU4W/+wtSXFWA6UR94a2xQ7jildFrYo+DfEZLjpS5hpJZaspUbAOXVnSj1
L/f7YFGpqfURAY8pLhyTIUfp0bgzZ6TGhQJQGyORlLNDTEMVJ4PbbqFp+05EvvOH
q9PO6l//r7nepHStZtBH
=8/9m
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel

Reply via email to