Commit Graph

8 Commits

Author SHA1 Message Date
Luca Boccassi
73788f18c6 Add nodoc profile support
Co-authored-by: Michael Biebl <biebl@debian.org>
2022-06-22 12:40:56 +00:00
Michael Biebl
e77d843c89 Use more consistent ordering in .install files
Gbp-Dch: Ignore
2021-11-13 18:27:30 +01:00
Michael Biebl
c0f9a7a87b Move libraries and NSS modules from /lib to /usr/lib
Keep libpam_systemd.so installed in /lib, as PAM doesn't support
loading PAM modules from /usr/lib on a split-usr system.
2021-01-02 17:05:34 +01:00
Michael Biebl
4ae992bce6 Strip leading / for consistencies sake
Gbp-Dch: Ignore
2016-09-27 21:38:24 +02:00
Martin Pitt
5af0489302 upstream build system: Install libudev, libsystemd, and nss modules to ${rootlibdir}
Drop downstream workaround from debian/rules.

Patches cherry-picked from upstream git.
2016-09-25 23:12:39 +02:00
Michael Biebl
874b775784 Install API documentation for libudev and libsystemd in their respective packages
Both libraries use man pages now, so we need to be explicit about what
is installed where.
2015-06-23 00:59:22 +02:00
Martin Pitt
3c1af5155c libudev-dev.install: Drop gtk-doc files
Not built by upstream any more and replaced with manpages.
2015-06-22 17:46:05 +02:00
Michael Biebl
c3873876ac Add .install files for the udev packages
They are basically a copy from the old udev package.
Also update the systemd.install file.

Two important issues:
- Since we are using dh_installinit --sourcedirectory now (for the
  flavours), we can no longer install files from debian/ via .install
  and need to do that manually via debian/rules.
- Splitting up systemd and udev is rather cumbersome as they have many
  shared directories. Instead of listing each file individually, we
  allow that some files are installed twice and remove them later on via
  debian/rules.
2013-07-18 16:54:10 +02:00