diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 21:48:24 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 21:48:24 +0000 |
commit | e74a712defa3ff72035e1292d79d984e49b51284 (patch) | |
tree | 94bc7ce43707440ac4f3d8ae7eccadc57f1be1b9 | |
parent | 9306f5a912e0ba9f06027fa10b94ee0b479614de (diff) | |
download | libconfig-e74a712defa3ff72035e1292d79d984e49b51284.tar.gz |
Change arch of transitional package from all to any
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ade0c57..0f57b64 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,7 @@ Description: parsing and manipulation of structured config files(development) Package: libconfig8-dev Depends: libconfig-dev, ${misc:Depends} -Architecture: all +Architecture: any Section: oldlibs Description: parsing and manipulation of structured config files(development) This library features a fully reentrant parser and includes bindings for @@ -105,7 +105,7 @@ Description: parsing and manipulation of structured config files(C++ development Package: libconfig++8-dev Depends: libconfig++-dev, ${misc:Depends} -Architecture: all +Architecture: any Section: oldlibs Description: parsing and manipulation of structured config files(C++ development) This library features a fully reentrant parser and includes bindings for |