From 9a122354332ab79cfb1064cef18d09af6b353bd2 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 8 Mar 2024 01:14:45 -0600 Subject: [PATCH] mate-user-admin: add missing runtime dependency on current release. --- .../add-cracklib-runtime-as-dependency.patch | 14 ++++++++++++++ helpers/make-mate-user-admin | 10 +++++----- 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 helpers/DATA/mate-user-admin/add-cracklib-runtime-as-dependency.patch diff --git a/helpers/DATA/mate-user-admin/add-cracklib-runtime-as-dependency.patch b/helpers/DATA/mate-user-admin/add-cracklib-runtime-as-dependency.patch new file mode 100644 index 0000000..bbf54ee --- /dev/null +++ b/helpers/DATA/mate-user-admin/add-cracklib-runtime-as-dependency.patch @@ -0,0 +1,14 @@ +# Fixes https://gitlab.trisquel.org/trisquel/package-helpers/-/issues/148 + +diff --git a/debian/control b/debian/control +index 3297b1c..37ff49a 100644 +--- a/debian/control ++++ b/debian/control +@@ -28,6 +28,7 @@ Depends: ${shlibs:Depends}, + accountsservice, + group-service, + mate-desktop-common, ++ cracklib-runtime, + Description: MATE User Manager + User and group management utility suitable for lightweight desktop + environments such as MATE or Xfce. diff --git a/helpers/make-mate-user-admin b/helpers/make-mate-user-admin index e06dc34..d990f66 100644 --- a/helpers/make-mate-user-admin +++ b/helpers/make-mate-user-admin @@ -17,14 +17,14 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=0 -EXTERNAL='deb-src http://ftp.us.debian.org/debian bookworm main' -REPOKEY=6ED0E7B82643E131 -BUILD_UNTIL=11.0 +VERSION=1 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe' . ./config +# Add cracklib-runtime dependency to debian/control +patch --no-backup-if-mismatch -p1 < $DATA/add-cracklib-runtime-as-dependency.patch -changelog "Imported into Trisquel Aramo" +changelog "Imported into Trisquel Aramo | Added cracklib-runtime dependency." package