• Bug#1109145: python-django-rest-hooks: Typos in long description

    From Teemu Hukkanen@21:1/5 to All on Sat Jul 12 15:40:01 2025
    Source: python-django-rest-hooks
    Version: 1.6.0-5
    Severity: minor
    Tags: patch

    Hi,

    The long description of python3-django-rest-hooks has some typos, the
    attached patch fixes them.


    From f54ee50ae4e4aa1fe86ff2139005221e3848489c Mon Sep 17 00:00:00 2001
    From: Teemu Hukkanen <[email protected]>
    Date: Sat, 12 Jul 2025 15:50:49 +0300
    Subject: [PATCH] Fix typos in long description

    ---
    debian/control | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/debian/control b/debian/control
    index fd941de..de4a5bf 100644
    --- a/debian/control
    +++ b/debian/control
    @@ -27,7 +27,7 @@ Description: Add webhook subscriptions to Django apps (Python3 version)
    REST Hooks are advanced versions of webhooks. Traditional webhooks are usually
    managed manually by the user, but REST Hooks are not. They encourage RESTful
    access to the hooks (or subscriptions) themselves. Add several hooks for any - combination of event and URLs, then get notificatied in real-time by a bundled
    + combination of event and URLs, then get notified in real-time by a bundled
    threaded callback mechanism.
    .
    By reusing Django's signals framework, this library can be integrated into any
    @@ -35,7 +35,7 @@ Description: Add webhook subscriptions to Django apps (Python3 version)
    .
    Using built-in actions, no work is required to support any basic created,
    updated, and deleted actions acro