[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#840085: xauth FTCBFS: unsatisfiable cross Build-Depends: cmdtest



Source: xauth
Version: 1:1.0.9-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

xauth cannot satsify its cmdtest dependency during cross building,
because cmdtest is Architecture:all Multi-Arch:no. Fortunately, cmdtest
is only needed for testing, so we can simply annotate it with <!nocheck>
profile. After doing that, it cross builds just fine. Please consider
applying the attached patch.

Helmut
diff -u xauth-1.0.9/debian/changelog xauth-1.0.9/debian/changelog
--- xauth-1.0.9/debian/changelog
+++ xauth-1.0.9/debian/changelog
@@ -1,3 +1,11 @@
+xauth (1:1.0.9-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Cross satisfiable Build-Depends: annotate cmdtest with <!nocheck>
+    (Closes: #-1).
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 08 Oct 2016 08:09:12 +0200
+
 xauth (1:1.0.9-1) unstable; urgency=medium
 
   * New upstream release.
diff -u xauth-1.0.9/debian/control xauth-1.0.9/debian/control
--- xauth-1.0.9/debian/control
+++ xauth-1.0.9/debian/control
@@ -11,7 +11,7 @@
  libxext-dev (>= 1:1.0.0),
  libxmuu-dev (>= 1:1.0.1),
  xutils-dev (>= 1:7.5+4),
- cmdtest,
+ cmdtest <!nocheck>,
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xauth
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xauth.git

Reply to: