[DSE-Dev] Bug#1073719: mcstrans: move aliased files from / to /usr (DEP17)

Michael Biebl biebl at debian.org
Sat Aug 17 09:49:39 BST 2024


Control: tags -1 + pending

Hi bigon,

I've uploaded an NMU to DELAYED/7 fixing this RC bug.
The debdiff is attached.

Please let me know if I should delay further.

Regards,
Michael

-------------- next part --------------
diff -Nru mcstrans-3.5/debian/changelog mcstrans-3.5/debian/changelog
--- mcstrans-3.5/debian/changelog	2023-07-10 21:05:57.000000000 +0200
+++ mcstrans-3.5/debian/changelog	2024-08-17 10:44:17.000000000 +0200
@@ -1,3 +1,11 @@
+mcstrans (3.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move aliased files from / to /usr (Closes: #1073719)
+  * Replace Build-Depends on obsolete pkg-config with pkgconf
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 17 Aug 2024 10:44:17 +0200
+
 mcstrans (3.5-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru mcstrans-3.5/debian/control mcstrans-3.5/debian/control
--- mcstrans-3.5/debian/control	2023-07-10 21:05:57.000000000 +0200
+++ mcstrans-3.5/debian/control	2024-08-17 10:44:17.000000000 +0200
@@ -12,7 +12,7 @@
                libpcre2-dev,
                libselinux1-dev (>= 3.5),
                libsepol-dev (>= 3.5),
-               pkg-config,
+               pkgconf,
 Homepage: https://selinuxproject.org
 Rules-Requires-Root: no
 
diff -Nru mcstrans-3.5/debian/mcstrans.install mcstrans-3.5/debian/mcstrans.install
--- mcstrans-3.5/debian/mcstrans.install	2023-07-10 21:05:57.000000000 +0200
+++ mcstrans-3.5/debian/mcstrans.install	2024-08-17 10:44:17.000000000 +0200
@@ -1,5 +1,5 @@
-lib/systemd/system/mcstrans.service
-sbin/mcstransd
+usr/lib/systemd/system/mcstrans.service
+usr/sbin/mcstransd
 usr/share/man/man5/setrans.conf.5
 usr/share/man/man8/mcs.8
 usr/share/man/man8/mcstransd.8
diff -Nru mcstrans-3.5/debian/rules mcstrans-3.5/debian/rules
--- mcstrans-3.5/debian/rules	2023-07-10 21:05:57.000000000 +0200
+++ mcstrans-3.5/debian/rules	2024-08-17 10:44:16.000000000 +0200
@@ -6,7 +6,8 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export INITDIR=/etc/init.d
-export SYSTEMDDIR=/lib/systemd
+export SYSTEMDDIR=/usr/lib/systemd
+export SBINDIR=/usr/sbin
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/selinux-devel/attachments/20240817/d911f327/attachment.sig>


More information about the SELinux-devel mailing list