lintian fixes

This commit is contained in:
David Schleef 2000-10-11 20:58:05 +00:00
parent a966c3737d
commit 2f41ad3450
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
comedilib (0.7.11-2) unstable; urgency=low
* Lintian fixes
-- David Schleef <ds@schleef.org> Fri, 29 Sep 2000 13:07:55 -0800
comedilib (0.7.11-1) unstable; urgency=low
* Upstream version change

View file

@ -1,6 +1,8 @@
#!/bin/sh
if [ "$1" = "configure" ]; then
echo /sbin/ldconfig
/sbin/ldconfig
fi
#DEBHELPER#