Update domain name to kpe.io
[pipes.git] / debian / control
index 21ece4402b2e728f396c5e5224e0ef2b171a596a..fc1fb5896a0c0de1f525441adabe1bb5875c83f3 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.5.9.0
+Build-Depends-Indep: dh-lisp
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://files.kpe.io/pipes/
+Vcs-Git: git://git.kpe.io/pipes.git
+Vcs-Browser: http://git.kpe.io/?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