Need help for publish programm

Asked by Виктор

Hello

I know english not well, sorry. I'm new to the launchpad.net and it is my first programm for publish.

I created programm based on Qt4.8 (https://github.com/lzv/qtimer). I want create ppa and publish my programm in deb-packages.

I created project (https://launchpad.net/qtimer) and I tryed import source code from github.com (https://code.launchpad.net/qtimer). But import not work (Import Status: Failed), I don`t know why.
I created ppa (https://launchpad.net/~vic2-/+archive/qtimer) but it is empty yet.
I want create recipe (https://code.launchpad.net/~vic2-/qtimer/master/+new-recipe) for automatic build deb-packages, but I don`t know what write in field "Recipe text:".

Please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Gianfranco Costamagna
Solved:
Last query:
Last reply:
Revision history for this message
Виктор (vic2-) said :
#1

I got to import source code from github.com (https://code.launchpad.net/~vic2-/qtimer/trunk). But automatic build is failed. Log here https://launchpadlibrarian.net/136478978/buildlog.txt.gz
What I need to do for success?

May be problem is here?
"...You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. ..."
Where I must write Launchpad ID? What it is? Is it login for launchpad.net?

"...bzr: ERROR: exceptions.UnicodeEncodeError: 'ascii' codec can't encode characters in position 160-168: ordinal not in range(128)..."
How solved this problem?

Revision history for this message
Best Gianfranco Costamagna (costamagnagianfranco) said :
#2

First I think your encoding is not accepted, you need an ascii set code, so please rename your directories and files to use ascii charset.

Second I don't see any "debian" directory in your source tree

Revision history for this message
Виктор (vic2-) said :
#3

Thank you for answer.
Your advices have helped. Now automatic build is ok.

Revision history for this message
Виктор (vic2-) said :
#4

Thanks LocutusOfBorg, that solved my question.