From: Michael Biebl Date: Sun, 26 Dec 2010 12:33:11 +0000 (+0100) Subject: Remove autogenerated man pages and vala C sources, so they are rebuilt. X-Git-Tag: 16-1~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7432c147c942f0254636b5cbd4809515d62ec3f;p=systemd Remove autogenerated man pages and vala C sources, so they are rebuilt. --- 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