mate-user-admin: add missing runtime dependency on current release.
This commit is contained in:
parent
f4b1c06036
commit
9a12235433
2 changed files with 19 additions and 5 deletions
|
|
@ -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.
|
||||||
|
|
@ -17,14 +17,14 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=0
|
VERSION=1
|
||||||
EXTERNAL='deb-src http://ftp.us.debian.org/debian bookworm main'
|
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe'
|
||||||
REPOKEY=6ED0E7B82643E131
|
|
||||||
BUILD_UNTIL=11.0
|
|
||||||
|
|
||||||
. ./config
|
. ./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
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue