Debian NEW package overview for jaraco.stream
jaraco.stream_3.0.4-1_amd64.changes (click to toggle)
Format:1.8
Date:Thu, 14 Nov 2024 14:05:04 +1100
Source:jaraco.stream
Binary:python3-jaraco.stream
Architecture:source all
Version:3.0.4-1
Distribution:unstable
Urgency:medium
Maintainer:Ben Finney <bignose@debian.org>
Changed-By:Ben Finney <bignose@debian.org>
Description:
python3-jaraco.stream - routines for dealing with data streams — Python 3
Closes:1010783
Changes:
jaraco.stream (3.0.4-1) unstable; urgency=medium

  * Initial Debian release.
    Closes: bug#1010783.
Files:
d32ae1eab9f30996c419eb8204c547c1 2107 python optional jaraco.stream_3.0.4-1.dsc
077db3315aadde8c665f6dc1136c88f3 10744 python optional jaraco.stream_3.0.4.orig.tar.gz
1bbbf851093ba99760d41ff387655f87 4968 python optional jaraco.stream_3.0.4-1.debian.tar.xz
7a81f68e2974271a4480de98a0d539ca 7408 python optional jaraco.stream_3.0.4-1_amd64.buildinfo
02360115e110c76faf363b52e39bc399 6628 python optional python3-jaraco.stream_3.0.4-1_all.deb
jaraco.stream_3.0.4-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:jaraco.stream
Binary:python3-jaraco.stream
Architecture:all
Version:3.0.4-1
Maintainer:Ben Finney <bignose@debian.org>
Homepage:https://github.com/jaraco/jaraco.stream/
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/bignose/pkg-jaraco.stream/
Vcs-Git:https://salsa.debian.org/bignose/pkg-jaraco.stream.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:pybuild-plugin-pyproject, python3-setuptools, dh-python, debhelper-compat (=13)
Build-Depends-Indep:python3-more-itertools, python3-pytest<!nocheck>, python3-ruff<!nocheck>, python3-all
Package-List:python3-jaraco.stream deb python optional arch=all
Files:
077db3315aadde8c665f6dc1136c88f3 10744 jaraco.stream_3.0.4.orig.tar.gz
1bbbf851093ba99760d41ff387655f87 4968 jaraco.stream_3.0.4-1.debian.tar.xz
lintian 2.104.0 check for jaraco.stream_3.0.4-1.dsc (click to toggle)
README.source for jaraco.stream_3.0.4-1.dsc (click to toggle)
=========================================
Debian source package for ‘jaraco.stream’
=========================================


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-jaraco.stream_3.0.4-1_all.deb (click to toggle)
Package:python3-jaraco.stream
Source:jaraco.stream
Version:3.0.4-1
Architecture:all
Maintainer:Ben Finney <bignose@debian.org>
Installed-Size:35
Depends:python3-more-itertools, python3:any
Section:python
Priority:optional
Homepage:https://github.com/jaraco/jaraco.stream/
Description:
routines for dealing with data streams — Python 3
 jaraco.stream is a library of routines for dealing with data streams,
 including a set of generators for loading GZip data on the fly.
 .
 This package installs the Python version 3 ‘jaraco.stream’ library.
lintian 2.104.0 check for python3-jaraco.stream_3.0.4-1_all.deb (click to toggle)
contents of python3-jaraco.stream_3.0.4-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-11-14 03:05 ./
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/python3/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/stream/
-rw-r--r-- root/root       426 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/stream/__init__.py
-rw-r--r-- root/root      3200 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/stream/buffer.py
-rw-r--r-- root/root      1296 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/stream/gzip.py
-rw-r--r-- root/root      2429 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco/stream/test_gzip.py
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco.stream-0.0.0.dist-info/
-rw-r--r-- root/root         7 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco.stream-0.0.0.dist-info/INSTALLER
-rw-r--r-- root/root      2201 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco.stream-0.0.0.dist-info/METADATA
-rw-r--r-- root/root        91 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco.stream-0.0.0.dist-info/WHEEL
-rw-r--r-- root/root         7 2024-11-14 03:05 ./usr/lib/python3/dist-packages/jaraco.stream-0.0.0.dist-info/top_level.txt
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/share/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-11-14 03:05 ./usr/share/doc/python3-jaraco.stream/
-rw-r--r-- root/root       169 2024-11-14 03:05 ./usr/share/doc/python3-jaraco.stream/changelog.Debian.gz
-rw-r--r-- root/root        90 2024-08-21 20:34 ./usr/share/doc/python3-jaraco.stream/changelog.gz
-rw-r--r-- root/root      2089 2024-11-14 03:05 ./usr/share/doc/python3-jaraco.stream/copyright

Timestamp: 14.11.2024 / 04:02:22 (UTC)