Comment 3 for bug 762208

Revision history for this message
Fabien V (hcooh) wrote :

Thank you for your quick reactivity !
Concerning the debug mode, actually, we are not enabling it...
This is part of the code used to make the package :

source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz)
md5sums=('0ebd9ff8a0963b5cc7092f328d6df105')

build()
{
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr
    make
}

package()
{
    cd ${srcdir}/${pkgname}-${pkgver}
    make INSTALL_ROOT=${pkgdir} install
}

So I don't really know why debug is enabled... (but I'm a new packager...)