Ben Finney 20ecf8a9a3 Document the RFP bug report addressed by this release. %!s(int64=8) %!d(string=hai) anos
..
source cef4437438 Declare format of the source package. %!s(int64=8) %!d(string=hai) anos
README.source 7ea2328d79 Document what constitutes the Debian source package. %!s(int64=8) %!d(string=hai) anos
changelog 20ecf8a9a3 Document the RFP bug report addressed by this release. %!s(int64=8) %!d(string=hai) anos
compat ccb64dabf1 Declare compatibility level for Debhelper. %!s(int64=8) %!d(string=hai) anos
control 948b3e1f57 Define source and binary packages. %!s(int64=8) %!d(string=hai) anos
copyright 6c33e14349 Document copyright information. %!s(int64=8) %!d(string=hai) anos
gbp.conf 28da57c872 Configure Git-buildpackage for this code base. %!s(int64=8) %!d(string=hai) anos
rules a742cddcdf Define rules to build the package. %!s(int64=8) %!d(string=hai) anos
watch f39baa66d9 Configure UScan to match upstream source. %!s(int64=8) %!d(string=hai) anos

README.source

===============================================
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
License: Expat
Comment:
Bundled copy of the Textarea Caret Position library
.


-- Ben Finney , Sun, 4 Sep 2016 11:14:58 +1000