diff options
-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 |