This repository is used to track changes to the Debian package for Lektor, hosted on: https://salsa.debian.org/debian/lektor
How to import a new version of Lektor into the package:
Change into your Git™ repository (which can be empty), make sure it has all local modifications committed, and run either of:
$ 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).
The result is then placed onto the debian-branch. The way this happens is determined by the --merge-mode option. The default mode auto replaces the upstream sources while preserving the debian/ directory for 3.0 (quilt) packages. A Git™ merge is used for all other source format versions.
For more info please refer to the following git-buildpackage manual