]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian: Add a README.source file describing how the package is usually made.
authorRogério Brito <rbrito@ime.usp.br>
Fri, 5 Aug 2011 15:19:24 +0000 (12:19 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Fri, 5 Aug 2011 15:25:09 +0000 (12:25 -0300)
This is the "if I get hit by a bus" instructions on taking over my packages.

debian/README.source [new file with mode: 0644]

diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..d3604f4
--- /dev/null
@@ -0,0 +1,20 @@
+Debian packaging for youtube-dl
+-------------------------------
+
+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:
+
+    git clone git+ssh://git.debian.org/git/collab-maint/youtube-dl.git
+    cd youtube-dl
+    git branch upstream origin/upstream
+    git branch pristine-tar origin/pristine-tar
+    git-import-orig --pristine-tar --uscan
+    [ Make here some adaptations, like updating debian/patches, if needed ]
+    git-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 <rbrito@ime.usp.br>, Fri,  5 Aug 2011 12:25:01 -0300