gyp 0.1+20210831gitd6c5dd5-2 source package in Ubuntu

Changelog

gyp (0.1+20210831gitd6c5dd5-2) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Set field Upstream-Name in debian/copyright.

  [ Joe Nahmias ]
  * [4465e75] run upstream testsuite during build
  * [24798dd] fixes for python3.9 (Closes: #1002190)
  * [5c3bb15] fix rpath tests
  * [f8ea29c] fix cycle test
  * [f15bce0] remove non-deterministic tests
  * [ad0454b] ensure testsuite can clean up after itself
  * [e78f13f] run upstream testsuite as autopkgtest
  * [b55a633] disable unneeded salsa-ci jobs
  * [e7f8daf] add myself to uploaders
  * [0c8674e] change maintenance to DPT from JST.
    As discussed in #969081, this package should really live within the
    Debian Python Team (DPT). As a member of both the Debian JavaScript Team
    and the DPT, I agree and hereby formally transfer maintainership to DPT.
    (Closes: #969081)
  * [a60b2d4] also run make format tests during build
  * [a5d7420] fix output check for make tests when running in submake
  * [b2f1bac] upstream autopkgtest needs C & C++ compilers
  * [8ebd0ec] have autopkgtest use installed gyp command
  * [07f438a] update Vcs URLs to point to DPT

 -- Joseph Nahmias <email address hidden>  Sun, 06 Feb 2022 23:15:06 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gyp_0.1+20210831gitd6c5dd5-2.dsc 2.2 KiB c19692456b2224dea4fbfe703a6fe4d0eb1eb672156bbc762093cc907018c96a
gyp_0.1+20210831gitd6c5dd5.orig.tar.xz 433.1 KiB 6b39389b1ba649b68f36c2b74e8d83eaf4d41cf8cd988e3338c1524d414bf7d8
gyp_0.1+20210831gitd6c5dd5-2.debian.tar.xz 13.1 KiB b7b3056ae870a09ceb569f077e44c76c556bc7e1bd1bbb0a9705844a326c2a10

No changes file available.

Binary packages built by this source

gyp: Cross-platform build script generator

 GYP (Generate Your Projects) is a tool to generate native Visual Studio,
 Xcode, SCons and make build files from a description of a project in a
 simple JSON-inspired format. Its syntax is a universal cross-platform
 build representation that still allows sufficient per-platform flexibility
 to accommodate irreconcilable differences.