]> Raphaël G. Git Repositories - youtubedl/blob - debian/README.source
2d60c571a16ae52275c2e9bb3d0d2dcae2dcb122
[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 git-import-orig --pristine-tar --uscan
11 [ Make here some adaptations, like updating debian/patches, if needed ]
12 git-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>, Wed, 22 May 2013 20:58:07 -0300