]> git.proxmox.com Git - resource-agents-pve.git/commitdiff
remove drbd agents (those are in drbd8-utils)
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Jan 2012 09:56:51 +0000 (10:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Jan 2012 09:56:51 +0000 (10:56 +0100)
Makefile
debian/changelog
debian/rules

index 202b8fde8e591dc70f0b152919982fc9cb6080ee..08d16943d1bf835d51e87f488b85f3ac2dc7420c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.0
 
 PACKAGE=resource-agents-pve
-PKGREL=2
+PKGREL=3
 RAVER=3.9.2
 RADIR=resource-agents-${RAVER}
 RASRC=${RADIR}.tar.bz2
index ac3f3cfe04b2084ab6db1ba153190a0a9db6b540..565e3cf31be97a5ab17ad7b7764b13201b4e179d 100644 (file)
@@ -1,3 +1,9 @@
+resource-agents-pve (3.9.2-3) unstable; urgency=low
+
+  * remove drbd agents (those are in drbd8-utils)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Jan 2012 10:55:22 +0100
+
 resource-agents-pve (3.9.2-2) unstable; urgency=low
 
   * add various depends (copied from old rgmanager package)
index ccb1a85c4a942f66b8ea1c337c640a8c2db6861a..1157f896b4771304abc4adf9f9fb942b3254703b 100755 (executable)
@@ -9,6 +9,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILDROOT := $(shell pwd)
+RADIR=$(BUILDROOT)/debian/resource-agents-pve/usr/share/cluster
+
 %:
        dh $@ 
 
@@ -18,3 +21,9 @@ override_dh_auto_configure:
                --localstatedir=/var                            \
                --with-ras-set=rgmanager                        \
                --sysconfdir=/etc
+
+override_dh_auto_install:
+       $(MAKE) install DESTDIR=$(BUILDROOT)/debian/resource-agents-pve
+       # drbd files are in package drbd8-utils
+       rm $(RADIR)/drbd.metadata
+       rm $(RADIR)/drbd.sh
\ No newline at end of file