[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] dakweb: doc: `/binary/by_metadata` queries for source package's metadata



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dakweb/queries/binary.py
    ... ... @@ -39,13 +39,14 @@ QueryRegister().register_path('/metadata_keys', binary_metadata_keys)
    39 39
     def binary_by_metadata(key=None):
    
    40 40
         """
    
    41 41
     
    
    42
    -    Finds all Debian binary packages which have the specified metadata set.
    
    42
    +    Finds all Debian binary packages which have the specified metadata set
    
    43
    +    in their correspondig source package.
    
    43 44
     
    
    44 45
         E.g., to find out the Go import paths of all Debian Go packages, query
    
    45 46
         /binary/by_metadata/Go-Import-Path.
    
    46 47
     
    
    47 48
         @type key: string
    
    48
    -    @param key: Metadata key to search for.
    
    49
    +    @param key: Metadata key of the source package to search for.
    
    49 50
     
    
    50 51
         @rtype: dictionary
    
    51 52
         @return: A list of dictionaries of
    


  • Reply to: