[Pkg-samba-maint] r1719 - trunk/ctdb/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon Jan 28 19:40:15 UTC 2008


Author: mparent-guest
Date: 2008-01-28 19:40:15 +0000 (Mon, 28 Jan 2008)
New Revision: 1719

Modified:
   trunk/ctdb/debian/control
   trunk/ctdb/debian/rules
Log:
iproute and psmisc are depends


Modified: trunk/ctdb/debian/control
===================================================================
--- trunk/ctdb/debian/control	2008-01-24 16:16:23 UTC (rev 1718)
+++ trunk/ctdb/debian/control	2008-01-28 19:40:15 UTC (rev 1719)
@@ -12,8 +12,8 @@
 
 Package: ctdb
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, lsof, ethtool, logrotate
-Suggests: samba | vsftpd | nfs | nfs-kernel-server, pciutils, net-tools, iproute, cron, iptablesq, nfs-common, smbclient, multipath-tools, selinux-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, lsof, ethtool, logrotate, iproute, psmisc
+Suggests: samba | vsftpd | nfs | nfs-kernel-server, pciutils, net-tools, cron, iptablesq, nfs-common, smbclient, multipath-tools, selinux-utils
 Description: clustered database to store temporary data
  CTDB is a cluster implementation of the TDB database used by Samba and other
  projects to store temporary data.

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2008-01-24 16:16:23 UTC (rev 1718)
+++ trunk/ctdb/debian/rules	2008-01-28 19:40:15 UTC (rev 1719)
@@ -103,7 +103,6 @@
 	# Create the target build directory hierarchy
 	mkdir -p $(DESTDIR)/etc/init.d
 	mkdir -p $(DESTDIR)/etc/default
-	mkdir -p $(DESTDIR)/var/log/ctdb
 	# Add here commands to install the arch part of the package into 
 	# debian/tmp.
 	$(MAKE) DESTDIR=$(DESTDIR) install




More information about the Pkg-samba-maint mailing list