]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
debian: update packaging to match downstream
authorVincent Bernat <bernat@luffy.cx>
Sun, 23 Jun 2013 17:41:44 +0000 (19:41 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 23 Jun 2013 17:41:44 +0000 (19:41 +0200)
debian/lldpd.init.d
debian/lldpd.lintian-overrides
debian/lldpd.postinst
debian/lldpd.postrm
debian/lldpd.symbols

index ca5d4569c9922f532868788a47bb9afcbf4a931b..a1025dd5a855bb1cb15598e7f35a3590b9bb5c98 100644 (file)
@@ -29,7 +29,7 @@ CHROOT=/var/run/$NAME
 # Read configuration variable file if it is present
 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
 
-[ -f /lib/init/vars.sh ] && . /lib/init/vars.sh
+# LSB log_* functions
 . /lib/lsb/init-functions
 
 do_chroot()
index aef852770bccd5d239de166641cff80a70e08b38..38343ac8b71abd859c9ea21067187da2ef2e6382 100644 (file)
@@ -1,4 +1,4 @@
-# liblldpctl0 is tightly coupled with lldpd because of the use of a
+# liblldpctl is tightly coupled with lldpd because of the use of a
 # binary RPC mechanism between the library and lldpd. The library can
 # only work with the exact version of lldpd it was compiled with.
-lldpd binary: package-name-doesnt-match-sonames liblldpctl0
+lldpd binary: package-name-doesnt-match-sonames liblldpctl4
index c4a1cc8fce9916808bef8602fd9bb00e71c3b9d3..5a854e1202445ca17da4584f12d5bc420417f81c 100644 (file)
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if ! ([ "$1" = "configure" ] || [ "$1" = "reconfigure" ]); then
   exit 0
index 1676318be7e58311615220c3e618c27a76d5ee36..671b80b8835599cf80f279f28a28db9714e8015d 100644 (file)
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 #DEBHELPER#
 
index f9ebc65dd36d9040b3ef20e2507efee3975f45a4..0e685c5d8041d758cfacbc64f2b2b49ab3d11e18 100644 (file)
@@ -1,4 +1,4 @@
-liblldpctl.so.0 lldpd #MINVER#
+liblldpctl.so.4 lldpd #MINVER#
  lldpctl_atom_create@Base 0.7.3
  lldpctl_atom_dec_ref@Base 0.7.3
  lldpctl_atom_get@Base 0.7.3