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

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