惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
A
About on SuperTechFans
腾讯CDC
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
I
InfoQ
博客园 - 【当耐特】
美团技术团队
GbyAI
GbyAI
量子位
宝玉的分享
宝玉的分享
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - Franky
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志

deaddabe - debian

Status update, May 2022 · deaddabe Status update, April 2022 · deaddabe Status update, February 2022 · deaddabe Status update, January 2022 · deaddabe Status update, November 2021 · deaddabe Status update, October 2021 · deaddabe Status update, September 2021 · deaddabe Status update, July 2021 · deaddabe investigating a curious access issue · deaddabe
Status update, August 2021 · deaddabe
deaddabe · 2021-08-18 · via deaddabe - debian

Status update, August 2021

Let's see what has been accomplished during these (rather cold) summer months.

Rust work

debcontrol_struct

Finally, I have created a new crate: debcontrol_struct.

This crate uses a proc macro to derive named structs and automatically allow them to be read from a Debian control file. Not only debian/control, but any file that uses this mail-inspired key: value syntax.

The provided example is used to parse the beginning of the debian/copyright file that also uses the control syntax.

Debian work

opentracker

I have packaged the opentracker package for Debian. I had to write few patches in order to make it work as intented. I proposed the patches back to upstream as usual — via direct email for this one — and they got merged pretty quickly into the main branch!

Here are two patches for the curious:

  1. Makefile: install to DESTDIR; and
  2. Fix typo priviliges -> privileges.

I also wrote a man page for the software, by looking at how other man pages were redacted, as well as opentracker's --help output. I have sent the man page to upstream, but got no answer (yet).

Misc

Regarding my other packages, I updated python-strictyaml from 1.3.2 to 1.4.4 on Salsa, leaving it for the Python Team to review while I do not have push rights, but…

DM application

…Last, but not least, I have started to apply as a Debian Maintainer to be a part of the team, after something like a year of contributing to the project. I hope that this will succeed, in order to be able to update my packages without requiring the review of another Debian Developer each time.

Wish me success!