Showing posts with label ubuntu hardy. Show all posts
Showing posts with label ubuntu hardy. Show all posts

Wednesday, April 15, 2009

Flamerobin 0.9.2 for ubuntu jaunty/intrepid/hardy is released

you need to add my ppa repository to /etc/apt/sources.list

then do an apt-get install flamerobin


here is how installed on my jaunty ubuntu
sudo vi /etc/apt/sources.list.d/mariuz.list
or use pico
sudo pico /etc/apt/sources.list.d/mariuz.list
deb http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main

import my gpg key (in one line)

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
ea316a2f8d6bd55554c23f680be6d09eef648708

sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install flamerobin

..:: ::..:: ::..

Wednesday, October 01, 2008

Flamerobin 0.9.0 ready to install on Ubuntu (Hardy/Intrepid)

All you need is to add my repository
https://edge.launchpad.net/~mapopa/+archive

for example on hardy

add in

sudo gedit /etc/apt/sources.liet

deb http://ppa.launchpad.net/mapopa/ubuntu hardy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu hardy main

for intrepid
deb http://ppa.launchpad.net/mapopa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/mapopa/ubuntu intrepid main

sudo apt-get update

sudo apt-get install flamerobin
or if is already installed 0.8.x on the system
sudo apt-get upgrade



..:: ::..:: ::..

Friday, September 05, 2008

flamerobin 0.8.7 for ubuntu is ready

Can be installed from my ppa and works quite nice

here is one screenshot with flamerobin running in an mini virtual machine (kvm/qemu)




..:: ::..:: ::..

Monday, April 21, 2008

simple way to install flamerobin in ubuntu hardy

flamerobin 0.8.6 is now included in official hardy rapository
and can be installed by an simple

$sudo apt-get install flamerobin
Or click here to install

First question on apt-url install

Another question about apt changes

Downloading the package

Screenshot with flamerobin 0.8.6 after all is finished



..:: ::..:: ::...:: ::..

Wednesday, March 05, 2008

flamerobin 0.8.5 snapshot for ubuntu 8.04 hardy heron is ready

you can install flamerobin 0.8.5 snapshot into ubuntu 8.04 by adding these lines in the /etc/apt/sources.list

deb http://ppa.launchpad.net/mapopa/ubuntu hardy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu hardy main

$sudo apt-get update

$ sudo apt-get install flamerobin

$flamerobin

and now check the about box , make an screenshot and put it on flickr or

make an video and upload it to youtube


..:: ::..:: ::..

Tuesday, February 26, 2008

flamerobin 0.8.3 in ubuntu's ppa repository

For the moment i have i386 and amd64 packages for hardy (devel version)
You can install flamerobin 0.8.3 this way

add these lines in /etc/apt/sources.list

deb http://ppa.launchpad.net/mapopa/ubuntu hardy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu hardy main

then
$sudo apt-get update
$sudo apt-get install flamerobin
you will have an authentication error (an small bug in ppa)

WARNING: The following packages cannot be authenticated!
flamerobin
Install these packages without verification [y/N]? y

$flamerobin


..:: ::..:: ::....:: ::....:: ::..

Friday, February 22, 2008

flamerobin 0.8.3 is uploaded to ppa.launchpad.net

First version is for ubuntu hardy amd64, i hope to add soon the other versions (gutsy)
The packages must be approved first then they will be visible here https://launchpad.net/~mapopa/+archive

Here is how it was done folowing this quick ppa howto
I have created an configuration file
$vi ~/.dput.cf
[my-ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~mapopa/ubuntu/
login = anonymous
allow_unsigned_uploads = 0

Then downloaded and extracted flamerobin debian version
$dget -x http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.8.3-1.dsc

$cd flamerobin-0.8.3

I have installed quilt/dput on my machine
$apt-get install quilt dput
I have modified debian/rules and debian/control to add myself to the maintainers
something like is described in this document
Increased the ubuntu package nr
$dch -i
$debuild -S -sa
$dput my-ppa flamerobin_0.8.3-1ubuntu6_source.changes
Here is the log

Checking Signature on .changes
gpg: Signature made Fri 22 Feb 2008 08:54:52 AM EST using DSA key ID 350F6DE9
gpg: Good signature from "Popa Adrian Marius (Mariuz) "
Good signature on /home/mariuz/work/flamerobin/flamerobin_0.8.3-1ubuntu6_source.changes.
Checking Signature on .dsc
gpg: Signature made Fri 22 Feb 2008 08:54:45 AM EST using DSA key ID 350F6DE9
gpg: Good signature from "Popa Adrian Marius (Mariuz) "
Good signature on /home/mariuz/work/flamerobin/flamerobin_0.8.3-1ubuntu1.dsc.
Uploading to my-ppa (via ftp to ppa.launchpad.net):
Uploading to ubuntu (via ftp to upload.ubuntu.com):
flamerobin_0.8.3-1ubuntu6.dsc: done.
flamerobin_0.8.3.orig.tar.gz: done.
flamerobin_0.8.3-1ubuntu6.diff.gz: done.
flamerobin_0.8.3-1ubuntu6_source.changes: done.
Successfully uploaded packages.
Not running dinstall.




..:: ::..:: ::..

building flamerobin from debian git repository

git-clone git://git.debian.org/git/collab-maint/flamerobin.git
cd flamerobin

debuild -i -us -uc -b

ls -lah ../*deb
-rw-r--r-- 1 root root 900K 2008-02-22 12:45 ../flamerobin_0.8.3-1_i386.deb
dpkg -i ../flamerobin_0.8.3-1_i386.deb
..:: ::..:: ::..