aboutsummaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wreg@wiedmeyer.de>2015-09-16 17:37:24 +0200
committerWolfgang Wiedmeyer <wreg@wiedmeyer.de>2015-09-16 17:37:24 +0200
commit9ea32d2af61cb542971975070c8563d99e16bd4a (patch)
treea7cc1731741f6a782e6734cb9dd18e42ed250a2e /debian/README.source
parentd85187eb747b9d32d44ce4f31985432288f4a4f2 (diff)
downloadyoutube-dl-9ea32d2af61cb542971975070c8563d99e16bd4a.zip
youtube-dl-9ea32d2af61cb542971975070c8563d99e16bd4a.tar.gz
youtube-dl-9ea32d2af61cb542971975070c8563d99e16bd4a.tar.bz2
add debian folder from last debian package release
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..6a942b0
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,18 @@
+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:
+
+ gbp clone --all ssh://git.debian.org/git/collab-maint/youtube-dl.git
+ cd youtube-dl
+ gbp import-orig --pristine-tar --uscan
+ [ Make here some adaptations, like updating debian/patches, if needed ]
+ gbp 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>, Mon, 18 May 2015 02:17:12 -0300