Your message dated Wed, 10 Oct 2018 18:09:29 +0000
with message-id <[email protected]>
and subject line Bug#906573: Removed package(s) from unstable
has caused the Debian Bug report #782339,
regarding imagesloaded: Wrong formatting of libjs-imagesloaded ginary package
description
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
782339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782339
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: imagesloaded
Severity: minor
Tags: patch
Hi,
as you can see in the Debian package page here:
https://packages.debian.org/sid/libjs-imagesloaded
the section of the package description that is supposed to be a code
example is displayed as one continuous line since the text is
automatically reformatted (reflowed). Please note that as by Debian
Policy in the package description only the lines starting with a space
are displayed verbatim and not reflowed.
For this reason adding a space at the beginning of each line of the
example code would suffice to make the description readable, as in the
attached patch.
Thanks,
Beatrice
Index: imagesloaded-3.1.8-1/debian/control
===================================================================
--- imagesloaded-3.1.8-1/debian/control
+++ imagesloaded-3.1.8-1/debian/control
@@ -17,11 +17,11 @@
Suggests: libjs-jquery
Description: Detect when images have been loaded
Is a Javascript library that detects when the load of an image is ready.
Usage:
- """
- imagesLoaded(elem, callback)
- // you can use `new` if you like
- new imagesLoaded(elem, callback)
- // elem Element, NodeList, Array, or Selector String
- // callback Function - function triggered after all images have been loaded
- """
+ """
+ imagesLoaded(elem, callback)
+ // you can use `new` if you like
+ new imagesLoaded(elem, callback)
+ // elem Element, NodeList, Array, or Selector String
+ // callback Function - function triggered after all images have been loaded
+ """
--- End Message ---
--- Begin Message ---
Version: 3.1.8-1+rm
Dear submitter,
as the package imagesloaded has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/906573
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---