Source: intel-cmt-cat Version: 23.11-1 Severity: normal Tags: patch User: [email protected] Usertags: dep17m2
Please find a patch attached to install aliased files into /usr, for the currently ongoing UsrMerge effort [1]. It has been build-tested and checked by dumat. Please review it and upload to unstable during the trixie cycle, preferably before the time_t-64bit transition. Note: this should not be backported to bookworm. If you intend to backport, please use dh_movetousr instead. If your package will change for the t64 transition or otherwise rename/split/move its binaries (packages) during trixie, please then upload to experimental and get in touch with the UsrMerge driver, please see the wiki [1]. Chris [1] https://wiki.debian.org/UsrMerge
diff -Nru intel-cmt-cat-23.11/debian/changelog intel-cmt-cat-23.11/debian/changelog --- intel-cmt-cat-23.11/debian/changelog 2023-11-03 17:04:38.000000000 +0100 +++ intel-cmt-cat-23.11/debian/changelog 2024-01-07 12:23:37.000000000 +0100 @@ -1,3 +1,10 @@ +intel-cmt-cat (23.11-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Install aliased files into /usr (DEP17 M2) (Closes: #-1) + + -- Chris Hofstaedtler <[email protected]> Sun, 07 Jan 2024 12:23:37 +0100 + intel-cmt-cat (23.11-1) unstable; urgency=medium * Sync with upstream 23.11 diff -Nru intel-cmt-cat-23.11/debian/patches/0001-alter-install-paths.patch intel-cmt-cat-23.11/debian/patches/0001-alter-install-paths.patch --- intel-cmt-cat-23.11/debian/patches/0001-alter-install-paths.patch 2023-11-03 17:04:17.000000000 +0100 +++ intel-cmt-cat-23.11/debian/patches/0001-alter-install-paths.patch 2024-01-07 12:23:34.000000000 +0100 @@ -61,7 +61,7 @@ PREFIX ?= /usr/local -BIN_DIR = $(PREFIX)/bin -MAN_DIR = $(PREFIX)/man/man8 -+BIN_DIR = $(DESTDIR)/bin ++BIN_DIR = $(DESTDIR)/usr/bin +MAN_DIR = $(DESTDIR)/usr/share/man/man8 CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \ diff -Nru intel-cmt-cat-23.11/debian/patches/0003-allow-debian-flags-to-be-added.patch intel-cmt-cat-23.11/debian/patches/0003-allow-debian-flags-to-be-added.patch --- intel-cmt-cat-23.11/debian/patches/0003-allow-debian-flags-to-be-added.patch 2023-11-03 17:04:26.000000000 +0100 +++ intel-cmt-cat-23.11/debian/patches/0003-allow-debian-flags-to-be-added.patch 2024-01-07 12:23:37.000000000 +0100 @@ -54,7 +54,7 @@ --- intel-cmt-cat-23.11.orig/tools/membw/Makefile +++ intel-cmt-cat-23.11/tools/membw/Makefile @@ -42,7 +42,7 @@ PREFIX ?= /usr/local - BIN_DIR = $(DESTDIR)/bin + BIN_DIR = $(DESTDIR)/usr/bin MAN_DIR = $(DESTDIR)/usr/share/man/man8 -CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \

