=== dendrobates is now known as dendro-afk [09:48] This the development team - because I have a really annoying bug that I have found which is not present on 10.10 [09:48] only on Natty [09:49] poptisse: what is the bug number? [09:49] 600178 [09:50] https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/600178 [09:50] Ubuntu bug 600178 in nvidia-graphics-drivers (Ubuntu) "Screen tearing when dragging window, in videos and other large screen redraws (on nVidia GPU)" [Undecided,Confirmed] [09:50] It is extremely irritating - as some of the fixes I just don't understand as I am brand new to Ubuntu. [09:50] It just appears to be an on-going issue that needs a fix [09:54] Ampelbein: You part of the development team? [09:55] poptisse: not of the core development team, no. but that issue seems to be with the closed source nvidia drivers anyway so the development team will most likely not be able to do anything about it. [09:56] Workarounds are mention on the bug - just one of the workarounds is confusing me lol [09:56] If you could help me understand it that, would be perfect [09:57] poptisse: user support is better placed in #ubuntu [09:58] I have tried ubuntu and no one understands what i am asking so cant help [09:58] Enable Workarounds -> Force full screen redrews (buffer swap) on repaint - Its just this [09:58] and [09:58] Disable Workarounds -> Don't wait for video sync [09:59] Does that mean I tick force full screen and untick don't want for video sync [09:59] Because in compizconfig don't wait for video sync is alreayd unticked.. [10:00] poptisse: i don't know. have you tried it? [10:00] Yes/No because [10:01] In compizconfig there is an option to disable workarounds [10:01] so am not sure if i disable workarounds and than tick the don't wait for video sync [10:01] :l [10:02] I am just going to downgrade to 10.10 [12:20] tumbleweed: around? [12:21] Does anyone have a moment to point a packaging newbie in the right direction? [12:21] wibblymat: shoot [12:22] I have downloaded a package using bzr and copied in the latest upstream source [12:22] But when I try yo bzr build, I get 'Looking for a way to retrieve the upstream tarball' and some errors [12:22] Why is it trying to download the source? [12:24] Hmm, tried to keep it short, hopefully that is still intelligible :) [12:24] the file is in the wrong directory or named wrongly [12:24] Which file? [12:25] the upstream source tarball [12:25] it should be ../package_version.orig.tar.gz (or .bz2) [12:25] But... why does it need the upstream tarball at all? [12:25] so that it can tell which parts are your modifications to upstream's source [12:26] it's needed for the source package build (if you build only the binary .deb package, it's not needed) [12:27] Ok, I can see that I have got the wrong end of the stick somewhere :) I downloaded the upstream source and then copied the files from in the tarball over the top of the source in the package. Was that wrong? [12:27] did you add a new changelog entry with the new version number? [12:27] Yep [12:28] should be fine if you have the file in .. then, as bdrung said [12:30] I'm still a bit confused about why the build requires the original source tarball [12:31] wibblymat: did you use 'bzr merge-upstream' to include the changes? [12:31] No [12:31] Should I have done? [12:32] wibblymat: that's the recommended way when using bzr [12:34] wibblymat: see http://people.canonical.com/~dholbach/packaging-guide/html/udd-merging.html#merging-a-new-upstream-version [12:34] Ah, thanks! [12:35] a source package usually consists of some upstream code (orig.tar.gz/bz2) and the Debian modifications (diff.gz/debian.tar.gz), as well as a control file (dsc) [12:36] Ah, ok. Was thinking of it as just a way to get the binary deb so couldn't understand why it needed the tarball when I had already included the code. I'll revert and start again :) [13:15] Hi, I need some advice about what version of a dependency to use in debian/control because of a bug in the dependency. [13:15] In fact, the package named Onboard needs python-distutils-extra >= 2.10. But distutils-extra 2.26 has a bug that breaks the building of Onboard. The bug is fixed in distutils-extra 2.28. Thus, I am wondering if I should use 2.10 or 2.28 in debian/control. Could anybody please give me any advice? Thanks in advance. [14:02] frafu: use 2.10 [14:02] frafu: bumping the version if only one version has a bug [14:03] it would make backporting harder [14:04] bdrung: Thanks for the answer and the explanation. I will leave it to 2.10. [14:51] hi [14:52] is there a way to run the alternate installer from within an ubuntu install ? [14:53] any of the various virtual machine systems [14:53] but as a plain chroot builder, no [16:06] anyone have an idea where the bug could be ? Bug #792085 the bug has three tasks and no debugging.. [16:06] Launchpad bug 792085 in usb-creator (Ubuntu) "Automatic remount of safely removed drive" [Undecided,Confirmed] https://launchpad.net/bugs/792085 [16:06] .. and I'm able to reproduce it too on two separate WD drives [16:37] broder: bug #801945 [16:37] Launchpad bug 801945 in ubuntu-dev-tools (Ubuntu) "[backportpackage] Fails to backport local .dsc file" [Undecided,New] https://launchpad.net/bugs/801945 === fenris_ is now known as Guest55070 === Guest55070 is now known as ejat [20:05] bdrung: in find_package, just change SourcePackage to UbuntuSourcePackage [20:08] broder: that doesn't seem to be the right solution [20:08] the code used to use UbuntuSourcePackage. i changed it because i didn't see any reason i couldn't but forgot to test [20:25] bug #801945 look more like a bug in tumbleweed's archive.py [20:25] Launchpad bug 801945 in ubuntu-dev-tools (Ubuntu) "[backportpackage] Fails to backport local .dsc file" [Medium,New] https://launchpad.net/bugs/801945 [20:57] bdrung: maybe, or maybe we just shouldn't be using SourcePackage [20:57] (and only using the subclasses) [20:58] tumbleweed: your opinion to ^? === yofel_ is now known as yofel === dendro-afk is now known as dendrobates [23:35] I'm trying to make a debian package, and the files within this package can be installed without compilation. dh_make seems to be centric around building a source package, then a binary package. What is the easiest way to create a binary package without building. (I'm a n00b on this)