diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-07-06 21:45:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-08-09 10:10:18 +0000 |
commit | 7e58f15198b68812c03e0cd7e23d4e4a0627d712 (patch) | |
tree | ae4541d2cb84cd448b976f810c05998ee403d59b | |
parent | Initial commit. (diff) | |
download | notes-progress-linux.tar.xz notes-progress-linux.zip |
Updating.HEADprogress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | Java-Enable.xcd | 15 | ||||
-rw-r--r-- | console-setup.FIXME | 1 | ||||
-rw-r--r-- | new-packages.txt | 6 | ||||
-rw-r--r-- | rustc-bootstrap.txt | 18 | ||||
-rw-r--r-- | thunderbird.txt | 2 | ||||
-rw-r--r-- | upgrade-path.txt | 20 |
6 files changed, 62 insertions, 0 deletions
diff --git a/Java-Enable.xcd b/Java-Enable.xcd new file mode 100644 index 0000000..8b131c6 --- /dev/null +++ b/Java-Enable.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/registry/Java-Enable.xcd --> + +<!-- Disabling to use Java --> + +<?xml version="1.0"?> +<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry"> + <dependency file="main"/> + <oor:component-data oor:package="org.openoffice.Office" oor:name="Java"> + <node oor:name="VirtualMachine"> + <prop oor:name="Enable"> + <value>false</value> + </prop> + </node> + </oor:component-data> +</oor:data> diff --git a/console-setup.FIXME b/console-setup.FIXME new file mode 100644 index 0000000..f1e05d4 --- /dev/null +++ b/console-setup.FIXME @@ -0,0 +1 @@ +enable powerline font diff --git a/new-packages.txt b/new-packages.txt new file mode 100644 index 0000000..44475cd --- /dev/null +++ b/new-packages.txt @@ -0,0 +1,6 @@ +phpmyadmin +nagios-plugins-contrib +raspi-firmware +https://addons.thunderbird.net/en-US/thunderbird/addon/importexporttools-ng/?src=userprofile +mailboxalert +mailredirect diff --git a/rustc-bootstrap.txt b/rustc-bootstrap.txt new file mode 100644 index 0000000..e16c7e0 --- /dev/null +++ b/rustc-bootstrap.txt @@ -0,0 +1,18 @@ +import rustc in git +change maintainers/uploaders/bugs/vcs +fix version number + +install build-depends plus rustc, quilt, curl +debian/rules source_orig-stage0 + +debian/control: +adjust cargo and rustc build-depends +commit + +dpkg-source -b . + +build the packages: + sudo apt build-dep -y -Ppkg.rustc.dlstage0 + + dpkg-buildpackage -B -Ppkg.rustc.dlstage0 + dpkg-buildpackage -A -Ppkg.rustc.dlstage0 diff --git a/thunderbird.txt b/thunderbird.txt new file mode 100644 index 0000000..7e55477 --- /dev/null +++ b/thunderbird.txt @@ -0,0 +1,2 @@ +https://www.21x9.org/de/thunderbird-zentral-konfigurieren.html +expunge limit auf 10 diff --git a/upgrade-path.txt b/upgrade-path.txt new file mode 100644 index 0000000..efab23a --- /dev/null +++ b/upgrade-path.txt @@ -0,0 +1,20 @@ + Debian Progress + +native 1.2.3 1.2.3-0progress5u1 +non-native 1.2.3-4 1.2.3-4progress5u1 + +native (sec) 1.2.3 1.2.3+deb10u1 +non-native (sec) 1.2.3-4+deb10u1 1.2.3-4+deb10u1progress5u1 + +native (bpo) 1.2.3 1.2.3-0.0~progress5+u1 +non-native (bpo) 1.2.3-4 1.2.3-4~progress5+u1 + + +Upgrade paths: + native -> native (sec) -> native+1 -> native+1 (sec) -> native (bpo) + + native -> non-native (sec) -> non-native (bpo) + + native -> native (sec) -> non-native (bpo) + + non-native -> non-native (sec) -> non-native (bpo) |