Your message dated Wed, 26 Aug 2009 16:07:15 +0000
with message-id <e1mgl1n-0005wy...@ries.debian.org>
and subject line Bug#536747: fixed in libipoddevice 0.5.3-3.2
has caused the Debian Bug report #536747,
regarding libipoddevice: please build against libsgutils2
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 ow...@bugs.debian.org
immediately.)
--
536747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libipoddevice
Version: 0.5.3-3.1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch karmic
Hello,
sg3utils recently got a new SONAME. Please update your package
so that the old "1" soname binary packages can be removed from the
archive.
Patch attached.
Thanks for considering,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u libipoddevice-0.5.3/debian/changelog
libipoddevice-0.5.3/debian/changelog
--- libipoddevice-0.5.3/debian/changelog
+++ libipoddevice-0.5.3/debian/changelog
@@ -1,3 +1,11 @@
+libipoddevice (0.5.3-3.1ubuntu2) karmic; urgency=low
+
+ * debian/control: libsgutils1-dev → libsgutils2-dev.
+ * configure.ac, configure: Update check for libsgutils to use "-lsgutils2".
+ * src/hal-ipod-info.c: Add missing stdint.h include.
+
+ -- Martin Pitt <martin.p...@ubuntu.com> Mon, 13 Jul 2009 08:48:41 +0200
+
libipoddevice (0.5.3-3.1ubuntu1) intrepid; urgency=low
* src/ipod-device.c:
diff -u libipoddevice-0.5.3/debian/control libipoddevice-0.5.3/debian/control
--- libipoddevice-0.5.3/debian/control
+++ libipoddevice-0.5.3/debian/control
@@ -4,7 +4,7 @@
Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Mono Group
<pkg-mono-gr...@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <sl...@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, pkg-config, libglib2.0-dev (>= 2.6.0),
libdbus-glib-1-dev, libhal-dev (>= 0.5.6), libgtop2-dev (>= 2.14.0),
libsgutils1-dev, libxml2-dev, zlib1g-dev
+Build-Depends: debhelper (>= 5), cdbs, pkg-config, libglib2.0-dev (>= 2.6.0),
libdbus-glib-1-dev, libhal-dev (>= 0.5.6), libgtop2-dev (>= 2.14.0),
libsgutils2-dev, libxml2-dev, zlib1g-dev
Standards-Version: 3.7.2
Package: ipod
only in patch2:
unchanged:
--- libipoddevice-0.5.3.orig/configure
+++ libipoddevice-0.5.3/configure
@@ -20863,13 +20863,13 @@
fi
-{ echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils" >&5
-echo $ECHO_N "checking for sg_ll_inquiry in -lsgutils... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils2" >&5
+echo $ECHO_N "checking for sg_ll_inquiry in -lsgutils2... $ECHO_C" >&6; }
if test "${ac_cv_lib_sgutils_sg_ll_inquiry+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgutils $LIBS"
+LIBS="-lsgutils2 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -20941,10 +20941,10 @@
{ echo "$as_me:$LINENO: result: $ac_cv_lib_sgutils_sg_ll_inquiry" >&5
echo "${ECHO_T}$ac_cv_lib_sgutils_sg_ll_inquiry" >&6; }
if test $ac_cv_lib_sgutils_sg_ll_inquiry = yes; then
- HAL_IPOD_INFO_LIBS="-lsgutils"
+ HAL_IPOD_INFO_LIBS="-lsgutils2"
else
- { { echo "$as_me:$LINENO: error: Error! You need to have libsgutils." >&5
-echo "$as_me: error: Error! You need to have libsgutils." >&2;}
+ { { echo "$as_me:$LINENO: error: Error! You need to have libsgutils2." >&5
+echo "$as_me: error: Error! You need to have libsgutils2." >&2;}
{ (exit 1); exit 1; }; }
fi
only in patch2:
unchanged:
--- libipoddevice-0.5.3.orig/configure.ac
+++ libipoddevice-0.5.3/configure.ac
@@ -48,8 +48,8 @@
AC_DEFINE([HAVE_HAL_EJECT], [1], [Have a HAL that supports DBus
Methods])
fi
-AC_CHECK_LIB(sgutils, sg_ll_inquiry, HAL_IPOD_INFO_LIBS="-lsgutils",
- AC_MSG_ERROR([Error! You need to have libsgutils.])
+AC_CHECK_LIB(sgutils, sg_ll_inquiry, HAL_IPOD_INFO_LIBS="-lsgutils2",
+ AC_MSG_ERROR([Error! You need to have libsgutils2.])
)
AC_SUBST(HAL_IPOD_INFO_LIBS)
only in patch2:
unchanged:
--- libipoddevice-0.5.3.orig/src/hal-ipod-info.c
+++ libipoddevice-0.5.3/src/hal-ipod-info.c
@@ -6,6 +6,7 @@
#include <errno.h>
#include <sys/types.h>
#include <fcntl.h>
+#include <stdint.h>
#include <scsi/sg_cmds.h>
#include <libhal.h>
#include <glib.h>
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libipoddevice
Source-Version: 0.5.3-3.2
We believe that the bug you reported is fixed in the latest version of
libipoddevice, which is due to be installed in the Debian FTP archive:
ipod_0.5.3-3.2_i386.deb
to pool/main/libi/libipoddevice/ipod_0.5.3-3.2_i386.deb
libipoddevice-dev_0.5.3-3.2_i386.deb
to pool/main/libi/libipoddevice/libipoddevice-dev_0.5.3-3.2_i386.deb
libipoddevice0_0.5.3-3.2_i386.deb
to pool/main/libi/libipoddevice/libipoddevice0_0.5.3-3.2_i386.deb
libipoddevice_0.5.3-3.2.diff.gz
to pool/main/libi/libipoddevice/libipoddevice_0.5.3-3.2.diff.gz
libipoddevice_0.5.3-3.2.dsc
to pool/main/libi/libipoddevice/libipoddevice_0.5.3-3.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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (supplier of updated libipoddevice 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 26 Aug 2009 15:59:04 +0200
Source: libipoddevice
Binary: ipod libipoddevice0 libipoddevice-dev
Architecture: source i386
Version: 0.5.3-3.2
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group <pkg-mono-gr...@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
ipod - tool for retrieving informations from iPods
libipoddevice-dev - library for retrieving informations from iPods
libipoddevice0 - library for retrieving informations from iPods
Closes: 536747
Changes:
libipoddevice (0.5.3-3.2) unstable; urgency=low
.
[ Martin Pitt ]
* debian/control: libsgutils1-dev → libsgutils2-dev. (Closes: #536747)
* configure.ac, configure: Update check for libsgutils to use "-lsgutils2".
* src/hal-ipod-info.c: Add missing stdint.h include.
.
[ Michael Biebl ]
* Non-maintainer upload.
Checksums-Sha1:
296eb0d257b986e0f026c552fb8baed5f01a5011 1251 libipoddevice_0.5.3-3.2.dsc
df492609068666da23e280bdd1dccc19abb3accd 3970 libipoddevice_0.5.3-3.2.diff.gz
1639c9b9e9b1c4476f71c13f817b233346774645 15650 ipod_0.5.3-3.2_i386.deb
b3243c53e744faf5aa15ac4850277def87745d54 35148
libipoddevice0_0.5.3-3.2_i386.deb
5d5a82d3a61cced0ff1ad41529fefc13d61fbe30 32350
libipoddevice-dev_0.5.3-3.2_i386.deb
Checksums-Sha256:
001c54b3ef0ded1b1b1fe23ed4b949e89321508305160a9355a19c1179166c3b 1251
libipoddevice_0.5.3-3.2.dsc
bad22e495cf10460d3c5af004e8d73f977cca9fd14e1c1f47e0a2c4efdc7ec87 3970
libipoddevice_0.5.3-3.2.diff.gz
85f2783d1753d1b84a6a65203cadee3820ebc1d37b00bfc59db7bdd25d62cae1 15650
ipod_0.5.3-3.2_i386.deb
e6b25109561354537c7e6e2e0206c5dbd8eff0f00a407c301e9a417578ab7d15 35148
libipoddevice0_0.5.3-3.2_i386.deb
46439b2c6667d29f512919321f56ba94d31b15c013b21f2bf37def4df22f3767 32350
libipoddevice-dev_0.5.3-3.2_i386.deb
Files:
08633592e6d2ea34a2a6bb18964aa84b 1251 libs optional libipoddevice_0.5.3-3.2.dsc
eefce37058a1a9f06987dff3bbbfdd0e 3970 libs optional
libipoddevice_0.5.3-3.2.diff.gz
dfa954294c2b62d44b4033317c51365a 15650 utils optional ipod_0.5.3-3.2_i386.deb
c022b3dd73455b6584d356ce62b85ff1 35148 libs optional
libipoddevice0_0.5.3-3.2_i386.deb
1f38d3052c56c595fbdd46cd0d1c07f0 32350 libdevel optional
libipoddevice-dev_0.5.3-3.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqVQPEACgkQh7PER70FhVQs4ACePjF6qEsAITY532vS6LTZkIyD
BSAAoLhvk3unAu4mwPwOl9BC2LCOJTjL
=EcOB
-----END PGP SIGNATURE-----
--- End Message ---