Your message dated Mon, 11 May 2026 12:12:15 +0000
with message-id <[email protected]>
and subject line Bug#1135678: Removed package(s) from unstable
has caused the Debian Bug report #1102982,
regarding librep: depend on libcrypt-dev explicitly
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.)
--
1102982: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102982
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: librep
Version: 0.92.7-4
Tags: patch
User: [email protected]
Usertags: libcrypt-pkgconf
Control: affects -1 + src:sawfish
librep uses libxcrypt during build, but it also exposes this header to
its downstreams by including -lcrypt in its pkgconf .pc file. There is
an effort[1] to drop libcrypt-dev from the build-essential package set.
This will not happen during the trixie freeze, but some months into the
forky cycle. Once dropped, librep and reverse dependencies of librep-dev
will fail to build from source. I'm attaching a patch to make these
dependencies explicit. It is safe for inclusion into trixie, but it does
not warrant an upload of its own at this time of the freeze.
Helmut
[1] https://lists.debian.org/debian-devel/2025/04/msg00113.html
diff -Nru librep-0.92.7/debian/changelog librep-0.92.7/debian/changelog
--- librep-0.92.7/debian/changelog 2025-03-07 13:56:00.000000000 +0100
+++ librep-0.92.7/debian/changelog 2025-04-13 13:24:56.000000000 +0200
@@ -1,3 +1,10 @@
+librep (0.92.7-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Explicitly depend on libcrypt-dev. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 13 Apr 2025 13:24:56 +0200
+
librep (0.92.7-4) unstable; urgency=medium
* Team upload
diff -Nru librep-0.92.7/debian/control librep-0.92.7/debian/control
--- librep-0.92.7/debian/control 2025-03-07 13:48:08.000000000 +0100
+++ librep-0.92.7/debian/control 2025-04-13 13:24:53.000000000 +0200
@@ -3,6 +3,7 @@
Section: lisp
Priority: optional
Build-Depends: debhelper-compat (= 13),
+ libcrypt-dev,
libffi-dev,
libgdbm-dev,
libgmp-dev,
@@ -56,7 +57,8 @@
Package: librep-dev
Architecture: any
Section: libdevel
-Depends: libgmp-dev,
+Depends: libcrypt-dev,
+ libgmp-dev,
librep16 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
--- End Message ---
--- Begin Message ---
Version: 0.92.7-4.1+rm
Dear submitter,
as the package librep 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/1135678
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.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---