[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947286: marked as done (libkate: Please omit libkate-tools on Ubuntu/i386)



Your message dated Mon, 23 Dec 2019 21:24:54 -0600
with message-id <20191224032454.GA22954@virgil.dodds.net>
and subject line Re: Bug#947286: Acknowledgement (libkate: Please omit libkate-tools on Ubuntu/i386)
has caused the Debian Bug report #947286,
regarding libkate: Please omit libkate-tools on Ubuntu/i386
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 owner@bugs.debian.org
immediately.)


-- 
947286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947286
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libkate
Version: 0.4.1-10
Severity: minor
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu focal ubuntu-patch

Dear maintainers,

In Ubuntu, we are in the process of moving the i386 architecture to a
compatibility-only layer on amd64.  We are keeping libkate on i386 because
it's a build-dependency of vlc, but the libkate-tools package built from
this source has dependencies on other packages that are not being kept as
part of the compatibility library set (python-pythoncard).

We would like to drop this binary package rather than keeping it around in
the Ubuntu archive and uninstallable.  Would you please consider applying
the attached patch, or something like it, to omit building these binary
packages on Ubuntu?

Thanks for considering,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org
5~
diff -Nru libkate-0.4.1/debian/rules libkate-0.4.1/debian/rules
--- libkate-0.4.1/debian/rules	2019-11-26 16:03:42.000000000 -0600
+++ libkate-0.4.1/debian/rules	2019-12-23 17:02:56.000000000 -0600
@@ -5,5 +5,9 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
+   BUILD_PACKAGES += -Nlibkate-tools
+endif
+
 %:
-	dh $@
+	dh $@ $(BUILD_PACKAGES)

--- End Message ---
--- Begin Message ---
I see that libkate-tools has actually been dropped entirely in 0.4.1-10 but
that version had not migrated into the Ubuntu release pocket because of
failing autopkgtests.

The autopkgtests depend on the tools found in libkate-tools which are no
more.

I'll file a separate bug about that.

On Mon, Dec 23, 2019 at 11:09:09PM +0000, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.

> You can follow progress on this Bug here: 947286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947286.

> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
> 
> If you wish to submit further information on this problem, please
> send it to 947286@bugs.debian.org.
> 
> Please do not send mail to owner@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 947286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947286
> Debian Bug Tracking System
> Contact owner@bugs.debian.org with problems

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: