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 :