]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/minidom/debian/control
ocaml 3.09 transition
[helm.git] / helm / minidom / debian / control
index c42dfe7fe2ffd8dae625d9dd4a0da2835710e8d6..1914d0e61009f7c19c8e896355b52707095ee326 100644 (file)
@@ -1,11 +1,12 @@
 Source: minidom
 Section: devel
 Priority: optional
-Maintainer: Stefano Zacchiroli <zacchiro@cs.unibo.it>
-Build-Depends: debhelper (>> 2.0.0)
+Maintainer: Stefano Zacchiroli (Zack) <zack@debian.org>
+Build-Depends: debhelper (>> 2.0.0), libxml2-dev, libglib1.2-dev
 Standards-Version: 3.2.1
 
 Package: libminidom0
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: A minimal implementation of the Document Object Model
@@ -13,6 +14,7 @@ Description: A minimal implementation of the Document Object Model
  This package include the shared library.
 
 Package: libminidom-dev
+Section: devel
 Architecture: any
 Depends: libminidom0 (= ${Source-Version}), libc6-dev
 Description: A minimal implementation of the Document Object Model