diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 18:16:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 18:49:35 +0300 |
commit | 3dd068ee91116ac0ef349740415b5fcd3b528eb9 (patch) | |
tree | 873e0459f1533e1ea3393beec3de238548cb5db3 | |
parent | debian/Makefile: apt scripting best practices (diff) | |
download | linux-status-3dd068ee91116ac0ef349740415b5fcd3b528eb9.tar.gz linux-status-3dd068ee91116ac0ef349740415b5fcd3b528eb9.zip |
debian/README: update
-rw-r--r-- | debian/README.Debian | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 3b9522e..d91837e 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -7,6 +7,10 @@ then `vagrant ssh`. There're a bunch of useful one-liners in Makefile. Everything is built in debian/build-area/. + * Merge the new version to the debian branch: + + git merge TAG + * Make a source package: make src @@ -21,7 +25,7 @@ debian/build-area/. make dch - * Tag the last commit: + * Tag the last commit in the debian/VERSION format: make tag |