]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian/README.source: Add my preference with respect to patches.
authorRogério Brito <rbrito@ime.usp.br>
Thu, 19 Oct 2017 18:15:43 +0000 (16:15 -0200)
committerRogério Brito <rbrito@ime.usp.br>
Thu, 19 Oct 2017 18:15:43 +0000 (16:15 -0200)
debian/README.source

index 3f74ddbff836d671a54b39bc98c7f7a630179104..4da359c331bc8f7ef2b620ca4ac1b793f59904d8 100644 (file)
@@ -1,6 +1,8 @@
 Debian packaging for youtube-dl
 -------------------------------
 
+# Basic building of the package
+
 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:
@@ -15,4 +17,22 @@ 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
+# Maintaining the repository
+
+I keep my development of the package (in particular, the master branch) at
+GitHub and I usually try to have my changes there, since I am not always
+with my SSH/GPG keys at hand.
+
+For the benefit of the co-maintainers, I keep a backup copy of the changes
+at git.debian.org, where, due to said keys not being available at all times,
+I can't push my changes, which leads, sometimes to my GitHub repository to
+be ahead of the Debian mirror.
+
+I prefer that, if possible, when working with the master branch:
+
+* People send me pull requests there
+* If they are not comfortable with the use of GitHub for any kind of reason
+  (political, ideological etc.), that they send me patches via email (git
+  send-email is best).
+
+ -- Rogério Brito <rbrito@ime.usp.br>, Thu, 19 Oct 2017 16:14:19 -0200