]> git.proxmox.com Git - mirror_novnc.git/blame - docs/packaging.txt
Version 0.1, debian packaging, license text.
[mirror_novnc.git] / docs / packaging.txt
CommitLineData
c0c143a1
JM
1noVNC packaging steps for Debian/Ubuntu:
2
3- Update the noVNC version in docs/VERSION and add a new entry for the
4 version in debian/changelog
5
6- Rename the novnc source directory to match the form "novnc-VERSION".
7
8- In the novnc source directory, run the packaging command:
9
10 debuild -I -uc -us
11
12 - The -I option ignores the .git directory when generating the
13 source tarball.
14 - the -uc and -us may be omitted in order to create a signed
15 package.
16
17 - Alternatively, use pbuilder instead of debuild in order to build
18 for other distributions and to guarantee a sanitized package.
19
20- Verify the package and then commit the changes to docs/VERSION and
21 debian/changelog.
22
23- Upload the new package file(s).