- Debian Policy : https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
- Upstream version:
upstream_version
- If upstream versioning is changed:
epoch
- Pre-release:
~
- Post-release:
+
- If upstream versioning is changed:
- Debian version:
debian_revision
- Upstream version:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LIST_PATH="$1" | |
LIST="$(cat $LIST_PATH)" | |
for pkg in $LIST | |
do | |
echo "" | |
echo "------------------------------------------------------" | |
echo "$pkg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt build-dep lazygit | |
iThe following package was automatically installed and is no longer required: | |
linux-image-6.12.17-amd64 | |
Use 'sudo apt autoremove' to remove it. | |
Installing: | |
golang-github-adrg-xdg-dev golang-github-kardianos-osext-dev | |
golang-github-atotto-clipboard-dev golang-github-kyokomi-emoji-dev | |
golang-github-cloudfoundry-jibber-jabber-dev golang-github-lucasb-eyer-go-colorful-dev | |
golang-github-creack-pty-dev golang-github-mattn-go-runewidth-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['scale-monitor-framebuffer', 'xwayland-native-scaling'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 423319693132e1b28ed8e81a72078f45cb00863d Mon Sep 17 00:00:00 2001 | |
From: Jongmin Kim <[email protected]> | |
Date: Thu, 10 Apr 2025 20:28:34 +0900 | |
Subject: [PATCH] pkg/exp32: fix ESP-IDF build conflicts | |
Signed-off-by: Jongmin Kim <[email protected]> | |
--- | |
...x-undefined-reference-to-rtc_gpio_fo.patch | 29 +++++++++++++++++++ | |
...newlib-guard-sys-uio.h-for-RIOT-only.patch | 27 +++++++++++++++++ | |
2 files changed, 56 insertions(+) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: lazygit | |
Section: vcs | |
Priority: optional | |
Maintainer: Debian Go Packaging Team <[email protected]> | |
Uploaders: Jongmin Kim <[email protected]> | |
Build-Depends: debhelper-compat (= 13), | |
# | |
# DIRECT - Uploaded and ACCEPTED | |
dh-golang, | |
golang-any, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sSMTP aliases | |
# | |
# Format: local_account:outgoing_address:mailhub | |
# | |
# Example: root:[email protected]:mailhub.your.domain[:port] | |
# where [:port] is an optional port number that defaults to 25. |
sudo apt install ssmtp
sudo vi /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
- RM520N-GL module installation on ubuntu
- Quectel RM520-GL Firmware Switching Tool for Linux Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## ModemManager | |
ModemManager serves [FCC unlock script](https://salsa.debian.org/DebianOnMobile-team/modemmanager/-/tree/debian/latest/data/dispatcher-fcc-unlock) | |
In Debian, its package [`modemmanager`](https://tracker.debian.org/pkg/modemmanager) installs them into `/usr/share/ModemManager/fcc-unlock.available.d/`. | |
By default, it is not enabled. | |
We should locally enable them with the command: |
NewerOlder