]> git.proxmox.com Git - dlm.git/commitdiff
split package
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 09:27:14 +0000 (10:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 09:27:14 +0000 (10:27 +0100)
debian/changelog
debian/compat
debian/control
debian/libdlm-dev.dirs [new file with mode: 0644]
debian/libdlm-dev.install [new file with mode: 0644]
debian/libdlm3.dirs [new file with mode: 0644]
debian/libdlm3.install [new file with mode: 0644]
debian/rules

index f7d3223f44e5cce61edb723bcab376d307a0b7b8..705b1322f5906ca088846b4de70657eeb8afccf7 100644 (file)
@@ -1,5 +1,5 @@
 dlm (4.0.2-1) unstable; urgency=low
 
-  * Initial release 
+  * Initial release
 
- -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Feb 2015 17:10:55 +0100
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Feb 2015 09:47:58 +0100
index 45a4fb75db864000d01701c0f7a51864bd4daabf..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-8
+9
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.
diff --git a/debian/libdlm-dev.dirs b/debian/libdlm-dev.dirs
new file mode 100644 (file)
index 0000000..4418816
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libdlm-dev.install b/debian/libdlm-dev.install
new file mode 100644 (file)
index 0000000..25d767d
--- /dev/null
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.so
+usr/share/pkgconfig/*
+usr/share/man/man3
diff --git a/debian/libdlm3.dirs b/debian/libdlm3.dirs
new file mode 100644 (file)
index 0000000..6845771
--- /dev/null
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libdlm3.install b/debian/libdlm3.install
new file mode 100644 (file)
index 0000000..6610f1d
--- /dev/null
@@ -0,0 +1,5 @@
+usr/sbin
+usr/share/man/man5
+usr/share/man/man8
+usr/lib/lib*.so.*
+lib/udev/rules.d/51-dlm.rules
\ No newline at end of file
index 8c9befb5088b6ee86f03f33d0f9ae559d0a5ee23..5bdebcf67550996d36c1c65fe74917519d74ec65 100755 (executable)
@@ -1,16 +1,11 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# enable hardening
-export DEB_BUILD_HARDENING=1
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
 
 %:
        dh $@ --with=quilt