README.source 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ===============================================
  2. Debian source package for ‘jquery-textcomplete’
  3. ===============================================
  4. Build source package from VCS
  5. =============================
  6. The source for the Debian packaging is managed in these conventional
  7. Git branches:
  8. master
  9. The current released code base.
  10. packaging
  11. Debian packaging development branch.
  12. upstream
  13. Upstream source code base, as imported from tarballs.
  14. pristine-tar
  15. Metadata for reproducibly generating upstream tarball.
  16. To build the source package from the Git VCS, use the Debian ‘gitpkg’
  17. tool to generate all the files::
  18. $ git checkout master
  19. $ gitpkg packaging upstream
  20. The ‘dpkg-source’ process will complain about the “deletion” of
  21. upstream source. This is because the upstream source is not present at
  22. all in the ‘packaging’ branch exported, but in the ‘upstream’ branch.
  23. The upstream source is safely exported earlier in its own tarball.
  24. The generated source package is the source control file
  25. ‘../deb-packages/jquery-textcomplete/jquery-textcomplete_$DEBIANVER.dsc’
  26. and its associated files in that directory.
  27. Omitted components
  28. ==================
  29. Components that have been omitted from Debian because they do not
  30. constitude the source form of the work:
  31. * The build artefacts.
  32. Files: dist/*
  33. Components that have been omitted because they are not used and have
  34. different copyright holders from those of the source package:
  35. * Bundled third-party libraries.
  36. Files: src/vendor/textarea_caret.js
  37. Copyright:
  38. © 2015 Jonathan Ong <me@jongleberry.com>
  39. License: Expat
  40. Comment:
  41. Bundled copy of the Textarea Caret Position library
  42. <URL:https://github.com/component/textarea-caret-position/>.
  43. -- Ben Finney <bignose@debian.org>, Sun, 4 Sep 2016 11:14:58 +1000