Re: [Fish-users] Fish snapshots for Ubuntu/Debian

2012-12-09 Thread David Adam
On Thu, 8 Nov 2012, David Adam wrote:
> I have been doing regularish builds from the Git source and publishing 
> them as Debian packages. If you are running Debian or Ubuntu, and you want 
> to run the latest version of fish, you can use my PPA.
> 
> Note that the package is called fishfish and it conflicts with the 
> standard packages for fish, so you can only have one installed at a time.

This repository also now ships debug symbols as fishfish-dbg, in case 
that's useful.

David Adam
zanc...@ucc.gu.uwa.edu.au

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


Re: [Fish-users] Fish snapshots for Ubuntu/Debian

2012-11-11 Thread David Adam
On Thu, 8 Nov 2012, Leonardo Boiko wrote:
> That's nice, thanks!
> 
> fish, if it isn't much trouble, couldn't we get a debian/ directory
> added to the main github repo? That would make it more convenient for
> debian/ubuntu users to fork, clone, and build their own packages.

You can pull in the debian directory from my fork if you like (although it 
gets rebased onto HEAD pretty regularly, which might muck things up).

You do have to be careful on Debian and Ubuntu with installing packages 
with the same name from more than one source. The patches in my repository 
are called fishfish and conflict with fish, but if you create a package 
`fish` with the version `2.0.0` you may not receive the official package 
when it is released.
 
If you want to use the name `fish` on your packages (to upgrade from 
installed versions of old releases), you should use something like 
1.23.1+20120106.git8b407a3-1 on Debian and carefully test the version 
numbers using dpkg --compare-versions.

David Adam
zanc...@ucc.gu.uwa.edu.au

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


Re: [Fish-users] Fish snapshots for Ubuntu/Debian

2012-11-08 Thread Leonardo Boiko
That's nice, thanks!

fish, if it isn't much trouble, couldn't we get a debian/ directory
added to the main github repo? That would make it more convenient for
debian/ubuntu users to fork, clone, and build their own packages.

On 8 November 2012 11:13, David Adam  wrote:
> Hi everyone,
>
> I have been doing regularish builds from the Git source and publishing
> them as Debian packages. If you are running Debian or Ubuntu, and you want
> to run the latest version of fish, you can use my PPA.
>
> Note that the package is called fishfish and it conflicts with the
> standard packages for fish, so you can only have one installed at a time.
>
> You are encouraged to exit all fish and fishd processes after
> upgrading the package; if the fish-fishd protocol changes or there
> are other incompatibilities caused by running two versions of fish at the
> same time you may keep both pieces.
>
> On Ubuntu, you can use the following commands:
>
> $ sudo add-apt-repository ppa:zanchey/fishfish-snapshot
> $ sudo apt-get update
> $ sudo apt-get install fishfish
>
> On Debian, it is a little more involved:
>
> As root,
>
> # apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0F833EAD
> # echo "deb http://ppa.launchpad.net/zanchey/fishfish-snapshot/ubuntu 
> maverick main" > /etc/apt/sources.list.d/fish-shell.list
> # apt-get update
> # apt-get install fishfish
>
> You can replace maverick with a more appropriate repository if you are
> running testing or unstable.
>
> If there are any questions or problems let me know by email or find me on
> IRC on irc.gnome.org (Zanchey).
>
> Cheers
>
> David Adam
> zanc...@ucc.gu.uwa.edu.au
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users