/srv/irclogs.ubuntu.com/2014/04/03/#ubuntu-gnome.txt

ahoneybun_how do I find the ubuntu package names>00:00
darkxstuse apt-file00:03
darkxstapt-file find gobject-introspection-1.0.pc00:04
ahoneybunI did not get anything darkxst00:04
darkxstyou may need to `apt-file update`00:04
darkxstfirst00:04
ahoneybunI did not see anything past replace with ubuntu packages not pkgconfig names00:05
darkxst<darkxst> use apt-file00:05
darkxst* ahoneybun (~aaron@adsl-65-8-205-172.mia.bellsouth.net) has joined #ubuntu-gnome00:05
darkxst<darkxst> apt-file find gobject-introspection-1.0.pc00:05
ahoneybuncommand not found00:06
darkxstinstall it then!00:06
ahoneybunrunning update00:07
ahoneybunok done00:12
ahoneybunoh I see what does .pc mean00:13
darkxstthat is the data file for pkgconfig00:13
ahoneybunthink I will upload the text to pastie and show you?00:15
ahoneybunthink I should>00:15
ahoneybunhttp://pastie.org/899007800:17
ahoneybunthat is the control00:17
darkxstcompletely remove the vcs lines00:19
darkxstmake sure to update the versions as listed in configure.ac00:20
darkxsti.e. libgtk-3-dev (>= 3.11.5)00:20
ahoneybunok done00:21
darkxstyou will need to add run-time depends (gir1.2-*) for a few things00:22
darkxstrun `grep -h imports.gi * | sort -u` in src/00:22
darkxstanything listed there that is not a build-dep will need the gir1.2- package00:23
ahoneybunhttp://pastie.org/899008800:25
darkxstso 'imports.gi.Soup' will need gir1.2-soup-2.400:25
ahoneybunso gir1.2* on anything import?00:26
ahoneybunthis is depend? not a build depend?00:27
ahoneybungoes under depend then?00:27
darkxstyeh, down the bottom with the other gir1.2's00:27
ahoneybungir1.2-pango ?00:29
darkxstgir1.2-pango-1.000:29
ahoneybungir1.2-gtk-3.0  ?00:31
darkxstyes00:31
ahoneybunwhat about gobject00:31
darkxstalso add the two telepathy00:32
ahoneybunk00:32
darkxstI think gobject  would get pulled in my gir1.2-glib00:32
ahoneybungdk as well?00:34
ahoneybunonly gdk and gio are left00:35
ahoneybunif glib pulls gobject00:35
darkxstgio will come from glib also00:37
darkxstgdk will come from gtk00:38
ahoneybunso we are good there00:38
darkxstdelete all the old changelog, you just want one entry "Initial Packaging"00:39
darkxstuse dch --create00:40
ahoneybuninstalling devscripts00:42
darkxstalso debian/copyright will need to be updated00:42
darkxstthere is quite a bit of stuff in there that does not apply to polari00:42
ahoneybunyea I have had some exp with copyright00:43
ahoneybundid the changelog00:45
darkxstonce that is done, create source package with 'debuild -S'00:46
darkxstthen test build with pbuilder00:46
ahoneybuntrying to find the info about the copyright00:47
darkxstall js source will be GPLv200:48
darkxstand just grep code for copyright holders00:48
darkxstlib/* seems to be LGPLv200:49
* ahoneybun forgot a lot of info00:49
ahoneybundamn can't remember where in the code is that00:50
darkxstlicensecheck will tell you license on files (but won't work with .js files)00:51
ahoneybunlicensecheck random files00:52
ahoneybun?00:52
darkxstcopyright will be listed in the header for each file, `grep -R Copyright src/*`00:52
ahoneybunI see00:53
ahoneybunit did read on js file00:54
ahoneybunone00:54
ahoneybunso what do I need to remove00:55
ahoneybunhttp://pastie.org/899013100:55
darkxstremove the MIT, BSD and CC-BY Files00:57
darkxstremove Files: libgd/*00:58
ahoneybunhttp://pastie.org/899013600:59
darkxstahoneybun, you need License text for LGPLv201:06
darkxstlib/*  Copyright (C) 2013 Red Hat, Inc.01:07
ahoneybunhttp://pastie.org/899015001:09
darkxstand add a 'Files: *'01:09
* ahoneybun is really trying to use Web the browser but it has some problems with login to sites01:09
ahoneybun?01:09
ahoneybunwheer01:09
ahoneybun*where01:09
ahoneybunto the lib*?01:10
darkxstbefore lib01:10
ahoneybunok01:11
darkxstFiles: *01:11
darkxstCopyright: 2013 Red Hat, Inc.01:11
darkxstLicense: GPL-2+01:11
ahoneybuncan I remove this 'Files: ltmain.sh' ?01:11
ahoneybunoh does that cover all those js files in src?01:12
darkxsttes remove the ltmain one01:13
darkxstyes01:13
ahoneybunok01:14
ahoneybundoes 'Files: *' cover all those js files in src?01:15
darkxstyes01:16
ahoneybuncool01:17
ahoneybunanything else?01:17
darkxstthat is probably all01:17
ahoneybunso debuild?01:18
darkxstdebuild -S01:18
darkxstthen build source package with pbuilder01:18
darkxstdebuild -S -us -uc (if you don't have gpg keys setup)01:19
ahoneybundoes it matter what directory I am in?01:19
ahoneybunon01:19
darkxstrun from polari/01:19
ahoneybundpkg-buildpackage -rfakeroot -d -us -uc -S failed01:20
darkxstlogs? it will tell you why, also its best not to use that since you can't properly check build-deps with dpkg-buildpackage01:23
ahoneybunuse what01:24
ahoneybunthats what it did when I ran debuild -S01:24
darkxstah ok then01:25
ahoneybunhttp://pastie.org/899016901:25
ahoneybunoh01:25
darkxstdpkg-source: error: syntax error in polari-3.12.0/debian/control at line 32: continued value line not in field01:25
ahoneybunyea01:25
ahoneybundpkg-source: warning: can't parse dependency libglib2.0-dev (>= 2.39.0)01:27
darkxstalso package version (in changelog) should probably be: 3.12.0-0ubuntu1~trusty101:27
ahoneybun       libtelepathy-glib-dev01:27
ahoneybun              gjs01:27
darkxstyou are missing a comma!01:27
ahoneybun201:27
ahoneybundpkg-source: error: source package name 'Polari' is illegal: character 'P' not allowed ?01:28
ahoneybunfixed01:29
darkxstshould  be lowercase01:29
ahoneybundpkg-source: error: can't build with source format '3.0 (quilt)': no upstream01:30
darkxstpossibly you need to create a .orig.tar.xz link01:33
ahoneybunecho '3.0 (native)' > debian/source/format01:35
ahoneybunfixed that01:35
darkxstno don't do that01:36
ahoneybunoh01:36
ahoneybunwelll01:36
darkxstthat is not correct in this case01:36
ahoneybunI made a polari_3.12.0-0ubuntu1~trusty1.tar.gz01:36
darkxstyou create a link polari_3.12.0.orig.tar.xz01:36
darkxstto the upstream tarball01:37
ahoneybunoh01:37
ahoneybunI see01:37
ahoneybunok I have a package named polari_3.12.0-0ubuntu1~trusty1.tar.gz01:37
ahoneybunand source.build, .dsc and source.changes files01:38
darkxstok so build it with pbuilder01:38
ahoneybunjust pbuilder?01:39
darkxsthttps://wiki.ubuntu.com/PbuilderHowto01:39
darkxstbut basically, 1. sudo pbuilder create01:39
darkxstthen you can run `pbuilder build polari*.dsc`01:40
ahoneybunI see01:42
ahoneybunI'm running the 1st one now01:42
ahoneybunhow do I install depends02:08
ahoneybunE: pbuilder-satisfydepends failed.02:08
ahoneybunhow do I install the depends02:09
ahoneybundarkxst, it is not installing the depends02:15
darkxstsend me a zip of your debian/ folder02:15
darkxstahoneybun, oh and you probably need to tell pbuilder about gnome3-staging ppa02:16
ahoneybuno02:16
ahoneybunh02:16
ahoneybunyea must be looking in official repos02:16
ahoneybunhow do I tell it>02:18
darkxstthere is a config file at ~/pbuilderrc02:19
darkxstOTHERMIRROR="deb http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu trusty main"02:20
darkxstand then: sudo pbuilder update --override-config02:21
ahoneybuncan't find that file02:21
ahoneybungot it02:24
ahoneybunstill failed02:28
ahoneybunW: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F1773AF13B1510FD?02:29
ahoneybunmaybe this?02:29
ahoneybundarkxst, still failing02:44
darkxstadd `ALLOWUNTRUSTED=yes` to the config file also02:46
ahoneybunstill gives me the gpg error02:47
darkxstdid you run: sudo pbuilder update --override-config02:52
darkxstagain?02:52
darkxstyou must run that anytime you change pbuilder config file02:53
ahoneybunyes02:53
ahoneybunhttp://pastie.org/899029202:55
darkxstmaybe try  sudo pbuilder update --override-config --allow-untrusted02:57
darkxstor you can try pass in your users keyring with --keyring ~/.gnupg/pubring.gpg02:58
ahoneybunis this important W: /home/aaron/.pbuilderrc does not exist02:58
ahoneybunI: Upgrading for distribution saucy02:58
darkxstyou are running trusty right?02:59
ahoneybunyea03:00
darkxstmissing pbuilderrc doesnt matter if you are using /etc/pbuilderrc03:00
darkxstyou probably need to force dist to trusty03:02
darkxstand run pbuilder create again with '--distribution trusty'03:03
ahoneybundamn still03:26
ahoneybundifferent message but still same end error03:26
ahoneybunwait do I need to install these packages myself or will pbuilder pull them03:27
darkxstpbuilder pulls them in03:28
darkxstother (easier) option is just upload to your launchpad ppa03:28
darkxstmake sure to set gnome3-staging of a dependency on the ppa however03:32
ahoneybunupload03:32
darkxstdput ppa:<launchpad_id> polari_*.changes03:33
darkxstbut first edit ppa dependencies via the web03:35
ahoneybungot to setup a opengpg first03:40
darkxstahoneybun, and/or just send me the debian/ folder03:55
ahoneybundarkxst, will do in the morning04:10
darkxstok04:12
ahoneybundarkxst, https://drive.google.com/#folders/0B6zAAODZFwQ2bjU4UzA2bmMtcDg04:20
darkxstthat doesnt work... permision denied04:21
ahoneybunhttps://drive.google.com/folderview?id=0B6zAAODZFwQ2bjU4UzA2bmMtcDg&usp=sharing04:23
ahoneybunbbl04:23
darkxstahoneybun, you need to watch of tabs vs spacing, indentation is a bit mixed up in control04:29
darkxstahoneybun, you need to watch of tabs vs spacing, indentation is a bit mixed up in control04:45
darkxstalso you will beed to use a real email address in the changelog04:45
=== jackson is now known as Guest50945
=== ph_afk is now known as ph1
darkxstricotz, debian didnt bump mutter packaging ;(07:23
darkxstshould we unbump it?07:23
ricotzdarkxst, hi, they bumped it but since the skipped 3.10 they are one behind07:26
ricotzdarkxst, and no we *can't* unbump it07:26
ricotzi guess we could convince debian to bump it again to get in sync with us07:27
darkxstricotz, ah I see07:30
darkxstbigon, ^07:31
ricotzi pinged ah07:31
darkxstricotz, now that we have a packageset that actually has some packages in it (http://people.canonical.com/~ubuntu-archive/packagesets/trusty/ubuntugnome) you should apply for upload rights ;)07:33
darkxststill needs some tweaking though07:33
ricotzdarkxst, pushed the package-name fix to debian07:47
darkxstricotz, thanks07:47
chiefw0tjGreetings all!09:49
SixedUp310:35
odlahi, i am looking to install ubuntu gnome and i'm wondering if i i should install 13.10 or just install 14.04 since it's so close to release date. any suggestions?12:34
mgedminI'd go with 14.04, help the testing efforts12:36
odlaok, so beta2 would be the one to go with then?12:36
mgedminyes12:40
mgedmin(you could also try a daily build, if you want to help https://wiki.ubuntu.com/UbuntuGNOME/Testing more than you want to have a working ubuntu)12:40
mgedmin(I haven't tried either, unfortunately)12:41
odlaok will i will give ubuntu 14.04 a spin and see if i can install it12:43
odlai mean i will12:43
majododla: im currently on 14.04...i think its ok to use it12:44
odlai suspect it is. i've been running debian testing and i imagine by now ubuntu 14.04 it probably at least as stable if notmore12:44
majodi have some annoying issues but im sure they will be resolved until final release12:45
mgedminwhat issues are those?  /curious12:46
majodmgedmin: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/127846712:46
ubot5Ubuntu bug 1278467 in gnome-settings-daemon (Ubuntu) "[xsettings]: gnome-settings-daemon crashed with SIGSEGV in notify_have_shell()" [Medium,Confirmed]12:46
majodalso font in ubuntu software center is corrupted when item is selected, not sure if the default theme is bad or what...12:51
mefestohello all. i just updated my ubuntu gnome 13.10 (x86_64) system which included what looked like every gnome package plus linux kernel update. I rebooted my system after the update and now my wacom cintiq won't calibrate correctly. when using the stylus the point hugs the right side of the screen no matter where I place the stylus. it seems to move along the y-axis correctly but the x-axis seems to be locked to the screens width.14:31
ahoneybunhey darkxst were you able to get the debian/ for polair?18:38
ahoneybun*polari18:38
odlais it a bug that i can't minimize my windows with super + H in 14.04?18:44
=== jackson is now known as Guest37026
=== Guest37026 is now known as Noskcaj_
ahoneybunodla, you have to change the shortcut to that18:59
ahoneybunit is like cntrl+shift something18:59
ahoneybunby default18:59
odlait that a gnome thing or a change? i thought it was super + h?19:00
ahoneybunnot sure I know it was not super+h by default in 14.0419:00
odlactrl+alt+0 doesn't work to hide the window here19:01
odlabut changing it to super + h does19:02
=== ph1 is now known as ph_afk
odlais zeitgeist suppose to allow searching in the gnome overview? it works on debian and fedora but it doesn't seem to work here.19:20

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