Debian NEW package overview for changelog-chug
changelog-chug_0.0.3-1_amd64.changes (click to toggle)
Format:1.8
Date:Sat, 26 Oct 2024 14:15:01 +1100
Source:changelog-chug
Binary:python3-changelog-chug
Architecture:source all
Version:0.0.3-1
Distribution:unstable
Urgency:medium
Maintainer:Ben Finney <bignose@debian.org>
Changed-By:Ben Finney <bignose@debian.org>
Description:
python3-changelog-chug - parser library for project Change Log documents — Python 3
Closes:1086018
Changes:
changelog-chug (0.0.3-1) unstable; urgency=medium

  * Initial Debian release.
    Closes: bug#1086018.
Files:
c5426f9065d5e440f2302c47016a969d 2105 devel optional changelog-chug_0.0.3-1.dsc
4ccd595cfa9e929bfa04b7e64de3663c 39326 devel optional changelog-chug_0.0.3.orig.tar.gz
833b498734e26477b64fdc06f2ebbc5f 18204 devel optional changelog-chug_0.0.3-1.debian.tar.xz
a2092e9bcdc863349c491fef03dd7005 7348 devel optional changelog-chug_0.0.3-1_amd64.buildinfo
8a01b9826b8970f116adaef8911b51cc 22676 devel optional python3-changelog-chug_0.0.3-1_all.deb
changelog-chug_0.0.3-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:changelog-chug
Binary:python3-changelog-chug
Architecture:all
Version:0.0.3-1
Maintainer:Ben Finney <bignose@debian.org>
Homepage:https://git.sr.ht/~bignose/changelog-chug/
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/debian/pkg-changelog-chug/
Vcs-Git:https://salsa.debian.org/debian/pkg-changelog-chug.git
Build-Depends:pybuild-plugin-pyproject, dh-python, debhelper-compat (=13)
Build-Depends-Indep:python3-docutils (>=0.21), python3-semver (>=2.10), python3-setuptools, python3-testscenarios, python3-testtools, python3-all
Package-List:python3-changelog-chug deb devel optional arch=all
Files:
4ccd595cfa9e929bfa04b7e64de3663c 39326 changelog-chug_0.0.3.orig.tar.gz
833b498734e26477b64fdc06f2ebbc5f 18204 changelog-chug_0.0.3-1.debian.tar.xz
lintian 2.104.0 check for changelog-chug_0.0.3-1.dsc (click to toggle)
README.source for changelog-chug_0.0.3-1.dsc (click to toggle)
==========================================
Debian source package for ‘changelog-chug’
==========================================


Package maintenance in VCS
==========================

The source for the Debian packaging is managed in the ‘main’ branch of the
Git repository.


Work on a release in VCS
------------------------

* Get the correct upstream source, using UScan::

      $ uscan --download-current-version

* In the ‘main’ branch, create a new Debian changelog entry.

  Because the release is not complete, many aspects have not been decided and
  should not be recorded in the VCS:

  * The target destination (in the header) is “UNRELEASED”.

  * The person and timestamp of the release is undecided, so should be empty:
    the signature line should have no content, just the “ --” leader.

* While working on the package, temporarily finalise the signature line for
  testing the build.

  This ephemeral state should not be part of the VCS history, though, so do not
  commit that finalised changelog entry; revert it to the above state to
  continue development.


Build the source package from VCS
---------------------------------

* Ensure the ‘main’ branch contains all the changes that are intended for the
  release to Debian.

* Until the work is ready for release, do not commit a finalised Debian
  changelog entry. The changelog entry should be in the state described in
  “Work on a release in VCS”, above.

  This correctly leaves the decision of which destination for the upload, who
  uploads and when, to the point in time where that decision is made: the time
  of finalising the release.

* Rebase a working branch, e.g. ‘wip/release/1.16.5+dfsg.1-2’, from the HEAD of
  ‘main’.

* In this branch, finalise the ‘debian/changelog’:

  * Declare a release name, e.g. “* The “Faisal Arefin Dipan” release.”

  * Set the target distribution, e.g. “unstable”.

  * Set the signature line containing the correct person and timestamp,
    e.g. “Ben Finney <bignose@debian.org>  Tue, 09 Aug 2016 06:05:28 +1000”.

  * Commit the finalised changelog with a commit message of the form
    “Finalise release “1.16.5+dfsg.1-2”.”

* Test the source package:

  * Export the source package::

        $ gbp buildpackage -S

  * Test the source package by building it in a SBuild or PBuilder
    environment, with all Lintian checks enabled.

* Only when the package builds satisfactorily from the source package:

  * Switch to the ‘main’ branch.

  * Pull the work-in-progress branch ‘wip/release/1.16.5+dfsg.1-2’ to ‘main’.

  * Create and sign a tag for the release, ‘release/1.16.5+dfsg.1-2’ with
    the commit message “Debian release “1.16.5+dfsg.1-2.”::

        $ git tag --sign \
            --message "Debian release “1.16.5+dfsg.1-2”." \
            "release/1.16.5+dfsg.1-2"

* Upload the successfully-built source package to Debian.

* Prepare the ‘main’ branch for ongoing work:

  * Delete the work-in-progress branch ‘wip/release/1.16.5+dfsg.1-2’.

  * Optionally: Create a new work-in-progress for an upcoming release,
    as described in “Work on a release in VCS”, above.


..
    Copyright © 2015–2024 Ben Finney <bignose@debian.org>
    This is free software: you may copy, modify, and/or distribute this work
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; version 3 of that license or any later version.
    No warranty expressed or implied.


..
    Local variables:
    coding: utf-8
    mode: text
    mode: rst
    End:
    vim: fileencoding=utf-8 filetype=rst :
control file for python3-changelog-chug_0.0.3-1_all.deb (click to toggle)
Package:python3-changelog-chug
Source:changelog-chug
Version:0.0.3-1
Architecture:all
Maintainer:Ben Finney <bignose@debian.org>
Installed-Size:103
Depends:python3-docutils (>=0.21), python3-semver (>=2.10), python3:any
Section:devel
Priority:optional
Homepage:https://git.sr.ht/~bignose/changelog-chug/
Description:
parser library for project Change Log documents — Python 3
 changelog-chug is a parser for project Change Log documents.
 .
 Given a standard project Change Log document, the ‘chug’ library provides
 features to parse the document into a sequence of Change Log entries as Python
 data.
 .
 This package installs the Python version 3 ‘chug’ library.
lintian 2.104.0 check for python3-changelog-chug_0.0.3-1_all.deb (click to toggle)
contents of python3-changelog-chug_0.0.3-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-10-26 03:15 ./
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/python3/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/python3/dist-packages/changelog_chug-0.0.3.dist-info/
-rw-r--r-- root/root         7 2024-10-26 03:15 ./usr/lib/python3/dist-packages/changelog_chug-0.0.3.dist-info/INSTALLER
-rw-r--r-- root/root      6365 2024-10-26 03:15 ./usr/lib/python3/dist-packages/changelog_chug-0.0.3.dist-info/METADATA
-rw-r--r-- root/root        91 2024-10-26 03:15 ./usr/lib/python3/dist-packages/changelog_chug-0.0.3.dist-info/WHEEL
-rw-r--r-- root/root         5 2024-10-26 03:15 ./usr/lib/python3/dist-packages/changelog_chug-0.0.3.dist-info/top_level.txt
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/
-rw-r--r-- root/root       838 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/__init__.py
-rw-r--r-- root/root      6283 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/model.py
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/parsers/
-rw-r--r-- root/root      1109 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/parsers/__init__.py
-rw-r--r-- root/root      5571 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/parsers/core.py
-rw-r--r-- root/root     15592 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/parsers/rest.py
-rw-r--r-- root/root      2687 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/semver_parse_backport.py
-rw-r--r-- root/root      1178 2024-10-26 03:15 ./usr/lib/python3/dist-packages/chug/writers.py
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/share/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-26 03:15 ./usr/share/doc/python3-changelog-chug/
-rw-r--r-- root/root       167 2024-10-26 03:15 ./usr/share/doc/python3-changelog-chug/changelog.Debian.gz
-rw-r--r-- root/root       801 2024-10-26 03:04 ./usr/share/doc/python3-changelog-chug/changelog.gz
-rw-r--r-- root/root     40387 2024-10-26 03:15 ./usr/share/doc/python3-changelog-chug/copyright

Timestamp: 26.10.2024 / 04:02:25 (UTC)