diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 13:07:40 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 13:07:40 +0200 | 
| commit | fdf58a69d290c6c58eba05183fc7963545ce2218 (patch) | |
| tree | 1adc39b88e591a742e21277003de43e0dfb69def | |
| parent | 01f0dcafe60101cfb6f8e55e27b799aa8e3f98e5 (diff) | |
Change Architecture to any
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 | 
2 files changed, 5 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index c418925..6dab825 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ simple-scan (3.17.1-1) UNRELEASED; urgency=medium      - Fix logic for adding blank page on page removal.      - Fix save button being inactive on pages restored after a crash      - Make appdata translatable and add screenshot +  * debian/control: +    - Change Architecture from "linux-any" to "any" because kfree*  +      and hurd* are not available.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Wed, 29 Apr 2015 12:45:24 +0200 diff --git a/debian/control b/debian/control index 4331e60..7b101c8 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/simple-scan.git  Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/simple-scan.git  Package: simple-scan -Architecture: linux-any +Architecture: any  Depends:   dbus-x11 (>= 1.6),   adwaita-icon-theme, @@ -48,7 +48,7 @@ Description: Simple Scanning Utility  Package: simple-scan-dbg  Section: debug  Priority: extra -Architecture: linux-any +Architecture: any  Depends:   simple-scan (= ${binary:Version}),   ${misc:Depends} | 
