Showing posts with label debian. Show all posts
Showing posts with label debian. Show all posts

Thursday, April 28, 2011

New Flamerobin snapshot in #debian unstable

The main change is that now it requires firebird2.5-dev instead of firebird3.0 headers and decided that is better to  have a flamerobin 0.9.3 in the distros released for the next 1-2 years with a stable firebird 2.5.x and add firebird 3.0 requirement when is ready and stable ~1-2 years
Changelog:
* New upstream SVN snapshot : revision 2100
Uploaded to unstable
* Stop using system-wide ibase.h.Unstable has no fb3.0 so system-wide ibase.h has no boolean defines,which are used by FR and were ported to IBPP's embedded copy of ibase.h
* build-depend on firebird2.5-dev instead of firebird-dev(firebird-dev is only in experimental)

You can download and install the package directly from debian sid (tested and works on ubuntu natty too )
http://packages.debian.org/sid/flamerobin

Wednesday, April 15, 2009

Friday, November 14, 2008

flamerobin builds with gcc 4.4

Thanks to debian testers and developers for fixing this bug 



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

Wednesday, March 19, 2008

Accepted 0.8.6-1 in debian unstable

flamerobin 0.8.6 is available in unstable and can be installed /compiled in any debian version

here is the message from the debian package page

[2008-03-18] Accepted 0.8.6-1 in unstable (low) (Damyan Ivanov)

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

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
..:: ::..:: ::..

Saturday, February 02, 2008

building flamerobin package - debian/ubuntu way

Here is how to build flamerobin package from debian repository (sid) experimental
sudo apt-get install libwxgtk2.6-dev quilt
wget http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.8.3.orig.tar.gz
tar -zxvf flamerobin_0.8.3.orig.tar.gz
wget http://ftp.de.debian.org/debian/pool/main/f/flamerobin/flamerobin_0.8.3-1.diff.gz
gunzip flamerobin_0.8.3-1.diff.gz
cd flamerobin-0.8.3-src/
patch -p1 < ../flamerobin_0.8.3-1.diff
debuild -i
[drink some beer]
ls -lah *.deb
-rw-r--r-- 1 mariuz mariuz 907K 2008-02-02 11:39 flamerobin_0.8.3-1_i386.deb

sudo dpkg -i flamerobin_0.8.3-1_i386.deb

flamerobin

ps: i used an previous firebird guide

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

Thursday, November 01, 2007

Thursday, October 18, 2007

flamerobin 0.8.1 released

Changes: And here's the changelog for 0.8.1: New features - SQL Editor: added command to Execute statements from cursor position - SQL Editor: themable toolbar icons (support for entire FR in next version) Enhancements and Bug fixes - SQL Editor window now has a standard menu and toolbar - Editable grid: fields are now set to NULL when DELETE key is pressed in empty box - Fixed crash when Insert clicked after transaction Commit/Rollback - Fixed crash when Insert clicked while editing field value - Fixed problem with Insert being disabled until column info is loaded - Fixed charset conversion problems with editable grid and insert dialog - Insert and Delete buttons are now properly enabled and disabled - Fixed DDL extraction for usernames in privileges - Windows version can be installed without administrative privileges
SourceForge.net: Files

Blogged with Flock

Tuesday, October 16, 2007

Flamerobin 0.8.0 download - Flamerobin (aded to icewalkers.com)

Release Notes : The ability to edit, add, and remove existing rows of the DataGrid directly was added. This works even for joins and complex queries. A basic Test Data Generator was added, as was the ability to create a selectable stored procedure for a table.
Flamerobin 0.8.0 download - Flamerobin

Blogged with Flock