From: Tollef Fog Heen Date: Wed, 29 Feb 2012 21:38:47 +0000 (+0100) Subject: Add --with-distro=debian to configure flags, due to no /etc/os-release yet. X-Git-Tag: 43-1~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1926860c0e16a287ae56ddc92cec959e24bcc3d;p=systemd Add --with-distro=debian to configure flags, due to no /etc/os-release yet. --- diff --git a/debian/changelog b/debian/changelog index 5a7c7a94..03fe0a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ systemd (43-1) unstable; urgency=low happier. * Add libkmod-dev to build-depends * Add symlink from /bin/systemd to /lib/systemd/systemd. + * Add --with-distro=debian to configure flags, due to no /etc/os-release + yet. [ Michael Biebl ] * Add Build-Depends on liblzma-dev for journal log compression. diff --git a/debian/rules b/debian/rules index f72163cf..0c60341f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,8 @@ override_dh_auto_configure: --enable-gtk \ --enable-libcryptsetup \ --enable-tcpwrap \ - --enable-selinux + --enable-selinux \ + --with-distro=debian override_dh_auto_clean: dh_auto_clean