Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.1 KB

README-BUILD.md

File metadata and controls

60 lines (43 loc) · 1.1 KB
  1. Конечно нужен GPG-key

  2. Для выпуска новой версии:

dch -M -v N.N

или make dch и указываем версию в редакторе

  1. Для фиксации версии:
dch -M --release --distribution stable

или

make dchr
  1. Build binary
make build
  1. Update git

Commit, push.

  1. Publish release

Publish release via github interface, attach .DEB file from /production directory

or push DEB file to repository: `dput -u XXX kwsitemapgenerator_VERSION_amd64.chang``` git co

es`

----------------

NB:

Примечание по ключам:

dch: -m, --maintmaint Don't change (maintain) the maintainer details in the changelog entry -M, --controlmaint Use maintainer name and email from the debian/control Maintainer field


Примечание - была попытка сделать 

dch: export DEBFULLNAME="Karel Wintersky" && export DEBEMAIL="[email protected]" && dch -i

dchr: export DEBFULLNAME="Karel Wintersky" && export DEBEMAIL="[email protected]" && dch -r