/srv/irclogs.ubuntu.com/2022/03/28/#ubuntu-motu.txt

st13gHi, is someone there?01:39
amurrayst13g: hello02:20
st13ghi amurray , can you help me with this issue, i'm kinda new making patches02:21
st13gwhen I issue this command  edit-patch 99-new-patch02:22
st13gthe terminal prompts this ==> No patchsystem detected, cannot create new patch (no dpatch/quilt/cdbs?)02:22
st13gand I couldnt find any documentation related to this in https://packaging.ubuntu.com/html/fixing-a-bug.html02:23
amurraysounds like it is a patchless package - ie. one that doesn't use quilt etc - so you may have to patch the source files directly rather than adding a new patch (ie just simply apply the patch to source tree rather than using add-patch/edit-patch etc) - apologies - I have to run but will be back later if you need more help02:24
amurray(you can check by running what-patch - also what package is this for and for which release?)02:24
st13gdont worry amurray i'll be waiting for you02:30
st13glike you said when i issue what-patch it prompted this -->patchless?02:31
st13gand when u r saying apply the patch, there is a guide how to do this?, I mean I saw that there is folder located in /debian called patches, so do i need to create this folder manually?02:32
=== st13g is now known as crisdel
amurraycrisdel: since there is no existing debian/patches folder you instead just apply the patch to the source code yourself using the patch command https://man7.org/linux/man-pages/man1/patch.1.html03:55
crisdelthanks amurray04:05
amurraycrisdel: no worries04:11
crisdelsorry to bother u again amurray, but when i issue this command "quilt header --dep3 -e", this is the output -->No series file found, so do i need to add the description manually? or  it is not necessary,and  I just need to issue this command "$ dch -i"04:32
amurraycrisdel: no problem - the package doesn't use quilt so this is expected to fail and you don't need to use it - however since you have manually patched the package you should make sure your changelog entry contains a URL or something which describes where you got the change from04:36
yurtesenHow does one make a change to a package which changes a file inside the `debian` folder of the package source?10:55
amurrayyou just change it directly - you can't use debian/patches/ as this is only for source code changes, changes to files in the debian/ folder have to be edits of those files10:56
yurtesenthanks, that explains why I get errors building the package after making a patch :D10:57
=== st13g is now known as crisdel
crisdelmorning, is someone there?14:26
crisdelwhen I issue this command => debuild -S -d -us -uc14:37
crisdelthis error show up14:38
crisdel dpkg-source --before-build .14:38
crisdel fakeroot debian/rules clean14:38
crisdeldh clean --with systemd14:38
crisdelmake: dh: No such file or directory14:38
crisdelmake: *** [debian/rules:17: clean] Error 12714:38
crisdeldpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 214:38
crisdeldebuild: fatal error at line 1182:14:38
crisdeldpkg-buildpackage -us -uc -ui -S -d failed14:38
Eickmeyercrisdel: support is in #ubuntu19:13
crisdelsorry Eickmeyer, but i was following the packaging guide with debuild, but I encountered this problem. and when I look in pbuilder folder i saw the .deb package, but the change I made to it, was not present in the package21:30

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!