modernizr 3.13.0-0.1 source package in Ubuntu

Changelog

modernizr (3.13.0-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release Closes: #1001203, #1067130
  * d/control:
     - update Build-Depends
     - update standards version to 4.6.2, no changes needed.
  * d/copyright:
     - add/update entries for the new version
     - remove now useless Files-Excluded (file is not shipped anymore)
  * d/install: don't install feature-detects/* anymore
  * d/rules:
     - build modernizr.js with upstream's new build script
     - remove repack suffix (not needed anymore) and add it to d/watch
  * d/s/lintian-overrides: add lintian-overrides for 'source-is-missing'
    errors (files contain test data)
  * d/watch: update URL & methodology, add repacksuffix here instead of
    d/rules (but not used because there is no Files-Excluded in d/copyright)
  * add missing source file 'file.js' and add patch to use it.

 -- Fab Stz <email address hidden>  Sat, 13 Apr 2024 08:08:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
modernizr_3.13.0-0.1.dsc 2.0 KiB ea90ec7765cd7d089db27242c7899bacaa1a9e006751e377c776c4bb554ba65e
modernizr_3.13.0.orig.tar.gz 666.8 KiB b498c1d82559fa7d56123dd8ca0d45b988a810fa7f51471dc5239fd5625e00e7
modernizr_3.13.0-0.1.debian.tar.xz 5.6 KiB 00b95ed163b83ca46c23d179c1eb98596719f5e3a390c7562bc1d4b24cadbca3

Available diffs

No changes file available.

Binary packages built by this source

libjs-modernizr: JavaScript library to detect HTML5 and CSS3 features in the user's browser

 Modernizr is a JavaScript library allowing you to use HTML5 & CSS3 while
 maintaining control over unsupported browsers.
 .
 Modernizr tests which native CSS3 and HTML5 features are available in
 the current user agent and makes the results available to you in two ways,
 as properties on a global `Modernizr` object, and as classes on the
 `<html>` element. This information allows you to progressively enhance
 your pages with a granular level of control over the experience.