Update home authored by Hiro's avatar Hiro
......@@ -4,9 +4,8 @@ This repository is used to track changes to the Debian package for Lektor, hoste
Change into your Git™ repository (which can be empty), make sure it has all local modifications committed, and run either of:
```
gbp import-orig /path/to/package_0.2.orig.tar.gz
gbp import-orig /path/to/package_0.2.tar.bz2
gbp import-orig /path/to/package-0.2/
$ gbp import-orig --uscan --verbose
```
This puts the upstream sources onto the upstream-branch and tags them accordingly (the default tag format is upstream/%(version)s).
......
......