libera/#devuan/ Sunday, 2023-12-03

chomwittis there a way to see if a package is mirrored from debian repositories or its a devuan one ?01:23
rrqlook it up at pkginfo.devuan.org and check the Filename:01:24
rrqor, likewise, check the "Filename" attribute in your local *Packages file01:25
rrq(i suppose dpkg-query could be used for that)01:26
n4diri looked at the output of dpkg -l; found out a few packages have *devuan in the "version", but wouldn't know if that means something01:26
n4dirif it does, you could | grep devuan to list those01:26
rrqyes that finds the devuan forks; but not the "native devuan" (not many)01:27
chomwittrrq could you please give a url of a devuan specific package to have for comparison ?01:27
n4diri see.01:27
rrqthe path starts with DEVUAN/ rather than DEBIAN/01:28
chomwitt$ sudo dpkg -l | grep devuan01:29
chomwittindeed i see many packages with devuan in their names01:29
n4dirwc -l tells me 65 packages here.01:30
n4dirmost rather not very exciting, as far i see01:31
chomwittin http://deb.devuan.org/  what does merge directory means ?01:32
chomwittFilename: pool/DEVUAN/main/a/apt/apt_2.7.6devuan2_amd64.deb01:33
rrqit's just a directory name; the repo is at http://deb.devuan.org/merge01:34
rrqthe "devuan packages only" repo is at http://deb.devuan.org/devuan01:36
rrqmore notes at https://pkgmaster.devuan.org/devuan_mirror_walkthrough.txt01:37
chomwittrrq i cant find any filename attribute with dpkg -s01:38
chomwittrrq, thanks for the links!01:38
rrqright, seems dpkg tries to hide that; use "apt-cache show $package | grep Filename:" instead01:38
chomwittrrq apt-cache indeed show the filename01:43
chomwittin the apt filename i gave before is pool/DEVUAN/main/.. maps to devuan/devuan/pool/main/..   but i cant find any devuan/merged/pool for debian packages02:00
chomwittwhere devuan at the start is the one referenced in the  mirrow walkthrough: 'The repo is contained  in a folder "devuan/"02:02
rrqcorrect. the /devuan repository only containns the devuan packages03:52
Pepperman665So with proper apt-pinning you could, albeit in an unconventional way, install Devuan atop Debian? Technically?03:53
Pepperman665Using that repo, I mean03:54
rrqyes, could work03:54
rrqthat's kind of what the deb.evuan.org servers do03:55
Pepperman665I can see that being useful for debugging. If you have both Debian and Devuan versions of packages on-hand, you can sort of trace through the changes to track down bugs03:56
brocashelmyou'll 99.9% of the time know it's a devuan package if you analyze the "devuan" part of the version03:57
brocashelme.g. network-manager for daedalus is versioned 1.42.4-1devuan103:57
brocashelmeverything else is debian03:57
rrqyes. almost. the devuan pool offers som 50+ packages without "devuan" in their versions04:08
Pepperman665Right, devuan-exclusive stuff like deepsea and dummy-logind don't need that extension because they aren't forked packages, but those are the exception rather than the rule04:09
brocashelmalthough xlennart is a devuan-only package and contains "devuan" ;)04:11
rrqalso includes apulse, eudev, seatd ...04:12
rrq(apulse has been adopted into debian I think.. probably some more too)04:15
Pepperman665didn't even know what apulse was until you mentioned it. Huh, cool.04:15
rrqyes. it lets me be alsa-only on daedalus, though I have to patch firefox' destop file(s)04:16
brocashelmpretty sure there is no systemd in apulse04:17
brocashelmeudev and seatd make sense04:17
rrq.. and rrqnet is devuan-only just because I'm too lazy to polish it up for debian04:19
systemdleteno pysolfc in daedalus?  Has it been replaced by something else (maybe better)?04:19
Pepperman665I noticed someone has a sysv2d script in the forums...maybe it can be useful for creating compatibility scripts for stuff that relies on unit files04:20
Pepperman665might take a gander at that04:20
al1r4dThe following packages will be upgraded:04:33
al1r4d  init init-system-helpers isc-dhcp-client libnm0 network-manager rsyslog04:33
al1r4d^^ i hope the upgrade will not cost error anymore04:33
al1r4dI'm on testing right now04:33
al1r4dCool, nothing error04:33
brocashelmapt install apt-listbugs apt-listchanges04:33
brocashelmthese two packages are useful to have if you use testing or unstable04:34
al1r4dThank you~04:35
al1r4d  fonts-lato libjs-jquery libruby libruby3.1 libyaml-0-2 rake ruby ruby-debian04:36
al1r4d  ruby-domain-name ruby-gettext ruby-http-cookie ruby-httpclient ruby-locale04:36
al1r4d  ruby-net-telnet ruby-rubygems ruby-sdbm ruby-soap4r ruby-sqlite3 ruby-text04:36
al1r4d  ruby-unf ruby-unf-ext ruby-unicode ruby-webrick ruby-xmlparser ruby-xmlrpc04:36
al1r4d  ruby3.1 rubygems-integration sqlite3 zip04:36
al1r4dbut, what a cost..04:36
brocashelmyeah, because of apt-listbugs (you can interact with)04:40
brocashelm*with it04:40
Pepperman665rrq is there still a bug in Devuan's debian-installer that causes only english to work?18:59
Pepperman665I'll brb, and I'll glance the chanlogs in case there's a reply19:04
Pepperman665nvm, I see its not there anymore19:09
unclouded_Hi, has something changed with GNU screen between chimaera and daedalus?  My mutt session is 80x25 after the upgrade rather than the actual size of the terminal.23:20
unclouded_OK, well that's weird.  `su - $username --command='mutt...` results in mutt thinking the terminal is 80x25 but `su - $username` followed by `mutt...` uses the whole terminal23:32
unclouded_$TERM is screen.xterm-256color and $COLUMNS is 11923:33
rwpunclouded_, Also look at the size from the tty driver: stty -a23:57

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!