Re: ubuntu-tweak in new

2010-08-05 Thread Andrew SB
On Thu, Aug 5, 2010 at 11:02 AM, Stephan Hermann  wrote:
> We had that in the past, and this will happen with unreflected usage of
> tools like this. (Please read the threads about Automatix and Friends in
> the past...google have references)

For reference, here's Matthew Garrett's technical review of Automatix:

http://mjg59.livejournal.com/77440.html

Re-reading that now, I note that the issue of adding untrusted third
party sources doesn't seem to be the argument against Automatix.

- Andrew SB

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Off-line temporarily

2010-07-23 Thread Andrew SB
Hi all,

I just wanted to let folks know that I will have very intermittent
access to the internet over the next few weeks as I am in the process
of moving. Please feel free to grab any of my merges, ect... if they
interest you.

Thanks,

Andrew Starr-Bochicchio
Ubuntu Developer

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Re: luckybackup package

2010-03-05 Thread Andrew SB
On Fri, Mar 5, 2010 at 3:25 PM, Loukas Avgeriou  wrote:
> Hi motu-developers
>
> I am the developer of luckybackup
> (http://luckybackup.sourceforge.net/index.html) which you have included in the
> universe repo (http://packages.ubuntu.com/karmic/luckybackup) and I thank you
> for that :)
>
> The application uses 2 .desktop files.
> One of them is for super-user execution.
> Since your package is a "copy" (I do not mean it in a bad way, please do not
> missunderstand this) from the Debian repo, there seems to be a problem with
> it.
>
> Could you please do your magic tricks and patch the file:
> menu/luckybackup-gnome-su.desktop
> so that the following line:
> Exec=su-to-root -X -c /usr/bin/luckybackup
> becomes
> Exec=gksu /usr/bin/luckybackup
>

Thanks for bring this up. I've reported this issue as:

https://bugs.edge.launchpad.net/ubuntu/+source/luckybackup/+bug/533027

I'll fix this in Lucid shortly.


Thanks!

- Andrew SB

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Re: bzr builddeb for developments version

2010-01-18 Thread Andrew SB
On Mon, Jan 18, 2010 at 3:29 PM, Tim Michelsen
 wrote:
> Dear MOTUs,
> I have a question which I do not understand from the manual from:
> http://jameswestby.net/bzr/builddeb/user_manual/
>
> I would like to create a package for the code at:
> https://code.launchpad.net/statsmodels
>
> I would like to
> 1) bzr branch
> 2) update debian/changelog (maybe automatically)
> 3) and then package and upload.
>
> But the above mentioned guide requires to have a source tarball.
>
> Is there a way to package without a source tarball but with a source branch?
>

Does upstream not release a tarball?

You might want to look into "split mode"  From "bzr help builddeb":

--split   Automatically create an .orig.tar.gz from a full
source branch.

Also see:

http://jameswestby.net/bzr/builddeb/user_manual/split.html

Building in split mode automatically separates the debian dir out into
a diff.gz and exports the upstream source into an .orig.tar.gz Sounds
like this might be what you're looking for...

- Andrew SB

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Re: Hugging our universe hero

2009-10-27 Thread Andrew SB
On Tue, Oct 27, 2009 at 11:10 AM, Stefan Ebner  wrote:
> Hi folks!
>
> As everyone should know, release is in 2 days and today
> also the universe got completely frozen.
> I want to take the chance to thank a special person for his
> work.
>
> I'm speaking about Scott Kitterman, who made the "universe release manager"
> again (as usual) and did an awesome job.
>
> Thanks Scott!
>
> Give him a big hug everyone!

Just to add my voice to the chorus, thanks Scott! I'm constantly
impress by the amount of work you do for us all!

 - Andrew

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Re: compile grass on ubuntu karmic

2009-10-15 Thread Andrew SB
On Thu, Oct 15, 2009 at 1:55 PM, Pascal Obstetar
 wrote:
> Hi,
>
> Could you send to me the configure flags to compile grass on ubuntu
> karmic ? The dependences if it necessary. thanks for all, i am a student
> in GIS software.

Grass is available in the repositories. 6.2.3-2.1 is in Jaunty, and
6.4.0~rc5-1 is in Karmic, the upcoming release.

sudo apt-get install grass

If you wish to compile it from source still, this page might be of interest:

http://grass.osgeo.org/wiki/Installation_Guide#Compiling_GRASS_from_source_on_Debian

- Andrew

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Re: [Launchpad-users] Your top three wishes for Launchpad? (4.0 planning)

2009-08-20 Thread Andrew SB
On Thu, Aug 20, 2009 at 11:45 AM, Karl Fogel wrote:
> With the 3.0 release coming up soon, we're beginning the 4.0 planning
> process.  To help with prioritization, we'd like to know your top 3
> wishes for Launchpad 4.0.  Please follow up in this thread, and...
>

1. Performance. It seems like there has been some progress here, but
since you all rock I know you can do even better. ;-) Three random bug
pages:










2. I've always thought that it would be nice if your profile page
(don't know what your terminology is, but I mean e.g
https://launchpad.net/~andrewsomething) was more of a dash-board when
logged in. The current view would be your public face, but when logged
in it would present you with information directly relevant to you:
most recent comments on subscribed bug, recent commits, display
assigned bugs in a todo list fashion, ect... I know where I live and
what my email address / irc nick / jabber nick / OpenPGP key are. I
know what languages I speak and what teams I belong to. Currently the
profile page isn't useful at all for its owner.

3. Debian PPAs - https://bugs.launchpad.net/soyuz/+bug/188564

- Andrew Starr-Bochicchio

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


Fwd: [Launchpad-users] Your top three wishes for Launchpad? (4.0 planning)

2009-08-20 Thread Andrew SB
Forwarding to ubuntu-motu. I haven't heard much from other Ubuntu devs
on these recent threads.

Also of specific interest to distro developers would be:

RFC: Launchpad package navigation redesign
https://lists.launchpad.net/launchpad-users/msg05204.html

- Andrew Starr-Bochicchio

-- Forwarded message --
From: Karl Fogel 
Date: Thu, Aug 20, 2009 at 11:45 AM
Subject: [Launchpad-users] Your top three wishes for Launchpad? (4.0 planning)
To: launchpad-us...@lists.launchpad.net


With the 3.0 release coming up soon, we're beginning the 4.0 planning
process.  To help with prioritization, we'd like to know your top 3
wishes for Launchpad 4.0.  Please follow up in this thread, and...

 *** *** ***
 Don't change your response based on other responses in this thread.
 *** *** ***

That is, if you were going to say "I want a wiki", and you see other
people saying that already, please *still* say it -- we want to gauge
relative popularity too.

Naturally, this survey is extremely anecodotal, non-rigorous, etc, and
we're not promising what will get implemented.  We're just gathering
data so we can prioritize.  (Though now that Launchpad is open source,
you can also get involved directly in improving it if you want; see
https://dev.launchpad.net/ for information on that.)

Thanks,
-Karl

___
Mailing list: https://launchpad.net/~launchpad-users
Post to     : launchpad-us...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu