akossh has quit [Quit: Leaving.]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Daanct12 has joined #maemo-leste
Daaanct12 has joined #maemo-leste
Daanct12 has quit [Read error: Connection reset by peer]
meridion has quit [Ping timeout: 252 seconds]
jessicant has quit [Ping timeout: 276 seconds]
meridion has joined #maemo-leste
jessicant has joined #maemo-leste
Daaanct12 has quit [Ping timeout: 252 seconds]
Daanct12 has joined #maemo-leste
joerg has quit [Ping timeout: 255 seconds]
joerg has joined #maemo-leste
dsc_ has quit [Ping timeout: 246 seconds]
dsc_ has joined #maemo-leste
lul4 has joined #maemo-leste
lul4 has quit [Client Quit]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Livio has joined #maemo-leste
ceene has joined #maemo-leste
Anasko has quit [Read error: Connection reset by peer]
akossh has joined #maemo-leste
pere has quit [Ping timeout: 265 seconds]
pere has joined #maemo-leste
akossh has quit [Ping timeout: 252 seconds]
Livio has quit [Ping timeout: 260 seconds]
akossh has joined #maemo-leste
Livio has joined #maemo-leste
pere has quit [Ping timeout: 252 seconds]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
<Wizzup> freemangordon: eds-backend-telepathy is unhappy with:
<Wizzup> add-contacts.c:306:28: error: implicit declaration of function 'mc_account_new'; did you mean 'tp_account_new'? [-Werror=implicit-function-declaration] 306 | test_userdata->account = mc_account_new (dbus_daemon, object_path);
<Wizzup> I will push my other fixes
<Wizzup> the diff in tp glib is super minimal between bullseye and bookworm so I am not sure what's up yet
pabs3 has quit [Ping timeout: 260 seconds]
vectis_ has quit [Read error: Connection reset by peer]
<Wizzup> hm, this is in a test
<Wizzup> I am pretty sure these tests fail in chimaera too
vectis_ has joined #maemo-leste
pabs3 has joined #maemo-leste
<Wizzup> ah the whole -ltestutils is not there
<Wizzup> ok, I am not gonig to fix these tests now
<freemangordon> Wizzup: what tests are those? eds?
<freemangordon> ah, backend
<freemangordon> oh, I see
<freemangordon> I wonder how did we build it on chimaera
<freemangordon> but anyway, LMK if you want me to fix them or we will simply disable the tests for now
<Wizzup> I disabled the mfor now
<Wizzup> they are all old code
<Wizzup> and they nveer run because we used some old debian compat and build script
<Wizzup> I migrated us to dh 10 but that started to run tests
<freemangordon> I see
<freemangordon> why did you remove .install file?
<freemangordon> it does not install /etc/osso-backup IIUC
<Wizzup> you can't have .install with a isngle pkg
<freemangordon> sure you can :)
<Wizzup> $ dpkg -L evolution-data-server-addressbook-backend-telepathy | grep restore
<Wizzup> /etc/osso-backup/restore.d
<Wizzup> /etc/osso-backup/restore.d/always
<Wizzup> /etc/osso-backup/restore.d/always/eds-backend-telepathy-restore-compatibility.sh
<freemangordon> dh_auto_install --destdir=debian/tmp
<Wizzup> no, you actually can't, it will search debian/ and not debian/pkg-name
<Wizzup> in any case, the pkg is correct now with less code and less files
<freemangordon> see ^^^
<freemangordon> ok
<Wizzup> I should really make a python script to parse all our debian/control files and figure out the right way to build all our pkgs :)
<Wizzup> the right order I mean
Livio has quit [Remote host closed the connection]
Livio has joined #maemo-leste
joerg has quit [Ping timeout: 248 seconds]
joerg has joined #maemo-leste
pere has joined #maemo-leste
antranigv_ has quit [Ping timeout: 248 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.4]
ceene has quit [Remote host closed the connection]
antranigv has joined #maemo-leste
joerg has quit [Ping timeout: 252 seconds]
joerg has joined #maemo-leste
<Wizzup> freemangordon: how do I get dh_auto_install to not go into debian/tmp but rather into debian/pkgname?
<Wizzup> I see the man page suggests something about a single binary adon mode or something
<Wizzup> somehow this is the opposite problem that I had earlier
<Wizzup> sigh
<inky> that person, who managed to install maemo in to xiaomi phone, what did they do? how can i flash android kernel and maemo image in to a generic android device? or how to boot something from sdcard? with fastboot?
<sicelo> inky: if you mean the person i talked about - he waas using a xiaomi phone that has mainline support.
Twig has joined #maemo-leste
<freemangordon> Wizzup: if you don;t pass --destdir=debian/tmp it will not install in tmp
<freemangordon> but that's only if you create only one binary package
<Wizzup> this is not true unfortunately
<Wizzup> see man dh_auto_install
pere has quit [Ping timeout: 272 seconds]
<freemangordon> "Unless --destdir option is specified, the files are installed into debian/package/ if there is only one binary package."
<freemangordon> this is from the man page of dh_auto_install in chimaera
<freemangordon> did they change that?
<freemangordon> or, which package you have issues with?
lul4 has joined #maemo-leste
lul4 has quit [Client Quit]
lul4 has joined #maemo-leste
lul4 has quit [Client Quit]
pere has joined #maemo-leste
lul4 has joined #maemo-leste
lul4 has quit [Client Quit]
<Wizzup> freemangordon: I think you're looking on chimaera ;)
<Wizzup> freemangordon: on daedalus
<Wizzup> In compat 15 or later, dh_auto_install will use debian/tmp as the default --destdir and should be moved from there to the appropriate package build directory using dh_install(1) or similar tools. Though if the single-binary addon for dh(1) is activated, then it will pass an explicit --destdir=debian/package/ to dh_auto_install.
<Wizzup> and this happens even if debian/compat is 10
Livio_ has joined #maemo-leste
<freemangordon> ok, so they change it :)
<freemangordon> but then again, see "then it will pass an explicit --destdir=debian/package/"
<freemangordon> so what package you have issues with?
<freemangordon> ah, addon
Livio has quit [Ping timeout: 260 seconds]
<freemangordon> I guess that means dh $@ --single-binary
<Wizzup> yes, but I don't think this works for all our cases
<Wizzup> and apparently it was not a problem for evolution-data-server-addressbook-backend-telepathy
<Wizzup> so I don't know what's up
<freemangordon> well, I'll ask once again and will stop :)
<freemangordon> What package you have issues with?
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
akossh has quit [Ping timeout: 244 seconds]
akossh has joined #maemo-leste
joerg has quit [Quit: this shouldn't have happened... ever]
joerg has joined #maemo-leste
Livio_ has quit [Ping timeout: 260 seconds]
Twig has quit [Remote host closed the connection]
akossh has quit [Quit: Leaving.]
Anasko has quit [Ping timeout: 252 seconds]
Anasko has joined #maemo-leste