简体   繁体   中英

how to import .dsc on nmu master branch on git?

I want to import a package description file (.dsc) on new nmu branch that has master rule. So, firstly I create new mnu branch: git branch nmu master

Then I did git checkout master and

after that I entered gbp import-dsc -v 2.1 --debian-branch=nmu /home/debianpackaging/package.dsc . but it has an error:

gbp:error: Need to give exactly one package to import. Try --help.

Why?

in last command, I used "-v" that is incorrect! The option "-v" is using for "verbos" and because of that, It thinks we have another .dsc file! by omitting -v It will work properly!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM