[Pkg-utopia-commits] r477 - packages/unstable/dhcdbd/debian
Riccardo Setti
giskard-guest at costa.debian.org
Mon Jan 16 08:59:15 UTC 2006
Author: giskard-guest
Date: 2006-01-16 08:59:15 +0000 (Mon, 16 Jan 2006)
New Revision: 477
Modified:
packages/unstable/dhcdbd/debian/
packages/unstable/dhcdbd/debian/changelog
packages/unstable/dhcdbd/debian/rules
Log:
addedd mergeWithUpstream option to debian/
Property changes on: packages/unstable/dhcdbd/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: packages/unstable/dhcdbd/debian/changelog
===================================================================
--- packages/unstable/dhcdbd/debian/changelog 2006-01-16 08:51:15 UTC (rev 476)
+++ packages/unstable/dhcdbd/debian/changelog 2006-01-16 08:59:15 UTC (rev 477)
@@ -1,6 +1,6 @@
dhcdbd (1.10-1) unstable; urgency=low
- * Initial upload to Debian (Closes #)
+ * Initial upload to Debian (Closes: #348309)
* based on the ubuntu work
-- Riccardo Setti <giskard at autistici.org> Mon, 5 Jan 2006 17:11:07 +0100
Modified: packages/unstable/dhcdbd/debian/rules
===================================================================
--- packages/unstable/dhcdbd/debian/rules 2006-01-16 08:51:15 UTC (rev 476)
+++ packages/unstable/dhcdbd/debian/rules 2006-01-16 08:59:15 UTC (rev 477)
@@ -8,8 +8,9 @@
binary-install/dhcdbd:: build
- mkdir -p $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/
- cp $(CURDIR)/debian/dhcdbd.dhcp3 $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/dhcdbd
+ install -d $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/
+ install -m 755 $(CURDIR)/debian/dhcdbd.dhcp3 \
+ $(CURDIR)/debian/dhcdbd/etc/dhcp3/dhclient-exit-hooks.d/dhcdbd
chown root:root $(CURDIR)/debian/dhcdbd/sbin/dhcdbd
chmod 6755 $(CURDIR)/debian/dhcdbd/sbin/dhcdbd
More information about the Pkg-utopia-commits
mailing list