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

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