Your message dated Thu, 20 Aug 2026 01:19:58 +0000
with message-id <[email protected]>
and subject line Bug#1136394: fixed in cunit 2.1-3-dfsg-3
has caused the Debian Bug report #1136394,
regarding ITA: cunit -- Unit Testing Library for C -- development files
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.)


-- 
1136394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136394
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp

The current maintainer of cunit, Azat Khuzhin <[email protected]>,
has orphaned this package.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: cunit
Binary: libcunit1-dev, libcunit1, libcunit1-ncurses-dev, libcunit1-ncurses, 
libcunit1-doc
Version: 2.1-3-dfsg-2.7
Maintainer: Azat Khuzhin <[email protected]>
Build-Depends: debhelper (>= 9), dh-autoreconf, libncurses-dev
Architecture: any all
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 c2c4514616bea700fe32432089e274ec 2180 cunit_2.1-3-dfsg-2.7.dsc
 0334e0f4de58322e5e1e12ed05ba430c 778444 cunit_2.1-3-dfsg.orig.tar.gz
 88b8120547c175efb4b27c553a66e2a5 8904 cunit_2.1-3-dfsg-2.7.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/debian/cunit
Vcs-Git: https://salsa.debian.org/debian/cunit.git
Checksums-Sha256:
 590b3de7f0844759c24dff9ddc775d753aefb2b723b94a6a8d05bfc0459acd4c 2180 
cunit_2.1-3-dfsg-2.7.dsc
 1b90baf4ffe130ddafe1e0fdc359f0ffdfc351dbf8e7a6831e5b0e57b5e23bfa 778444 
cunit_2.1-3-dfsg.orig.tar.gz
 b98aac27766b92ce363c5a028908c1ded925ccbc6cabd115759ea8d50d1f311d 8904 
cunit_2.1-3-dfsg-2.7.debian.tar.xz
Homepage: http://cunit.sourceforge.net/
Package-List: 
 libcunit1 deb libs optional arch=any
 libcunit1-dev deb libdevel optional arch=any
 libcunit1-doc deb doc optional arch=all
 libcunit1-ncurses deb libs optional arch=any
 libcunit1-ncurses-dev deb libdevel optional arch=any
Testsuite: autopkgtest
Testsuite-Triggers: gcc, libc6-dev
Directory: pool/main/c/cunit
Priority: source
Section: libs

--
Maytham (for the MIA team)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: cunit
Source-Version: 2.1-3-dfsg-3
Done: Edmund Lodewijks <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cunit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Edmund Lodewijks <[email protected]> (supplier of updated cunit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 12 Aug 2026 09:08:37 +0200
Source: cunit
Architecture: source
Version: 2.1-3-dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Edmund Lodewijks <[email protected]>
Changed-By: Edmund Lodewijks <[email protected]>
Closes: 1136394
Changes:
 cunit (2.1-3-dfsg-3) unstable; urgency=medium
 .
   * New maintainer (Closes: #1136394)
   * debian/control:
     - Maintainer set to myself; Uploaders and debian/compat dropped
     - debhelper-compat: 9 -> 14; Build-Depends: dh-autoreconf dropped
     - Standards-Version: 3.9.6 -> 4.7.4
     - Priority and Rules-Requires-Root dropped: both are the default since
       dpkg 1.22.13 and are now flagged as redundant
     - Homepage: switched to https
     - Vcs-Git and Vcs-Browser: point at the repository where the package is
       actually maintained
   * debian/rules:
     - drop --with autoreconf (implicit since compat 10)
     - drop DH_VERBOSE and the legacy DPKG_EXPORT_BUILDFLAGS
     - set DEB_BUILD_MAINT_OPTIONS = hardening=+all; the ncurses build had
       lost every hardening flag because -lncurses was passed as a configure
       LDFLAGS assignment, overriding dpkg-buildflags.  Pass it via LIBS
     - split the dh_install, dh_installman and dh_installexamples overrides
       into -arch and -indep variants.  "dpkg-buildpackage -A" installed both
       build trees but built only libcunit1-doc, so dh_missing, which is fatal
       since compat 13, aborted the arch:all-only build
     - keep the examples in /usr/share/doc/libcunit1-doc; since compat 11
       debhelper would auto-detect libcunit1 as the main package and relocate
       them, and libcunit1-doc does not depend on libcunit1
   * debian/watch: rewritten in the version 5 format, https URL, fixed mangles
   * debian/patches: DEP-3 headers on all patches; new patches renaming
     configure.in to configure.ac and fixing a manpage typo
   * debian/not-installed: added (dh_missing is fatal since compat 13)
   * debian/upstream/metadata: added
   * debian/salsa-ci.yml: added, with the arm64 build job enabled in addition
     to the default amd64 and i386
   * debian/tests: replaced the stale test.sh, which referenced build
     directories that do not exist at test time, with two tests compiling
     against the installed packages via pkg-config
   * debian/source/lintian-overrides: document the unavoidable
     hyphen-in-upstream-part tag
   * debian/copyright: https URLs; added myself to debian/*
Checksums-Sha1:
 005cd3b483ac1f3e59288053e37251fc556fd5ca 2179 cunit_2.1-3-dfsg-3.dsc
 6aad1838d3abfed7dc3c6e717c8ed0e5d7dd9345 778444 cunit_2.1-3-dfsg.orig.tar.gz
 f49efee8ec665dfd90242d6bcd0c9ddf747d711c 12980 cunit_2.1-3-dfsg-3.debian.tar.xz
 82df651262e269fd413721f7355d1d0369676381 6857 
cunit_2.1-3-dfsg-3_source.buildinfo
Checksums-Sha256:
 34f3ed99fec695c2bca1d8a21ae3e0f4d47f65759ff974c9267194429fa72512 2179 
cunit_2.1-3-dfsg-3.dsc
 1b90baf4ffe130ddafe1e0fdc359f0ffdfc351dbf8e7a6831e5b0e57b5e23bfa 778444 
cunit_2.1-3-dfsg.orig.tar.gz
 00e9d28c495e6e0eb662c744c39ee85143d63e7d827f4501a2864ebba570985c 12980 
cunit_2.1-3-dfsg-3.debian.tar.xz
 c59c2dc4456c3d4b55a5519d122fa19799a463cbc69ecec51253178a15023263 6857 
cunit_2.1-3-dfsg-3_source.buildinfo
Files:
 1b0ae380f30bcb0e3e780d503336638f 2179 libs optional cunit_2.1-3-dfsg-3.dsc
 0334e0f4de58322e5e1e12ed05ba430c 778444 libs optional 
cunit_2.1-3-dfsg.orig.tar.gz
 174eb19d090f2fa7942d47691329a52e 12980 libs optional 
cunit_2.1-3-dfsg-3.debian.tar.xz
 0372850b381f649758c9446ed6ccb680 6857 libs optional 
cunit_2.1-3-dfsg-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmqGU2MACgkQ4n8s+EWM
L6T5hRAAgFn4bT7DOfMTGxSzWra2DnHAFRxsqVLQIa+61sbgldVWQSZEozrSIIJZ
slXf7RrL3UCSwaQ9E4x/dQMidKl5BIwINX8DkLsCuKsxWHGjT8hck00IMDPl/VS/
c1tjpvx1ZGPCDNp5G3sQl2hGDl9puvQIsPVA222zMD1VdtidpX3GtA7a4W/T9yzf
41hTJ4MV8BgCZSLgMTg28v+mCRkPZDCrkjUDB8nPSea7Mx5y5wh0Eff5waSndOvF
c1x+JZycmquQJHlIR/JONkEfKl2bOTWUQIeDwG7hVlXHlT24uXskgkwfReeZ2fx4
OPj29jYeJWv2/sxZVN7USz63o4tODZyzVDZravY/gt0TBznME3Ix75zlKeXNhfoT
ulIb0MbR9I7lJ34QIYAJzbErJEHHpMLMmhgPaEtOCAi4OcnAQcBtv4U4mmQUo+6e
O9tyZeiPJ2K9rOvqLA6CZfwtEmbvXFTawHRuAeeMXAu5Qv1Yz/hN4D+89ySKN9RJ
reL2y1nfDWR0s+3D6NTObrygTOmLClKDDI0Nxg3sjoxijzigXMNxmt3/eyXZUxMt
MkshkkxsAH0SnlF+a1DpFPtStyWT0tU76I6GDcEj8QsFDBAbO10ryUbxo2M5lw4r
Bm9ZJ9gMtqXpdY6XHAzPE5W7/qXKnwe9gTfd3wqx2y9J+Wsr9AU=
=BfUi
-----END PGP SIGNATURE-----

Attachment: pgp81TouwaNlU.pgp
Description: PGP signature


--- End Message ---

Reply via email to