{
    "mode": "man",
    "parameter": "pts-unsubscribe",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pts-unsubscribe/1/json",
    "generated": "2026-05-30T06:08:41Z",
    "synopsis": "pts-subscribe [options] package\npts-unsubscribe [options] package",
    "sections": {
        "NAME": {
            "content": "pts-subscribe - time-limited subscription to the PTS\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pts-subscribe [options] package\n\npts-unsubscribe [options] package\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "pts-subscribe  sends  a  subscription  request  for package to the Package Tracking System at\npts@qa.debian.org, and cancels the subscription 30 days later.\n\nIf called as pts-unsubscribe, send an unsubscription  request  for  package  to  the  Package\nTracking System.\n\nThis  utility  is  useful if a developer has made an NMU and wants to track the package for a\nlimited period of time.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "--until time, -u time\nWhen at(1) should cancel the subscription.  time must be specified using at's  syntax.\nDefault is 'now + 30 days'.  This option will probably require quoting!\n",
            "subsections": [
                {
                    "name": "--forever",
                    "content": "Don't  cancel  the  subscription automatically.  This can also be specified as --until\nforever.\n\n--help, -h\nDisplay a help message and exit successfully.\n",
                    "long": "--forever"
                },
                {
                    "name": "--version",
                    "content": "Display version and copyright information and exit successfully.\n",
                    "long": "--version"
                }
            ]
        },
        "ENVIRONMENT VARIABLES": {
            "content": "DEBEMAIL, EMAIL\nIf one of these is set (with preference give to DEBEMAIL), then this will be used  for\nthe  subscription  address.   If neither is set, then the email will be sent without a\nspecified subscription address, and the email's From: line will be used  to  determine\nthe sender's address.  This will be determined by mail(1).\n",
            "subsections": []
        },
        "CONFIGURATION VARIABLES": {
            "content": "The  two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order\nto set configuration variables.  Command line options can be used to  override  configuration\nfile  settings.   Environment  variable settings are ignored for this purpose.  The currently\nrecognised variables are:\n\nPTSUNTIL\nSetting this is equivalent to giving a --until option.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "at(1), information about  the  Package  Tracking  System  in  the  Developer's  Reference  at\nhttps://www.debian.org/doc/developers-reference/resources.html#pkg-tracking-system\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This program was written by Julian Gilbey <jdg@debian.org> based on a public domain prototype\nby Raphael Hertzog <hertzog@debian.org> and is copyright under the GPL, version 2 or later.\n\n\n\nDEBIAN                                    Debian Utilities                          PTS-SUBSCRIBE(1)",
            "subsections": []
        }
    },
    "summary": "pts-subscribe - time-limited subscription to the PTS",
    "flags": [
        {
            "flag": "",
            "long": "--forever",
            "arg": null,
            "description": "Don't cancel the subscription automatically. This can also be specified as --until forever. --help, -h Display a help message and exit successfully."
        },
        {
            "flag": "",
            "long": "--version",
            "arg": null,
            "description": "Display version and copyright information and exit successfully."
        }
    ],
    "examples": [],
    "see_also": [
        {
            "name": "at",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/at/1/json"
        }
    ]
}