[From nobody Sat May 23 14:21:04 2026
Received: (at submit) by bugs.debian.org; 18 Jan 2026 19:51:24 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-10.0 required=4.0 tests=BAYES_00,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,XMAILER_REPORTBUG autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 15; hammy, 150; neutral, 74; spammy,
 0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 0.000-+--H*F:U*biebl, 0.000-+--H*rp:U*biebl,
 0.000-+--H*RU:sk:biebl@d
Return-path: &lt;biebl@debian.org&gt;
Received: from dd51734.kasserver.com ([85.13.156.41]:52912)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;biebl@debian.org&gt;) id 1vhYo0-00D0Ml-0z
 for submit@bugs.debian.org; Sun, 18 Jan 2026 19:51:24 +0000
Received: from mars.milchstrasse.xx (i5E86B6D2.versanet.de [94.134.182.210])
 by dd51734.kasserver.com (Postfix) with ESMTPSA id 3215DDC01CF6;
 Sun, 18 Jan 2026 20:51:20 +0100 (CET)
Received: by mars.milchstrasse.xx (Postfix, from userid 1000)
 id C270C960CBC; Sun, 18 Jan 2026 20:51:17 +0100 (CET)
Content-Type: multipart/mixed; boundary=&quot;===============5911944878944926385==&quot;
MIME-Version: 1.0
From: Michael Biebl &lt;biebl@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: Creates an empty directory in an aliased location
Message-ID: &lt;176876587777.7285.1695614739135770719.reportbug@mars&gt;
X-Mailer: reportbug 13.2.0
Date: Sun, 18 Jan 2026 20:51:17 +0100
X-Spamd-Bar: /
Delivered-To: submit@bugs.debian.org

This is a multi-part MIME message sent by reportbug.


--===============5911944878944926385==
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Source: alsa-utils
Version: 1.2.15.1-1
Severity: serious
Tags: patch
X-Debbugs-Cc: elbrus@debian.org
User: helmutg@debian.org
Usertags: udeb-usrmove

Hi,

your package produces a udeb (alsa-utils-udeb) which creates an empty
directory in an aliased location:

lib/debian-installer-startup.d/

Shipping files/directories in aliased locations is no longer allowed an
will trigger the &quot;aliased-location&quot; error
which will prevent testing migration going forward.

This directory is created via debian/alsa-utils-udeb.dirs, and while the
udeb package was updated in 1.2.10-1.1 to use non-aliased locations for
its files, this particular spot was missed apparently.

Seeing that debian/alsa-utils-udeb.dirs is not actually needed, the
attached debdiff simply drops this file.


Please consider to apply the attached change with your next upload.

Regards,
Michael

--===============5911944878944926385==
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=&quot;alsa-utils_1.2.15.1-1.1.diff&quot;

diff -Nru alsa-utils-1.2.15.1/debian/alsa-utils-udeb.dirs alsa-utils-1.2.15.1/debian/alsa-utils-udeb.dirs
--- alsa-utils-1.2.15.1/debian/alsa-utils-udeb.dirs	2024-03-04 00:08:09.000000000 +0100
+++ alsa-utils-1.2.15.1/debian/alsa-utils-udeb.dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-lib/debian-installer-startup.d
-usr/bin
-usr/sbin
diff -Nru alsa-utils-1.2.15.1/debian/changelog alsa-utils-1.2.15.1/debian/changelog
--- alsa-utils-1.2.15.1/debian/changelog	2026-01-08 00:25:12.000000000 +0100
+++ alsa-utils-1.2.15.1/debian/changelog	2026-01-18 20:42:02.000000000 +0100
@@ -1,3 +1,12 @@
+alsa-utils (1.2.15.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop debian/alsa-utils-udeb.dirs.
+    It's not actually needed and produces a directory in an aliased location,
+    which is no longer allowed (Closes: #-1)
+
+ -- Michael Biebl &lt;biebl@debian.org&gt;  Sun, 18 Jan 2026 20:42:02 +0100
+
 alsa-utils (1.2.15.1-1) unstable; urgency=medium
 
   * New upstream release.

--===============5911944878944926385==--
]