Package: dgit
Version: 8.1~bpo9+1
Severity: important

While trying to use autoforwardportergit on firefox-esr I ran into the following errors 
from "dgit -wgf --quilt=auto quilt-fixup"

dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/all-l10n.js
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/chrome/messenger/messengercompose/mailCompose
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/chrome/messenger/newTagDialog.dtd
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/defines.inc
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/installer/custom.properties
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/installer/mui.properties
dgit:  cannot represent change: creation with non-default mode 
(000000->100755): l10n-bn-IN/mail/installer/override.properties

Investigating it seems that the files in question are located in secondary orig 
tarballs. Not sure why dgit is not finding them.

Steps to reproduce:

dget 
http://deb.debian.org/debian/pool/main/f/firefox-esr/firefox-esr_60.4.0esr-1.dsc
mkdir tempgit
cd tempgit
git init
dgit import-dsc ../firefox-esr_60.4.0esr-1.dsc workingbranch
git checkout workingbranch
dgit -wgf --quilt=auto quilt-fixup

Reply via email to