Skip to content

Debian - Import a new package into Salsa

Install required packages

Packages that need to be installed on your system are git and git-buildpackage.

Create Project

Create an empty Salsa project for your package.

Note:
Be sure to deselect '''Initialize repository with a README'''.

Clone Project

Clone the created empty Salsa repository.

git clone git@salsa.debian.org:SALSA_USER/PACKAGE.git


Import Project

cd into the directory of the salsa project you created and just cloned. Now import your package into the newly created Salsa repository (local).

gbp import-dsc --pristine-tar PATH_TO_PACKAGE_DSC_FILE


Push Project

Push your package with branches and tags to Salsa (remote).

git push -u --all --follow-tags

Trackbacks

No Trackbacks

Comments

Display comments as Linear | Threaded

No comments

Add Comment

Standard emoticons like :-) and ;-) are converted to images.
Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Form options