Your message dated Thu, 14 Apr 2005 03:17:17 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299407: fixed in eagle-usb 2.1.1-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Mar 2005 23:24:01 +0000
>From [EMAIL PROTECTED] Sun Mar 13 15:24:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from postfix3-2.free.fr [213.228.0.169]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DAcRF-0005GY-00; Sun, 13 Mar 2005 15:24:01 -0800
Received: from mail.placard.fr.eu.org (mirenboite.placard.fr.eu.org
[82.234.164.47])
by postfix3-2.free.fr (Postfix) with ESMTP id 2E646C004
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 00:23:59 +0100 (CET)
Received: from mirexpress.internal.placard.fr.eu.org
(mirexpress.internal.placard.fr.eu.org [192.168.1.128])
by mail.placard.fr.eu.org (Postfix) with ESMTP id 2AAFF7F0E
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 00:23:53 +0100 (CET)
Received: from roland by mirexpress.internal.placard.fr.eu.org with local (Exim
3.36 #1 (Debian))
id 1DAcR6-0007Zl-00
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 00:23:52 +0100
From: Roland Mas <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: eagle-usb-modules-source: Can't build modules
X-Debbugs-CC: Roland Mas <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 14 Mar 2005 00:23:52 +0100
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: eagle-usb-modules-source
Version: 2.1.1-1
Severity: normal
Hi,
I'm trying to build the eagle-usb-modules package for use on my
gateway, but I encounter the following bug: the building of
eagle-usb-modules tries to run depmod, which is not in my (non-root)
user's $PATH. Therefore, failure happens. I have no idea why it
should try to run depmod anyway, since the modules I'm building are
intended for another machine. This is a problem that appeared with
2.1.1-1, the previous 1.9.9 version worked fine. The "soekris" patch
shouldn't have any influence on eagle-usb (and the problem is not in
the building anyway, it's in what happens after things got compiled).
Here's the (trimmed) build log:
[EMAIL PROTECTED]:/usr/src/kernel-mirenboite/linux-2.4.29$ fakeroot make-=
kpkg --revision=3D7 --added-patches=3Dsoekris kernel-image modules
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb || \
mv -f scripts/package/builddeb scripts/package/builddeb.dist
test ! -e scripts/package/Makefile || \
(mv -f scripts/package/Makefile scripts/package/Makefile.dist=
&& \
(echo "# Dummy file "; echo "help:") > scripts/package/Ma=
kefile)
test ! -f stamp-debian && test ! -f debian/official && \
rm -rf ./debian && mkdir ./debian
test -f applied_patches && rm -f applied_patches
make: [stamp-debian] Erreur 1 (ignor=C3=A9e)
for patch in /usr/src/kernel-patches/all/apply/soekris ; do \
if test -x $patch; then \
if $patch; then \
echo "Patch $patch processed fine"; \
echo "$patch" >> applied_patches; \
else \
echo "Patch $patch failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
fi; \
done
START applying soekris patch (Soekris net4801 patch)
Testing whether "Soekris net4801 patch" patch for 2.4.29 applies (dry run=
):
"Soekris net4801 patch" patch for 2.4.29 succeeded
Removing empty files:
Done.
END applying soekris patch
Patch /usr/src/kernel-patches/all/apply/soekris processed fine
echo done > stamp-patch
[...kernel builds normally...]
chmod -R og=3DrX debian/tmp-image
chown -R root:root debian/tmp-image
dpkg --build debian/tmp-image ..
dpkg-deb=C2=A0: construction du paquet =C2=AB=C2=A0kernel-image-2.4.29=C2=
=A0=C2=BB dans =C2=AB=C2=A0../kernel-image-2.4.29_7_i386.deb=C2=A0=C2=BB.
rm -f -r debian/tmp-image
echo done > stamp-image
make[1]: Leaving directory `/usr/src/kernel-mirenboite/linux-2.4.29'
for module in /usr/src/modules/eagle-usb ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS=3D"2.4.29" KSRC=3D"/usr/src/kernel-=
mirenboite/linux-2.4.29" \
KMAINT=3D"Roland Mas" KEMAIL=3D"[EMAIL PROTECTED]
ree.fr" \
KPKG_DEST_DIR=3D"/usr/src/kernel-mirenboite/=
linux-2.4.29/.." \
KPKG_MAINTAINER=3D"Roland Mas" \
ARCH=3Di386 \
KPKG_EXTRAV_ARG=3D"" \
KDREV=3D"7" kdist; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
if [ "Xfakeroot" !=3D "X" ]; then \
echo "Perhaps $module does not understand --rootcmd=
?"; \
echo "If you see messages that indicate that it is =
not"; \
echo "in fact being built as root, please file a bu=
g "; \
echo "against $module."; \
fi; \
echo "Hit return to Continue?"; \
read ans; \
fi; \
); \
fi; \
done
make[1]: Entering directory `/usr/src/modules/eagle-usb'
/usr/bin/make -w -f debian/rules clean
make[2]: Entering directory `/usr/src/modules/eagle-usb'
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
/usr/bin/make -C driver clean >/dev/null 2>&1 || true
rm -f Makefile.common
rm -rf config.{status,log,cache}
rm -f configure-stamp
dh_clean=20
rm -f debian/control debian/postinst
make[2]: Leaving directory `/usr/src/modules/eagle-usb'
Nothing to configure
/usr/bin/make -w -f debian/rules binary-modules
make[2]: Entering directory `/usr/src/modules/eagle-usb'
sed -e 's/_KVERS_/2.4.29/g' debian/control.in >debian/control
sed -e 's/_KVERS_/2.4.29/g' debian/postinst.in >debian/postinst
dh_testdir
# Add here commands to configure the package.
CONFIG_FILES=3DMakefile.common ./configure --build i386-linux \
--prefix=3D/ \
--exec-prefix=3D/usr \
--sysconfdir=3D/etc \
--libdir=3D/usr/lib \
--datadir=3D/usr/share \
--includedir=3D/usr/include \
--infodir=3D/usr/share/info \
--mandir=3D/usr/share/man \
--with-dsp-dir=3D/usr/share/eagle-usb/dsp \
--with-kernel-src=3D/usr/src/kernel-mirenboite/linux-2.4.29
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...=20
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether closedir returns void... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing s=
lash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... dhclient
checking for pppd... no
checking for pppoe... no
checking for tclsh... yes
checking for wish... yes
checking for xsltproc... yes
checking for kernel version... 2.4.29
checking for ifup... 1
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
configure: creating ./config.status
config.status: creating Makefile.common
config.status: executing default commands
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
distribution detected Debian
dhcp support dhclient
pppd support no (runtime detection)
install eagleconnect (tcl/tk frontend) yes
generate documentation yes
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
warning: kernel-sources version is different from the current kernel.
warning: current gcc version is not the same as the one used to
compile the running kernel.
- current gcc version: 3.3.5
- gcc version used for kernel: Linux
touch configure-stamp
export DH_OPTIONS=3D'-peagle-usb-modules-2.4.29'
dh_testdir
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make KERNELSRC=3D/usr/src/kernel-mirenboite/linux-2.4.29 KERNELV=
ER=3D2.4.29 -C driver driver
make[3]: Entering directory `/usr/src/modules/eagle-usb/driver'
if test ! -f .depend ; then make dep ; exit 0 ; fi
make[4]: Entering directory `/usr/src/modules/eagle-usb/driver'
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -M *.c > .depend
make[4]: Leaving directory `/usr/src/modules/eagle-usb/driver'
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o eu_main.o eu_main.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o eu_utils.o eu_utils.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Pipes.o Pipes.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Me.o Me.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Sm.o Sm.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o eu_msg.o eu_msg.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Dsp.o Dsp.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Mpoa.o Mpoa.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Uni.o Uni.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Sar.o Sar.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o Oam.o Oam.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o eu_eth.o eu_eth.c
cc -DLINUX -D__KERNEL__ -DMODULE -I/usr/src/kernel-mirenboite/linux-2.4.2=
9/include '-DEAGLEUSBVERSION=3D"2.1.1"' -Wall -Wstrict-prototypes -fomit-=
frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=3D2 -=
O2 -c -o eu_boot_sm.o eu_boot_sm.c
ld -r -o eagle-usb.o eu_main.o eu_utils.o Pipes.o Me.o Sm.o eu_msg.o Dsp.=
o Mpoa.o Uni.o Sar.o Oam.o eu_eth.o eu_boot_sm.o
make[3]: Leaving directory `/usr/src/modules/eagle-usb/driver'
# Install the module
/usr/bin/make DESTDIR=3D/usr/src/modules/eagle-usb/debian/eagle-usb-modul=
es-2.4.29 \
KERNELSRC=3D/usr/src/kernel-mirenboite/linux-2.4.29 KERNELVER=3D2.4.29 \
-C driver installdriver=20
make[3]: Entering directory `/usr/src/modules/eagle-usb/driver'
/usr/bin/install -c -d /usr/src/modules/eagle-usb/debian/eagle-usb-module=
s-2.4.29/lib/modules/2.4.29/misc && \
/usr/bin/install -c -m 0644 eagle-usb.o /usr/src/modules/eagle-usb/debian=
/eagle-usb-modules-2.4.29/lib/modules/2.4.29/misc/eagle-usb.o && \
depmod -a
/bin/sh: depmod: command not found
make[3]: *** [installdriver] Erreur 127
make[3]: Leaving directory `/usr/src/modules/eagle-usb/driver'
make[2]: *** [binary-modules] Erreur 2
make[2]: Leaving directory `/usr/src/modules/eagle-usb'
make[1]: *** [kdist_image] Erreur 2
make[1]: Leaving directory `/usr/src/modules/eagle-usb'
Module /usr/src/modules/eagle-usb failed.
Perhaps /usr/src/modules/eagle-usb does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug=20
against /usr/src/modules/eagle-usb.
Hit return to Continue?
Then nothing happens until I hit return, then I get my prompt back
with no further output.
Thanks,
Roland.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=3Dfr_FR.UTF-8, LC_CTYPE=3Dfr_FR.UTF-8 (charmap=3DUTF-8)
Versions of packages eagle-usb-modules-source depends on:
ii debhelper 4.2.31 helper programs for debian/r=
ules
ii make 3.80-9 The GNU version of the "make=
" util
-- no debconf information
---------------------------------------
Received: (at 299407-close) by bugs.debian.org; 14 Apr 2005 07:23:03 +0000
>From [EMAIL PROTECTED] Thu Apr 14 00:23:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLygp-0001dK-00; Thu, 14 Apr 2005 00:23:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DLybF-0006oU-00; Thu, 14 Apr 2005 03:17:17 -0400
From: Pierre Machard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299407: fixed in eagle-usb 2.1.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 14 Apr 2005 03:17:17 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: eagle-usb
Source-Version: 2.1.1-2
We believe that the bug you reported is fixed in the latest version of
eagle-usb, which is due to be installed in the Debian FTP archive:
eagle-usb-data_2.1.1-2_all.deb
to pool/main/e/eagle-usb/eagle-usb-data_2.1.1-2_all.deb
eagle-usb-modules-source_2.1.1-2_all.deb
to pool/main/e/eagle-usb/eagle-usb-modules-source_2.1.1-2_all.deb
eagle-usb-utils_2.1.1-2_i386.deb
to pool/main/e/eagle-usb/eagle-usb-utils_2.1.1-2_i386.deb
eagle-usb_2.1.1-2.diff.gz
to pool/main/e/eagle-usb/eagle-usb_2.1.1-2.diff.gz
eagle-usb_2.1.1-2.dsc
to pool/main/e/eagle-usb/eagle-usb_2.1.1-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pierre Machard <[EMAIL PROTECTED]> (supplier of updated eagle-usb package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 14 Apr 2005 08:36:31 +0200
Source: eagle-usb
Binary: eagle-usb-utils eagle-usb-modules-source eagle-usb-data
Architecture: source i386 all
Version: 2.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Cyril Martin <[EMAIL PROTECTED]>
Changed-By: Pierre Machard <[EMAIL PROTECTED]>
Description:
eagle-usb-data - Data for Eagle USB ADSL modems
eagle-usb-modules-source - EAGLE-USB binary kernel module source for Eagle USB
ADSL modems
eagle-usb-utils - Userspace tools for Eagle USB ADSL modems
Closes: 298264 299276 299407
Changes:
eagle-usb (2.1.1-2) unstable; urgency=low
.
[Cyril Martin]
* Fix: use official English names for countries (Closes: #298264)
* Fix: cross-build of the module package (Closes: #299407)
* Fix: eagle-usb-utils postinst: shell compatibility (Closes: #299276)
* Update the list of ISP
* Translations:
Add da translation. Thanks to Claus Hindsgaul
Add eu translation. Thanks to Piarres Beobide
Update nl translation. Thanks to Luk Claes
Update de translation. Thanks to Erik Schanze
.
[Pierre Machard]
* Proofread fr.po
Files:
925ddda915949d7dd28b6a9bc5a3544a 799 net optional eagle-usb_2.1.1-2.dsc
4b281d2f054a1f8b4b7848d9220ae30c 27474 net optional eagle-usb_2.1.1-2.diff.gz
559aa3324ee2a05f64568d339fdcbfa4 200554 net optional
eagle-usb-modules-source_2.1.1-2_all.deb
96ef8f91c9ae506adef1211ce77357c2 421106 net optional
eagle-usb-data_2.1.1-2_all.deb
5c850c8d335745c442981ee1c2a47b3e 88302 net optional
eagle-usb-utils_2.1.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCXhYMs6AtZiNwb4cRAmUvAJ9fp5ld1vMy5CGlXPbwM8PkqQhGDwCeJiPe
NOIJoIFRfs65LhW64IRXaHs=
=f6OA
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]