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 26 27 28 29 30 31 32 33 34 35
|
Description: Make sure all install dependencies are built by all
Required to enable cross build
.
minisat2 (1:2.2.1-7) unstable; urgency=low
.
* Fix FTCBFS: Build all required parts via dh_auto_build: thanks Helmut
Grohne <helmut@subdivi.de> for the patch (closes: #1064366)
Author: Michael Tautschnig <mt@debian.org>
Bug-Debian: https://bugs.debian.org/1064366
---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-02-22
--- minisat2-2.2.1.orig/Makefile
+++ minisat2-2.2.1/Makefile
@@ -2,7 +2,7 @@
.PHONY: r d p sh cr cd cp csh lr ld lp lsh config all install install-headers install-lib\
install-bin clean distclean
-all: r lr lsh
+all: r lr lsh sh
## Load Previous Configuration ####################################################################
|