Package: ykclient Version: 2.8-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, I believe it is Debian policy to not have builds require Internet access. It seems like several ports are failing due to ykclient's tests as well as all of Ubuntu's buildds. Attached is a patch to disable the tests that need Internet while leaving the rest alone. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: i386 (i686) Kernel: Linux 3.5.0-6-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u ykclient-2.8/debian/rules ykclient-2.8/debian/rules --- ykclient-2.8/debian/rules +++ ykclient-2.8/debian/rules @@ -20 +20,2 @@ -#override_dh_auto_test: +override_dh_auto_test: + dh_auto_test -- CFLAGS="-DTEST_WITHOUT_INTERNET" diff -u ykclient-2.8/debian/changelog ykclient-2.8/debian/changelog