eliminate lintian warnings debian-1.2.1-3
authorKevin Rosenberg <kevin@rosenberg.net>
Mon, 10 Sep 2007 01:31:25 +0000 (19:31 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Mon, 10 Sep 2007 01:31:25 +0000 (19:31 -0600)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules
debian/upload.sh

index 67aee95a749162b4ed081703716aa17181eee1e6..68fd4260914958f3dfe81f896ca0dc38a86dc758 100644 (file)
@@ -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 <kmr@debian.org>  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 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 33702eb7e0077d0990d2eb9f6e089f737261d7b4..bca4bf29a8ecfcf90ee748a71898fe4af1f59a10 100644 (file)
@@ -2,8 +2,8 @@ Source: cl-pipes
 Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-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
index a46068060ec55d5c0be8e394186880efa61cd77f..f359b70a14c92e8421f0ced216a0637359f7b20a 100755 (executable)
@@ -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)
index 77ff062125efdf6db28f0c01def7fb11f210bd0a..b598f30d0176ac7816eac4a38d0f25bbff0c9682 100755 (executable)
@@ -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 $*