Control: tags 1071837 + pending

Dear maintainer,

I've prepared an NMU for chntpw (versioned as 140201-1.1) and
uploaded it to sid

Regards.
diff -Nru chntpw-140201/debian/changelog chntpw-140201/debian/changelog
--- chntpw-140201/debian/changelog	2022-01-20 22:35:49.000000000 +0100
+++ chntpw-140201/debian/changelog	2024-07-07 14:07:39.000000000 +0200
@@ -1,3 +1,11 @@
+chntpw (140201-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use pkg-config instead of libgcrypt-config to locate libgcrypt.
+    Closes: #1071837
+
+ -- Andreas Metzler <ametz...@debian.org>  Sun, 07 Jul 2024 14:07:39 +0200
+
 chntpw (140201-1) unstable; urgency=medium
 
   [ Fabio Fantoni ]
diff -Nru chntpw-140201/debian/control chntpw-140201/debian/control
--- chntpw-140201/debian/control	2022-01-20 22:35:49.000000000 +0100
+++ chntpw-140201/debian/control	2024-07-07 14:07:39.000000000 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org>
-Build-Depends: debhelper-compat (= 13), libgcrypt20-dev | libgcrypt-dev, sharutils, quilt, dpkg-dev ( >= 1.16.1~)
+Build-Depends: debhelper-compat (= 13), libgcrypt20-dev | libgcrypt-dev, sharutils, quilt, dpkg-dev ( >= 1.16.1~), pkgconf
 Standards-Version: 4.5.1
 Homepage: http://pogostick.net/~pnh/ntpasswd/
 Vcs-Git: https://salsa.debian.org/debian/chntpw.git
diff -Nru chntpw-140201/debian/patches/16_gcry-pkg-config.diff chntpw-140201/debian/patches/16_gcry-pkg-config.diff
--- chntpw-140201/debian/patches/16_gcry-pkg-config.diff	1970-01-01 01:00:00.000000000 +0100
+++ chntpw-140201/debian/patches/16_gcry-pkg-config.diff	2024-07-07 14:06:13.000000000 +0200
@@ -0,0 +1,15 @@
+--- 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
diff -Nru chntpw-140201/debian/patches/series chntpw-140201/debian/patches/series
--- chntpw-140201/debian/patches/series	2022-01-20 22:35:49.000000000 +0100
+++ chntpw-140201/debian/patches/series	2024-07-07 14:06:53.000000000 +0200
@@ -13,3 +13,4 @@
 13_write_to_hive
 14_improve_description
 15_added_samunlock_binary
+16_gcry-pkg-config.diff

Attachment: signature.asc
Description: PGP signature

Reply via email to