On Tue, Feb 7, 2012 at 8:30 PM, Olе Streicher wrote: > I need create a package from a git repository (specifically > libraries/sla from <http://starlink.jach.hawaii.edu/starlink.git>). > > What are the best options to do this?
One of the following in decreasing preference: Ask upstream to perform releases using `make distcheck`. Make the release tarballs yourself using upstream's `make distcheck`, preferrably run from the debian/rules get-orig-source target. Write a debian/rules get-orig-source target that checks out the code from git and creates a tarball from it. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caktje6eqd9uz0pksa9uxgml5lohxzcu02vf6qerghpwbkmf...@mail.gmail.com

