Updates for new debian standards
[pipes.git] / debian / control
index bca4bf29a8ecfcf90ee748a71898fe4af1f59a10..47c6f4e1c7d5500533a1062c667d3aff378b685a 100644 (file)
@@ -1,13 +1,15 @@
 Source: cl-pipes
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://files.b9.com/pipes/
+Vcs-Git: git://git.b9.com/pipes.git
 
 Package: cl-pipes
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
+Depends:common-lisp-controller (>= 3.47)
 Description: Common Lisp library for pipes or streams
  This package has functions for manipulating pipes, also called streams.
  This package is adapted from an implementation in Peter Norvig's