diff -Nru libdivide-1.0+dfsg1/debian/changelog libdivide-1.0+dfsg1/debian/changelog --- libdivide-1.0+dfsg1/debian/changelog 2019-01-10 18:23:29.000000000 +0000 +++ libdivide-1.0+dfsg1/debian/changelog 2019-01-23 22:50:58.000000000 +0000 @@ -1,3 +1,9 @@ +libdivide (1.0+dfsg1-2) unstable; urgency=medium + + * d/control: Set Architecture: all. + + -- Alexander GQ Gerasiov Thu, 24 Jan 2019 01:50:58 +0300 + libdivide (1.0+dfsg1-1) unstable; urgency=low * Initial release (Closes: #918932) diff -Nru libdivide-1.0+dfsg1/debian/control libdivide-1.0+dfsg1/debian/control --- libdivide-1.0+dfsg1/debian/control 2019-01-10 17:59:57.000000000 +0000 +++ libdivide-1.0+dfsg1/debian/control 2019-01-23 22:46:06.000000000 +0000 @@ -9,10 +9,9 @@ Vcs-Browser: https://salsa.debian.org/debian/libdivide.git Package: libdivide-dev -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} -Multi-Arch: same Description: compile-time library for optimizing integer division libdivide allows you to replace expensive integer divides with comparatively cheap multiplication and bitshifts. Compilers usually do this, but only when