]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/minidom/debian/control
Added debian dir for debian packaging
[helm.git] / helm / minidom / debian / control
diff --git a/helm/minidom/debian/control b/helm/minidom/debian/control
new file mode 100644 (file)
index 0000000..c42dfe7
--- /dev/null
@@ -0,0 +1,21 @@
+Source: minidom
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zacchiro@cs.unibo.it>
+Build-Depends: debhelper (>> 2.0.0)
+Standards-Version: 3.2.1
+
+Package: libminidom0
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: A minimal implementation of the Document Object Model
+ Minidom is a minimal implementation of the Document Object Model.
+ This package include the shared library.
+
+Package: libminidom-dev
+Architecture: any
+Depends: libminidom0 (= ${Source-Version}), libc6-dev
+Description: A minimal implementation of the Document Object Model
+ Minidom is a minimal implementation of the Document Object Model.
+ This package includes the development and runtime support files.
+