Code review comment for ~michal-maloszewski99/ubuntu/+source/amavisd-new:merge-1.2.13.0-3_mantic

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

execute_after_dh_auto_install:
- mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin

This chunk caused the FTBFS.
There is no debian/amavisd-new/ neither in Ubuntu nor in Debian.

The log that failed says:

   debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mv debian/amavisd-new/usr/bin debian/amavisd-new/usr/sbin
mv: cannot stat 'debian/amavisd-new/usr/bin': No such file or directory
make[1]: *** [debian/rules:14: execute_after_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-07-24T14:13:40Z

Finished
--------

+------------------------------------------------------------------------------+
| Cleanup |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not removing build depends: as requested
E: Build failure (dpkg-buildpackage died)

So it is quite explicit message from the logs.

« Back to merge proposal