ruby-googleapis-common-protos-types 1.4.0-1 source package in Ubuntu

Changelog

ruby-googleapis-common-protos-types (1.4.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

  [ Antonio Terceiro ]
  * New upstream version 1.4.0
  * debian/upstream/metadata: update from upstream metadata
  * debian/control: update with dh-make-ruby
    - Bump build dependencies on gem2deb to (>= 1) and and on
      ruby-google-protobuf to (>= 3.14)
    - Update homepage from upstream metadata
    - add Rules-Requires-Root: no
    - Drop *-Ruby-Version fields
    - Replace hardcoded dependencies with ${ruby:Depends}
  * Drop patches, not necessary anymore

 -- Antonio Terceiro <email address hidden>  Wed, 28 Dec 2022 09:26:11 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-googleapis-common-protos-types_1.4.0-1.dsc 2.3 KiB af120870cf09a49c22f7b7f1e2b4efa92cb047340a6b24526fbabaaab05f0eea
ruby-googleapis-common-protos-types_1.4.0.orig.tar.gz 11.6 KiB f165ca71ac25f97f1186c8bde71d1d69ee9aaa494ae66e56d867d5afe1ac34f0
ruby-googleapis-common-protos-types_1.4.0-1.debian.tar.xz 2.5 KiB 281d8d0f8b36ce1b6677c48613c76c0d9cb5c0abbf55482018348c201a6af34b

Available diffs

No changes file available.

Binary packages built by this source

ruby-googleapis-common-protos-types: Common protobuf types used in Google APIs

 Google APIs are typically deployed as API services that are hosted under
 different DNS names. One API service may implement multiple APIs and multiple
 versions of the same API.
 .
 Google APIs use Protocol Buffers version 3 (proto3) as their Interface
 Definition Language (IDL) to define the API interface and the structure of the
 payload messages. The same interface definition is used for both REST and RPC
 versions of the API, which can be accessed over different wire protocols.