File: remove_fwmgr_install.patch

package info (click to toggle)
mstflint 4.31.0%2B1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,200 kB
  • sloc: ansic: 205,509; cpp: 103,810; ada: 15,143; sh: 11,406; python: 8,039; makefile: 1,413
file content (25 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Tzafrir Cohen <tzafrir@debian.org>
Subject: Avoid installing firmware manager for now
Forwarded: no

Upstream made debian/install an autoconf-generated file with the extra
line 'etc/*' being remmed-out if installation of firmware manager is
disabled.

The option --enable-fw-mgr is not used on our package build for now, so
we'll deal with that later.


Index: mstflint/configure.ac
===================================================================
--- mstflint.orig/configure.ac	2023-11-14 20:36:15.837534263 +0200
+++ mstflint/configure.ac	2023-11-21 16:40:39.655922096 +0200
@@ -515,8 +515,6 @@
 AC_SUBST([TOOLS_GIT_SHA])
 AC_MSG_NOTICE(TOOLS_GIT_SHA $TOOLS_GIT_SHA)
 
-AC_CONFIG_FILES([debian/mstflint.install])
-
 AC_OUTPUT( \
     Makefile \
     cmdif/Makefile \