=== modified file 'Makefile' --- Makefile 2011-08-17 22:46:35 +0000 +++ Makefile 2011-10-05 16:56:06 +0000 @@ -5,7 +5,7 @@ -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings \ -Wconversion -Wstrict-prototypes -Wold-style-definition \ -Wpacked -Wnested-externs -Winline -Wvolatile-register-var -# -Wunreachable-code +# -Wunreachable-code #DEBUG=-ggdb3 # For info about _FORTIFY_SOURCE, see # === modified file 'debian/control' --- debian/control 2011-10-05 16:00:56 +0000 +++ debian/control 2011-10-05 17:03:36 +0000 @@ -7,10 +7,11 @@ Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl, libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc, pkg-config -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files Homepage: http://www.recompile.se/mandos +DM-Upload-Allowed: yes Package: mandos Architecture: all === modified file 'initramfs-tools-hook' --- initramfs-tools-hook 2010-09-09 18:16:14 +0000 +++ initramfs-tools-hook 2011-10-05 16:56:06 +0000 @@ -131,7 +131,7 @@ "${DESTDIR}${CONFDIR}/plugin-runner.conf" fi -# Key files +# Key files for file in "$keydir"/*; do if [ -d "$file" ]; then continue === modified file 'mandos' --- mandos 2011-10-05 16:31:47 +0000 +++ mandos 2011-10-05 16:56:06 +0000 @@ -322,7 +322,7 @@ def extended_timeout_milliseconds(self): "Return the 'extended_timeout' attribute in milliseconds" - return _timedelta_to_milliseconds(self.extended_timeout) + return _timedelta_to_milliseconds(self.extended_timeout) def interval_milliseconds(self): "Return the 'interval' attribute in milliseconds" @@ -2028,7 +2028,7 @@ client_class = Client if use_dbus: client_class = functools.partial(ClientDBusTransitional, - bus = bus) + bus = bus) def client_config_items(config, section): special_settings = { "approved_by_default": === modified file 'plugin-runner.xml' --- plugin-runner.xml 2011-10-05 16:00:56 +0000 +++ plugin-runner.xml 2011-10-05 16:56:06 +0000 @@ -2,7 +2,7 @@ - + %common; ]> @@ -261,7 +261,7 @@ Disable the plugin named PLUGIN. The plugin will not be started. - +