]> Raphaël G. Git Repositories - youtubedl/blob - debian/README.source
6a942b0861ba47068bed5bf780b3751638fec772
[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 ssh://git.debian.org/git/collab-maint/youtube-dl.git
9 cd 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