diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-10 19:13:04 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-10 19:13:04 +0100 |
commit | 2b4505b1787146e3494f44ab62ce9a01fac1958c (patch) | |
tree | 60cacfaa0fe78a0f408d89e1f792cb3a721a0a18 | |
parent | 89e61f8b3434f4c5622bd3b7ecef3b56406193ab (diff) |
Add Multi-Arch field (https://wiki.ubuntu.com/MultiarchSpec)
-rw-r--r-- | debian/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control index cf0d2bb..a322dc0 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Vcs-Git: https://github.com/xroche/httrack.git Package: httrack Architecture: any +Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: webhttrack, httrack-doc Description: Copy websites to your computer (Offline browser) @@ -26,6 +27,7 @@ Description: Copy websites to your computer (Offline browser) Package: webhttrack Architecture: any +Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, webhttrack-common, iceape-browser | iceweasel | icecat | mozilla | firefox | mozilla-firefox | www-browser Replaces: webhttrack-common (<< 3.43.9-2) Breaks: webhttrack-common (<< 3.43.9-2) @@ -48,6 +50,7 @@ Description: Copy websites to your computer, httrack with a Web interface Package: webhttrack-common Architecture: all +Multi-Arch: allowed Depends: ${misc:Depends} Description: webhttrack common files This package is the common files of webhttrack, website copier and @@ -55,6 +58,7 @@ Description: webhttrack common files Package: libhttrack2 Architecture: any +Multi-Arch: same Section: libs Replaces: libhttrack1 Conflicts: libhttrack1 @@ -65,6 +69,7 @@ Description: Httrack website copier library Package: libhttrack-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, zlib1g-dev Description: Httrack website copier includes and development files @@ -73,6 +78,7 @@ Description: Httrack website copier includes and development files Package: httrack-doc Architecture: all +Multi-Arch: allowed Section: doc Depends: ${misc:Depends} Description: Httrack website copier additional documentation @@ -81,6 +87,7 @@ Description: Httrack website copier additional documentation Package: proxytrack Architecture: any +Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: squid, httrack Description: Build HTTP Caches using archived websites copied by HTTrack |