[Bug 693313] Re: [needs-packaging] crunch

2015-01-25 Thread Andreas Altaïr Redmer
The package is now in Debian.

here is the IPT: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=608645

here is the RFS: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=751534

For everyone, who needs it and doesn't have a very recent Ubuntu
version, you can use the PPA above.

** Bug watch added: Debian Bug tracker #751534
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751534

** Changed in: aircrack-ng (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: crunch
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693313

Title:
  [needs-packaging] crunch

To manage notifications about this bug go to:
https://bugs.launchpad.net/crunch/+bug/693313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264284] Re: watched filesystem path wildcard ($@) doesn't incorporate blank spaces

2015-01-24 Thread Andreas Altaïr Redmer
** Changed in: incron (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264284

Title:
  watched filesystem path wildcard ($@) doesn't incorporate blank
  spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1264284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1394086] Re: IN_MODIFY does not trigger once on file modification

2015-01-24 Thread Andreas Altaïr Redmer
Thanks for your bug report. This is not an error in incron.

'touch' doesn't trigger IM_MODIFY. And the redirect of 'date' triggers
IM_MODIFY twice (that's why you see the message twice).

If you can to wait for for of these actions properly, listen for the
event: CLOSE_WRITE . The developer also recommends this on his website
http://inotify.aiken.cz/?section=inotifypage=faqlang=en .

To check it you can observe the events with

inotifywait --monitor /tmp/Y/y

in one terminal and do the 'touch' and 'date' in another terminal.

** Changed in: incron (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394086

Title:
  IN_MODIFY does not trigger once on file modification

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1394086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1394097] Re: IN_MODIFY does not trigger on file modification in some accounts

2015-01-24 Thread Andreas Altaïr Redmer
Hi,

I just browsed the source code and tried to reproduce the error. But for
me everything seems to work as expected. Are you restarting the daemon
process after you change the /etc/incron.allow ?

Can you try it again and observe the log output with

tail -f /var/log/syslog | grep incrond

If I add my user to the allowed file the log output shows this:

Jan 24 22:24:41 nano incrond[16535]: loading user tables
Jan 24 22:24:41 nano incrond[16535]: loading table for user 
Jan 24 22:24:41 nano incrond[16535]: ready to process filesystem events

So the rules are loaded and executed. If I remove the name there (or
just change it to www-data) the log output is:

Jan 24 22:26:48 nano incrond[17901]: loading user tables
Jan 24 22:26:48 nano incrond[17901]: table for invalid user  found (ignored)
Jan 24 22:26:48 nano incrond[17901]: ready to process filesystem events

So the rules file for that user is ignored. As expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1394097

Title:
  IN_MODIFY does not trigger on file modification in some accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1394097/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1031238] Re: incrontab changes event name, path etc

2015-01-24 Thread Andreas Altaïr Redmer
This works now fine in version 0.5.10 .

If you want to reproduce it from the original Bug description, you have
to take care to use 'echo $%' instead of 'echo %$' .

** Changed in: incron (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031238

Title:
  incrontab changes event name, path etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1031238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1264284] Re: watched filesystem path wildcard ($@) doesn't incorporate blank spaces

2015-01-24 Thread Andreas Altaïr Redmer
This was fixed by a Debian contributor on 20 Mar 2014 . The fix is
already in Ubuntu

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605021

** Bug watch added: Debian Bug tracker #605021
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605021

** Also affects: incron (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605021
   Importance: Unknown
   Status: Unknown

** Changed in: incron (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264284

Title:
  watched filesystem path wildcard ($@) doesn't incorporate blank
  spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1264284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 693313] Re: [needs-packaging] crunch

2014-06-09 Thread Andreas Altaïr Redmer
There is a general problem, that all over the internet are instructions
widespread, on how to package for debian and ubuntu. And they are all
different. Is this case I have as usual found an open bug in ubuntu and
solved it. I'm neither the creator of the upstream nor a user of this
software. I just followed one of the online instructions:
http://packaging.ubuntu.com/html/packaging-new-software.html as I
usually do it.

No I don't intent to upload this to Debian. I also read somewhere (in
one of the Debian instruction guides) that mentors.debian.net is
outdated and should only be used if a Debian Developer wants it from me.

I've followed the packing guide and provide the software in a PPA so
Ubuntu users can easily download and use it. That is my intent.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693313

Title:
  [needs-packaging] crunch

To manage notifications about this bug go to:
https://bugs.launchpad.net/crunch/+bug/693313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1313012] Re: GTK offers dist-upgrade while do-release-upgrade is running

2014-06-09 Thread Andreas Altaïr Redmer
I'm unsubscribing from this, since I'm not really a python developer.

I saw the bug,  reported it, fixed it, because it was easy to fix. My
fix in the proposed branch used a shell.exec call, which was reportedly
'a bad way'.

So since this is expected to be solved in 'pure python', I'll leave it
for someone else.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: Andreas Altaïr Redmer (altair-ibn-la-ahad) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313012

Title:
  GTK offers dist-upgrade while do-release-upgrade is running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1313012/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 94720] Re: [needs-packaging] Mercury (the compiler, NOT the messenger!) stable version 0.13.1

2014-06-09 Thread Andreas Altaïr Redmer
the PPA works and can be used to install the software. If someone wished
to go through the trouble to try to find a Debian Sponsor for this,
please go ahead.

** Changed in: mercury (Ubuntu)
 Assignee: Andreas Altaïr Redmer (altair-ibn-la-ahad) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/94720

Title:
  [needs-packaging] Mercury (the compiler, NOT the messenger!) stable
  version 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercury/+bug/94720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-06-09 Thread Andreas Altaïr Redmer
I could link most of the binary JARs that are included in the source
package, to existing JARs in Debian packages. But there are 2 causing
problems:

1. is a small GUI library that the upstream author releases by himself
in a separate upstream. But it is not really compilable and there is no
hint which exact version the author compiled and included into the
source.tar.gz . That appears to be the reason, why it is in there (it is
kinda messy).

2. is a SWF creation library, which I found not to be open source. The
package could also be created without this library and some patches to
the source, to deactivate thew SWF export. But that is to complicated
for me, since the source code is a bit confusing.


I'm discontinuing my work on this package, since the upstream is in poor 
quality. It might be senseful to pick this up in future again.

The PPA I created is working and can be used to install and use the
software. After the review the package is also already in a good quality
(except the existing JARs in the source). All my work is in the linked
BZR branch, so in easily be continued.

** Changed in: ubuntu
 Assignee: Andreas Altaïr Redmer (altair-ibn-la-ahad) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1313012] Re: GTK offers dist-upgrade while do-release-upgrade is running

2014-05-02 Thread Andreas Altaïr Redmer
Proposing a fix. bzr branch linked.

** Branch linked: lp:~altair-ibn-la-ahad/ubuntu/trusty/ubuntu-release-
upgrader/fix-for-1313012

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Triaged = In Progress

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: (unassigned) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313012

Title:
  GTK offers dist-upgrade while do-release-upgrade is running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1313012/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-04-30 Thread Andreas Altaïr Redmer
Hi. I must apoligize. I didn't see that there are prebuilt jar files
included. Actually I thought there would be a warning for that like
Rejected, because you tried to upload bkinary code in a source
package.

I aggree that they must be taken out there and most of them are actually
libs in existing debian java packages.

I'm working on it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 693313] Re: [needs-packaging] crunch

2014-04-28 Thread Andreas Altaïr Redmer
I created the recipe. My ppa contains now always the packaged upstream.
Cool feature!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693313

Title:
  [needs-packaging] crunch

To manage notifications about this bug go to:
https://bugs.launchpad.net/crunch/+bug/693313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94720] Re: [needs-packaging] Mercury (the compiler, NOT the messenger!) stable version 0.13.1

2014-04-27 Thread Andreas Altaïr Redmer
** Changed in: mercury (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/94720

Title:
  [needs-packaging] Mercury (the compiler, NOT the messenger!) stable
  version 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercury/+bug/94720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 693313] Re: [needs-packaging] crunch

2014-04-26 Thread Andreas Altaïr Redmer
I have put the program into a ppa.

To install crunch on your computer do:

sudo add-apt-repository ppa:altair-ibn-la-ahad/crunch
sudo apt-get update
sudo apt-get install crunch

run the program with:

crunch

** Changed in: aircrack-ng (Ubuntu)
 Assignee: (unassigned) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

** Branch linked: lp:~altair-ibn-la-ahad/+junk/crunch-package

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/693313

Title:
  [needs-packaging] crunch

To manage notifications about this bug go to:
https://bugs.launchpad.net/crunch/+bug/693313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 94720] Re: [needs-packaging] Mercury (the compiler, NOT the messenger!) stable version 0.13.1

2014-04-26 Thread Andreas Altaïr Redmer
I have packaged version 14.01 (current) into a ppa.

To install mercury on your computer do:

sudo add-apt-repository ppa:altair-ibn-la-ahad/mercury-compiler
sudo apt-get update
sudo apt-get install mercury-compiler

run the compiler with:

mmc

** Changed in: mercury (Ubuntu)
 Assignee: (unassigned) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/94720

Title:
  [needs-packaging] Mercury (the compiler, NOT the messenger!) stable
  version 0.13.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mercury/+bug/94720/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-04-25 Thread Andreas Altaïr Redmer
Hi. Thanks a lot for the input. I was able to improve the package and
re-upload it. In detail:

1. upstream is now untouched -  artofillusion.sh and build.xml are in 
debian/patches
2. changelog is fixed, current Standards-Version fixed, synopsis fixed
3.  format is now 3.0 (quilt) and whole package is quilted.
4. Thanks to your advice (licencecheck) I was able to add some missing authors 
and put all the GPL2+ in the proper section
5. manpage added
6. LICENCE file fixed (also in debian/patches)
7. package split into artofillusion-common and artofillusion
8. package is now Lintian-clean

-

Remaining issues:

1. debian/watch added: but it doesn't work. The upstream uses SF and a
wierd versioning. Version 3.0 is in the filename encoded as 30 and
version 2.9.2 as 292. As a result it always reports that 292 is the
newest version. What can we do there?

2. empty directories: without the empty directories, the program runs
into errors. You can test that by deleting them after installation. I
could remove them from the build and add them to artofillusion.sh, so
they will be created on the first start. What shall we do?

If you have time I would be thankful, if you can review it again.
Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-04-25 Thread Andreas Altaïr Redmer
Thanks. I updated and improved it again:

1. duplicate-short-description fixed
2. debian/watch version fixed (your fix worked)
3. Regarding the empty directories:

I doublechecked that again and did some more tests. The 3 empty
directories */Scripts/* are always empty but the program needs them to
run.

The other empty directories (*/HelpPlugin/*) are also always empty.
There is nothing to be shipped there. They appear to be a test, or some
half-future-features. I also checked the help in the installed program
and all the images are complete. Also I could remove these empty dirs
from the package because they had no effect on the installed program. So
I did that.

I can confirm, that there is nothing to be shipped into the empty
directories.

** Branch linked: lp:~altair-ibn-la-ahad/+junk/artofillusion-package

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1313012] [NEW] GTK offers dist-upgrade while do-release-upgrade is running

2014-04-25 Thread Andreas Altaïr Redmer
Public bug reported:

About the update from 13.10 to 14.04. After the commandline tool do-
release-upgrade was already running for around 15 minutes, the GTK
applet informed me about a new version and offered me to update. I see
this as a small usability bug.

Screenshot attached.

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: saucy upgrade-software-version

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1313012/+attachment/4097280/+files/Screenshot%20from%202014-04-26%2012%3A13%3A24.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1313012

Title:
  GTK offers dist-upgrade while do-release-upgrade is running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1313012/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 102512] Re: [needs-packaging] Aptana Studio

2014-04-25 Thread Andreas Altaïr Redmer
Yes Studio 3 is GPL. but there are some issues:

1. the built depends on a non-free licenced FTP library
2. the Aptana Logos are not under GPL
3. every part of the UI has to show the text powered by aptana

That makes it a non-trivial problem for packaging.

Quote from:
https://github.com/aptana/studio3-rcp/tree/v3.4.2.201308081805-studio3

---
from: https://github.com/aptana/studio3-rcp

A pre-built FTP/FTPS/SFTP library which holds a commercial library, so
the sources do not contain the JAR due to licensing restrictions.

---
from: https://github.com/aptana/studio3

Aptana Studio 3 Core holds the core set of plugins used to build the
Aptana Studio 3 IDE/RCP. Currently it relies on consuming a pre-built
FTP/FTPS/SFTP library as a dependency for building. This holds a
commercial library, so the sources do not contain the JAR due to
licensing restrictions.


This license does not grant any license or rights to use the trademarks 
Aptana, any Aptana logos, or any other trademarks of Appcelerator, Inc. You 
are not authorized to use the name Aptana or the names of any author or 
contributor for publicity purposes, without written authorization.

However, in addition to the other notice obligations of this License,
all copies of any covered work conveyed by you must include on each user
interface screen and in the Appropriate Legal Notices the following
text: Powered by Aptana. On user interface screens, this text must be
visibly and clearly displayed in the title bar, status bar, or otherwise
directly in the view that is in focus.


** Changed in: ubuntu
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/102512

Title:
  [needs-packaging] Aptana Studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/102512/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183492] Re: [needs-packaging] Open Komodo Edit

2014-04-20 Thread Andreas Altaïr Redmer
There is already a ppa for it:

https://launchpad.net/~mystic-mirage/+archive/komodo-edit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/183492

Title:
  [needs-packaging] Open Komodo Edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/183492/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-04-18 Thread Andreas Altaïr Redmer
I have packaged it into a PPA.

To install Art of Illusion on your computer do:

sudo add-apt-repository ppa:altair-ibn-la-ahad/artofillusion
sudo apt-get update
sudo apt-get install artofillusion

run the program with:

artofillusion

** Changed in: ubuntu
   Status: Confirmed = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 185810] Re: [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

2014-04-17 Thread Andreas Altaïr Redmer
There is no fix released in Debian. The bug was automatically closed
because of 18 months inactivity.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/185810

Title:
  [needs-packaging] Art of Illusion - Easy to use 3D modeling studio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/185810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282464] Re: [needs-packaging] mjpg-streamer

2014-04-16 Thread Andreas Altaïr Redmer
** Description changed:

  URL:
  http://mjpg-streamer.wiki.sourceforge.net/
  
  Description:
  MJPG-streamer, is a command line application to stream JPEG files over an 
IP-based network from the webcam to a viewer like Firefox, Cambozola, 
Videolanclient, a Windows Mobile device or mobilephone that has a webbrowser. 
It can make use of hardware compression of certain webcams, in order to reduce 
CPU cycles of the server. This makes it a light and less CPU hungry solution 
for embedded devices and regular servers, that should not spend most of their 
computing power for compressing videoframes. For example it consumes less then 
10% CPU on a 200 MHz router hardwar when streaming a 960x720 Pixel video.
  
  MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem
  or other input plugins and streams them as M-JPEG via HTTP to
  webbrowsers, VLC and other software. It is the successor of uvc-
  streamer, a Linux-UVC streaming application with Pan/Tilt
  
  Has input and output plugins.
  
  License: free - see download files
+ 
+ PPA: https://launchpad.net/~altair-ibn-la-ahad/+archive/mjpg-streamer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/282464

Title:
  [needs-packaging] mjpg-streamer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/282464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282464] Re: [needs-packaging] mjpg-streamer

2014-04-12 Thread Andreas Altaïr Redmer
I packaged it and put it into a PPA.

https://launchpad.net/~altair-ibn-la-ahad/+archive/mjpg-streamer

** Branch linked: lp:~altair-ibn-la-ahad/+junk/mjpg-streamer-package

** Changed in: ubuntu
   Status: Confirmed = Fix Committed

** Changed in: ubuntu
 Assignee: (unassigned) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/282464

Title:
  [needs-packaging] mjpg-streamer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/282464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 282464] Re: [needs-packaging] mjpg-streamer

2014-04-12 Thread Andreas Altaïr Redmer
** Changed in: ubuntu
   Status: Fix Committed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/282464

Title:
  [needs-packaging] mjpg-streamer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/282464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1039498] Re: meld crashed with GError in lambda(): Unrecognized image file format

2013-03-22 Thread Andreas Altaïr Redmer
Does this happen for ANY 2 files? If not, can you provide minimal
examples of the files where it occurs?

** Changed in: meld (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1039498

Title:
  meld crashed with GError in lambda(): Unrecognized image file format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1039498/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253065] Re: [needs-packaging] Launchy

2013-03-22 Thread Andreas Altaïr Redmer
Launchy is already in

https://launchpad.net/ubuntu/+source/launchy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/253065

Title:
  [needs-packaging] Launchy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/253065/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 105499] Re: [needs-packaging] sears

2013-03-22 Thread Andreas Altaïr Redmer
** Changed in: ubuntu
 Assignee: MOTU (motu) = Andreas Altaïr Redmer (altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/105499

Title:
  [needs-packaging] sears

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/105499/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 986686] Re: does not suggest to upgrade if 12.04 is on USB

2013-03-19 Thread Andreas Altaïr Redmer
This has nothing to do with a USB stick. It is because of the content of
the CD/DVD/USB.

the bug is in the update-notifier data/apt-cdrom-check script
* it works with the DVD
* it works with ubuntu-11.10-alternate-amd64.iso
* it doesn't wok with ubuntu-11.10-desktop-amd64.iso

that is because the script returns 0 because there is no ./cdromupgrade
file and not ./ubuntu directory on the normal ubutnu disk.

Of course the script is easy to fix, to return another value on such a
CD, but I think without a ./cdromupgrade file, an upgrade from CD/USB
stick is not possible.

I think this cannot be fixed? Or current Ubuntu CDs have these files?
Maybe one of the developers can give advice.

** Package changed: update-manager (Ubuntu) = update-notifier (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986686

Title:
  does not suggest to upgrade if 12.04 is on USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/986686/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033226] Re: No close option, only restart

2013-03-19 Thread Andreas Altaïr Redmer
I can still see the MessageBox in the source code and it has only the
Reboot button. But anyway this works fine for me (using 12.04.2). The
message, that I should reboot, is now directly on the update manager
main window and after closing it I have the red notifier icon in the top
right of the screen, that tells me to reboot.

Is anyone still able to reproduce this on 12.04 or higher?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033226

Title:
  No close option, only restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1033226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130442] Re: Starting a new torrent saves files in folder of previous torrent.

2013-03-19 Thread Andreas Altaïr Redmer
Im also using ecryptfs. I tried to reproduce it in the same way like you
did it now, but it works fine for me. The default directory remains
~/torrents/ . I am also on Ubuntu 12.04 using transmission version 2.51.

What is the output of your

transmission-gtk --version

?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130442

Title:
  Starting a new torrent saves files in folder of previous torrent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1130442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052201] Re: update-notifier steals focus

2013-03-18 Thread Andreas Altaïr Redmer
as far as I can see it, the update notifier calls the update-manager
with the option

--no-focus-on-map

when I run

update-manager --no-focus-on-map

it start minimized and steals the focus from the current application. So
this should be fixed in update-manager and not update modifier right?
Can anyone confirm this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052201

Title:
  update-notifier steals focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1052201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887650] Re: Upon inserting Ubuntu liveCDs older than current install, it still asks to upgrade

2013-03-18 Thread Andreas Altaïr Redmer
** Description changed:

- Hello
- Just a little problem, with every livecd inserted it propose to upgrade, 
although it is a release older than the installed.
- Thanks
- Fabio
- ---
- Ubuntu Bug Squad volunteer triager
- http://wiki.ubuntu.com/BugSquad
+ [Impact]
  
- ProblemType: BugDistroRelease: Ubuntu 11.10
- Package: update-notifier 0.117ubuntu3.1
- ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
- Uname: Linux 3.0.0-12-generic x86_64
- ApportVersion: 1.23-0ubuntu4
- Architecture: amd64
- Date: Tue Nov  8 17:34:46 2011
- ExecutablePath: /usr/bin/update-notifierInstallationMedia: Ubuntu 11.10 
Oneiric Ocelot - Release amd64 (20111012)SourcePackage: update-notifier
- UpgradeStatus: No upgrade log present (probably fresh install)
+ Just a little problem, with every livecd inserted it propose to upgrade,
+ although it is a release older than the installed.
+ 
+ People might accedentally start an upgrade with an older version
+ medium. Especially if a user has many images around an burns/mount
+ unintentionally an older version, and then gets offered an update but
+ will receive a downgrade.
+ 
+ [Test Case]
+ 
+ mount a cd/usb stick with an older ubuntu version (I used alternative
+ install CD) and see how it offers an upgrade from that media.
+ 
+ After applying the change in the branch to the file /usr/lib/update-
+ notifier/apt-cdrom-check the error is fixed.
+ 
+ [Regression Potential]
+ 
+ The fix was developed by 3 developers and consists only of 4 code lines.
+ So it should be free of errors now.
+ 
+ If there is an undiscovered bug in that code now, it will cause, that no
+ update dialog comes up anymore, even if a media with a newer Ubuntu
+ Version is mounted.
+ 
+ [Other Info]
+  
+ Another way to test the fix is to execute the script directly by
+ /usr/lib/update-notifier/apt-cdrom-check 
/media/path/to/the/ubuntu/cd/or/usb/media
+ 
+ and then check the return value of that script with
+ echo $?
+ 
+ 1 = CD with packages
+ 2 = Ubuntu CD with newer version that the currently installed
+ 
+ After the application of the patch it returns only 2 if the inserted
+ media is indeed newer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887650

Title:
  Upon inserting Ubuntu liveCDs older than current install, it still
  asks to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887650] Re: Upon inserting Ubuntu liveCDs older than current install, it still asks to upgrade

2013-03-10 Thread Andreas Altaïr Redmer
Okay. Thanks for your feedbback. I've made the changes and created a new
branch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887650

Title:
  Upon inserting Ubuntu liveCDs older than current install, it still
  asks to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887650] Re: Upon inserting Ubuntu liveCDs older than current install, it still asks to upgrade

2013-03-09 Thread Andreas Altaïr Redmer
** Branch unlinked: lp:~altair-ibn-la-ahad/ubuntu/precise/update-
notifier/bug-887650

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887650

Title:
  Upon inserting Ubuntu liveCDs older than current install, it still
  asks to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1130442] Re: Starting a new torrent saves files in folder of previous torrent.

2013-03-09 Thread Andreas Altaïr Redmer
hello. I cannot confirm this bug in 2.51

i have tried:

http://ca.isohunt.com/download/441429029/gentoo.torrent

http://releases.ubuntu.com/12.10/ubuntu-12.10-desktop-amd64.iso.torrent

The first one is a minimal Gentoo withsome files in a folder. The second
one is an Ubuntu single file image torrent.

The destination folder was unchanged to Downloads and the second
torrent was not inserted into the folder of the first torrent.

Should the first download be completed before I start the second one?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1130442

Title:
  Starting a new torrent saves files in folder of previous torrent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1130442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887650] Re: Upon inserting Ubuntu liveCDs older than current install, it still asks to upgrade

2013-03-08 Thread Andreas Altaïr Redmer
I am not sure how I link my branch to this bug, so I attach a patch for
the file data/apt-cdrom-check here.

** Patch added: lp887650.patch
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+attachment/3564569/+files/lp887650.patch

** Changed in: update-notifier (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887650

Title:
  Upon inserting Ubuntu liveCDs older than current install, it still
  asks to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887650] Re: Upon inserting Ubuntu liveCDs older than current install, it still asks to upgrade

2013-03-08 Thread Andreas Altaïr Redmer
It seems to be abandoned by the current assignee. But I have created a
fix for this.

** Changed in: update-notifier (Ubuntu)
 Assignee: Paul Smith (pdereksmith) = Andreas Altaïr Redmer 
(altair-ibn-la-ahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887650

Title:
  Upon inserting Ubuntu liveCDs older than current install, it still
  asks to upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/887650/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs