diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a1cc596..1ec4eba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +argyll (1.6.3-3) UNRELEASED; urgency=medium + + * debian/control: + - Replace Architecture: any with linux-any to prevent KFreeBSD-* and + hurd-i386 from build during unusable usb system (Closes: #762773). + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 05 Oct 2014 07:08:23 +0200 + argyll (1.6.3-2) unstable; urgency=medium * debian/control: diff --git a/debian/control b/debian/control index 01918c0..47a2cac 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/argyll.git Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/argyll.git Package: argyll -Architecture: any +Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, argyll-ref Pre-Depends: dpkg (>= 1.17.5) @@ -47,7 +47,7 @@ Description: Color Management System, calibrator and profiler Package: argyll-dbg Section: debug -Architecture: any +Architecture: linux-any Depends: argyll (= ${binary:Version}), ${misc:Depends} Pre-Depends: dpkg (>= 1.17.5) |