From: Kevin Rosenberg Date: Mon, 10 Sep 2007 01:31:25 +0000 (-0600) Subject: eliminate lintian warnings X-Git-Tag: debian-1.2.1-3^0 X-Git-Url: http://git.kpe.io/?p=pipes.git;a=commitdiff_plain;h=5cdc58e6db378b8688c4711d8a23f3474f231d9e eliminate lintian warnings --- diff --git a/debian/changelog b/debian/changelog index 67aee95..68fd426 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-pipes (1.2.1-3) unstable; urgency=low + + * debian/rules: don't export DH_COMPAT + * debian/control: Use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:31:00 -0600 + cl-pipes (1.2.1-2) unstable; urgency=low * New upstream URI diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control index 33702eb..bca4bf2 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-pipes Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.7.2.2 Package: cl-pipes Architecture: all diff --git a/debian/rules b/debian/rules index a460680..f359b70 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := pipes debpkg := cl-pipes - clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-pipes := $(clc-source)/$(pkg) diff --git a/debian/upload.sh b/debian/upload.sh index 77ff062..b598f30 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup pipes -Uftp.b9.com -D/home/ftp/pipes -C"(umask 022; /home/kevin/bin/remove-old-versions pipes latest)" -su $* +dup pipes -Ufiles.b9.com -D/home/ftp/pipes -C"(umask 022; /home/kevin/bin/remove-old-versions pipes latest)" -su $*