diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:36:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:36:58 (EDT) |
commit | 8e4a19080030513c07f687ed61c993541505a214 (patch) | |
tree | 013c849ad8a4c97294ac7244841422186a0b8ada | |
parent | 284ea82394a204fbc5a6f0837d93ee898c9169c1 (diff) |
debian/control: Make pro-archman: arch:any
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 515242e..d207d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ pro-archman (2.0.0-1) UNRELEASED; urgency=medium * Drop old lintian override. * Update maintainer name and e-mail address. * Use debhelper 11. + * pro-archman: Make arch:any due to embedded usign binary. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 14 Apr 2019 17:51:16 -0400 diff --git a/debian/control b/debian/control index 512c0c5..7dcc86d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.8 Homepage: http://www.proteanos.com/dev/pro-archman/ Package: pro-archman -Architecture: all +Architecture: any Depends: ${misc:Depends} Description: ProteanOS archive manager This is pro-archman, the ProteanOS Archive Manager. |