Author: tha-guest Date: 2006-02-20 18:22:11 +0000 (Mon, 20 Feb 2006) New Revision: 40 Modified: trunk/debian/control trunk/debian/rules Log: - changed "hotplug | udev (>=0.059)" dependency to "hotplug | udev" - removed "hotplug" as build-dependency - updated rules file to have hotplug & udev etc files installed Modified: trunk/debian/control ==================================================================--- trunk/debian/control 2006-02-20 17:40:56 UTC (rev 39) +++ trunk/debian/control 2006-02-20 18:22:11 UTC (rev 40) @@ -4,7 +4,7 @@ Section: misc Priority: extra Standards-Version: 3.6.2.2 -Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transfig, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bcc, dpatch +Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transfig, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, bcc, dpatch Package: xen Section: misc @@ -60,7 +60,7 @@ Package: xen-utils Section: misc Architecture: i386 amd64 -Depends: xen-hypervisor | xen-hypervisor-pae, python-twisted, python, libxen-python, iproute, hotplug | udev (>= 0.059), ${shlibs:Depends} +Depends: xen-hypervisor | xen-hypervisor-pae, python-twisted, python, libxen-python, iproute, hotplug | udev, ${shlibs:Depends} Recommends: bridge-utils Description: XEN administrative tools The userspace tools to manage a system virtualized through the XEN virtual Modified: trunk/debian/rules ==================================================================--- trunk/debian/rules 2006-02-20 17:40:56 UTC (rev 39) +++ trunk/debian/rules 2006-02-20 18:22:11 UTC (rev 40) @@ -68,8 +68,8 @@ dh_installdirs -s $(MAKE) install-tools XEN_PYTHON_NATIVE_INSTALL=1 DESTDIR=$(CURDIR)/debian/install $(MAKE) install-xen DESTDIR=$(CURDIR)/debian/install - # This should probably be install-hotplug when building for sarge... $(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install + $(MAKE) -C tools/examples install-hotplug DESTDIR=$(CURDIR)/debian/install cp -dR $(CURDIR)/docs/man1 $(CURDIR)/debian/install/usr/share/man # Needed, otherwise dpkg-buildpackage -B fails cp -dR $(CURDIR)/docs/man5 $(CURDIR)/debian/install/usr/share/man # Needed, otherwise dpkg-buildpackage -B fails find $(CURDIR)/debian/install -name ''*.pyc'' | xargs rm
Guido Trotter
2006-Feb-20 18:34 UTC
[Pkg-xen-devel] Re: [Pkg-xen-changes] r40 - trunk/debian
On Mon, Feb 20, 2006 at 06:22:11PM +0000, Ralph Passgang wrote: Hi,> - changed "hotplug | udev (>=0.059)" dependency to "hotplug | udev"But shouldn't we mandate hotplug, unless one has a sufficiently new version of udev? Or am I missing something... Guido