1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
======================================
Debian source package for ‘python-irc’
======================================
:Author: Ben Finney <bignose@debian.org>
:Updated: 2016-12-29
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/python-irc/python-irc_$DEBIANVER.dsc’
and its associated files in that directory.
Omitted components
==================
Components that have been omitted from Debian because they lack a
clear written grant, from the copyright holders, of free-software
license terms in their work:
* Documents from the IETF.
Files:
irc/rfc2812.txt
Copyright:
© The Internet Society (2000). All Rights Reserved.
License: ietf-no-derivatives
This document and translations of it may be copied and furnished
to others, and derivative works that comment on or otherwise
explain it or assist in its implementation may be prepared,
copied, published and distributed, in whole or in part, without
restriction of any kind, provided that the above copyright
notice and this paragraph are included on all such copies and
derivative works. However, this document itself may not be
modified in any way, such as by removing the copyright notice or
references to the Internet Society or other Internet
organizations, except as needed for the purpose of developing
Internet standards in which case the procedures for copyrights
defined in the Internet Standards process must be followed, or
as required to translate it into languages other than English.
..
Local variables:
coding: utf-8
mode: rst
End:
vim: fileencoding=utf-8 filetype=rst :
-- Ben Finney <bignose@debian.org>, Thu, 29 Dec 2016 00:41:06 +1100
|