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 :