=== dch_ is now known as dch === stub` is now known as stub === yofel_ is now known as yofel === Purefan_ is now known as slackner === bluesabre_ is now known as bluesabre === Pici` is now known as Pici === charles_ is now known as charles [20:24] hello. I upload packages to Launchpad on my PPA, but the package don't show up: https://launchpad.net/~mapmap/+archive/ubuntu/mapmap/+packages [20:24] Is there a way to verify they have been successfully uploaded? I should just wait, eh? [20:25] aalex: did you receive an email? [21:52] cjohnston: yes! thank you [21:53] Now, the files specified in the debian/install file are not found. The file "mapmap" is the binary that should be built by qt4-qmake via CDBS. [21:53] https://launchpadlibrarian.net/181759818/buildlog_ubuntu-trusty-amd64.mapmap_0.1.1-5~trusty~ppa1_FAILEDTOBUILD.txt.gz [21:54] There is also a mapmap.desktop file. (no icon file for now) [21:55] Here is my current install file: https://github.com/mapmapteam/ubuntu-mapmap/blob/master/debian/mapmap.install [21:55] How should change it so that it works? [21:56] debian/tmp/usr/bin/mapmap ? [21:57] ('cause my `make install` rule doesn't seem to install any file, so maybe my Qt4-qmake packaging is wrong) [21:57] you should use sbuild or pbuilder to test your builds locally [21:59] ok [21:59] you also probably don't need to specify where to install things in the install file intself, but the qmake files should install them when "make install" is run [22:16] Can someone point me how to create a quilt patch with git-buildpackage? I have to modify some of the upstream files. [23:11] aalex: quilt new my_awesome_patch.patch [23:11] aalex: quilt edit foo/bar/baz.cpp [23:11] should open a editor [23:11] hack hack hack [23:11] write to file, exit [23:11] and then quilt refresh [23:11] quilt refresh [23:11] yep [23:11] then quilt pop [23:11] and then git add these files [23:11] yep [23:12] sounds like you have a handle on it ;) [23:12] ahah, I figured it out since I posted that question. :) [23:12] But thanks for the answer, I lost the page where I found the info. [23:12] it's alright [23:12] I will write a summary in some wiki. [23:13] you mean https://wiki.debian.org/UsingQuilt [23:13] ;) [23:13] Yes, almost, I like to put pages under my user name on the debian wiki. [23:13] AlexandreQuessy [23:14] https://wiki.debian.org/AlexandreQuessy/GitNotes [23:17] there https://wiki.debian.org/AlexandreQuessy/GitNotes [23:18] Do you guys have a default simple .pbuilderrc to suggest me? The ones I found are rather buggy. [23:18] maybe shadeslayer_ ? :) [23:19] aalex: http://paste.ubuntu.com/7983766/ [23:19] is what I use [23:19] though needs adjusting [23:21] aalex: FWIW #ubuntu-motu might be a better place for packaging questions like these [23:21] or #ubuntu-packaging [23:47] Thank you shadeslayer_ ! [23:47] yw