From a7432c147c942f0254636b5cbd4809515d62ec3f Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 26 Dec 2010 13:33:11 +0100 Subject: [PATCH] Remove autogenerated man pages and vala C sources, so they are rebuilt. --- debian/changelog | 1 + debian/rules | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3fa471a..5bd437ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ systemd (15-1) experimental; urgency=low * Explicitly disable cryptsetup support to not accidentally pick up a libcryptsetup dependency in a tainted build environment, as the library is currently installed in /usr/lib. + * Remove autogenerated man pages and vala C sources, so they are rebuilt. * Install lsb-base hook which redirects calls to SysV init scripts to systemctl: /etc/init.d/ → systemctl * Install a (auto)mount unit to mount /lib/init/rw early during boot. diff --git a/debian/rules b/debian/rules index 092af349..8ce9c1e1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,13 @@ override_dh_auto_configure: dh_auto_configure -- --with-rootdir= --with-udevrulesdir=/lib/udev/rules.d --with-gtk \ --disable-libcryptsetup +override_dh_auto_clean: + dh_auto_clean + rm -f man/*.[1358] + rm -f src/systemadm.c + rm -f src/gnome-ask-password-agent.c + rm -f src/systemd-interfaces.c + override_dh_install: rm debian/tmp/usr/share/doc/systemd/LICENSE rm debian/tmp/lib/security/pam_systemd.la -- 2.39.5