Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear release team, I would like to upload new hyperestraier package into unstable, to fix 2 RC bugs: 1. Build failure on s390x, by specifying explicit architectures to build (instead of "any"). http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684535 2. binary-indep target corruption, which makes documentation packages not to generate correctly (fixed by Ubuntu). http://bugs.debian.org/cgi-bin/bunngreport.cgi?bug=692419 Also, hyperestraier was removed from testing because of #684535. This upload will fix #684535, so please bring back hyperestraier in. (I couldn't fix this long time, so I've given up and dropped s390x.) The debdiff is as follows. Would it be reasonable to make it into wheezy? diff -Nru hyperestraier-1.4.13/debian/changelog hyperestraier-1.4.13/debian/changelog --- hyperestraier-1.4.13/debian/changelog 2012-07-26 21:12:32.000000000 +0900 +++ hyperestraier-1.4.13/debian/changelog 2012-11-02 19:51:21.000000000 +0900 @@ -1,3 +1,14 @@ +hyperestraier (1.4.13-8) unstable; urgency=medium + + * debian/rules: + - (Ubuntu BTS) fix binary-indep target to not be a no-op, so that + documentation packages are generated. + * debian/control: + - change architectures from any to explicitly named to drop s390x. + (Closes: #684535) + + -- KURASHIKI Satoru <[email protected]> Thu, 01 Nov 2012 21:13:29 +0900 + hyperestraier (1.4.13-7) unstable; urgency=medium * debian/rules: diff -Nru hyperestraier-1.4.13/debian/control hyperestraier-1.4.13/debian/control --- hyperestraier-1.4.13/debian/control 2012-07-26 09:11:43.000000000 +0900 +++ hyperestraier-1.4.13/debian/control 2012-11-02 19:51:21.000000000 +0900 @@ -3,14 +3,14 @@ Priority: optional Maintainer: KURASHIKI Satoru <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (>= 1.8.75), libfcgi-dev (>= 2.4.0-6), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, openjdk-6-jdk [!kfreebsd-i386 !kfreebsd-amd64 !s390x !hppa !mips !mipsel], chrpath, perl +Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, zlib1g-dev, libqdbm-dev (>= 1.8.75), libfcgi-dev (>= 2.4.0-6), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, openjdk-6-jdk [!kfreebsd-i386 !kfreebsd-amd64 !s390x !hppa !mips !mipsel !hurd-i386], chrpath, perl Standards-Version: 3.9.3 Homepage: http://fallabs.com/hyperestraier/ Vcs-Git: git://anonscm.debian.org/collab-maint/hyperestraier.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/hyperestraier.git Package: hyperestraier -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: wv, xlhtml, ppthtml, poppler-utils, wordnet Description: full-text search system for communities @@ -31,7 +31,7 @@ the network using node API. Package: libestraier8 -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Depends: ${shlibs:Depends}, ${misc:Depends} Description: full-text search system Libraries [runtime] Hyper Estraier is a full-text search system. @@ -40,7 +40,7 @@ Package: libestraier-dev Section: libdevel -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Depends: ${shlibs:Depends}, libestraier8 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev, libqdbm-dev Description: full-text search system Libraries [development] Hyper Estraier is a full-text search system. @@ -48,7 +48,7 @@ library. Package: ruby-hyperestraier -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Section: ruby Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: ruby-hyperestraier-doc @@ -78,7 +78,7 @@ generated rdoc. Package: libestraier-ruby -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Section: oldlibs Priority: extra Depends: ${misc:Depends}, ruby-hyperestraier @@ -87,7 +87,7 @@ This is a dummy package to ease transition to new package name. Package: libestraier-ruby1.8 -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Section: oldlibs Priority: extra Depends: ${shlibs:Depends}, ruby-hyperestraier, ${misc:Depends} @@ -96,7 +96,7 @@ This is a dummy package to ease transition to new package name. Package: libestraier-ruby1.9.1 -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Section: oldlibs Priority: extra Depends: ${shlibs:Depends}, ruby-hyperestraier, ${misc:Depends} @@ -124,7 +124,7 @@ Hyper Estraier. Package: libestraier-perl -Architecture: any +Architecture: i386 amd64 armel armhf ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc hurd-i386 Section: perl Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} Suggests: hyperestraier, perl diff -Nru hyperestraier-1.4.13/debian/rules hyperestraier-1.4.13/debian/rules --- hyperestraier-1.4.13/debian/rules 2012-07-26 09:12:40.000000000 +0900 +++ hyperestraier-1.4.13/debian/rules 2012-11-02 19:51:21.000000000 +0900 @@ -220,4 +220,5 @@ binary: binary-arch binary-indep binary-indep: + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch regards, -- KURASHIKI Satoru -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

