diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:28:00 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:28:00 +0100 |
commit | 1931f4384cfd89aa0d1dbffd2ba5762fb051bc11 (patch) | |
tree | f0aaaf0fa6d34f42066341388f1aa6d264568785 /debian | |
parent | debian: 2.0.2-1 (diff) | |
download | config-links-1931f4384cfd89aa0d1dbffd2ba5762fb051bc11.tar.gz config-links-1931f4384cfd89aa0d1dbffd2ba5762fb051bc11.zip |
debian/README: update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index a544b75..1f259f7 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -11,16 +11,16 @@ debian/build-area/. git merge TAG - * Add a changelog entry (you'll need to fix & commit it manually): + * Add a changelog entry (you'll need to fix the version manually): make dch - * Make a source package: + * To test, make a source package: make src make src/test # Ignores uncommitted changes. - * Make a binary package: + * To test, make a binary package: make bin make bin/test # Ignores uncommmited changes. @@ -31,6 +31,10 @@ debian/build-area/. make commit make tag + * You can push the changes to GitHub now, and it should take care of the + rest. Otherwise, you can upload the package to Launchpad manually as + described below. + * Upload the source package to the PPA: make upload |