libjs-img.srcset 2.0.0~20131003~dfsg-3 source package in Ubuntu

Changelog

libjs-img.srcset (2.0.0~20131003~dfsg-3) unstable; urgency=medium

  * Team upload

  [ Jelmer Vernooij ]
  * Migrate repository from alioth to salsa.

  [ Yadd ]
  * Bump debhelper dependency to >= 9, since that's what is used in debian/compat.
  * Bump debhelper from deprecated 9 to 10.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Declare compliance with policy 4.6.1
  * Add "Rules-Requires-Root: no"
  * Use uglifyjs, node node-uglify

 -- Yadd <email address hidden>  Mon, 05 Sep 2022 03:56:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-img.srcset_2.0.0~20131003~dfsg-3.dsc 2.1 KiB 288b403765cfe31b6267276f44d301d72aeebd68c056069cb0e4aff014673e20
libjs-img.srcset_2.0.0~20131003~dfsg.orig.tar.gz 3.5 KiB dc8da06f48b1f11e8fdd8d540a69d44a814f5d547b61b6e3f81765a3e9ffb7bb
libjs-img.srcset_2.0.0~20131003~dfsg-3.debian.tar.xz 4.4 KiB c4d5900511dc7e35b7bb53ac94a59c2293777a87c09c10edfa413517c453c8e3

No changes file available.

Binary packages built by this source

libjs-img.srcset: fast JavaScript polyfill for img srcset

 img.srcset is a lightweight, no nonsense, all browser supporting, fast
 polyfill for img srcset, allowing for lighter yet backwards-compatible
 responsive web design.
 .
 The srcset attribute is an HTML extension for adaptive (a.k.a.
 responsive) images. More info at <http://www.w3.org/TR/html-srcset/>.
 .
 A polyfill is (in the context of HTML5) Javascript code implementation
 of a functionality often available in modern web browsers, allowing web
 designers to use simpler standards-compliant and declarative code,
 burdening only older/simpler browsers with these fallback snippets.