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:
authorMatteo Nastasi <nastasi@alternativeoutput.it>2016-08-10 17:01:18 +0300
committerMatteo Nastasi <nastasi@alternativeoutput.it>2016-08-10 17:02:07 +0300
commit0bbdb08dfc1a18ddf59098a2d8fb8a936b399019 (patch)
tree3a8b858a4a79a0f651a266b94039a38bf3d6f7df /Ubuntu-Packaging.md
parent4de77c38b1e0f2f630414c00ce0765c28bbb2452 (diff)
add quick ubuntu packaging documentation
Diffstat (limited to 'Ubuntu-Packaging.md')
-rw-r--r--Ubuntu-Packaging.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Ubuntu-Packaging.md b/Ubuntu-Packaging.md
new file mode 100644
index 000000000..c27ce912d
--- /dev/null
+++ b/Ubuntu-Packaging.md
@@ -0,0 +1,17 @@
+=== BUILD PACKAGES ===
+
+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>`>"
+
+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.
+