summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-01-08 10:01:09 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-01-08 10:01:09 +0100
commitf949635d56d596976af0fc5b3ef2c6b2f00e8fc1 (patch)
treeb6fed3478719cac94595d364e2827450d18fcdd9
parentdaa7c1611258e7d1d4ef06aed3945e6838dd5cd4 (diff)
Add note on how to properly import upstream sources
-rw-r--r--debian/README.source14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
index 1823c40..3251084 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,17 @@
+importing new upstream sources
+------------------------------
+
+Packaging is managed by 'gbp'.
+To keep everything streamlined (use expected compression as defined in
+d/gbp.conf, exclude files as defined in d/copyright), it's probably best to use
+'gbp' in conjunction with 'uscan' to import upstream sources.
+Typically this is done with a call to:
+
+ $ gbp import-orig --uscan
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Wed, 8 Jan 2018 10:00:14 +0100
+
+
gbp clone
---------