[Pkg-utopia-commits] r496 - packages/unstable/dhcdbd/debian
Riccardo Setti
giskard-guest at costa.debian.org
Wed Jan 18 10:09:44 UTC 2006
Author: giskard-guest
Date: 2006-01-18 10:09:39 +0000 (Wed, 18 Jan 2006)
New Revision: 496
Added:
packages/unstable/dhcdbd/debian/dhcdbd.manpages
Modified:
packages/unstable/dhcdbd/debian/rules
Log:
Added: packages/unstable/dhcdbd/debian/dhcdbd.manpages
===================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.manpages 2006-01-17 14:58:17 UTC (rev 495)
+++ packages/unstable/dhcdbd/debian/dhcdbd.manpages 2006-01-18 10:09:39 UTC (rev 496)
@@ -0,0 +1 @@
+debian/dhcdbd.1
Modified: packages/unstable/dhcdbd/debian/rules
===================================================================
--- packages/unstable/dhcdbd/debian/rules 2006-01-17 14:58:17 UTC (rev 495)
+++ packages/unstable/dhcdbd/debian/rules 2006-01-18 10:09:39 UTC (rev 496)
@@ -1,6 +1,6 @@
#! /usr/bin/make -f
-DEB_DIR = ${CURDIR}/debian/dhcdbd
+
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -12,8 +12,7 @@
install -d $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/
install -m 644 $(CURDIR)/debian/dhcdbd.dhcp3 \
$(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/dhcdbd
-
- install -m 755 -o root -g root dhcdbd $(CURDIR)/debian/dhcdbd/sbin/dhcdbd
-
- install -m 644 system.d/dhcdbd.conf ${DEB_DIR}/etc/dbus-1/system.d/dhcdbd.conf
- install -m 644 service/dhcdbd.service ${DEB_DIR}/usr/share/dbus-1/services/dhcdbd.service
+
+binary-fixup/dhcdbd::
+ chmod -x ${DEB_DESTDIR}etc/dbus-1/system.d/dhcdbd.conf
+ chmod -x ${DEB_DESTDIR}usr/share/dbus-1/services/dhcdbd.service
More information about the Pkg-utopia-commits
mailing list