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

Bug#829379: marked as done (fix initialization of DEB_VENDOR for derivatives)



Your message dated Wed, 17 Apr 2024 11:53:46 +0000
with message-id <[🔎] E1rx3rG-00E477-S5@fasolo.debian.org>
and subject line Bug#1069123: Removed package(s) from experimental
has caused the Debian Bug report #829379,
regarding fix initialization of DEB_VENDOR for derivatives
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.)


-- 
829379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829379
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libreoffice
Version: 5.2.0~rc1-1
Tags: patch

Hi

debian/rules only supports two values for DEB_VENDOR: Debian and Ubuntu. As derivative distributions put other values in this variable, libreoffice cannot be built there.

With this patch DEB_VENDOR is always initialized to either Debian or Ubuntu depending on which the host distribution derives from.

This problem was found when trying to build libreoffice on ubuntuBSD but is likely to affect other derivative distributions.

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
diff -Nur -x '*~' -x changelog ../debian/rules debian/rules
--- ../debian/rules	2016-04-05 14:31:17.000000000 +0200
+++ debian/rules	2016-07-02 13:56:41.000000000 +0200
@@ -32,6 +32,11 @@
 
 include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/vendor.mk
+
+# This rules file only supports two values for DEB_VENDOR: Debian and Ubuntu. Force it
+# to Ubuntu for all Ubuntu derivatives (and use Debian otherwise).
+DEB_VENDOR := $(shell dpkg-vendor --derives-from ubuntu && echo Ubuntu || echo Debian)
+
 SHELL:=/bin/bash
 export gb_SHELL:=$(SHELL)
 

--- End Message ---
--- Begin Message ---
Version: 4:24.2.3~rc1-1+rm

Dear submitter,

as the package libreoffice has just been removed from the Debian archive
experimental we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1069123

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: