Your message dated Thu, 06 Nov 2008 11:47:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#487504: fixed in openocd 0.0+r1130-1
has caused the Debian Bug report #487504,
regarding openocd: Passing wrong arguments to dh_strip/dh_compress -X
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.)
--
487504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487504
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: openocd
Version: 0.0+r655-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch intrepid
Hello,
I found the following problem while analyzing why your package FTBFS in
Ubuntu intrepid. The problem was that Ubuntu's dh_strip (which extracts
the debug symbols and puts them into a separate deb) failed on
at91eb40a.elf. It should got excluded from dh_strip but dh_strip doesn't
expect file globs as arguments for -X (according to the man page and the
perl source).
The following patch fixes the problem (simply removes the * before .elf
and .bin):
---8<---
diff -u openocd-0.0+r655/debian/rules openocd-0.0+r655/debian/rules
--- openocd-0.0+r655/debian/rules
+++ openocd-0.0+r655/debian/rules
@@ -9,8 +9,8 @@
DEB_INSTALL_INFO_openocd := doc/openocd.info
# Don't strip/compress certain files.
-DEB_STRIP_EXCLUDE = *.elf *.bin examples
-DEB_COMPRESS_EXCLUDE = *.elf *.bin examples
+DEB_STRIP_EXCLUDE = .elf .bin examples
+DEB_COMPRESS_EXCLUDE = .elf .bin examples
# TODO: Use --enable-oocd_trace later, right now it's just a proof-of-concept.
DEB_CONFIGURE_EXTRA_FLAGS := \
--->8---
For reference the relevant part of the Ubuntu build log:
,----
| dh_strip -popenocd -X *.elf -X *.bin -X examples
| dh_strip debug symbol extraction: all non-arch-all packages for this build
platform i386: openocd
| dh_strip debug symbol extraction: packages to act on: openocd
| dh_strip debug symbol extraction: ignored packages:
| objcopy: Unable to recognise the format of the input file
`./usr/lib/openocd/ecos/at91eb40a.elf'
| objcopy --only-keep-debug failed on
/build/buildd/openocd-0.0+r655/debian/openocd/usr/lib/openocd/ecos/at91eb40a.elf
`----
--- End Message ---
--- Begin Message ---
Source: openocd
Source-Version: 0.0+r1130-1
We believe that the bug you reported is fixed in the latest version of
openocd, which is due to be installed in the Debian FTP archive:
openocd_0.0+r1130-1.diff.gz
to pool/main/o/openocd/openocd_0.0+r1130-1.diff.gz
openocd_0.0+r1130-1.dsc
to pool/main/o/openocd/openocd_0.0+r1130-1.dsc
openocd_0.0+r1130-1_i386.deb
to pool/main/o/openocd/openocd_0.0+r1130-1_i386.deb
openocd_0.0+r1130.orig.tar.gz
to pool/main/o/openocd/openocd_0.0+r1130.orig.tar.gz
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.
Uwe Hermann <[EMAIL PROTECTED]> (supplier of updated openocd 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: Thu, 06 Nov 2008 12:11:05 +0100
Source: openocd
Binary: openocd
Architecture: source i386
Version: 0.0+r1130-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann <[EMAIL PROTECTED]>
Changed-By: Uwe Hermann <[EMAIL PROTECTED]>
Description:
openocd - Open on-chip JTAG debug solution for ARM and MIPS systems
Closes: 487504 489048 489785
Changes:
openocd (0.0+r1130-1) unstable; urgency=low
.
* Acknowledge NMU, thanks Riku Voipio <[EMAIL PROTECTED]> (Closes: #489048).
* New upstream release.
+ There were many changes upstream, be prepared to update your
configs/scripts. Consult the "Upgrading" info page chapter for details.
+ Notable improvements of this upstream release include some support for
MIPS systems (EJTAG), support for the JLINK adapter, a Jim Tcl server,
various new flashes and targets, and lots of bug fixes.
+ There are some cortex-m3 example configs upstream now (Closes: #489785).
* Standards-Version: 3.8.0 (no changes required).
* dh_strip/dh_compress -X doesn't expect a glob pattern (Closes: #487504).
* debian/docs, debian/rules:
+ Drop README (obsoleted upstream in favor of the info page).
+ Add PATCHES, src/tcl/README_ABOUT_TCL.txt, src/target/target/readme.txt,
src/scripting.txt, src/non-arm-targets.txt.
+ Add 'svn log' output as upstream ChangeLog to the package.
* debian/openocd.lintian-overrides: More entries to silence bogus warnings.
* debian/patches/10_buildfix.patch: Drop, merged upstream.
* debian/README.Debian: Small updates.
* debian/watch: Add dummy file (we track svn revisions).
* debian/copyright: Major update, lots of new files upstream.
Checksums-Sha1:
8ca43816f16a5e116da100fe82d467d3682d8002 1215 openocd_0.0+r1130-1.dsc
96ad1f03923800d229268b0d2951a7882dc65de3 847090 openocd_0.0+r1130.orig.tar.gz
a530732845dd44dde3ceb1b4b57c068d7b4cc921 63943 openocd_0.0+r1130-1.diff.gz
4aca4c3b483426058ca08f7d7890ae643a680523 672936 openocd_0.0+r1130-1_i386.deb
Checksums-Sha256:
2c12426940f4fdada85574f360f7a6eed6c08787bb190a8d26bd7ac11213a1de 1215
openocd_0.0+r1130-1.dsc
cf5a5a6c2d49e9637621524ec581adcec032edae7e527f4f1e43bb53554c0c18 847090
openocd_0.0+r1130.orig.tar.gz
15a7c90899e8699cfd72f5ef64f7cff360ff58d5d1ce15f898dcf0d4fa29b20d 63943
openocd_0.0+r1130-1.diff.gz
04130e661a8fec6b70e49c8f01d4edd2036d6f7a9db5703645b21da0caa295e0 672936
openocd_0.0+r1130-1_i386.deb
Files:
e71f2f2e397b25b7ff73f64cc994a9c7 1215 embedded extra openocd_0.0+r1130-1.dsc
bfbbce9e69e09332c65e516c2a71be8b 847090 embedded extra
openocd_0.0+r1130.orig.tar.gz
b0cf6e703f09832e9767ac69c9478132 63943 embedded extra
openocd_0.0+r1130-1.diff.gz
02c27ab4394ff3cc94fbb3dc58da5d4c 672936 embedded extra
openocd_0.0+r1130-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkS1c4ACgkQXdVoV3jWIbRc7gCfZn+VrDOyvUsuJEX6VFAMuFZO
dxsAn2r+Wl/XgluMdVluxGdrk4D1DxpN
=a+FV
-----END PGP SIGNATURE-----
--- End Message ---