Bug#1063552: marked as done (libfreebsd-glue-0: move files to /usr (DEP17))

"Debian Bug Tracking System" <[email protected]> Fri, 26 Jul 2024 18:45:14 +0000
Newsgroups gmane.linux.debian.ports.bsd
Message-ID <handler.1063552.D1063552.17220192962347785.ackdone@bugs.debian.org>
This is a multi-part message in MIME format...

------------=_1722019514-2349910-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your message dated Fri, 26 Jul 2024 18:41:31 +0000
with message-id <[email protected]>
and subject line Bug#1072230: Removed package(s) from unstable
has caused the Debian Bug report #1063552,
regarding libfreebsd-glue-0: move files to /usr (DEP17)
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.)


--=20
1063552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1063552
Debian Bug Tracking System
Contact [email protected] with problems

------------=_1722019514-2349910-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.debian.org; 9 Feb 2024 15:03:28 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-11.9 required=4.0 tests=BAYES_00,
	BODY_INCLUDES_PACKAGE,FOURLA,HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE,
	T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no
	version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 18; hammy, 150; neutral, 82; spammy,
	0. spammytokens: hammytokens:0.000-+--grohne, 0.000-+--Grohne,
	0.000-+--H*F:U*helmut, 0.000-+--H*F:D*subdivi.de,
	0.000-+--H*RU:sk:helmut@
Return-path: <[email protected]>
Received: from isilmar-4.linta.de ([136.243.71.142]:55600)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1rYSPX-0001ny-RN
	for [email protected]; Fri, 09 Feb 2024 15:03:28 +0000
Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1])
	by isilmar-4.linta.de (Postfix) with ESMTP id B0DC92002E1
	for <[email protected]>; Fri,  9 Feb 2024 15:03:25 +0000 (UTC)
Date: Fri, 9 Feb 2024 15:40:10 +0100
From: Helmut Grohne <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: libfreebsd-glue-0: move files to /usr (DEP17)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="akVPrED7RvPFeYBP"
Content-Disposition: inline
X-Reportbug-Version: 12.0.0
Delivered-To: [email protected]


--akVPrED7RvPFeYBP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: libfreebsd-glue-0
Version: 0.2.22+nmu1
Tags: patch
User: [email protected]
Usertags: dep17m2

Hi,

we want to finalize the /usr-merge transition by moving all aliased
files from / to /usr via DEP17 to avoid any negative effects arising
from aliasing. libfreebsd-glue-0 is involved, because it installs a
shared library below /lib and does not use dh, which would allow
converting it automatically. I am attaching a patch to perform the move.
Do not upload this patch to bookworm-backports or earlier as you would
violate the earlier /usr-merge file move moratorium.

Helmut

--akVPrED7RvPFeYBP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="freebsd-glue_0.2.22+nmu2.debdiff"

diff --minimal -Nru freebsd-glue-0.2.22+nmu1/debian/changelog freebsd-glue-0.2.22+nmu2/debian/changelog
--- freebsd-glue-0.2.22+nmu1/debian/changelog	2023-08-07 01:20:16.000000000 +0200
+++ freebsd-glue-0.2.22+nmu2/debian/changelog	2024-02-09 15:29:32.000000000 +0100
@@ -1,3 +1,10 @@
+freebsd-glue (0.2.22+nmu2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move files to /usr (DEP17). (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 09 Feb 2024 15:29:32 +0100
+
 freebsd-glue (0.2.22+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru freebsd-glue-0.2.22+nmu1/debian/libfreebsd-glue-0-udeb.install freebsd-glue-0.2.22+nmu2/debian/libfreebsd-glue-0-udeb.install
--- freebsd-glue-0.2.22+nmu1/debian/libfreebsd-glue-0-udeb.install	2014-08-25 21:40:16.000000000 +0200
+++ freebsd-glue-0.2.22+nmu2/debian/libfreebsd-glue-0-udeb.install	2024-02-09 15:29:12.000000000 +0100
@@ -1 +1 @@
-debian/tmp-udeb/lib/libfreebsd-glue.so.*	lib
+debian/tmp-udeb/usr/lib/libfreebsd-glue.so.*	usr/lib
diff --minimal -Nru freebsd-glue-0.2.22+nmu1/debian/libfreebsd-glue-0.install freebsd-glue-0.2.22+nmu2/debian/libfreebsd-glue-0.install
--- freebsd-glue-0.2.22+nmu1/debian/libfreebsd-glue-0.install	2014-08-25 21:40:16.000000000 +0200
+++ freebsd-glue-0.2.22+nmu2/debian/libfreebsd-glue-0.install	2024-02-09 15:29:15.000000000 +0100
@@ -1 +1 @@
-lib/libfreebsd-glue.so.*
+usr/lib/libfreebsd-glue.so.*
diff --minimal -Nru freebsd-glue-0.2.22+nmu1/debian/rules freebsd-glue-0.2.22+nmu2/debian/rules
--- freebsd-glue-0.2.22+nmu1/debian/rules	2023-08-07 01:20:16.000000000 +0200
+++ freebsd-glue-0.2.22+nmu2/debian/rules	2024-02-09 15:28:57.000000000 +0100
@@ -29,6 +29,7 @@
 	MAKEOBJDIRPREFIX=$(CURDIR)/obj-deb \
 	CFLAGS="$(CFLAGS) -O2" \
 	DESTDIR="$(DESTDIR)" \
+	SHLIBDIR=/usr/lib \
 	bmake -m /usr/share/mk-freebsd \
 	CC=$(CC) \
 	$(NULL)
@@ -37,6 +38,7 @@
 	MAKEOBJDIRPREFIX=$(CURDIR)/obj-udeb \
 	CFLAGS="$(CFLAGS) -Os" \
 	DESTDIR="$(DESTDIR)-udeb" \
+	SHLIBDIR=/usr/lib \
 	bmake -m /usr/share/mk-freebsd \
 	CC=$(CC) \
 	RESCUE=yes \
@@ -76,7 +78,7 @@
 	dh_testroot
 	dh_prep -a
 	dh_installdirs -a
-	mkdir -p $(DESTDIR){,-udeb}/{usr/,}lib
+	mkdir -p $(DESTDIR){,-udeb}/usr/lib
 
 	$(PMAKE) install
 	$(PMAKE_UDEB) install

--akVPrED7RvPFeYBP--

------------=_1722019514-2349910-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 1063552-done) by bugs.debian.org; 26 Jul 2024 18:41:36 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-108.1 required=4.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,HAS_BUG_NUMBER,SPF_HELO_PASS,SPF_NONE,
	USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,VERSION
	autolearn=unavailable autolearn_force=no
	version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 0; hammy, 150; neutral, 53; spammy, 0.
	spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
	0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--H*RU:sk:fasolo.,
	0.000-+--Hx-spam-relays-external:sk:fasolo., 0.000-+--H*r:sk:fasolo.
Return-path: <[email protected]>
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:36134)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=mailly.debian.org,[email protected] (verified)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsk-009qkl-Ky; Fri, 26 Jul 2024 18:41:35 +0000
Received: from [192.91.235.231] (port=55430 helo=fasolo.debian.org)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified)
	by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsk-00Auwh-J8; Fri, 26 Jul 2024 18:41:33 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
	d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:
	Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:Cc:To:From:
	Reply-To:Content-ID:Content-Description:In-Reply-To:References;
	bh=Hzb+v2+KNSVijDGEnfwODU085kmZGbBuUWOWHxKwQFA=; b=dA+jm/Kl1yyEQhrtD09iJM/LOP
	uWMl3TfAOI/BhMuun/PWwUjIsvfmRybDzRnXt4NCmhf3060zX3NuG0HVnhy3zzULqPKVb7gMHjn43
	9NQuYnBZ5XWhdG0ndcCmc4u/0g2AQWa1K7s2B4pTKmpII0wHNTSNzzPra60LyEYSPVGmtXIddC8FW
	3iXdouG9hNKI3WaHbNcv3g6KZiYV3raQ66wmDnfbWk+HOETNAKZGf5euyKjDsSLKcCdKtIzKYNuko
	ugjwiDW9zo/e4gNGklgw+UE7hRa3EohmRVQEX+Q/TpMcNOSUZ9uQ2R6YYH7oxRg77GvNLH2FYOzZP
	wIsTkA0w==;
Received: from kitterman by fasolo.debian.org with local (Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1sXPsh-005bN8-K5; Fri, 26 Jul 2024 18:41:31 +0000
From: Debian FTP Masters <[email protected]>
To: [email protected],[email protected],[email protected],[email protected],[email protected],
X-DAK: dak rm
Cc: [email protected]
X-Filler: 42
X-Debian: DAK
Debian: DAK
MIME-Version: 1.0
Subject: Bug#1072230: Removed package(s) from unstable
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Message-Id: <[email protected]>
Date: Fri, 26 Jul 2024 18:41:31 +0000
X-CrossAssassin-Score: 5

Version: 0.2.22+nmu1+rm

Dear submitter,

as the package freebsd-glue has just been removed from the Debian archive
unstable 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/1072230

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
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
------------=_1722019514-2349910-0--