Code review comment for lp:~robru/webaccounts-browser-extension/inline-packaging

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

312 +override_dh_auto_install:
313 + install-xpi -p xul-ext-webaccounts firefox-extension/webaccounts-firefox-extension.xpi
314 + dh_auto_install
315 + rm -rf debian/tmp/usr/lib/*/webaccounts-firefox
316 + rm -f debian/tmp/usr/lib/*/*/libwebaccounts.la

I would prefer that we use the now traditional:
override_dh_install:
   install-xpi…
   rm what we want to remove
   dh_install --fail-missing

Do you mind changing that?

review: Needs Fixing

« Back to merge proposal