diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 955079f..a6d84c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,6 @@ argyll (1.7.0+repack-1) unstable; urgency=low * Set package type to +repack. * debian/control: - Add libpng12-dev to build-Depends. - - Change Architecture from linux-any to any, because - KFreeBSD* and hurd* are not longer available. - Set Priority to optional. - At package icc-utils and argyll-dbg set the Priority to extra. * Make debian/man/scanin.1 more readable (LP: #1192368). diff --git a/debian/control b/debian/control index 9db8627..1b74369 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,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) @@ -50,7 +50,7 @@ Description: Color Management System, calibrator and profiler Package: argyll-dbg Section: debug Priority: extra -Architecture: any +Architecture: linux-any Depends: argyll (= ${binary:Version}), ${misc:Depends} Pre-Depends: dpkg (>= 1.17.5) |