diff -Nru qantenna-0.2.3/debian/changelog qantenna-0.2.3/debian/changelog --- qantenna-0.2.3/debian/changelog 2011-01-09 20:46:42.000000000 +0000 +++ qantenna-0.2.3/debian/changelog 2012-02-11 11:41:50.000000000 +0000 @@ -1,3 +1,10 @@ +qantenna (0.2.3-1ubuntu1) precise; urgency=low + + * debian/patches/fix-ftbfs-with-binutils-gold: + - Add -lGLU, fix FTBFS with binutils-gold (LP: #791264) + + -- Angel Abad Sat, 11 Feb 2012 12:41:02 +0100 + qantenna (0.2.3-1) unstable; urgency=low * New upstream release. diff -Nru qantenna-0.2.3/debian/control qantenna-0.2.3/debian/control --- qantenna-0.2.3/debian/control 2011-01-09 20:27:18.000000000 +0000 +++ qantenna-0.2.3/debian/control 2012-02-11 11:42:09.000000000 +0000 @@ -1,7 +1,8 @@ Source: qantenna Section: hamradio Priority: extra -Maintainer: Lisandro Damián Nicanor Pérez Meyer +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Lisandro Damián Nicanor Pérez Meyer DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.4.12), libqt4-dev, libglu1-mesa-dev, libgl1-mesa-dev, libqt4-opengl-dev Standards-Version: 3.9.1 diff -Nru qantenna-0.2.3/debian/patches/fix-ftbfs-with-binutils-gold qantenna-0.2.3/debian/patches/fix-ftbfs-with-binutils-gold --- qantenna-0.2.3/debian/patches/fix-ftbfs-with-binutils-gold 1970-01-01 00:00:00.000000000 +0000 +++ qantenna-0.2.3/debian/patches/fix-ftbfs-with-binutils-gold 2012-02-11 11:40:49.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Add -lGLU, fix FTBFS with binutils-gold +Author: Angel Abad +Bug-Ubuntu: https://launchpad.net/bugs/791264 + +--- a/src/src.pro ++++ b/src/src.pro +@@ -122,6 +122,7 @@ + TEMPLATE = app + QT += opengl + #LIBS += -lGLEW ++LIBS += -lGLU + + # Sub-directories + UI_DIR = ../qt/uic diff -Nru qantenna-0.2.3/debian/patches/series qantenna-0.2.3/debian/patches/series --- qantenna-0.2.3/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ qantenna-0.2.3/debian/patches/series 2012-02-11 11:39:39.000000000 +0000 @@ -0,0 +1 @@ +fix-ftbfs-with-binutils-gold