Ben Finney 2d92d4caf6 Finalise release “1.5.8-4”. 7 years ago
..
source 16eb6c3a26 Declare current Debian source package format. 7 years ago
README.source dcd50d27a1 Document handling of Debian source package. 7 years ago
changelog 2d92d4caf6 Finalise release “1.5.8-4”. 7 years ago
compat ad960333d0 Upgrade Debhelper requirement to “>= 8”. 7 years ago
control 1645a23afc Declare conformance to “Standards-Version: 3.9.8”. 7 years ago
copyright bc83cee77e Document packaging work by Samuel Bronson. 7 years ago
emacsen-compat 0a12c1b354 Declare compatibility with Emacsen provided by Debian. 7 years ago
emacsen-install 294eee75d8 Install symlinks to ELisp source files, as per Debian Emacs policy. 7 years ago
emacsen-remove 803425284f Conventional editor hints and shebang lines. 7 years ago
emacsen-startup 160da76a8f Record copyright information for Emacs startup code. 7 years ago
gbp.conf 885b027766 Configure Git-Buildpackage for this package's source. 7 years ago
rules 01769c1ef9 Remove deprecated ‘-k’ option to ‘dh_clean’. 7 years ago
watch 7db8277a5d Configure UScan to monitor and fetch upstream source releases. 7 years ago

README.source

=============================================
Debian source package for Emacs ‘inform-mode’
=============================================

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/inform6-mode/inform6-mode_$DEBIANVER.dsc’ and
its associated files in that directory.


-- Ben Finney , Sat, 17 Sep 2016 06:16:59 +1000


..
Local variables:
coding: utf-8
mode: text
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :