]> Raphaël G. Git Repositories - youtubedl/blob - debian/README.source
debian: Add a README.source file describing how the package is usually made.
[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 git clone git+ssh://git.debian.org/git/collab-maint/youtube-dl.git
9 cd youtube-dl
10 git branch upstream origin/upstream
11 git branch pristine-tar origin/pristine-tar
12 git-import-orig --pristine-tar --uscan
13 [ Make here some adaptations, like updating debian/patches, if needed ]
14 git-buildpackage --git-pristine-tar
15
16 These are the important steps and may need to be changed according to
17 deviations, say, in the release process of upstream releases (e.g., if
18 upstream changes the location where the tarballs reside).
19
20 -- Rogério Brito <rbrito@ime.usp.br>, Fri, 5 Aug 2011 12:25:01 -0300