]> err.no Git - systemd/commitdiff
Enable TCP wrapper support. Closes: #618409
authorTollef Fog Heen <tfheen@err.no>
Sun, 20 Mar 2011 19:45:05 +0000 (20:45 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 20 Mar 2011 19:45:26 +0000 (20:45 +0100)
debian/changelog
debian/control
debian/rules

index 7a90d0a8cb02b331ac2f2aaec8de5bfbbc51a15c..8c8171427bc25b09d787598aefc387781171d33a 100644 (file)
@@ -5,6 +5,7 @@ systemd (20-1) UNRELEASED; urgency=low
   * Call systemd-machine-id-setup in postinst
   * Cherry-pick b8a021c9e276adc9bed5ebfa39c3cab0077113c6 from upstream to
     prevent dbus assert error.
+  * Enable TCP wrapper support.  Closes: #618409
 
  -- Tollef Fog Heen <tfheen@debian.org>  Fri, 11 Mar 2011 19:14:21 +0100
 
index 057638e757d83da7529d16da57bc29a36d297952..68be1c3181ee7942202c8ca630f48ee344fb018e 100644 (file)
@@ -6,7 +6,7 @@ Standards-Version: 3.9.1
 Vcs-Git: git://git.err.no/systemd/
 Vcs-Browser: http://git.err.no/cgi-bin/gitweb.cgi?p=systemd;a=summary
 Homepage: http://www.freedesktop.org/wiki/Software/systemd
-Build-Depends: debhelper (>= 7.0.50), libcap-dev, pkg-config, libudev-dev (>= 160), libdbus-1-dev (>= 1.3.2~), libdbus-glib-1-dev, libgtk2.0-dev, valac-0.10 (>= 0.10.3), xsltproc, docbook-xsl, docbook-xml, m4, libpam0g-dev, libnotify-dev, libaudit-dev, dh-autoreconf, libcryptsetup-dev (>= 2:1.2.0)
+Build-Depends: debhelper (>= 7.0.50), libcap-dev, pkg-config, libudev-dev (>= 160), libdbus-1-dev (>= 1.3.2~), libdbus-glib-1-dev, libgtk2.0-dev, valac-0.10 (>= 0.10.3), xsltproc, docbook-xsl, docbook-xml, m4, libpam0g-dev, libnotify-dev, libaudit-dev, dh-autoreconf, libcryptsetup-dev (>= 2:1.2.0), libwrap0-dev
 
 Package: systemd
 Architecture: linux-any
index 45296d9bcbe633661fadd74d4d0e327d1c244b0a..e54e337faba7a5c636d9af5ddb8946e7cf9cb932 100755 (executable)
@@ -7,7 +7,8 @@ override_dh_auto_configure:
        dh_auto_configure -- --with-rootdir= \
                --with-udevrulesdir=/lib/udev/rules.d \
                --enable-gtk \
-               --enable-libcryptsetup
+               --enable-libcryptsetup \
+               --enable-tcpwrap
 
 override_dh_auto_clean:
        dh_auto_clean