mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-08 23:36:28 +00:00
Update Build-Depends
- Drop libudev-dev, no longer required. - Add gtk-doc-tools and libglib2.0-doc for the API documentation in libudev and libgudev. - Add libgirepository1.0-dev and gobject-introspection for GObject introspection support in libgudev. - Add libgcrypt11-dev for encryption support in the journal. - Add libblkid-dev for the blkid udev builtin.
This commit is contained in:
parent
d943c214d7
commit
b8edca7465
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -21,6 +21,14 @@ systemd (204-1) UNRELEASED; urgency=low
|
||||
* Add Depends on libpam-runtime (>= 1.0.1-6) to libpam-systemd as we are
|
||||
using pam-auth-update.
|
||||
* Explicitly set Section and Priority for the udev binary package.
|
||||
* Update Build-Depends:
|
||||
- Drop libudev-dev, no longer required.
|
||||
- Add gtk-doc-tools and libglib2.0-doc for the API documentation in
|
||||
libudev and libgudev.
|
||||
- Add libgirepository1.0-dev and gobject-introspection for GObject
|
||||
introspection support in libgudev.
|
||||
- Add libgcrypt11-dev for encryption support in the journal.
|
||||
- Add libblkid-dev for the blkid udev builtin.
|
||||
|
||||
-- Michael Biebl <biebl@debian.org> Wed, 17 Jul 2013 16:57:58 +0200
|
||||
|
||||
|
||||
29
debian/control
vendored
29
debian/control
vendored
@ -8,27 +8,34 @@ Vcs-Git: git://anonscm.debian.org/pkg-systemd/systemd.git -b debian
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-systemd/systemd.git;a=summary
|
||||
Homepage: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Build-Depends: debhelper (>= 9),
|
||||
libcap-dev,
|
||||
pkg-config,
|
||||
libudev-dev (>= 172),
|
||||
libdbus-1-dev (>= 1.3.2~),
|
||||
xsltproc,
|
||||
docbook-xsl,
|
||||
docbook-xml,
|
||||
gtk-doc-tools,
|
||||
m4,
|
||||
libpam0g-dev,
|
||||
libaudit-dev,
|
||||
dh-autoreconf,
|
||||
automake (>= 1.11),
|
||||
autoconf (>= 2.63),
|
||||
intltool,
|
||||
libcryptsetup-dev (>= 2:1.2.0),
|
||||
libwrap0-dev,
|
||||
libselinux1-dev,
|
||||
libacl1-dev,
|
||||
liblzma-dev,
|
||||
gperf,
|
||||
libkmod-dev (>= 5)
|
||||
libcap-dev,
|
||||
libpam0g-dev,
|
||||
libaudit-dev,
|
||||
libdbus-1-dev (>= 1.3.2),
|
||||
libglib2.0-dev (>= 2.22.0),
|
||||
libcryptsetup-dev (>= 2:1.4.2),
|
||||
libwrap0-dev,
|
||||
libselinux1-dev (>= 2.1.9),
|
||||
libacl1-dev,
|
||||
libattr1-dev,
|
||||
liblzma-dev,
|
||||
libgcrypt11-dev,
|
||||
libkmod-dev (>= 5),
|
||||
libblkid-dev (>= 2.20),
|
||||
libgirepository1.0-dev (>= 1.31.1),
|
||||
gobject-introspection (>= 1.31.1),
|
||||
libglib2.0-doc
|
||||
|
||||
Package: systemd
|
||||
Architecture: linux-any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user