[Pkg-utopia-commits] r480 - packages/unstable/dhcdbd/debian

Riccardo Setti giskard-guest at costa.debian.org
Mon Jan 16 10:08:53 UTC 2006


Author: giskard-guest
Date: 2006-01-16 10:08:52 +0000 (Mon, 16 Jan 2006)
New Revision: 480

Added:
   packages/unstable/dhcdbd/debian/dhcdbd.lintian-override
Modified:
   packages/unstable/dhcdbd/debian/rules
Log:


Added: packages/unstable/dhcdbd/debian/dhcdbd.lintian-override
===================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.lintian-override	2006-01-16 09:10:52 UTC (rev 479)
+++ packages/unstable/dhcdbd/debian/dhcdbd.lintian-override	2006-01-16 10:08:52 UTC (rev 480)
@@ -0,0 +1 @@
+dhcdbd: binary-without-manpage dhcdbd

Modified: packages/unstable/dhcdbd/debian/rules
===================================================================
--- packages/unstable/dhcdbd/debian/rules	2006-01-16 09:10:52 UTC (rev 479)
+++ packages/unstable/dhcdbd/debian/rules	2006-01-16 10:08:52 UTC (rev 480)
@@ -1,4 +1,5 @@
 #! /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
@@ -9,8 +10,14 @@
 binary-install/dhcdbd:: build
 	
 	install -d $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/
-	install -m 755  $(CURDIR)/debian/dhcdbd.dhcp3 \
+	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
+	
+	install -d $(CURDIR)/debian/dhcdbd/usr/share/lintian/overrides/dhcdbd
+	install -m 0644 debian/dhcdbd.lintian-override $(CURDIR)/debian/dhcdbd/usr/share/lintian/overrides/dhcdbd
+	




More information about the Pkg-utopia-commits mailing list