Package: pccts
Version: 1.33MR33-6.2
Severity: normal
Tags: patch

Dear Maintainer

I had uploaded version 6.3 for pccts a couple of days
back. Please find the patch attached for the same.

Best,
Nilesh

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pccts depends on:
ii  libc6  2.33-7

pccts recommends no packages.

pccts suggests no packages.
diff -Nru pccts-1.33MR33/debian/changelog pccts-1.33MR33/debian/changelog
--- pccts-1.33MR33/debian/changelog     2022-05-26 04:24:42.000000000 +0530
+++ pccts-1.33MR33/debian/changelog     2022-07-06 15:42:30.000000000 +0530
@@ -1,3 +1,10 @@
+pccts (1.33MR33-6.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Set CC in accordance with buildtools.mk
+
+ -- Nilesh Patra <nil...@debian.org>  Wed, 06 Jul 2022 15:42:30 +0530
+
 pccts (1.33MR33-6.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pccts-1.33MR33/debian/rules pccts-1.33MR33/debian/rules
--- pccts-1.33MR33/debian/rules 2022-05-26 04:19:24.000000000 +0530
+++ pccts-1.33MR33/debian/rules 2022-07-06 15:35:26.000000000 +0530
@@ -10,13 +10,14 @@
 #COPT+=-g
 #endif
 #
+include /usr/share/dpkg/buildtools.mk
 
 build build-arch: build-stamp
 build-stamp:
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE)
+       $(MAKE) CC="$(CC)"
 
        touch build-stamp
 

Reply via email to