-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69815cc
commit ee20766
Showing
1 changed file
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,21 @@ | ||
diff -Naur a/debian/control b/debian/control | ||
--- a/debian/control 2024-01-31 00:03:23.627225145 +0000 | ||
+++ b/debian/control 2024-01-31 00:06:43.527746000 +0000 | ||
@@ -50,6 +50,8 @@ | ||
libblkid-dev (>= 2.24), | ||
libmount-dev (>= 2.30), | ||
libfdisk-dev (>= 2.33), | ||
+ libpwquality-dev, | ||
+ libqrencode-dev, | ||
libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el riscv64 s390x], | ||
libdw-dev (>= 0.158) <!stage1>, | ||
libpolkit-gobject-1-dev <!stage1>, | ||
diff -Naur a/debian/rules b/debian/rules | ||
--- a/debian/rules 2024-01-31 00:03:23.630225230 +0000 | ||
+++ b/debian/rules 2024-01-31 00:04:28.365068400 +0000 | ||
@@ -58,14 +58,14 @@ | ||
diff --color -Naur a/debian/rules b/debian/rules | ||
--- a/debian/rules 2024-05-07 12:37:08.191863463 +0200 | ||
+++ b/debian/rules 2024-05-07 12:40:02.399945660 +0200 | ||
@@ -62,7 +62,7 @@ | ||
-Dsupport-url=$(SUPPORT_URL) \ | ||
-Ddefault-kill-user-processes=false \ | ||
-Ddefault-hierarchy=unified \ | ||
-Ddefault-dnssec=no \ | ||
- -Dpamconfdir=no \ | ||
+ -Dpamconfdir=/etc/pam.d \ | ||
-Dpamlibdir=/usr/lib/$(DEB_HOST_MULTIARCH)/security \ | ||
-Drpmmacrosdir=no \ | ||
-Dvconsole=false \ | ||
-Dfirstboot=true \ | ||
-Dxkbcommon=disabled \ | ||
-Dwheel-group=false \ | ||
@@ -153,7 +153,7 @@ | ||
-Dtpm2=disabled \ | ||
-Dp11kit=disabled \ | ||
-Dqrencode=disabled \ | ||
- -Dpwquality=disabled \ | ||
+ -Dpwquality=true \ | ||
-Doomd=true \ | ||
-Durlify=true \ | ||
-Dgnutls=disabled \ | ||
-Dhomed=disabled \ | ||
-Duserdb=false \ | ||
-Dpcre2=disabled \ |