Package: nut Version: 2.2.2-1 Severity: serious Tags: patch Justification: FTBFS on Sid powerpc
Hi,
When rebuilding your package (while waiting for it to go through
incoming), it failed to build from source with the following error:
mv /home/tokkee/tmp/nut-2.2.2/debian/nut/hald-addon-*
/home/tokkee/tmp/nut-2.2.2/debian/nut-hal-drivers/usr/lib/hal
mv: cannot stat `/home/tokkee/tmp/nut-2.2.2/debian/nut/hald-addon-*': No such
file or directory
Looks like you're missing some parts in the source directory. The
attached patch fixes this as well as another path name.
Cheers,
Sebastian
PS: lintian reports a couple of warnings and even some errors. Please
take care of those as well.
--
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/
Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin
diff --git a/debian/rules b/debian/rules
index 002fe4c..b6f80d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,8 +109,8 @@ install-stamp:
mkdir -p $(CURDIR)/debian/nut-hal-drivers/usr/lib/hal \
$(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/ \
$(CURDIR)/debian/nut-hal-drivers/etc/udev/rules.d
- mv $(CURDIR)/debian/nut/hald-addon-*
$(CURDIR)/debian/nut-hal-drivers/usr/lib/hal
- mv $(CURDIR)/debian/nut/20-ups-nut-device.fdi
$(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/
+ mv $(CURDIR)/debian/nut/usr/lib/hal/hald-addon-*
$(CURDIR)/debian/nut-hal-drivers/usr/lib/hal
+ mv
$(CURDIR)/debian/nut/share/hal/fdi/information/20thirdparty/20-ups-nut-device.fdi
$(CURDIR)/debian/nut-hal-drivers/usr/share/hal/fdi/information/20thirdparty/
# HAL support also requires the udev rules
install -m 644 $(CURDIR)/scripts/udev/nut-usbups.rules \
$(CURDIR)/debian/nut-hal-drivers/etc/udev/rules.d/025_nut-usbups.rules
signature.asc
Description: Digital signature

