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

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 :