tags 556500 + pending thanks Dear maintainer,
I've prepared an NMU for transfermii (versioned as 1:0.6.1-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Pink Floyd: One Of My Turns
diff -u transfermii-0.6.1/debian/control transfermii-0.6.1/debian/control --- transfermii-0.6.1/debian/control +++ transfermii-0.6.1/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Romain Beauxis <to...@rastageeks.org> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.1), cmake, libcwiid1-dev (>= 0.6.00+svn184-1+b1), libbluetooth-dev, libgtk2.0-dev +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.1), cmake, libcwiid-dev, libbluetooth-dev, libgtk2.0-dev Standards-Version: 3.8.2.0 Package: transfermii diff -u transfermii-0.6.1/debian/changelog transfermii-0.6.1/debian/changelog --- transfermii-0.6.1/debian/changelog +++ transfermii-0.6.1/debian/changelog @@ -1,3 +1,14 @@ +transfermii (1:0.6.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with binutils-gold": + add patch from Ubuntu Andreas Moog: + - add -lbluetooth to linker-options to fix FTBFS (LP: #756003) + (Closes: #556500) + * Build-depend on libcwiid-dev instead of the removed libcwiid1-dev. + + -- gregor herrmann <gre...@debian.org> Tue, 20 Dec 2011 20:24:53 +0100 + transfermii (1:0.6.1-2) unstable; urgency=low * Changed build-dep on libbluetooth2-dev to diff -u transfermii-0.6.1/debian/control.in transfermii-0.6.1/debian/control.in --- transfermii-0.6.1/debian/control.in +++ transfermii-0.6.1/debian/control.in @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Romain Beauxis <to...@rastageeks.org> -Build-Depends: @cdbs@, cmake, libcwiid1-dev (>= 0.6.00+svn184-1+b1), libbluetooth-dev, libgtk2.0-dev +Build-Depends: @cdbs@, cmake, libcwiid-dev, libbluetooth-dev, libgtk2.0-dev Standards-Version: 3.8.2.0 Package: transfermii only in patch2: unchanged: --- transfermii-0.6.1.orig/CMakeLists.txt +++ transfermii-0.6.1/CMakeLists.txt @@ -11,21 +11,21 @@ SUBDIRS(cwiid) # CLI ADD_EXECUTABLE(transfermii_cli transfermii_cli.c) - TARGET_LINK_LIBRARIES(transfermii_cli tmii cwiid) + TARGET_LINK_LIBRARIES(transfermii_cli tmii cwiid bluetooth) # GUI SET(CMAKE_C_FLAGS "${GTK2_CFLAGS} -Wall -Werror -DCWIID_STATIC") ADD_EXECUTABLE(transfermii_gui gui/pageAbout.c gui/pageLocal.c gui/pageWiimote.c gui/transfermii_gui.c) - TARGET_LINK_LIBRARIES(transfermii_gui tmii ${GTK2_LINK_FLAGS} ${GTK2_CFLAGS} cwiid) + TARGET_LINK_LIBRARIES(transfermii_gui tmii ${GTK2_LINK_FLAGS} ${GTK2_CFLAGS} cwiid bluetooth) ELSE(NOT libcwiid) # CLI ADD_EXECUTABLE(transfermii_cli transfermii_cli.c) - TARGET_LINK_LIBRARIES(transfermii_cli tmii ${libcwiid}) + TARGET_LINK_LIBRARIES(transfermii_cli tmii ${libcwiid} bluetooth) # GUI SET(CMAKE_C_FLAGS "${GTK2_CFLAGS} -Wall -Werror") ADD_EXECUTABLE(transfermii_gui gui/pageAbout.c gui/pageLocal.c gui/pageWiimote.c gui/transfermii_gui.c) - TARGET_LINK_LIBRARIES(transfermii_gui tmii ${GTK2_LINK_FLAGS} ${GTK2_CFLAGS} ${libcwiid}) + TARGET_LINK_LIBRARIES(transfermii_gui tmii ${GTK2_LINK_FLAGS} ${GTK2_CFLAGS} ${libcwiid} bluetooth) ENDIF(NOT libcwiid)
signature.asc
Description: Digital signature