]> git.proxmox.com Git - dlm.git/blobdiff - debian/control
split package
[dlm.git] / debian / control
index fdc49cf146cd724fd73c5470c4deb9b2f2a6517c..e0d91a8e42bb2c306dab834bd493428eab4404c6 100644 (file)
@@ -1,13 +1,22 @@
 Source: dlm
-Section: admin
-Priority: extra
+Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 8.0.0), libsystemd-daemon-dev
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), libsystemd-daemon-dev
+Standards-Version: 3.9.5
+Section: libs
 
-Package: dlm
+Package: libdlm3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libdlmcontrol3
 Description: Distributed lock manager
  DLM is a symmetric general-purpose distributed lock manager. It is used 
  for example by GFS and the distributed volume manager.
+
+Package: libdlm-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, dlm1 (= ${binary:Version})
+Description: Distributed lock manager (developer files)
+ DLM is a symmetric general-purpose distributed lock manager. It is used 
+ for example by GFS and the distributed volume manager.