From 48165b53a0d76499d12e5d1ec750fb37063c43ea Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 9 Sep 2007 19:38:41 -0600 Subject: [PATCH] eliminate lintian warnings --- debian/control | 4 ++-- debian/rules | 1 - debian/upload.sh | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index f1c35fe..d96451e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-xlunit Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.1.0 +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.7.2.2 Package: cl-xlunit Architecture: all diff --git a/debian/rules b/debian/rules index 426d6e5..23f8e04 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ pkg := xlunit debpkg := cl-xlunit - clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-xlunit := $(clc-source)/$(pkg) diff --git a/debian/upload.sh b/debian/upload.sh index 8fc4d6e..65dcc70 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup xlunit -Uftp.med-info.com -D/home/ftp/xlunit -C"(umask 022; /home/kevin/bin/remove-old-versions xlunit latest)" -su $* +dup xlunit -Ufiles.b9.com -D/home/ftp/xlunit -C"(umask 022; /home/kevin/bin/remove-old-versions xlunit latest)" -su $* -- 2.34.1