From kip at thevertigo.com Mon Nov 1 05:03:52 2010 From: kip at thevertigo.com (Kip Warner) Date: Mon, 01 Nov 2010 02:03:52 -0700 Subject: [Alexandria-list] Maverick PPA Request In-Reply-To: <20101029210554.177e175e@jadzia> References: <1288315000.2359.306.camel@kip-laptop> <20101029210554.177e175e@jadzia> Message-ID: <1288602232.12528.4.camel@kip-laptop> On Fri, 2010-10-29 at 21:05 +0100, Cathal Mc Ginley wrote: > Good point. Also, I forgot to add the 0.6.6 final release to the PPA. > I'll get right on that (as soon as I have my development environment > set up again, I was having computer problems over the past few weeks). > > - C. Hey Cathal. The PPA appears to have been updated and I managed to pull / install the Maverick amd64 package successfully. Thanks again. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Tue Nov 2 01:31:09 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Tue, 2 Nov 2010 05:31:09 +0000 Subject: [Alexandria-list] Maverick PPA Request In-Reply-To: <1288602232.12528.4.camel@kip-laptop> References: <1288315000.2359.306.camel@kip-laptop> <20101029210554.177e175e@jadzia> <1288602232.12528.4.camel@kip-laptop> Message-ID: <20101102053109.03c7916a@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 01 Nov 2010 02:03:52 -0700 Kip Warner wrote: > Hey Cathal. The PPA appears to have been updated and I managed to > pull / install the Maverick amd64 package successfully. Thanks again. > Uh, I knew that... :^) I never really know if it's going to build on the PPA server... looks like you detected the good build before I did! For everyone else, adding this line to /etc/apt/sources.list deb http://ppa.launchpad.net/alexandria-team/ppa/ubuntu maverick main and running `sudo apt-get update` should have the update show up. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkzPoh0ACgkQfMAUnRdb+8pt1QCgwWx8gv8SOd2elQ19K8XrlktM hHEAoMIS9FTPPzPji+sycvwtVQM0tbHn =w+Kl -----END PGP SIGNATURE----- From kip at thevertigo.com Tue Nov 2 01:38:51 2010 From: kip at thevertigo.com (Kip Warner) Date: Mon, 01 Nov 2010 22:38:51 -0700 Subject: [Alexandria-list] Maverick PPA Request In-Reply-To: <20101102053109.03c7916a@jadzia> References: <1288315000.2359.306.camel@kip-laptop> <20101029210554.177e175e@jadzia> <1288602232.12528.4.camel@kip-laptop> <20101102053109.03c7916a@jadzia> Message-ID: <1288676331.12528.72.camel@kip-laptop> On Tue, 2010-11-02 at 05:31 +0000, Cathal Mc Ginley wrote: > Uh, I knew that... :^) I never really know if it's going to build on the > PPA server... looks like you detected the good build before I did! ;) > For everyone else, adding this line to /etc/apt/sources.list > > deb http://ppa.launchpad.net/alexandria-team/ppa/ubuntu maverick main > > and running `sudo apt-get update` should have the update show up. > > - C. Or, alternatively, even better. In one command, augment sources and get the key: $ sudo add-apt-repository ppa:alexandria-team/ppa -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From kip at thevertigo.com Wed Nov 10 03:13:49 2010 From: kip at thevertigo.com (Kip Warner) Date: Wed, 10 Nov 2010 00:13:49 -0800 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100810073449.3da42222@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> Message-ID: <1289376829.20350.6.camel@kip-laptop> On Tue, 2010-08-10 at 07:34 +0100, Cathal Mc Ginley wrote: > Quite right, I never put the new debianization somewhere public. > I've attached the current packaging diff. To build: > > cd svn/trunk/alexandria > > rake clobber > rake > rake package > cd pkg > patch -p0 < ~/alexandria_0.6.6-1.diff > cd alexandria-0.6.6 > dpkg-buildpackage > cd .. > sudo dpkg --install alexandria_0.6.6-1_all.deb > > > Hope this does the trick, > > - C. Hey Cathal. Did you ever end up committing this to svn? It's a great patch. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Thu Nov 11 01:09:26 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Thu, 11 Nov 2010 06:09:26 +0000 Subject: [Alexandria-list] Feature Request In-Reply-To: <1289376829.20350.6.camel@kip-laptop> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1289376829.20350.6.camel@kip-laptop> Message-ID: <20101111060926.2ebf48d5@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 10 Nov 2010 00:13:49 -0800 Kip Warner wrote: > On Tue, 2010-08-10 at 07:34 +0100, Cathal Mc Ginley wrote: > > Quite right, I never put the new debianization somewhere public. > Hey Cathal. Did you ever end up committing this to svn? Nope, I never got around to it. I actually maintain it with git, using git-buildpackage. I could push a clone of that somewhere I suppose, perhaps on my own website. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkzbiJYACgkQfMAUnRdb+8q+zgCeJRE0Q0JWxlkZUULF9Zum7OmC lrAAn2ZP4sFAVnNJ1ZjM8i7521o5kgwQ =Ss5a -----END PGP SIGNATURE----- From kip at thevertigo.com Thu Nov 11 10:32:32 2010 From: kip at thevertigo.com (Kip Warner) Date: Thu, 11 Nov 2010 07:32:32 -0800 Subject: [Alexandria-list] Feature Request In-Reply-To: <20101111060926.2ebf48d5@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1289376829.20350.6.camel@kip-laptop> <20101111060926.2ebf48d5@jadzia> Message-ID: <1289489552.14201.25.camel@kip-laptop> On Thu, 2010-11-11 at 06:09 +0000, Cathal Mc Ginley wrote: > Nope, I never got around to it. I actually maintain it with git, using > git-buildpackage. I could push a clone of that somewhere I suppose, > perhaps on my own website. > > - C. Hmm, it looks like I've been following a zombie repository then? svn://rubyforge.org/var/svn/alexandria/trunk/alexandria -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Thu Nov 11 12:20:24 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Thu, 11 Nov 2010 17:20:24 +0000 Subject: [Alexandria-list] Feature Request In-Reply-To: <1289489552.14201.25.camel@kip-laptop> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1289376829.20350.6.camel@kip-laptop> <20101111060926.2ebf48d5@jadzia> <1289489552.14201.25.camel@kip-laptop> Message-ID: <20101111172024.73e49f35@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 11 Nov 2010 07:32:32 -0800 Kip Warner wrote: > On Thu, 2010-11-11 at 06:09 +0000, Cathal Mc Ginley wrote: > > Nope, I never got around to it. I actually maintain it with git, > > using git-buildpackage. I could push a clone of that somewhere I > > suppose, perhaps on my own website. > > > > - C. > > Hmm, it looks like I've been following a zombie repository then? > > svn://rubyforge.org/var/svn/alexandria/trunk/alexandria > I thought you were referring to the "debianization", i.e. the contents of the debian directory etc. The feature to add borrower's name to the list view was added in SVN r1151 at the SVN repository above, which is still the main Alexandria development repository. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkzcJdgACgkQfMAUnRdb+8rw4wCgmXE4kbEmILFzq7S22T4nFyiX cJgAnRHc0kyDQYPj+FHbrP+LDwHAJpV2 =ngvf -----END PGP SIGNATURE-----