Ben Finney d117be9add Finalise release “0.9-1”. 8 years ago
..
patches 3f28f87f23 Update patch for current upstream version. 10 years ago
source 2a5f15df0f Switch to source format “3.0 (quilt)”. 14 years ago
templates ff0e3611d6 Silence an ‘update-alternatives’ query; we're only interested in the exit value. 10 years ago
NEWS 6df4a4bcda Update my email address for Debian work. 7 years ago
README.source c6827d8a25 Remove obsolete information about obtaining upstream source. 7 years ago
bzr-builddeb.conf c98d187204 Add this package's configuration for ‘bzr builddeb’. 10 years ago
changelog d117be9add Finalise release “0.9-1”. 7 years ago
compat 8b658f17d7 Require Debhelper minimum version 9. 10 years ago
control 6df4a4bcda Update my email address for Debian work. 7 years ago
copyright 4133dfc0f8 Update source URL to new upstream release location. 7 years ago
package-mapping e510b5895b Adjust installed theme names to match upstream usage. 10 years ago
rules 6df4a4bcda Update my email address for Debian work. 7 years ago
watch da8f18f234 Configure UScan for new upstream release location. 7 years ago
wrap-cursor-themes 6df4a4bcda Update my email address for Debian work. 7 years ago

README.source

Building the Debian source package for ‘comixcursors’
=====================================================

:Maintainer: Ben Finney
:Updated: 2016-10-06


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


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