You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Packaging a single component:

Please navigate to the packaging setup you have setup for uploading packages to launchpad.

 

Verify the url's in the git are setup correctly:

ubuntu:~#git remote set-url origin git@github.com:username/deb-mechanismimporter.git
ubuntu:~#git remote add openhie git@github.com:OHIEDATIM/deb-mechanismimporter.git

 

Getting the changes if any from the openhie branch and updating your clone:

ubuntu:~#git pull openhie master
ubuntu:~#git push origin

 

Building the package:

ubuntu:~#dch -i
ubuntu:~#debuild -S

 

Putting the package and uploading it to launchpad:

ubuntu:~#cd ..
ubuntu:~#ls -l
ubuntu:~#dput ppa:openhie/datim mechanismimporter_1.0.0-0ubuntu11_source.changes
ubuntu:~#ls -l  

 

Committing the changes added by building the package:

ubuntu:~#cd mechanismimporter/
ubuntu:~#git commit -am "adding changelog for xxx changes packaging"
ubuntu:~#git push openhie
ubuntu:~#git push origin
  • No labels