git-build-recipe: error: No control file

Asked by Timmie

I converted this bzr based recipe to git:
https://code.launchpad.net/%7Epythonxy/+recipe/pandas-daily-current

Here's the git based recipe:
https://code.launchpad.net/~pythonxy/+recipe/pythonxy-upstream-github

The build fails with:
git-build-recipe: error: No control file to take the package name from, and --package not specified.

log:
https://launchpadlibrarian.net/293850612/buildlog.txt.gz

How do I need to change the recipe to make the recipe work?
Thanks in advance.

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

You originally had "nest debianfiles lp:~pythonxy/pythonxy-upstream-debian/+git/pandas_debian_current master" instead of "nest debianfiles lp:~pythonxy/pythonxy-upstream-debian/+git/pandas_debian_current debian master". The missing "debian" meant that you were nesting HEAD into the "master" directory instead. Since you've fixed that, it seems to be working.

Can you help with this problem?

Provide an answer of your own, or ask Timmie for more information if necessary.

To post a message you must log in.