Package: eiskaltdcpp Version: 2.2.4-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Added aspell to B-D's to resolve FTBFS with cmake >= 2.8.6. Debian is still using cmake 2.8.5; 2.8.6 updates the ASPELL checks to include a check for the aspell binary; including this dep allows this package to build successfully. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-generic (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJO34JtAAoJEL/srsug59jD/vQP/jpjxAPQp1rGyR6mVRMbSAyG fgBWZV7GtJM7pbIgHzOwz1oJFAOOk8auNDMKCzQHNBZbCB1Mx5NwCQmU+WcarkGz tJRpFxMhXJwOcDRhNzJaEG94sNldhbJ/14dZ/HUGssRN5yPSXY6tSeOMZjCgW5LA Psn/r12IA1qsSHs7G8holAPc+WV8UbKX3GDWzGp2/DZv08ICQYxkhY4y4tlA2JF0 NEPr3kNRJAJ6W9md7wr0srVsuos1G1zQt/ZIhKG/22ivoW4DKlJPiUWMDiu8XGQQ HXjjRYPFHqd7n/xn2FVM1eOIrW01fvMUszlupQe3KnKsEFguZfTQOt51DHWrVSmP t/9ddPrEyEFqVaIfnNcs0ztuaEqLbx/28MDzkb9v2KKDWTCXi+it3U/wBxgsQjZd ld8PZxKWJFwBWJC2CqOTKdPJDUewhwJYT2Cp5I8m1odj6l4Uy/bK43hyqCIYn+cz CGKbfl5LwVMfJtkawhffFUcChqDBV+gZiW9SCt0fnz67OAmEwmOwSlrlKsFPus+8 vQXED8tzFYQfQLODik58p3lHasG4sCTpg44UNKH7tOFEdiqCbwVk7YARfgkXw79w ZZwY73AqhMTmpNh2/hnQGLxTewrNsqqhJhXhYVfUoHU1oPpN2pQ8wuIdi3x/yYim 7pnlugJUfym1rB4CHTGG =+cy2 -----END PGP SIGNATURE-----
diff -Nru eiskaltdcpp-2.2.4/debian/changelog eiskaltdcpp-2.2.4/debian/changelog diff -Nru eiskaltdcpp-2.2.4/debian/control eiskaltdcpp-2.2.4/debian/control --- eiskaltdcpp-2.2.4/debian/control 2011-10-02 17:12:43.000000000 +0100 +++ eiskaltdcpp-2.2.4/debian/control 2011-12-07 13:00:21.000000000 +0000 @@ -1,11 +1,12 @@ Source: eiskaltdcpp Section: net Priority: optional -Maintainer: Boris Pek <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Boris Pek <[email protected]> Build-Depends: debhelper (>= 7), cmake (>= 2.6.0), po-debconf, autotools-dev, fakeroot, libqt4-dev (>=4.4.0), qt4-dev-tools (>=4.4.0), qt4-qtconfig (>=4.4.0), libgtk2.0-dev, libglade2-dev, libnotify-dev, liblua5.1-0-dev, libpcre3-dev, - libboost-dev, libminiupnpc-dev, + libboost-dev, libminiupnpc-dev, aspell, libbz2-dev, zlib1g-dev, pkg-config, libssl-dev, libaspell-dev, libidn11-dev Homepage: http://code.google.com/p/eiskaltdc/ Vcs-Git: git://github.com/negativ/eiskaltdcpp.git

