From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BECBC322A1C for ; Fri, 20 Feb 2026 17:17:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771607853; cv=none; b=mZzFF7ummaMiZ3ygznWr3ww2SCS9zOqIvU/UWIytCYtYZ36zjVkdWvFu0K1c5AA2+xsCYKNESdb9GOGRTEKnqtLV6TrezZOOTMtFK3i4Z3om2yCo54Q/qpQnlRHjNSFIpnYHvfGuM3IRHOXi4nJX1hIuvPDNE7quPVHFStE/FeE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771607853; c=relaxed/simple; bh=O6OxqMJbaPs+0W2b57PGJgVm+ChM2bLhrhvpF63oeiE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=UJnFEcuZuXvwepg+IwjFN3T4Dh5gGbCnKlZoXt7lt9xGwVnNKX0Lvf441yUCgxZ+5nC9MsI1LivBygJCauT1iA01SqT22Lu586Djf71Za4NAfBTvfP0S7d5ifB/6B8cFraqAlhbmYATjJhMQiWcUUhelXjqH52KuUrAsjCeuLeA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org; spf=none smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=ro95OdAT; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="ro95OdAT" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:MIME-Version :Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=O6OxqMJbaPs+0W2b57PGJgVm+ChM2bLhrhvpF63oeiE=; b=ro95OdATKllOR0Uc/ufrYFdu3J WJ4RL6/10B5WeuwVTFvM7sZLv3w/8bFsXJ7mw/rqS4l8n68pDCY7xY0iSVFGHoGKgUxLbJDrniA+1 dDtW5Hcfx65YWDQd7RLTFwzkzW2DDYcthXBbW+qsg6ZrAzf5UsNf2STUw5HeZ+e0dPKFSm8R29maf E+q14nOWCYrHNitL8WkT/0Bv4lWg0kFscHe6E9GpD33YEp+k1Cm9yXMekTYliSAmJblzSl6enmKSn +0QU17xZcmB2bsvcxaMrs67ut+o1PKDlFbCqI5EyytiX0LCRXHcSQHb7fz4gfGcCzqPNBFh4701P8 294ohpVw==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1vtU84-006nrR-UT; Fri, 20 Feb 2026 17:17:23 +0000 From: Bastian Germann To: linux-xfs@vger.kernel.org Cc: Bastian Germann Subject: [PATCH] debian: Drop Uploader: Bastian Germann Date: Fri, 20 Feb 2026 18:17:10 +0100 Message-ID: <20260220171714.852017-1-bage@debian.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Debian-User: bage I am no longer uploading the package to Debian. The package is the same except for debian/upstream/signing-key.asc which I have kept on the actual signer's key for the releases. Signed-off-by: Bastian Germann --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 66b0a47a..6473c10b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xfsprogs Section: admin Priority: optional Maintainer: XFS Development Team -Uploaders: Nathan Scott , Anibal Monsalve Salazar , Bastian Germann +Uploaders: Nathan Scott , Anibal Monsalve Salazar Build-Depends: libinih-dev (>= 53), uuid-dev, debhelper (>= 12), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libicu-dev, pkg-config, liburcu-dev, systemd-dev | systemd (<< 253-2~) Standards-Version: 4.0.0 Homepage: https://xfs.wiki.kernel.org/