diff options
Diffstat (limited to '')
-rw-r--r-- | debian/README.source | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..ea7ce1e --- /dev/null +++ b/debian/README.source @@ -0,0 +1,7 @@ +To import a new upstream version, I use: + + gbp import-orig --pristine-tar --uscan + +The Files-Excluded tag in debian/copyright will be taken into account by uscan, +resulting in a DFSG-free tarball (i.e. without the non-free RFCs) being created +from the latest upstream tarball. |