]> err.no Git - systemd/commitdiff
Remove autogenerated man pages and vala C sources, so they are rebuilt.
authorMichael Biebl <biebl@debian.org>
Sun, 26 Dec 2010 12:33:11 +0000 (13:33 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 12:33:11 +0000 (13:33 +0100)
debian/changelog
debian/rules

index e3fa471a97b3fff430ae028341732cb0dbf8bdbf..5bd437ea9cff43ffe608858d24d966aa0e0647d2 100644 (file)
@@ -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/<foo> <action> → systemctl <action> <foo.service>
   * Install a (auto)mount unit to mount /lib/init/rw early during boot.
index 092af3494229cf5926251a39fc1eb0c7bba300a3..8ce9c1e15cd857bdb45724d403a06e2d97a028ea 100755 (executable)
@@ -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