]> Raphaël G. Git Repositories - youtubedl/blobdiff - debian/README.source
debian/README.source: Document source-only uploads procedure.
[youtubedl] / debian / README.source
index 7fbeeff52ed710e6c324fdef4d53fd38dd54110d..9932c93821edf646f2f481ea390e605ea7fcfe58 100644 (file)
@@ -14,10 +14,10 @@ to, assuming that one already has the packages `devscripts`,
     [ Make here some adaptations, like updating debian/patches, if needed ]
     gbp buildpackage -us -uc # create a test build
 
-    # Final package creation:
+    # Final (source only) package creation:
 
     gbp dch -R -a
-    gbp buildpackage -k8F930BD1934C3E2140A258790747BD39BCFCAAAA --git-tag
+    gbp buildpackage -S -k8F930BD1934C3E2140A258790747BD39BCFCAAAA --git-tag
 
     # Push the results to the repositories:
     git push --all; git push --tags
@@ -28,7 +28,8 @@ 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).
 
-# Maintaining the repository
+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
@@ -57,4 +58,4 @@ Of course, if it is not possible to coordinate in the way described above,
 alas... :-(
 
 
- -- Rogério Brito <rbrito@ime.usp.br>, Mon, 21 Jan 2019 12:46:26 -0200
+ -- Rogério Brito <rbrito@ime.usp.br>, Tue,  1 Oct 2019 15:45:10 -0300