From 5cdc58e6db378b8688c4711d8a23f3474f231d9e Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 9 Sep 2007 19:31:25 -0600 Subject: [PATCH 1/1] eliminate lintian warnings --- debian/changelog | 7 +++++++ debian/compat | 1 + debian/control | 4 ++-- debian/rules | 3 --- debian/upload.sh | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 debian/compat 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 $* -- 2.34.1