13 Feb 2019 |
Linda |
Linda: ITP is at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922155
for convenience | 16:07:16 |
| * Linda starts focusing into sources.list(5) integration now | 16:07:54 |
Linda | Maximus: Btw, if you used that test package there's a bug where your answers to debconf(1) (either about APT trust or sources.list) won't be forgotten if you apt purge the package. | 19:46:18 |
Linda | I've fixed it just now. | 19:46:25 |
Maximus | but where can I get the packages? | 19:47:55 |
Linda | I attached them here hours ago :o | 19:48:12 |
Linda | Right after your message | 19:48:16 |
Linda | Well, don't use them now. xD | 19:48:25 |
Linda | I'll give you a new version for testing if you'd like, right now | 19:49:48 |
Maximus | yes please | 19:50:46 |
Linda | Right, just a minute | 19:51:33 |
Linda | I have a failing build atm | 19:54:24 |
Maximus | no rush | 19:55:05 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5_all.deb | 20:16:35 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5_amd64.build | 20:16:38 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5_amd64.buildinfo | 20:16:41 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5_amd64.changes | 20:16:49 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5.dsc | 20:16:52 |
Linda | Download matrix-archive-keyring_2015.12.09+debian0.5.tar.xz | 20:17:04 |
Linda | Maximus: There you go. It will print a debug line during the install. | 20:17:29 |
Linda | (if you chose to install APT sources) | 20:17:42 |
Linda | Setting up matrix-archive-keyring (2015.12.09+debian0.5) ...
DEBUG: deb [signed-by=/usr/share/keyrings/matrix-archive-keyring.gpg] http://matrix.org/packages/debian/ sid main
$ sudo apt install matrix-synapse-py3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package matrix-synapse-py3
$ sudo sh -c 'apt update && apt install matrix-synapse-py3'
Hit:1 http://ftp.fi.debian.org/debian unstable InRelease
Get:2 http://matrix.org/packages/debian sid InRelease [3075 B]
Get:3 http://matrix.org/packages/debian sid/main Sources [2715 B]
Get:4 http://matrix.org/packages/debian sid/main amd64 Packages [2355 B]
Fetched 8145 B in 0s (18.7 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
10 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
python3-distutils python3-lib2to3
Suggested packages:
sqlite3
The following NEW packages will be installed:
matrix-synapse-py3 python3-distutils python3-lib2to3
0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
Need to get 29.5 MB of archives.
After this operation, 161 MB of additional disk space will be used.
Do you want to continue? [Y/n] ^C
😊 | 20:19:09 |
Maximus | ok! trying now | 20:20:15 |
Maximus | Linda: before I run it, what files are going to be changed? or command I can run before/after to see the change | 20:23:12 |
Linda | I was about to list them | 20:23:20 |
Linda | Let me see | 20:23:23 |
Linda |
/etc/apt/trusted.gpg will have Matrix.org signing key removed.
/etc/apt/trusted.gpg.d/matrix-org_packages.asc will be removed if it exists.
/etc/apt/sources.list.d/matrix-org.list will be overwritten and maintained by the package. The existence of this file depends on the answer "yes" or "no" question to APT data sources every time. (If you need to choose again, run dpkg-reconfigure matrix-archive-keyring .)
/usr/share/keyrings/matrix-archive-keyring.gpg is added.
/etc/apt/trusted.gpg.d/matrix-archive-keyring.gpg will be a new symlink to /usr/share/keyrings/matrix-archive-keyring.gpg . This is also managed by the package in rare cases.
| 20:26:13 |
Linda | #5 is only true if using dpkg-reconfigure and answering "yes" to APT system trusted key. (You probably don't want that, so choose "no".) | 20:27:11 |
Linda | Hopefully that answers to your question. | 20:27:52 |
Linda | I think there's also a command dpkg-preconfigure , but I've never used it before. | 20:28:10 |