]> Raphaël G. Git Repositories - youtubedl/blob - debian/README.source
debian/README.source: Update with instructions relative to GitHub.
[youtubedl] / debian / README.source
1 Debian packaging for youtube-dl
2 -------------------------------
3
4 A quick summary of how one can update the Debian packaging of youtube-dl is
5 to, assuming that one already has the packages `devscripts`,
6 `git-buildpackage`, and `pristine-tar` installed:
7
8 gbp clone --all https://github.com/rbrito/pkg-youtube-dl
9 cd pkg-youtube-dl
10 gbp import-orig --pristine-tar --uscan
11 [ Make here some adaptations, like updating debian/patches, if needed ]
12 gbp buildpackage --git-pristine-tar
13
14 These are the important steps and may need to be changed according to
15 deviations, say, in the release process of upstream releases (e.g., if
16 upstream changes the location where the tarballs reside).
17
18 -- Rogério Brito <rbrito@ime.usp.br>, Mon, 18 May 2015 02:17:12 -0300