Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-06 22:10:50 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-06 22:10:50 +0300
commitc32c7ed51274d075a9254f48ded74ccf2337dd6e (patch)
tree295cee96457973b4b47ca37a95cf938823308365 /Ubuntu-Packaging.md
parentd9bcba89bcfb386cf791bbb39a296a3fa7c74be2 (diff)
Clearer Ubuntu packaging text
Diffstat (limited to 'Ubuntu-Packaging.md')
-rw-r--r--Ubuntu-Packaging.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/Ubuntu-Packaging.md b/Ubuntu-Packaging.md
index c27ce912d..3b8f6d5bb 100644
--- a/Ubuntu-Packaging.md
+++ b/Ubuntu-Packaging.md
@@ -1,17 +1,17 @@
=== BUILD PACKAGES ===
-You can build ubuntu packages with just 2 steps for Ubuntu series `yakkety`, `wily`, `xenial` and `trusty`.
+You can build Ubuntu packages with just 2 steps for Ubuntu series `yakkety`, `wily`, `xenial` and `trusty`.
-Before run the script `scripts/ubuntu-build.sh` you must have:
- - a valid gpg key associated with your email address
- - an account on launchpad.net where upload packages with the configured public gpg key
- - set the two environment variables `DEBFULLNAME` and `DEBEMAIL` to your full name and your email used in your email address in the form "`<DEBFULLNAME>` <`<DEBEMAIL>`>"
+Before running the script `scripts/ubuntu-build.sh`, you must have:
+ - A valid GPG key associated with your e-mail address.
+ - An account on Launchpad.net where upload packages with the configured public GPG key.
+ - Set the two environment variables `DEBFULLNAME` and `DEBEMAIL` to your full name and your e-mail used in your e-mail address in the form of "`<DEBFULLNAME>` <`<DEBEMAIL>`>"
-Use the flag `-d` to build a development package; if you want to build an official version manage the `debian/changelog` file by hand.
+Use the flag `-d` to build a development package; if you want to build an official version, manage the `debian/changelog` file by hand.
After that follow what the script tell you to upload packages.
=== UPDATE PATCHES (IF EXISTS) ===
-To manage debian patches you must use the `quilt` package, check documentation about it.
+To manage Debian patches you must use the `quilt` package, check the documentation about it.