Differences between revisions 605 and 606
Revision 605 as of 2019-05-30 08:17:27
Size: 5615
Editor: PaulWise
Comment: sent edition #48
Revision 606 as of 2019-06-06 13:34:46
Size: 6567
Editor: PaulWise
Comment: add item about DPTT action item hiding
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:

=== Hiding package tracker action items ===

The Debian package tracker lists action items for each package. Some of these may not apply to individual visitors to the package tracker. For example, people who have enough packages to maintain already probably don't want to see suggestions to adopt orphaned dependencies of packages. The Debian package tracker [[https://salsa.debian.org/qa/distro-tracker/commit/332a4cdb7c020d504cbb576d4b45f4113b656a1c|now]] applies an action-item-* CSS class to each action item representing the type of the action item. You can use this via the [[https://add0n.com/stylus.html|Stylus WebExtension]] (not [[https://bugs.debian.org/904577|yet]] in Debian) or [[http://kb.mozillazine.org/index.php?title=UserContent.css|Firefox's userContent.css]]. For example, this CSS will hide items suggesting adoption of orphaned dependencies:

{{{
.action-item-debian-depneedsmaint { display: none; }
}}}

-- Paul Wise

Translation(s) : English - español - Français - 日本語

News for Debian developers

This wiki page collects small news that all developers should know but that are not worth a dedicated mail to debian-devel-announce. Follow the template "Example of news" and add your news below it. See /Help for more information on how to write entries. If you have any questions, please ask the publicity team or the the Debian English localisation mailing-list.

If you are able to post to debian-devel-announce (all Debian members can) and there are 5 or more items below, you might want to send out the news. To send out a new issue, you can use this helper script to generate the email version of this page. After generating the mail, proof-read it, correct any spelling, formatting or grammatical errors and send out the mail. Once the mail is sent and archived, please delete the items that were sent, add a link to the archived mail in the Previous news section and mention the mail in ProjectNews.

Example of news

This is a sample news. Copy it and edit the title, content and signature... You can use links like this. Put real news below this sample.

-- Your Name

Hiding package tracker action items

The Debian package tracker lists action items for each package. Some of these may not apply to individual visitors to the package tracker. For example, people who have enough packages to maintain already probably don't want to see suggestions to adopt orphaned dependencies of packages. The Debian package tracker now applies an action-item-* CSS class to each action item representing the type of the action item. You can use this via the Stylus WebExtension (not yet in Debian) or Firefox's userContent.css. For example, this CSS will hide items suggesting adoption of orphaned dependencies:

.action-item-debian-depneedsmaint { display: none; }

-- Paul Wise

Previous news

48 47 46 45 44 43 42 41 40
39 38 37 36 35 34 33 32 31 30
29 28 27 26 25 24 23 22 21 20
19 18 17 16 15 14 13 12 11 10
9 8 7 6 5 4 3 2 1


CategoryPermalink