Your message dated Sun, 07 Jul 2024 12:34:14 +0000
with message-id <e1sqr5q-00h11l...@fasolo.debian.org>
and subject line Bug#1071837: fixed in chntpw 140201-1.1
has caused the Debian Bug report #1071837,
regarding chntpw: Please use pkg-config instead of libgcrypt-config to locate
libgcrypt
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 ow...@bugs.debian.org
immediately.)
--
1071837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: chntpw
Version: 140201-1
Severity: important
Tags: patch
User: ametz...@debian.org
Usertags: libgcrypt-config-removal
Control: block 714589 by -1
Hello,
Please switch from using libgcrypt-config to pkg-config to locate
libgcrypt. libgcrypt-config will be dropped in the next libgcrypt major
release.
cu Andreas
--- chntpw-140201.orig/Makefile
+++ chntpw-140201/Makefile
@@ -6,10 +6,10 @@
CC=gcc
# Force 32 bit
-CFLAGS= -DUSELIBGCRYPT -I. $(shell libgcrypt-config --cflags) -Wall -m32
+CFLAGS= -DUSELIBGCRYPT -I. $(shell pkg-config --cflags libgcrypt) -Wall -m32
OSSLLIB=$(OSSLPATH)/lib
-LIBS=$(shell libgcrypt-config --libs)
+LIBS=$(shell pkg-config --libs libgcrypt)
all: chntpw cpnt reged samusrgrp sampasswd samunlock
--- End Message ---
--- Begin Message ---
Source: chntpw
Source-Version: 140201-1.1
Done: Andreas Metzler <ametz...@debian.org>
We believe that the bug you reported is fixed in the latest version of
chntpw, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated chntpw 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 07 Jul 2024 14:07:39 +0200
Source: chntpw
Architecture: source
Version: 140201-1.1
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 1071837
Changes:
chntpw (140201-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Use pkg-config instead of libgcrypt-config to locate libgcrypt.
Closes: #1071837
Checksums-Sha1:
01a52e43a93bae47f3c753bf17734409fba91969 1918 chntpw_140201-1.1.dsc
c409c0c6a9cf150e5644b88faee92ebdf234a286 42420 chntpw_140201-1.1.debian.tar.xz
Checksums-Sha256:
a33e4b5badd0edab280d63156d2f1d9ed59921e7652bac1ec07e23681fe0ef01 1918
chntpw_140201-1.1.dsc
863a6e5722f43024e2b059d66ba005374d2a6dbb3f4409af510ec2fbc5d8339d 42420
chntpw_140201-1.1.debian.tar.xz
Files:
5289d31d4b5149d3107a4352ac2d947c 1918 admin optional chntpw_140201-1.1.dsc
9d4a895f8fa59b78652ecf54e731d118 42420 admin optional
chntpw_140201-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmaKhikACgkQpU8BhUOC
FIRW9w/+IoJQFFIw1JxGOA8v1S1nt70zTttLLxTpDqHDpc0Eham0NI9QUjnK10a4
Dfs1H7lGSNr8Fh6k8hWyBz9XOXKfgq/JwHX/DQ6LmRvnFPwwCG187m8ZIePSZR1Y
aTTleopp1ObXnmfkgC1+cjqYuQngpdcWWLTjIoLZuOnNx/4HDwPhnLFl/6gziUja
IV08jgSHH5EqJ6t1bU9aQaOtutxlbNQX9WDjwYZ+kfOF1/eTuVGiKhUmfqCdi5SC
WbPCe6la1PEREEfNkHoSnZKkzQQ8R2knhpjes48TZrNlkSdIqWNoHuBfSVDT7/Hq
K6IUsiSq6s8uiRJAe9XO0lsHrdMj7kaRVMWoRUB5cXYUmGqi/s6mx61lW6J4KcH0
7p66HD6uIy0SagXhVm907QoQFFazsK9r3H+eFswTde/OV38c2DhAsjSvuhODohdn
y+Dorh8AbATuLnUhCBiSN8BlhKHpiDs1JlbtIKEa6cEF38ww6gGRAkgYkn1DZRQ/
fmAe9Szb+MzjWz/EG9ttqEJIb1YIkX9ClvMEYDhBQCoeclLk8spn/1Qnej0qwmME
ZkSuPGO2SlBJPBOwIASvLowI23NMqpWB4p5z1qXQdMCLWYJDPX9Os/ADo+3ED+m+
EXVkCW2vpftxL6dlcCrMYd11fm6LjI9PEeNKQ5DDoCOzapVp6Ys=
=8hmP
-----END PGP SIGNATURE-----
pgpYK35LItu7Z.pgp
Description: PGP signature
--- End Message ---