X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/ee121ffd5cd3fe6fd1daa5699cae3becf3483dd3..d6a63f36bce16b1ad6cfc0fad712b13fdd598f1f:/debian/README.source?ds=sidebyside diff --git a/debian/README.source b/debian/README.source index baa7fae..3f74ddb 100644 --- a/debian/README.source +++ b/debian/README.source @@ -5,14 +5,14 @@ A quick summary of how one can update the Debian packaging of youtube-dl is to, assuming that one already has the packages `devscripts`, `git-buildpackage`, and `pristine-tar` installed: - gbp-clone ssh://git.debian.org/git/collab-maint/youtube-dl.git - cd youtube-dl - git-import-orig --pristine-tar --uscan + gbp clone --all https://github.com/rbrito/pkg-youtube-dl + cd pkg-youtube-dl + gbp import-orig --pristine-tar --uscan [ Make here some adaptations, like updating debian/patches, if needed ] - git-buildpackage --git-pristine-tar + gbp buildpackage --git-pristine-tar These are the important steps and may need to be changed according to deviations, say, in the release process of upstream releases (e.g., if upstream changes the location where the tarballs reside). - -- Rogério Brito , Sat, 17 Mar 2012 12:45:03 -0300 + -- Rogério Brito , Mon, 18 May 2015 02:17:12 -0300