From: Kevin Rosenberg Date: Mon, 10 Sep 2007 01:38:41 +0000 (-0600) Subject: eliminate lintian warnings X-Git-Tag: debian-0.6.2-2~1 X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=commitdiff_plain;h=48165b53a0d76499d12e5d1ec750fb37063c43ea eliminate lintian warnings --- 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 $*