Convert to dh-lisp; add Vcs-Browser
[pipes.git] / debian / control
index 7fb3a27dcbfb1f24eb36969c029ab118f0bc1ccc..808222e17c2f524dd951be0536f283640f41baff 100644 (file)
@@ -1,13 +1,17 @@
 Source: cl-pipes
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1.0
+Build-Depends-Indep: dh-lisp
+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
+Vcs-Browser: http://git.b9.com/?p=pipes.git
 
 Package: cl-pipes
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
+Depends: ${misc:Depends}
 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