Control: tags -1 + pending patch

I've uploaded an updated package to DELAYED/14 fixing both RC issues.

debdiff is attached.

Regards,
Michael
diff -Nru intel-hdcp-20.3.0/debian/changelog intel-hdcp-20.3.0/debian/changelog
--- intel-hdcp-20.3.0/debian/changelog  2020-10-17 12:42:44.000000000 +0200
+++ intel-hdcp-20.3.0/debian/changelog  2024-07-17 20:02:41.000000000 +0200
@@ -1,3 +1,17 @@
+intel-hdcp (20.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Michael Biebl ]
+  * Replace systemd Build-Depends with systemd-dev for systemd.pc.
+    (Closes: #1060469)
+  * Replace Build-Depends on obsolete pkg-config with pkgconf.
+
+  [ Helmut Grohne ]
+  * Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #1052643)
+
+ -- Michael Biebl <bi...@debian.org>  Wed, 17 Jul 2024 20:02:41 +0200
+
 intel-hdcp (20.3.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #972379)
diff -Nru intel-hdcp-20.3.0/debian/control intel-hdcp-20.3.0/debian/control
--- intel-hdcp-20.3.0/debian/control    2020-10-17 12:36:10.000000000 +0200
+++ intel-hdcp-20.3.0/debian/control    2024-07-17 20:02:30.000000000 +0200
@@ -8,8 +8,8 @@
  libegl-dev,
  libssl-dev,
  libwayland-dev,
- pkg-config,
- systemd,
+ pkgconf,
+ systemd-dev,
 Standards-Version: 4.5.0
 Homepage: https://github.com/intel/hdcp
 Vcs-Browser: https://salsa.debian.org/debian/intel-hdcp
diff -Nru intel-hdcp-20.3.0/debian/intel-hdcp.install 
intel-hdcp-20.3.0/debian/intel-hdcp.install
--- intel-hdcp-20.3.0/debian/intel-hdcp.install 2020-10-17 11:51:03.000000000 
+0200
+++ intel-hdcp-20.3.0/debian/intel-hdcp.install 2024-07-17 20:02:41.000000000 
+0200
@@ -1,2 +1,2 @@
-lib/systemd/system/hdcpd.service
+${env:systemdsystemunitdir}/hdcpd.service
 usr/bin/hdcpd
diff -Nru intel-hdcp-20.3.0/debian/rules intel-hdcp-20.3.0/debian/rules
--- intel-hdcp-20.3.0/debian/rules      2020-10-16 11:12:01.000000000 +0200
+++ intel-hdcp-20.3.0/debian/rules      2024-07-17 20:02:41.000000000 +0200
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export systemdsystemunitdir = $(shell pkg-config 
--variable=systemdsystemunitdir systemd)
+
 %:
        dh $@ --builddir build/
 

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to