Your message dated Sat, 04 Apr 2009 21:36:31 +0000
with message-id <[email protected]>
and subject line Bug#522242: fixed in pilot-link 0.12.3-11
has caused the Debian Bug report #522242,
regarding pilot-link: FTBFS on GNU/kFreeBSD
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
522242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522242
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pilot-link
Version: 0.12.3-10
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version of pilot-link fails to build on GNU/kFreeBSD, as
libbluetooth-dev does not exists on this system. Please find a patch
below to fix the problem.
Thanks in advance,
Aurelien
diff -u pilot-link-0.12.3/debian/control pilot-link-0.12.3/debian/control
--- pilot-link-0.12.3/debian/control
+++ pilot-link-0.12.3/debian/control
@@ -1,6 +1,6 @@
Source: pilot-link
Section: otherosfs
-Build-Depends: debhelper (>= 7.2.2), perl (>= 5.6), libpng-dev,
libreadline5-dev | libreadline-dev, quilt, python-all-dev (>= 2.3),
python-support (>= 0.3), python-all-dbg, libusb-dev, libbluetooth-dev,
pkg-config, libpopt-dev
+Build-Depends: debhelper (>= 7.2.2), perl (>= 5.6), libpng-dev,
libreadline5-dev | libreadline-dev, quilt, python-all-dev (>= 2.3),
python-support (>= 0.3), python-all-dbg, libusb-dev, libbluetooth-dev
[!kfreebsd-amd64 !kfreebsd-i386], pkg-config, libpopt-dev
Priority: optional
Maintainer: Ludovic Rousseau <[email protected]>
Standards-Version: 3.7.3
@@ -82,7 +82,7 @@
Architecture: any
Section: libdevel
Priority: extra
-Depends: ${misc:Depends}, libpisock9 (= ${binary:Version}), libpisync1 (=
${binary:Version}), libncurses-dev|libncurses5-dev, libusb-dev, libbluetooth-dev
+Depends: ${misc:Depends}, libpisock9 (= ${binary:Version}), libpisync1 (=
${binary:Version}), libncurses-dev|libncurses5-dev, libusb-dev,
libbluetooth-dev [!kfreebsd-amd64 !kfreebsd-i386]
Conflicts: libpisock3 (<= 0.9.5-pre5-1.1), pilot-link (<= 0.11.3-4)
Replaces: pilot-link (<= 0.11.3-4)
Description: development files for communicating with a PalmOS PDA
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Source: pilot-link
Source-Version: 0.12.3-11
We believe that the bug you reported is fixed in the latest version of
pilot-link, which is due to be installed in the Debian FTP archive:
libpda-pilot-perl_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/libpda-pilot-perl_0.12.3-11_amd64.deb
libpisock-dev_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/libpisock-dev_0.12.3-11_amd64.deb
libpisock9_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/libpisock9_0.12.3-11_amd64.deb
libpisync1_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/libpisync1_0.12.3-11_amd64.deb
pilot-link_0.12.3-11.diff.gz
to pool/main/p/pilot-link/pilot-link_0.12.3-11.diff.gz
pilot-link_0.12.3-11.dsc
to pool/main/p/pilot-link/pilot-link_0.12.3-11.dsc
pilot-link_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/pilot-link_0.12.3-11_amd64.deb
python-pisock-dbg_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/python-pisock-dbg_0.12.3-11_amd64.deb
python-pisock_0.12.3-11_amd64.deb
to pool/main/p/pilot-link/python-pisock_0.12.3-11_amd64.deb
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.
Ludovic Rousseau <[email protected]> (supplier of updated pilot-link 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.8
Date: Sat, 04 Apr 2009 22:58:44 +0200
Source: pilot-link
Binary: pilot-link libpda-pilot-perl python-pisock python-pisock-dbg libpisock9
libpisync1 libpisock-dev
Architecture: source amd64
Version: 0.12.3-11
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau <[email protected]>
Changed-By: Ludovic Rousseau <[email protected]>
Description:
libpda-pilot-perl - Perl module to communicate with a PalmOS PDA
libpisock-dev - development files for communicating with a PalmOS PDA
libpisock9 - library for communicating with a PalmOS PDA
libpisync1 - synchronization library for PalmOS devices
pilot-link - tools to communicate with a PalmOS PDA
python-pisock - Python module to communicate with PalmOS PDA
python-pisock-dbg - Python module to communicate with PalmOS PDA (debug
extension)
Closes: 522242
Changes:
pilot-link (0.12.3-11) unstable; urgency=low
.
* Fix "FTBFS on GNU/kFreeBSD" libbluetooth-dev does not exists on this
system (Closes: #522242)
* Standards-Version: 3.7.3 -> 3.8.1
add support of noopt and parallel= in DEB_BUILD_OPTIONS. parallel will do
nothing since the compilation will fail with it.
* refresh quilt patches as described in
http://lists.debian.org/debian-devel-announce/2008/07/msg00000.html to
prepare the "3.0 (quilt)" source package format migration
Checksums-Sha1:
8b72413848872834754794b4fd6f85abe567a994 1367 pilot-link_0.12.3-11.dsc
a30fe6742d3d6bef81b5fc1cec98f188154931b4 18230 pilot-link_0.12.3-11.diff.gz
f55968d967f0cbeb8e02c3d17954dc2fd45561a7 282390 libpisock9_0.12.3-11_amd64.deb
b8cce2714ab07726e8071d2c0fada09d214a75d5 186924
libpisock-dev_0.12.3-11_amd64.deb
e13453b86c9bdfea34664ce70ded4018b6a42d17 122444
libpda-pilot-perl_0.12.3-11_amd64.deb
371c406233cbb9e8f9f6e4cbf79bff96f114c3aa 517430 pilot-link_0.12.3-11_amd64.deb
f95b6691d3650cdeb62089de832f62a023bb6221 20532 libpisync1_0.12.3-11_amd64.deb
265096831e6fc985d055ab964fa0418e7f0838f5 137156
python-pisock_0.12.3-11_amd64.deb
d4124249caaec6257536ab894fadb04a69f650ea 454642
python-pisock-dbg_0.12.3-11_amd64.deb
Checksums-Sha256:
68db5bd0a3b54d529d1dd8c4fa744812b34c6d8a27b281c15c0213d34ee9792f 1367
pilot-link_0.12.3-11.dsc
91f5a513c8215e6f6f69754a60a982547408dbdcb8fa0000fdc569a441b3e617 18230
pilot-link_0.12.3-11.diff.gz
db839bd8e9fa741c10e80ee96ef99af89b87e13ac6abb0202a555c934e054044 282390
libpisock9_0.12.3-11_amd64.deb
f4831a795037916bb5330c9c90987aec793fe562c8e7cee7d0f9bd47dde7a935 186924
libpisock-dev_0.12.3-11_amd64.deb
8f43d096c578e4f7c9181238b15a0ac98c6c90c4b3da90e7a020a59ff8ce77af 122444
libpda-pilot-perl_0.12.3-11_amd64.deb
d699680ae12638cdf1a1a927529e2795ac954e52e12c6e2d564eb3c85cc9d4bc 517430
pilot-link_0.12.3-11_amd64.deb
50e28d7d8a44129408267dffb3a2fa45a99ae8db53a8907eefb03cbff6638504 20532
libpisync1_0.12.3-11_amd64.deb
6c7c34a489f2b616020448e0994fcc15c82c4ab818cab34c0f402569501fa886 137156
python-pisock_0.12.3-11_amd64.deb
1ec1c2c0bb8d1928880bb509c992f92b229c27195f7aa51b1941a483fa333dbd 454642
python-pisock-dbg_0.12.3-11_amd64.deb
Files:
b06584a1956667af842658c6c9438545 1367 otherosfs optional
pilot-link_0.12.3-11.dsc
1235a7f819e41bc0d602ae3429da6c01 18230 otherosfs optional
pilot-link_0.12.3-11.diff.gz
63a03632cf1e36cb633c28a07098dd13 282390 libs optional
libpisock9_0.12.3-11_amd64.deb
0e11fba0dca77c2fc09acdca75b3a386 186924 libdevel extra
libpisock-dev_0.12.3-11_amd64.deb
86fa5011304a4bbff059698d72cb71bc 122444 perl extra
libpda-pilot-perl_0.12.3-11_amd64.deb
f911ce0b547d93eb962694b9f7cc3232 517430 otherosfs optional
pilot-link_0.12.3-11_amd64.deb
b321b1f10cd810cc82e9d077faca3b81 20532 libs optional
libpisync1_0.12.3-11_amd64.deb
c7ee7b926fe5ca84cd0ee64c439954c2 137156 python extra
python-pisock_0.12.3-11_amd64.deb
2371fb72cf7bec178d1eea6fe47acbb3 454642 python extra
python-pisock-dbg_0.12.3-11_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknXyxgACgkQP0qKj+B/HPlQJwCeLqK2+T8U0I6ielZH69sWTLES
DyIAni6FDEw/QWKJ3jHDvoGTBEd+GTaG
=E4hs
-----END PGP SIGNATURE-----
--- End Message ---