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

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 :