19 Oct 2020 |
tar | maybe drop a note about your interest in the BTS (Bug Tracking System)? | 11:57:00 |
mooff | i will do | 11:57:13 |
tar | and if you are fine with git, you can even work together on it at salsa.debian.org | 11:57:25 |
mooff | that would be cool | 11:57:36 |
mooff | i just got to set up email for my domain | 11:57:51 |
tar | https://repology.org/project/fractal/versions seems others have it already... | 12:01:02 |
mooff | nice. alpine seems to have really good packaging work | 12:03:42 |
mooff | 'apk install x' seems to just work, quickly, with up-to-date x for most x | 12:04:09 |
mooff | i read the RTP and ITP the other day | 12:04:37 |
mooff | hoping to be non-metered by tonight but may only have 50MB to last the day | 12:05:38 |
tar | may i ask in what country internet is metered? | 12:06:28 |
mooff | i've just moved. though helpfully, just got the wifi password :) | 12:13:14 |
mooff | tar https://together.beer/d/fractal/ | 12:33:12 |
tar | mooff: there's no *.dsc file there | 12:35:08 |
mooff | i haven't tried to create one yet | 12:36:17 |
mooff | i skipped over setting the source URL pattern to save time | 12:37:20 |
tar | how did you create the .deb files??? | 12:38:20 |
tar | you dont create .dsc files debuild does | 12:38:56 |
mooff | `dpkg-buildpackage -us -uc -nc --build=any` - skipping the source download | 12:42:34 |
mooff | i started by cloning the fractal git repo and building it with meson / ninja manually | 12:43:06 |
tar | but dpkg-buildpackage doesn't download/upload anything dget does. so tell dpkg-buildpackage to build the source package, or just run debuild it will generate the debian source package | 12:43:31 |
mooff | when the build finally finished i just wanted to quickly make a deb using the build i already had | 12:43:42 |
tar | the manual building part belongs into debian/rules | 12:43:46 |
tar | oh i see, that's wrong | 12:43:54 |
mooff | of course the first time i tried to do it, it cleaned the build (hence learning -nc for never clean lol) | 12:44:03 |
mooff | okay, cool | 12:44:24 |
tar | ping me once you have a .dsc that i can dget :) | 12:44:44 |
mooff | okay :) maybe you could help with the source url format? | 12:45:42 |
mooff | release tarballs are here https://gitlab.gnome.org/GNOME/fractal/-/releases | 12:45:48 |
tar | no i need a .dsc link :) what file is source url format? | 12:46:17 |