On Jan 04 2017, Nikolaus Rath <nikol...@rath.org> wrote:
> It seems to me that something is wrong with the tree rather than with
> git-dpm or dgit. I think this may be a consequence of the tree having
> been imported from SVN. I will try to manually restore the missing files
> in the master branch (bypassing git-dpm).
>
> If this is indeed the problem, then this potentially affects all
> packages from the debian Python modules team (they've all been batch
> converted from svn-buildpackage).

The following indeed fixed the problem:

$ git checkout master
$ git checkout upstream src/llfuse.egg-info/
$ git commit -m "Restored mysteriously disappeared upstream files."
[master 29625] Restored mysteriously disappeared upstream files.
 6 files changed, 192 insertions(+)
 create mode 100644 src/llfuse.egg-info/PKG-INFO
 create mode 100644 src/llfuse.egg-info/SOURCES.txt
 create mode 100644 src/llfuse.egg-info/dependency_links.txt
 create mode 100644 src/llfuse.egg-info/requires.txt
 create mode 100644 src/llfuse.egg-info/top_level.txt
 create mode 100644 src/llfuse.egg-info/zip-safe


I'll do some more digging to figure out how these files disappeared and
then send a heads up to the other dpmt people.

Thanks for your help!

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

Reply via email to