Your message dated Sun, 03 Sep 2006 16:32:15 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#358767: fixed in readline5 5.1-8 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: readline5 Severity: minor Tags: patch --- readline5-5.1/debian/rules 2006-03-21 12:33:35.000000000 +0100 +++ readline5-5.1-6.my/debian/rules 2006-03-21 14:01:15.000000000 +0100 @@ -78,7 +78,8 @@ find . -type d | xargs chmod g-s cd $(builddir) && \ CC=$(CC) $(srcdir)/configure \ - --with-curses --prefix=/usr + --with-curses --prefix=/usr\ + --host=$(DEB_HOST_GNU_TYPE) ifneq ($(build64),) rm -rf $(builddir64) @@ -90,7 +91,11 @@ touch configure-stamp +ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +build: build-stamp +else build: build-stamp build-rlfe-stamp +endif build-stamp: configure-stamp dh_testdir @@ -122,7 +127,7 @@ rm -rf $(builddir)/examples/rlfe cp -a examples/rlfe $(builddir)/examples/ ln -sf ../../.. $(builddir)/examples/rlfe/readline - cd $(builddir)/examples/rlfe && ./configure --prefix=/usr + cd $(builddir)/examples/rlfe && ./configure --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) $(MAKE) -C $(builddir)/examples/rlfe \ CFLAGS="-g -O2" LDFLAGS="-g -L$(builddir)/shlib" rlfe touch build-rlfe-stamp @@ -221,11 +226,13 @@ fi : # install $(p_rlfe) +ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) dh_installdirs -p$(p_rlfe) \ usr/bin usr/share/man/man1 \ usr/share/doc/$(p_rlfe) cp -p $(builddir)/examples/rlfe/rlfe $(d_rlfe)/usr/bin/. cp -p debian/rlfe.1 $(d_rlfe)/usr/share/man/man1/. +endif ifneq ($(build64),) rm -rf $(d64) @@ -294,6 +301,7 @@ ln -sf $(p_rl) $(d_rld)/usr/share/doc/$(p_rld) ln -sf $(p_rl) $(d_rlg)/usr/share/doc/$(p_rlg) +ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) dh_installdocs -p$(p_rlfe) examples/rlfe/README dh_installchangelogs -p$(p_rlfe) examples/rlfe/ChangeLog @@ -304,6 +312,7 @@ cp -p debian/$(p_rl).shlibs debian/shlibs.local dh_shlibdeps -p$(p_rl) -p$(p_rld) -p$(p_rlg) -p$(p_rlfe) \ -L $(p_rl) -l $(d_rl)/lib +endif ifneq ($(build64),) -ls -l $(d_rld)/usr/share/doc/$(p_rl) --- readline5-5.1/debian/control 2006-03-21 12:33:35.000000000 +0100 +++ readline5-5.1-6.my/debian/control 2006-03-21 14:06:08.000000000 +0100 @@ -7,7 +7,7 @@ Package: libreadline5 Architecture: any -Depends: readline-common, ${shlibs:Depends} +Depends: ${shlibs:Depends} Section: libs Priority: standard Description: GNU readline and history libraries, run-time libraries @@ -20,7 +20,7 @@ Package: lib64readline5 Architecture: i386 powerpc s390 sparc -Depends: readline-common, ${libxx:Depends}, ${shlibs:Depends} +Depends: ${libxx:Depends}, ${shlibs:Depends} Section: libs Priority: optional Description: GNU readline and history libraries, run-time libraries (64-bit) --- readline5-5.1/debian/control32 2006-03-21 12:33:35.000000000 +0100 +++ readline5-5.1-6.my/debian/control32 2006-03-21 14:06:22.000000000 +0100 @@ -7,7 +7,7 @@ Package: libreadline5 Architecture: any -Depends: readline-common, ${shlibs:Depends} +Depends: ${shlibs:Depends} Section: libs Priority: standard Description: GNU readline and history libraries, run-time libraries @@ -20,7 +20,7 @@ Package: lib64readline5 Architecture: i386 powerpc s390 sparc -Depends: readline-common, ${libxx:Depends}, ${shlibs:Depends} +Depends: ${libxx:Depends}, ${shlibs:Depends} Section: libs Priority: optional Description: GNU readline and history libraries, run-time libraries (64-bit) @@ -33,7 +33,7 @@ Package: lib32readline5 Architecture: amd64 ppc64 -Depends: readline-common, ${libxx:Depends}, ${shlibs:Depends} +Depends: ${libxx:Depends}, ${shlibs:Depends} Section: libs Priority: optional Description: GNU readline and history libraries, run-time libraries (32-bit) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-rc3 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---Source: readline5 Source-Version: 5.1-8 We believe that the bug you reported is fixed in the latest version of readline5, which is due to be installed in the Debian FTP archive: lib64readline5-dev_5.1-8_i386.deb to pool/main/r/readline5/lib64readline5-dev_5.1-8_i386.deb lib64readline5_5.1-8_i386.deb to pool/main/r/readline5/lib64readline5_5.1-8_i386.deb libreadline5-dbg_5.1-8_i386.deb to pool/main/r/readline5/libreadline5-dbg_5.1-8_i386.deb libreadline5-dev_5.1-8_i386.deb to pool/main/r/readline5/libreadline5-dev_5.1-8_i386.deb libreadline5_5.1-8_i386.deb to pool/main/r/readline5/libreadline5_5.1-8_i386.deb readline-common_5.1-8_all.deb to pool/main/r/readline5/readline-common_5.1-8_all.deb readline5_5.1-8.diff.gz to pool/main/r/readline5/readline5_5.1-8.diff.gz readline5_5.1-8.dsc to pool/main/r/readline5/readline5_5.1-8.dsc rlfe_5.1-8_i386.deb to pool/main/r/readline5/rlfe_5.1-8_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. Matthias Klose <[EMAIL PROTECTED]> (supplier of updated readline5 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.7 Date: Mon, 4 Sep 2006 00:15:39 +0200 Source: readline5 Binary: lib64readline5 libreadline5 lib32readline5-dev rlfe lib64readline5-dev libreadline5-dbg readline-common libreadline5-dev lib32readline5 Architecture: source i386 all Version: 5.1-8 Distribution: unstable Urgency: low Maintainer: Matthias Klose <[EMAIL PROTECTED]> Changed-By: Matthias Klose <[EMAIL PROTECTED]> Description: lib64readline5 - GNU readline and history libraries, run-time libraries (64-bit) lib64readline5-dev - GNU readline and history libraries, development files (64-bit) libreadline5 - GNU readline and history libraries, run-time libraries libreadline5-dbg - GNU readline and history libraries, debugging libraries libreadline5-dev - GNU readline and history libraries, development files readline-common - GNU readline and history libraries, common files rlfe - A front-end using readline to "cook" input lines for other progra Closes: 358767 361193 384198 Changes: readline5 (5.1-8) unstable; urgency=low . * Build 32bit packages for amd64 and ppc64. Closes: #384198. * Apply cross-compilation fixes, but keep the dependency on readline-common. Closes: #358767. * Fix build failure on ppc64. Closes: #361193. Files: 63f59f63575b472561e00147d7f15d1e 1029 libs standard readline5_5.1-8.dsc 71c9fc97dd84df6d543412648c8fe701 20013 libs standard readline5_5.1-8.diff.gz f176c70637683a0cf2e336326d242de7 50246 base standard readline-common_5.1-8_all.deb 7bb50ef69f5214b78093f718c2f52d03 270524 libs standard libreadline5_5.1-8_i386.deb cab215fcd87eb7058a2982af41b6180b 290318 libs optional lib64readline5_5.1-8_i386.deb c427fe91bf897565f31fb11c36e97392 408900 libdevel optional libreadline5-dev_5.1-8_i386.deb d3d991482d1238820960c53da81a8a68 346916 libdevel optional lib64readline5-dev_5.1-8_i386.deb 4f14b607b2e9bcf36cf20ad8ed3e52cb 248454 libdevel extra libreadline5-dbg_5.1-8_i386.deb 2b43fffe1a627698afe40bbf57b91998 25340 utils optional rlfe_5.1-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE+17UStlRaw+TLJwRAgjKAKDEf2Hr4e9s3AbQAx4jPZdPqWGEKQCdHyIt +m8i+jL/7RKy+FQ2ARY2Vi4= =p8V+ -----END PGP SIGNATURE-----
--- End Message ---

