12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- ===============================================
- Debian source package for ‘jquery-textcomplete’
- ===============================================
- Build source package from VCS
- =============================
- The source for the Debian packaging is managed in these conventional
- Git branches:
- master
- The current released code base.
- packaging
- Debian packaging development branch.
- upstream
- Upstream source code base, as imported from tarballs.
- pristine-tar
- Metadata for reproducibly generating upstream tarball.
- To build the source package from the Git VCS, use the Debian ‘gitpkg’
- tool to generate all the files::
- $ git checkout master
- $ gitpkg packaging upstream
- The ‘dpkg-source’ process will complain about the “deletion” of
- upstream source. This is because the upstream source is not present at
- all in the ‘packaging’ branch exported, but in the ‘upstream’ branch.
- The upstream source is safely exported earlier in its own tarball.
- The generated source package is the source control file
- ‘../deb-packages/jquery-textcomplete/jquery-textcomplete_$DEBIANVER.dsc’
- and its associated files in that directory.
- Omitted components
- ==================
- Components that have been omitted from Debian because they do not
- constitude the source form of the work:
- * The build artefacts.
- Files: dist/*
- Components that have been omitted because they are not used and have
- different copyright holders from those of the source package:
- * Bundled third-party libraries.
- Files: src/vendor/textarea_caret.js
- Copyright:
- © 2015 Jonathan Ong <me@jongleberry.com>
- License: Expat
- Comment:
- Bundled copy of the Textarea Caret Position library
- <URL:https://github.com/component/textarea-caret-position/>.
- -- Ben Finney <bignose@debian.org>, Sun, 4 Sep 2016 11:14:58 +1000
|