Author: adconrad Date: 2014-05-23 07:28:35 +0000 (Fri, 23 May 2014) New Revision: 6105
Modified: glibc-package/branches/eglibc-2.19/debian/tests/control glibc-package/branches/eglibc-2.19/debian/tests/rebuild Log: Fix autopkgtests to require and use fakeroot Modified: glibc-package/branches/eglibc-2.19/debian/tests/control =================================================================== --- glibc-package/branches/eglibc-2.19/debian/tests/control 2014-05-23 05:41:27 UTC (rev 6104) +++ glibc-package/branches/eglibc-2.19/debian/tests/control 2014-05-23 07:28:35 UTC (rev 6105) @@ -1,3 +1,3 @@ Tests: rebuild -Depends: @builddeps@ +Depends: @builddeps@, fakeroot Restrictions: allow-stderr Modified: glibc-package/branches/eglibc-2.19/debian/tests/rebuild =================================================================== --- glibc-package/branches/eglibc-2.19/debian/tests/rebuild 2014-05-23 05:41:27 UTC (rev 6104) +++ glibc-package/branches/eglibc-2.19/debian/tests/rebuild 2014-05-23 07:28:35 UTC (rev 6105) @@ -1,3 +1,3 @@ #!/bin/sh set -e -dpkg-buildpackage -us -uc -b +dpkg-buildpackage -rfakeroot -us -uc -b -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

