Your message dated Thu, 28 Dec 2023 13:05:27 +0100
with message-id <[email protected]>
and subject line Re: 389-ds-base FTBFS: clap package not found
has caused the Debian Bug report #1059558,
regarding RFS: 389-ds-base/2.3.4+dfsg1-1.1 [NMU] [RC] -- 389 Directory Server
suite - server
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.)
--
1059558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059558
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important
Dear mentors,
I am looking for a sponsor for my package "389-ds-base":
* Package name : 389-ds-base
Version : 2.3.4+dfsg1-1.1
Upstream contact : [fill in name and email of upstream]
* URL : https://directory.fedoraproject.org
* License : GPL-2+ or LGPL-2.1 or MPL-1.1, GPL-3+, Apache-2.0 or MIT,
GPL-3+ and Other, MPL-2.0
* Vcs : https://salsa.debian.org/freeipa-team/389-ds-base
Section : net
The source builds the following binary packages:
389-ds - 389 Directory Server suite - metapackage
389-ds-base-libs - 389 Directory Server suite - libraries
389-ds-base-dev - 389 Directory Server suite - development files
389-ds-base - 389 Directory Server suite - server
python3-lib389 - Python3 module for accessing and configuring the 389
Directory Server
cockpit-389-ds - Cockpit user interface for 389 Directory Server
To access further information about this package, please visit the following
URL:
https://mentors.debian.net/package/389-ds-base/
Alternatively, you can download the package with 'dget' using this command:
dget -x
https://mentors.debian.net/debian/pool/main/3/389-ds-base/389-ds-base_2.3.4+dfsg1-1.1.dsc
Changes since the last upload:
389-ds-base (2.3.4+dfsg1-1.1) UNRELEASED; urgency=medium
.
* Non-maintainer upload.
* Add librust-clap-3-dev on B-D. (Closes: #1052626)
----------
I can not replied the #1052626 with the debdiff file, so I do a NMU
directly.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052626
--
Regards,
--
Bo YU
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
I am including the debdiff for the NMU that I am sponsoring, which fixes this
trivial RC bug.
diff -Nru 389-ds-base-2.3.4+dfsg1/debian/changelog
389-ds-base-2.3.4+dfsg1/debian/changelog
--- 389-ds-base-2.3.4+dfsg1/debian/changelog 2023-06-19 18:13:30.000000000
+0200
+++ 389-ds-base-2.3.4+dfsg1/debian/changelog 2023-12-28 08:26:49.000000000
+0100
@@ -1,3 +1,10 @@
+389-ds-base (2.3.4+dfsg1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add librust-clap-3-dev on B-D. (Closes: #1052626)
+
+ -- Bo YU <[email protected]> Thu, 28 Dec 2023 15:26:49 +0800
+
389-ds-base (2.3.4+dfsg1-1) unstable; urgency=medium
[ Timo Aaltonen ]
diff -Nru 389-ds-base-2.3.4+dfsg1/debian/control
389-ds-base-2.3.4+dfsg1/debian/control
--- 389-ds-base-2.3.4+dfsg1/debian/control 2023-06-13 09:41:31.000000000
+0200
+++ 389-ds-base-2.3.4+dfsg1/debian/control 2023-12-28 05:01:41.000000000
+0100
@@ -40,6 +40,7 @@
librust-rand-dev,
librust-smallvec-dev,
librust-tokio-dev,
+ librust-clap-3-dev,
libsasl2-dev,
libsnmp-dev,
libssl-dev,
--- End Message ---