diff options
author | Michael Biebl <biebl@debian.org> | 2011-07-02 10:36:45 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-07-02 10:36:56 +0200 |
commit | 86450fc02d6a9856c2611b3e266cc1c7281b3a2c (patch) | |
tree | 1e22db188389c335d24ab1188bbee5762b8cb9d9 /debian/control | |
parent | 0553107313c11ea2ea9b69c40b006199b66aa68d (diff) | |
download | avahi-86450fc02d6a9856c2611b3e266cc1c7281b3a2c.tar.gz |
debian/control: Make python-avahi Architecture: any
so the path to service-types.db in ServiceTypeDatabase.py is correctly
set. (Closes: #632437)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c49eb10..69cf48a 100644 --- a/debian/control +++ b/debian/control @@ -95,7 +95,7 @@ Description: Avahi IPv4LL network address configuration daemon Package: python-avahi Section: python -Architecture: all +Architecture: any Depends: ${python:Depends}, ${misc:Depends}, python-gdbm (>= 2.4.3-1), |