Hello!

I'm going to upload the attached ebtables NMU diff to the delayed
queue shortly to resolve this bug report.

Regards,
Andreas Henriksson
diff -Nru ebtables-2.0.10.4/debian/changelog ebtables-2.0.10.4/debian/changelog
--- ebtables-2.0.10.4/debian/changelog  2016-02-07 21:46:35.000000000 +0100
+++ ebtables-2.0.10.4/debian/changelog  2016-05-25 20:37:15.000000000 +0200
@@ -1,3 +1,13 @@
+ebtables (2.0.10.4-3.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add native systemd unit file ebtables.service (Closes: #796602)
+    - this is basically just a wrapper around the init script.
+  * Add dh-systemd (>= 1.5) build dependency for the above.
+    - accompanying cdbs versioned dependency was already new enough.
+
+ -- Andreas Henriksson <andr...@fatal.se>  Wed, 25 May 2016 20:34:14 +0200
+
 ebtables (2.0.10.4-3.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru ebtables-2.0.10.4/debian/control ebtables-2.0.10.4/debian/control
--- ebtables-2.0.10.4/debian/control    2016-02-05 02:05:14.000000000 +0100
+++ ebtables-2.0.10.4/debian/control    2016-05-25 20:28:54.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Jochen Friedrich <joc...@scram.de>
 Uploaders: William Dauchy <wdau...@gmail.com>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9), cdbs (>= 0.4.127)
+Build-Depends: debhelper (>= 9), cdbs (>= 0.4.127), dh-systemd (>= 1.5)
 Homepage: http://ebtables.sourceforge.net
 
 Package: ebtables
diff -Nru ebtables-2.0.10.4/debian/ebtables.service 
ebtables-2.0.10.4/debian/ebtables.service
--- ebtables-2.0.10.4/debian/ebtables.service   1970-01-01 01:00:00.000000000 
+0100
+++ ebtables-2.0.10.4/debian/ebtables.service   2016-05-25 20:32:15.000000000 
+0200
@@ -0,0 +1,19 @@
+[Unit]
+Description=ebtables ruleset management
+DefaultDependencies=no
+Before=network-pre.target
+Wants=network-pre.target
+After=local-fs.target
+# n.b. use below if we want to tear down rules before shutting down.
+#Before=shutdown.target
+#Conflicts=shutdown.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/etc/init.d/ebtables start
+ExecStop=/etc/init.d/ebtables stop
+ExecReload=/etc/init.d/ebtables reload
+
+[Install]
+WantedBy=multi-user.target

Reply via email to