[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
This issue is reproducible (but more rarely) also when using -g0 , see the full 
build log here:
https://launchpadlibrarian.net/501972023/buildlog_ubuntu-groovy-armhf.mesa_20.3~git2010140730.775866~oibaf~g_BUILDING.txt.gz

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
*** Bug 97368 has been marked as a duplicate of this bug. ***

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

R: Re: Possible inclusion of zram-config on default install

2012-12-09 Thread Fabio Pedretti
it's a definite win for large configurations infrequent swapping, much 
more additional RAM), as well as for small configurations where there's 
a lot of swapping (faster than swapping).

I wrote and use an init script that breaks up the zswap into n devices, 
1 per cpu execution thread, to fully parallel the operation.  If you 
swap 64KiB at once with 8 core plus hyperthreading, the kernel will do 
16 4k pages in parallel under that configuration--big, multi-CPU, 
hypethreaded servers (it's a big 30% gain with parallel like threads, 
i.e. compression) benefit much from this.

This is also done by zram-config package.

Less useful in VMs, where such things should really happen at the 
hypervisor.

On 12/07/2012 05:32 PM, Fabio Pedretti wrote:
 It would be nice if Ubuntu could include zram-config by default. This 
package
 set up compressed RAM swap space and can lower RAM requirements for running 
and
 installing Ubuntu. It should be a win for every configuration. Since kernel 
3.8
 the zram module is out of staging, I am using it since precise with no 
problem.

 The bug request is here:
 https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059





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


R: Re: Possible inclusion of zram-config on default install

2012-12-08 Thread Fabio Pedretti
Da: dmitrij.led...@ubuntu.com
On 7 December 2012 22:32, Fabio Pedretti fabio@libero.it wrote:
 It would be nice if Ubuntu could include zram-config by default. This 
package
 set up compressed RAM swap space and can lower RAM requirements for running 
and
 installing Ubuntu. It should be a win for every configuration. Since kernel 
3.8
 the zram module is out of staging, I am using it since precise with no 
problem.

 The bug request is here:
 https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059


Where necessaries, we already ship and include zram.

E.g. ubuntu nexus7 and ac100 images.

What other images do you want this for? I am not convinced it makes
much sense on i386/amd64.

1. Traditional swap on hard drive is still used and suggested, zram is a 
better alternative and a complement to it, so it may for sure be useful to 
everyone who actually use swap on hard drive.
2.  Some derivatives (Lubuntu, Xubuntu) are mainly suggested on systems with 
low RAM, in this case one could still use the standard Ubuntu rather than this 
alternatives.
3. Not everyone has many GB of RAM, this could help these users. I am 
succesfully using it on a iBook PowerPC G4 (768 MB RAM) under Lubuntu and also 
on a MacBook Pro with 2 GB RAM (its maximum RAM size) with standard Ubuntu. 
Also, for example, see this bug report:
https://bugs.launchpad.net/ubuntu/+source/lowmem/+bug/1050595
4. Also look at the project page http://code.google.com/p/compcache/ :
The usual argument I get is - memory is so cheap so why bother with 
compression? So I list here some of the use cases. Rest depends on your 
imagination :)
 * Netbooks: Market is now getting flooded with these lightweight laptops. 
These are memory constrained but have CPU enough to drive on compressed memory 
(e.g. Cloudbook features 1.2 GHz processor!). 
* Virtualization: With compcache at hypervisor level, we can compress any part 
of guest memory transparently - this is true for any type of Guest OS (Linux, 
Windows etc.). This should allow running more number of VMs for given amount of 
total host memory. 
* Embedded Devices: Memory is scarce and adding more memory increases device 
cost. Also, flash storage suffers from wear-leveling issues, so its useful if 
we can avoid using them as swap device.
5. If you followed lkml you'll see that it's co-developed by Oracle, it's not 
only useful for small systems, but it's also useful on modern server 
environments. I have a couple of Oracle server with 32 GB, tuned by Oracle's 
engeneers, yet they use disk swap. Also on virtualized environment saving RAM 
is very useful (especially on VMWare where you pay not only the hardware RAM, 
but also the license to use it).
6. Lastly, as already said, it doesn't hurt so even if you have many GB of RAM 
the worst thing that can happen is that it make no difference if you never 
saturate all your RAM.


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


Possible inclusion of zram-config on default install

2012-12-07 Thread Fabio Pedretti
It would be nice if Ubuntu could include zram-config by default. This package 
set up compressed RAM swap space and can lower RAM requirements for running and 
installing Ubuntu. It should be a win for every configuration. Since kernel 3.8 
the zram module is out of staging, I am using it since precise with no problem.

The bug request is here:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/381059

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


[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.

2012-06-12 Thread Fabio Pedretti
It's fixed on Ubuntu 12.04.

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

Title:
  ipset is not useful in ubuntu, because kernel and iptables do not
  support it.

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

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


Re: [Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-11 Thread Fabio Pedretti
Can you open a new bug for this and report the number here?

Citando Martin 993...@bugs.launchpad.net:

 This bug affects me to. Running a Dell Latitude E4300 CORE Duo with  
 Intel graphics.
 It's a graphics freeze for me, I can move my pointer and the  
 keyboard still functions when it locks. This usually happens after  
 my account automatically locks following a short period of  
 inactivity as per my settings. Restarting Compiz doesn't fix it for  
 me, but restarting lightdm does as per comment #151.
 1). Ctrl-Alt-F1
 2). Login
 3). Type sudo restart lightdm
 4). This takes me to the greeter.
 5). Login to my account, and the graphics are functional again.
 Sadly restarting lightdm kills all window processes, but background  
 and backend processes continue to run through the lightdm restart.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/993187

 Title:
   ubuntu 12.04 completely freezes frequently.

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



-- 
ing. Pedretti Fabio
Responsabile U.O.C. Reti e Sistemi
http://www.unibs.it/organizzazione/amministrazione-centrale/servizio-servizi-ict/uoc-reti-e-sistemi
Università degli Studi di Brescia
Via S. Faustino, 74/B - 25122 Brescia
E-mail: pedre...@eco.unibs.it

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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

[Bug 941619] Re: torcs: new versions 1.3.3 and 1.3.2 with security fixes available severity: important

2012-06-07 Thread Fabio Pedretti
1.3.4, now at -test1, should build, see http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=668514

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

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

Title:
  torcs: new versions 1.3.3 and 1.3.2 with security fixes available
  severity: important

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

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


[Bug 91910] Re: gnash using 100% CPU

2012-05-28 Thread Fabio Pedretti
This bug was due to slow OpenGL renderer, current gnash no longer use
it.

** Changed in: gnash
   Status: New = Fix Released

** Changed in: gnash (Ubuntu)
   Status: Incomplete = 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/91910

Title:
  gnash using 100% CPU

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

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


[Bug 200561] Re: ipset broken ipmap dynamic linking

2012-05-28 Thread Fabio Pedretti
Fixed in 12.04, reopen if needed.

** Changed in: ipset (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/200561

Title:
  ipset broken ipmap dynamic linking

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

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


[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.

2012-05-28 Thread Fabio Pedretti
Fixed in 12.04, reopen if needed.

** Changed in: ipset (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/79182

Title:
  ipset is not useful in ubuntu, because kernel and iptables do not
  support it.

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

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


[Bug 1004892] [NEW] Please backport 0ad and 0ad-data 0~r11863-1 (universe) from quantal

2012-05-26 Thread Fabio Pedretti
Public bug reported:

Please backport 0ad and 0ad-data 0~r11863-1 (universe) from quantal to
precise.

Reason for the backport:

New release with new features and bug fixes:
http://wildfiregames.com/0ad/page.php?p=14454

Testing:

Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.

Backported 0ad and 0ad-data to my PPA, tested, works perfectly:
https://launchpad.net/~oibaf/+archive/graphics-drivers/+packages

* precise:
[X] Package builds without modification
[X] 0ad-dbg installs cleanly and runs
[X] 0ad installs cleanly and runs

Reverse dependencies:
=
The following reverse-dependencies need to be tested against the new version of 
0ad. For reverse-build-dependencies (-Indep), please test that the package 
still builds against the new 0ad. For reverse-dependencies, please test that 
the version of the package currently in the release still works with the new 
0ad installed. Reverse- Recommends, Suggests, and Enhances don't need to be 
tested, and are listed for completeness-sake.

0ad-dbg
---

0ad
---
* 0ad-data
  [X] precise (Reverse-Suggests) -- Tested the backported version.

** Affects: precise-backports
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Precise Backports.
https://bugs.launchpad.net/bugs/1004892

Title:
  Please backport 0ad and 0ad-data 0~r11863-1 (universe) from quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1004892/+subscriptions

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently

2012-05-20 Thread Fabio Pedretti
** Summary changed:

- ubuntu 12.04 64bit completely freezes frequently
+ ubuntu 12.04 completely freezes frequently

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

Title:
  ubuntu 12.04 completely freezes frequently

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

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


[Bug 998103] Re: Please backport unknown-horizons 2012.1+dfsg1-1 (universe) from quantal

2012-05-18 Thread Fabio Pedretti
** Changed in: precise-backports
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Precise Backports.
https://bugs.launchpad.net/bugs/998103

Title:
  Please backport unknown-horizons 2012.1+dfsg1-1 (universe) from
  quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/998103/+subscriptions

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


[Bug 969359] Re: gnome-settings-daemon consumes 100% cpu

2012-05-14 Thread Fabio Pedretti
** Also affects: gnome-settings-daemon (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=811902
   Importance: Unknown
   Status: Unknown

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

Title:
  gnome-settings-daemon consumes 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 999132] [NEW] Please backport widelands 1:17-2 (universe) from quantal

2012-05-14 Thread Fabio Pedretti
Public bug reported:

Please backport widelands 1:17-2 (universe) from quantal to precise.

Reason for the backport:

Latest releases with new features:
http://wl.widelands.org/news/2012/04/24/build-17-released/
http://wl.widelands.org/news/2012/04/3/build-17-release-candidate-available/

Testing:

Backported in my PPA:
https://launchpad.net/~oibaf/+archive/test/+packages

* precise:
[X] Package builds without modification
[X] widelands installs cleanly and runs
[X] widelands-data installs cleanly and runs
[X] widelands-dbg installs cleanly and runs

No reverse dependencies

** Affects: precise-backports
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Precise Backports.
https://bugs.launchpad.net/bugs/999132

Title:
  Please backport widelands 1:17-2 (universe) from quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/999132/+subscriptions

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


[Bug 998101] [NEW] Please backport fife 0.3.3+r3-1 (universe) from quantal

2012-05-11 Thread Fabio Pedretti
Public bug reported:

Please backport fife 0.3.3+r3-1 (universe) from quantal to precise.

Reason for the backport:

1) New release with new features and fixes:
http://fifengine.net/2012/04/18/0-3-3r3-released/
2) Required for newer unknown-horizons, for which I also filed a backport 
request.

Testing:

Backported in my PPA:
https://launchpad.net/~oibaf/+archive/test/+packages

* precise:
[X] Package builds without modification
[X] python-fife installs cleanly and runs

Reverse dependencies:
=
Tested with updated unknown-horizons, for which I also filed a backport request.

python-fife
---
* unknown-horizons
  [X] precise (Reverse-Depends)

** Affects: precise-backports
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Precise Backports.
https://bugs.launchpad.net/bugs/998101

Title:
  Please backport fife 0.3.3+r3-1 (universe) from quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/998101/+subscriptions

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


[Bug 998103] [NEW] Please backport unknown-horizons 2012.1+dfsg1-1 (universe) from quantal

2012-05-11 Thread Fabio Pedretti
Public bug reported:

Please backport unknown-horizons 2012.1+dfsg1-1 (universe) from quantal
to precise.

Reason for the backport:

New release with new features and fixes:
http://www.unknown-horizons.org/devblog/70/114/Unknown-Horizons-2012-1-Release/

Testing:

Need newer fife package, for which I also filed a backport request.

Backported in my PPA:
https://launchpad.net/~oibaf/+archive/test/+packages

* precise:
[X] Package builds without modification
[X] unknown-horizons installs cleanly and runs

No reverse dependencies

** Affects: precise-backports
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Precise Backports.
https://bugs.launchpad.net/bugs/998103

Title:
  Please backport unknown-horizons 2012.1+dfsg1-1 (universe) from
  quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/998103/+subscriptions

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


[Bug 996606] [NEW] Sync widelands 1:17-2 (universe) from Debian unstable (main)

2012-05-08 Thread Fabio Pedretti
Public bug reported:

Please sync widelands 1:17-2 (universe) from Debian unstable (main)

Changelog entries since current quantal version 1:17~rc2-3:

widelands (1:17-2) unstable; urgency=low

  * define PATH_MAX if not defined (i.e. on hurd)
  * re-enable patch for s390 but not on s390x

 -- Enrico Tassi gareuselesi...@debian.org  Wed, 02 May 2012 13:46:11
+0200

widelands (1:17-1) experimental; urgency=low

  * new upstream release
  * disable patches/s390
  * debian/rules: use  istead of ; so that failures are reported correctly 
  * we go to experimental to see if s390 is happy and not to disturb
transitions for libpng15 and boost

 -- Enrico Tassi gareuselesi...@debian.org  Tue, 24 Apr 2012 17:27:19
+0200

** Affects: widelands (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync widelands 1:17-2 (universe) from Debian unstable (main)

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

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


[Bug 992739] Re: [backportpackage] fails if no GPG present

2012-05-05 Thread Fabio Pedretti
I also found no way to specify the key to use: there is no -k option and
DEBSIGN_KEYID env variable do nothing.

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

Title:
  [backportpackage] fails if no GPG present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/992739/+subscriptions

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


[Bug 994655] [NEW] Sync fife 0.3.3+r3-1 (universe) from Debian sid (main)

2012-05-04 Thread Fabio Pedretti
Public bug reported:

Please sync fife 0.3.3+r3-1 (universe) from Debian sid (main)

Changelog entries since current quantal version 0.3.3+r2+dfsg1-4:

fife (0.3.3+r3-1) unstable; urgency=low

  * New upstream release

 -- Christoph Egger christ...@debian.org  Sun, 22 Apr 2012 19:51:51
+0200

** Affects: fife (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync fife 0.3.3+r3-1 (universe) from Debian sid (main)

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

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


[Bug 994732] [NEW] Sync unknown-horizons 2012.1+dfsg1-1 (universe) from Debian sid (main)

2012-05-04 Thread Fabio Pedretti
Public bug reported:

Please sync unknown-horizons 2012.1+dfsg1-1 (universe) from Debian sid
(main)

Changelog entries since current quantal version 2011.3+dfsg1-1:

unknown-horizons (2012.1+dfsg1-1) unstable; urgency=low

  * New upstream release

 -- Christoph Egger christ...@debian.org  Mon, 23 Apr 2012 00:16:46
+0200

** Affects: unknown-horizons (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync unknown-horizons 2012.1+dfsg1-1 (universe) from Debian sid (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unknown-horizons/+bug/994732/+subscriptions

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


[Bug 529582] Re: package mozilla-plugin-gnash 0.8.6-0ubuntu1 failed to install/upgrade: update-alternatives: error: /var/lib/dpkg/alternatives/iceape-flashplugin corrupt: invalid status

2012-04-27 Thread Fabio Pedretti
Is this still an issue with Ubuntu 12.04?

** Changed in: gnash (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/529582

Title:
  package mozilla-plugin-gnash 0.8.6-0ubuntu1 failed to install/upgrade:
  update-alternatives: error: /var/lib/dpkg/alternatives/iceape-
  flashplugin corrupt: invalid status

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

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


[Bug 637375] Re: package mozilla-plugin-gnash 0.8.7-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-04-27 Thread Fabio Pedretti
Is this still an issue with Ubuntu 12.04?

** Changed in: gnash (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/637375

Title:
  package mozilla-plugin-gnash 0.8.7-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 407709] Re: gtk-gnash - 100% CPU after kernal upgrade

2012-04-27 Thread Fabio Pedretti
Is this still an issue with Ubuntu 12.04?

** Changed in: gnash (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/407709

Title:
  gtk-gnash - 100% CPU after kernal upgrade

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

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


[Bug 91910] Re: gnash using 100% CPU

2012-04-27 Thread Fabio Pedretti
Is this still an issue with Ubuntu 12.04? Gnash now uses a different
renderer.

** Changed in: gnash (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  gnash using 100% CPU

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

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


[Bug 962762] Re: scummvm crashed with SIGSEGV

2012-04-24 Thread Fabio Pedretti
** Changed in: scummvm (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/962762

Title:
  scummvm crashed with SIGSEGV

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

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


[Bug 622895] Re: cannot prevent webm encoding from dropping frames (and default)

2012-04-24 Thread Fabio Pedretti
** Project changed: ffmpeg = libav

** Changed in: libav
   Importance: Unknown = Undecided

** Changed in: libav
   Status: Incomplete = New

** Changed in: libav
 Remote watch: roundup.ffmpeg.org/ #2182 = None

** Bug watch added: roundup.libav.org/ #2182
   http://roundup.libav.org/issue2182

** Also affects: ffmpeg via
   http://roundup.libav.org/issue2182
   Importance: Unknown
   Status: Unknown

** Changed in: libav
   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/622895

Title:
  cannot prevent webm encoding from dropping frames (and default)

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

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


[Bug 979682] Re: FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

2012-04-16 Thread Fabio Pedretti
OK, I tested it properly this time and it works well. It would be nice
to have it, it is very useful on firewalls.

Here is a snippet of my tests:

$ ipset --version
ipset v6.11, protocol version: 6
$ ping 192.168.2.2
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
^C
--- 192.168.2.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.876/5.876/5.876/0.000 ms
$ sudo ipset list
$ sudo ipset -N test nethash
$ sudo ipset list
Name: test
Type: hash:net
Header: family inet hashsize 1024 maxelem 65536 
Size in memory: 8532
References: 0
Members:
$ sudo ipset -A test 192.168.2.2
$ sudo ipset list
Name: test
Type: hash:net
Header: family inet hashsize 1024 maxelem 65536 
Size in memory: 8564
References: 0
Members:
192.168.2.2
$ sudo iptables -A INPUT -m set --match-set test src -j DROP
$ ping 192.168.2.2
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
^C
--- 192.168.2.2 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2015ms
$

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

Title:
  FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

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

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


[Bug 779825] Re: [needs-packaging] please update to newer version

2012-04-16 Thread Fabio Pedretti
*** This bug is a duplicate of bug 979682 ***
https://bugs.launchpad.net/bugs/979682

** This bug has been marked a duplicate of bug 979682
   FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

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

Title:
  [needs-packaging] please update to newer version

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

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


[Bug 689551] Re: Should offer a DKMS variant

2012-04-16 Thread Fabio Pedretti
It should be fixed in 12.04 with newer ipset, see bug 979682, kernel
module is also shipped by default now.

** Changed in: ipset (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/689551

Title:
  Should offer a DKMS variant

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

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


[Bug 667834] Re: ipset userspace tools version mismatched to kernel modules

2012-04-16 Thread Fabio Pedretti
*** This bug is a duplicate of bug 979682 ***
https://bugs.launchpad.net/bugs/979682

** This bug has been marked a duplicate of bug 979682
   FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

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

Title:
  ipset userspace tools version mismatched to kernel modules

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

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


[Bug 200561] Re: ipset broken ipmap dynamic linking

2012-04-16 Thread Fabio Pedretti
It should be fixed in 12.04 with newer ipset, see bug 979682.

** Changed in: ipset (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/200561

Title:
  ipset broken ipmap dynamic linking

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

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


[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.

2012-04-16 Thread Fabio Pedretti
See bug 979682 for newer ipset.

** Changed in: ipset (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/79182

Title:
  ipset is not useful in ubuntu, because kernel and iptables do not
  support it.

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

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


[Bug 79182] Re: ipset is not useful in ubuntu, because kernel and iptables do not support it.

2012-04-16 Thread Fabio Pedretti
Kernel module is in 12.04, ipset will be updated.

** Changed in: linux (Ubuntu)
   Status: Triaged = 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/79182

Title:
  ipset is not useful in ubuntu, because kernel and iptables do not
  support it.

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

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


[Bug 979682] Re: FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

2012-04-14 Thread Fabio Pedretti
I have to say I did very few testing, just running the binary, I didn't
try IP sets.

Note that 6.11 is the latest upstream version and since linux 2.6.39 the kernel 
support is available upstream (and included in Ubuntu kernel):
http://kernelnewbies.org/Linux_2_6_39#head-2c00f927acbce350384353cce9225b390e17e5ca

I could not do more testing until next week. Actually I just suppose all
works as it should...

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

Title:
  FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

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

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


[Bug 609460] Re: [needs-packaging] Please add libtxc_dxtn library to Wine packages

2012-04-14 Thread Fabio Pedretti
*** This bug is a duplicate of bug 823062 ***
https://bugs.launchpad.net/bugs/823062

** This bug is no longer a duplicate of bug 402920
   [needs-packaging] please package libtxc_dxtn
** This bug has been marked a duplicate of bug 823062
   Please provide Mesa with floating point texture support and GL_S3_s3tc 
support in Jockey, like proprietary drivers

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

Title:
  [needs-packaging] Please add libtxc_dxtn library to Wine packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/609460/+subscriptions

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


[Bug 402920] Re: [needs-packaging] please package libtxc_dxtn

2012-04-14 Thread Fabio Pedretti
*** This bug is a duplicate of bug 823062 ***
https://bugs.launchpad.net/bugs/823062

** This bug has been marked a duplicate of bug 823062
   Please provide Mesa with floating point texture support and GL_S3_s3tc 
support in Jockey, like proprietary drivers

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

Title:
  [needs-packaging] please package libtxc_dxtn

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

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


[Bug 823062] Re: Please provide Mesa with floating point texture support and GL_S3_s3tc support in Jockey, like proprietary drivers

2012-04-14 Thread Fabio Pedretti
libtxn-dxtc0 is now in precise using the s2tc implementation:
http://packages.ubuntu.com/precise/libtxc-dxtn0
http://packages.ubuntu.com/source/precise/s2tc

What is missing is a Reccomends on mesa to it.

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

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

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

Title:
  Please provide Mesa with floating point texture support and GL_S3_s3tc
  support in Jockey, like proprietary drivers

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

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


[Bug 979682] Re: FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

2012-04-13 Thread Fabio Pedretti
** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
-  affects ubuntu
-  status new
-  importance wishlist
-  subscribe ubuntu-release
-  done
+  affects ubuntu
+  status new
+  importance wishlist
+  subscribe ubuntu-release
+  done
  
  Please sync ipset 6.11-2 (universe) from Debian sid (main)
  
  Explanation of FeatureFreeze exception:
  1) an obsolete and useless version (2.5) of ipset was included up to oneiric 
and the package was removed in precise;
  2) this updated version reintroduce it and should fix most of ubuntu bugs: 
https://launchpad.net/ubuntu/+source/ipset/+bugs ;
  3) I backported to precise, build log is here: 
https://launchpadlibrarian.net/101459561/buildlog_ubuntu-precise-i386.ipset_6.11-2~p_BUILDING.txt.gz
 ;
+ 4) install log is attached;
  
  Thanks!
  
  All changelog entries:
  
  ipset (6.11-2) unstable; urgency=low
  
-   * Update debian/control
- * debian/control:
-   - Bump Standards-Version to 3.9.3, no changes needed.
-   - Change Architecture to linux-any as iptables only supports linux.
- (Closes: #647656 - uninstallable on kfreebsd-amd64)
-   - Add iptables to ipset dependency.
-   * Bump dh compat to 9
- * debian/compat, debian/control: Bump dh compat to 9.
- * debian/rules:
-   - Simplify hardening build flags and multiarch support logic.
-   * Update copyright format url to version 1.0
+   * Update debian/control
+ * debian/control:
+   - Bump Standards-Version to 3.9.3, no changes needed.
+   - Change Architecture to linux-any as iptables only supports linux.
+ (Closes: #647656 - uninstallable on kfreebsd-amd64)
+   - Add iptables to ipset dependency.
+   * Bump dh compat to 9
+ * debian/compat, debian/control: Bump dh compat to 9.
+ * debian/rules:
+   - Simplify hardening build flags and multiarch support logic.
+   * Update copyright format url to version 1.0
  
-  -- Neutron Soutmun neo.neut...@gmail.com  Tue, 28 Feb 2012 09:56:38
+  -- Neutron Soutmun neo.neut...@gmail.com  Tue, 28 Feb 2012 09:56:38
  +0700
  
  ipset (6.11-1) unstable; urgency=low
  
-   (Closes: #656343)
+   (Closes: #656343)
  
-   [ Neutron Soutmun ]
-   * Imported Upstream version 6.11
-   * Switch to 3.0 (quilt) Debian source format
-   * Update compat level and control files
- * debian/compat:
-   - Bump compat level to 8.
- * debian/control:
-   - Update me as the maintainer.
-   - Bump Standards-Version to 3.9.2, no changes needed.
-   - Add/update build-deps:
- * Update debhelper (= 8.1.3~) and add dpkg-dev (= 1.16.1~)
-   to support multiarch builds and get hardening build flags on
-   dpkg-buildflags is being invoked.
- * Add dh-autoreconf.
- * libmnl-dev  which is required by ipset utility.
- * Add pkg-config which is required by configure script to check
-   whether the libmnl has already been installed.
-   - Add Homepage.
-   - Add Vcs-{Browser,Git} point to Alioth.
-   - The ipset package should conflicts the xtables-addons-common which
- also provides the ipset utility binary.
-   - Add more packages:
- * libipset-dev, libipset2 which provide the runtime/development
-   libraries and header files. (MultiArch supported)
-   - Update the descriptions.
- * debian/control.modules:
-   - Drop as the ipset already included in the mainline kernel, no needs
- to build as the modules.
- * debian/README.Debian:
-   - Drop outdated Debian readme file.
-   * Update rules and drop rules.modules
- * debian/rules:
-   - Using new debhelper build rules set.
-   - Get DEB_HOST_MULTIARCH which is required by libipset for MultiArch
- support.
-   - Set hardening build flags by using dpkg-buildflags to exports the
- compilation flags and override the dh_auto_configure.
-   - Set --libdir to comply with MultiArch by using DEB_HOST_MULTIARCH.
- * debian/rules.modules:
-   - Drop as unneeded.
-   * Add installation files for each package
- * debian/ipset.{install,docs,manpages}:
-   - Install binary, documents and manpages.
- * debian/libipset{2,-dev}:
-   - Install runtime/development libraries and header files.
-   * Update copyright file to DEP-5 format
-   * Add patch to build ipset against shared libs
- * debian/patches/99-ipset-shared-libs.patch, debian/patches/series:
-   - Add patch.
-   * Drop unnecessary lintian override file
-   * Add watch file
-   * Drop unused override_dh_auto_clean from rules
+   [ Neutron Soutmun ]
+   * Imported Upstream version 6.11
+   * Switch to 3.0 (quilt) Debian source format
+   * Update compat level and control files
+ * debian/compat:
+   - Bump compat level to 8.
+ * debian/control:
+   - Update me as the maintainer.
+   - Bump Standards-Version to 3.9.2, no changes needed.
+   - Add/update build-deps:
+ * Update 

[Bug 979616] [NEW] FFe: Sync s2tc 0~git20110809-2 (universe) from Debian sid (main)

2012-04-12 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/s2tc
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync s2tc 0~git20110809-2 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
This was packages yesterday for Ubuntu and this -2 version fixes an install 
problem.

Changelog entries since current precise version 0~git20110809-1:

s2tc (0~git20110809-2) unstable; urgency=low

  * insert multi-arch path in postinst/prerm scripts at
build time (Closes: #668377)
  * Add me to Uploaders

 -- Sebastian Reichel s...@debian.org  Wed, 11 Apr 2012 23:53:37 +0200

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk+Gg/4ACgkQ+zwqqQYiYIoOOgCg7lM8R1Z1TmNmQnMF4sMWZWmH
DmIAoOMzsbYEON5obeHFbxHpklcYPh6h
=YmmD
-END PGP SIGNATURE-

** Affects: s2tc (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Sync s2tc 0~git20110809-2 (universe) from Debian sid (main)

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

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


[Bug 448865] Re: [Needs 2.9.1] GTK+ apps do not render in Kubuntu 9.10 beta

2012-04-12 Thread Fabio Pedretti
Karmic support expired an year ago, closing.

** Changed in: xserver-xorg-video-intel (Ubuntu Karmic)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to gtk2-engines-qtcurve in Ubuntu.
https://bugs.launchpad.net/bugs/448865

Title:
  [Needs 2.9.1] GTK+ apps do not render in Kubuntu 9.10 beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/448865/+subscriptions

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


[Bug 979616] Re: FFe: Sync s2tc 0~git20110809-2 (universe) from Debian sid (main)

2012-04-12 Thread Fabio Pedretti
** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
-  affects ubuntu/s2tc
-  status new
-  importance wishlist
-  subscribe ubuntu-release
-  done
+  affects ubuntu/s2tc
+  status new
+  importance wishlist
+  subscribe ubuntu-release
+  done
  
  Please sync s2tc 0~git20110809-2 (universe) from Debian sid (main)
  
  Explanation of FeatureFreeze exception:
- This was packages yesterday for Ubuntu and this -2 version fixes an install 
problem.
+ 1) s2tc was packaged yesterday for Ubuntu and this -2 version fixes an 
install problem;
+ 2) Build log: 
https://launchpadlibrarian.net/101484815/buildlog_ubuntu-precise-i386.s2tc_0~git20110809-2~p_BUILDING.txt.gz
 .
  
  Changelog entries since current precise version 0~git20110809-1:
  
  s2tc (0~git20110809-2) unstable; urgency=low
  
-   * insert multi-arch path in postinst/prerm scripts at
- build time (Closes: #668377)
-   * Add me to Uploaders
+   * insert multi-arch path in postinst/prerm scripts at
+ build time (Closes: #668377)
+   * Add me to Uploaders
  
-  -- Sebastian Reichel s...@debian.org  Wed, 11 Apr 2012 23:53:37 +0200
+  -- Sebastian Reichel s...@debian.org  Wed, 11 Apr 2012 23:53:37 +0200
  
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk+Gg/4ACgkQ+zwqqQYiYIoOOgCg7lM8R1Z1TmNmQnMF4sMWZWmH
  DmIAoOMzsbYEON5obeHFbxHpklcYPh6h
  =YmmD
  -END PGP SIGNATURE-

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

Title:
  FFe: Sync s2tc 0~git20110809-2 (universe) from Debian sid (main)

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

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

[Bug 979682] [NEW] FFe: Sync ipset 6.11-2 (universe) from Debian sid (main)

2012-04-12 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync ipset 6.11-2 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
1) an obsolete and useless version (2.5) of ipset was included up to oneiric 
and the package was removed in precise;
2) this updated version reintroduce it and should fix most of ubuntu bugs: 
https://launchpad.net/ubuntu/+source/ipset/+bugs ;
3) I backported to precise, build log is here: 
https://launchpadlibrarian.net/101459561/buildlog_ubuntu-precise-i386.ipset_6.11-2~p_BUILDING.txt.gz
 ;

Thanks!

All changelog entries:

ipset (6.11-2) unstable; urgency=low

  * Update debian/control
* debian/control:
  - Bump Standards-Version to 3.9.3, no changes needed.
  - Change Architecture to linux-any as iptables only supports linux.
(Closes: #647656 - uninstallable on kfreebsd-amd64)
  - Add iptables to ipset dependency.
  * Bump dh compat to 9
* debian/compat, debian/control: Bump dh compat to 9.
* debian/rules:
  - Simplify hardening build flags and multiarch support logic.
  * Update copyright format url to version 1.0

 -- Neutron Soutmun neo.neut...@gmail.com  Tue, 28 Feb 2012 09:56:38
+0700

ipset (6.11-1) unstable; urgency=low

  (Closes: #656343)

  [ Neutron Soutmun ]
  * Imported Upstream version 6.11
  * Switch to 3.0 (quilt) Debian source format
  * Update compat level and control files
* debian/compat:
  - Bump compat level to 8.
* debian/control:
  - Update me as the maintainer.
  - Bump Standards-Version to 3.9.2, no changes needed.
  - Add/update build-deps:
* Update debhelper (= 8.1.3~) and add dpkg-dev (= 1.16.1~)
  to support multiarch builds and get hardening build flags on
  dpkg-buildflags is being invoked.
* Add dh-autoreconf.
* libmnl-dev  which is required by ipset utility.
* Add pkg-config which is required by configure script to check
  whether the libmnl has already been installed.
  - Add Homepage.
  - Add Vcs-{Browser,Git} point to Alioth.
  - The ipset package should conflicts the xtables-addons-common which
also provides the ipset utility binary.
  - Add more packages:
* libipset-dev, libipset2 which provide the runtime/development
  libraries and header files. (MultiArch supported)
  - Update the descriptions.
* debian/control.modules:
  - Drop as the ipset already included in the mainline kernel, no needs
to build as the modules.
* debian/README.Debian:
  - Drop outdated Debian readme file.
  * Update rules and drop rules.modules
* debian/rules:
  - Using new debhelper build rules set.
  - Get DEB_HOST_MULTIARCH which is required by libipset for MultiArch
support.
  - Set hardening build flags by using dpkg-buildflags to exports the
compilation flags and override the dh_auto_configure.
  - Set --libdir to comply with MultiArch by using DEB_HOST_MULTIARCH.
* debian/rules.modules:
  - Drop as unneeded.
  * Add installation files for each package
* debian/ipset.{install,docs,manpages}:
  - Install binary, documents and manpages.
* debian/libipset{2,-dev}:
  - Install runtime/development libraries and header files.
  * Update copyright file to DEP-5 format
  * Add patch to build ipset against shared libs
* debian/patches/99-ipset-shared-libs.patch, debian/patches/series:
  - Add patch.
  * Drop unnecessary lintian override file
  * Add watch file
  * Drop unused override_dh_auto_clean from rules

  [ Dmitry Smirnov only...@member.fsf.org ]
  * debian/copyright: correct DEP-5 format URL
  * preparing for coordinated upload with xtables-addons 1.41
  * adding forgotten debian/changelog
  * tightening depends on libipset
  * adding libmnl-dev to libipset-dev build-deps

 -- Neutron Soutmun neo.neut...@gmail.com  Sat, 04 Feb 2012 14:44:50
+0700

ipset (2.5.0-1) unstable; urgency=low

  * New upstream release; closes: #503683.
  * Ship ipset-source kernel modules package.

 -- Robert S. Edmonds edmo...@debian.org  Sat, 09 May 2009 18:17:13
-0400

ipset (2.3.3-1) unstable; urgency=low

  * New upstream release; closes: #481382.

 -- Robert S. Edmonds edmo...@debian.org  Sat, 19 Jul 2008 20:56:33
-0400

ipset (2.3.0-1) unstable; urgency=low

  * New upstream release with iptreemap support; closes: #445389.

 -- Robert S. Edmonds edmo...@debian.org  Mon, 08 Oct 2007 12:09:11
-0400

ipset (2.2.9a-1) unstable; urgency=low

  * New upstream release which removes dependencies on kernel headers;
closes: #389860.

 -- Robert S. Edmonds edmo...@debian.org  Sat, 14 Oct 2006 22:10:46
-0400

ipset (2.2.9-1) unstable; urgency=low

  * Initial release, closes: #380148.
  * Header files from patch-o-matic-ng were extracted from netfilter.org
sources and placed in the ipset source package to avoid 

[Bug 978671] [NEW] FFe: Sync s2tc 0~git20110809-1 (universe) from Debian sid (main)

2012-04-11 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync s2tc 0~git20110809-1 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
1) this is a new package, so there is no risk of regressions;
2) provides S3TC OpenGL extension with a patent-free algorithm;
3) I succesfully backported it in my PPA, build log is here: 
https://launchpad.net/~oibaf/+archive/test/+build/3397386 ;
4) installs and works perfectly (install.log attached).

Thanks!

All changelog entries:

s2tc (0~git20110809-1) unstable; urgency=low

  * Initial release. (Closes: #667989)

 -- Lennart Weller l...@ring0.de  Sat, 07 Apr 2012 20:31:52 +0200
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk+FOWgACgkQ+zwqqQYiYIozjgCfede2MzfirMOmK0uQNXF7OD61
+dkAnRF+W8F88mpYHd+cP2JnEXRnLInu
=8Uxb
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Sync s2tc 0~git20110809-1 (universe) from Debian sid (main)

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

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


[Bug 978671] Re: FFe: Sync s2tc 0~git20110809-1 (universe) from Debian sid (main)

2012-04-11 Thread Fabio Pedretti
** Attachment added: install log
   
https://bugs.launchpad.net/ubuntu/+bug/978671/+attachment/3044869/+files/install.log

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

Title:
  FFe: Sync s2tc 0~git20110809-1 (universe) from Debian sid (main)

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

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


[Bug 254967] Re: Goplay does not work

2012-04-11 Thread Fabio Pedretti
It looks like this works, but the packages get updated once a day or so.

** Changed in: goplay (Ubuntu)
   Status: Confirmed = 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/254967

Title:
  Goplay does not work

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

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


[Bug 977830] Re: FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

2012-04-11 Thread Fabio Pedretti
nvidia-texture-tools binary packages are built now.

** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects ubuntu
   status new
   importance wishlist
   subscribe ubuntu-release
   done
  
  Please sync 0ad 0~r11339-1 (universe) from Debian sid (main)
  
  Explanation of FeatureFreeze exception:
  1) this is a new package, so there is no risk of regressions;
  2) a new 100% free (GPL + CC-BY-SA) game will be very welcomed bu users;
  3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100929838/buildlog_ubuntu-precise-i386.0ad_0~r11339-1~p_BUILDING.txt.gz
 ;
  4) installs and works perfectly (install.log attached).
  
  Note:
  1) this is the game engine package ('0ad'), I filed another FFe for the data 
package ('0ad-data'), see bug 977827;
- 2) this package requires libnvtt-dev, its source package 
(nvidia-texture-tools) is already in precise, however the binary packages are 
still not available, see bug 974024; I built the package in my PPA against a 
backported nvidia-texture-tools also available in my PPA.
+ 2) UPDATE: nvtt binary package are available now (ORIGINAL: this package 
requires libnvtt-dev, its source package (nvidia-texture-tools) is already in 
precise, however the binary packages are still not available, see bug 974024; I 
built the package in my PPA against a backported nvidia-texture-tools also 
available in my PPA.).
  
  Thanks!
  
  All changelog entries:
  
  0ad (0~r11339-1) unstable; urgency=low
  
    * Initial release (Closes: #594800)
  
   -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:13:33 -0700
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk+D6ksACgkQ+zwqqQYiYIq4tgCfWO8CWVgZyA8u9dj3eVpYAIFu
  IyIAnjdAUFwgqNAiVJjzbz9O+LK5o6sB
  =PKU6
  -END PGP SIGNATURE-

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

Title:
  FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

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

[Bug 402920] Re: [needs-packaging] please package libtxc_dxtn

2012-04-11 Thread Fabio Pedretti
FFe for s2tc: see bug 978671.

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

Title:
  [needs-packaging] please package libtxc_dxtn

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

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


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-04-10 Thread Fabio Pedretti
I reproduced this bug with software-properties 0.82.7 on precise and I
was redirect here by the automatic bug reporting.

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

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

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


[Bug 977827] [NEW] FFe: Sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
1) this is a new package, so there is no risk of regressions;
2) a new 100% free (GPL + CC-BY-SA) game will be very welcomed bu users;
3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100987111/buildlog_ubuntu-precise-i386.0ad-data_0~r11339-1~p_BUILDING.txt.gz
 ;
4) installs and works perfectly (install.log attached);

Note: this is the data package ('0ad-data'), I filed another FFe for the
game engine package ('0ad'), see bug 977830.

Thanks!

All changelog entries:

0ad-data (0~r11339-1) unstable; urgency=low

  * Initial release (Closes: #594802)

 -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:23:58 -0700
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk+D6QsACgkQ+zwqqQYiYIpDJwCeMCmbPNXclu4aJZSMt6AHvCH3
NCQAoOPnO7rJQlc3Y+6dSb2qG5EL/jil
=NvOW
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)

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

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

[Bug 977830] [NEW] FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync 0ad 0~r11339-1 (universe) from Debian sid (main)

Explanation of FeatureFreeze exception:
1) this is a new package, so there is no risk of regressions;
2) a new 100% free (GPL + CC-BY-SA) game will be very welcomed bu users;
3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100929838/buildlog_ubuntu-precise-i386.0ad_0~r11339-1~p_BUILDING.txt.gz
 ;
4) installs and works perfectly (install.log attached).

Note:
1) this is the game engine package ('0ad'), I filed another FFe for the data 
package ('0ad-data'), see bug 977827;
2) this package requires libnvtt-dev, its source package (nvidia-texture-tools) 
is already in precise, however the binary packages are still not available; I 
build this package against nvidia-texture-tools in my PPA.

Thanks!

All changelog entries:

0ad (0~r11339-1) unstable; urgency=low

  * Initial release (Closes: #594800)

 -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:13:33 -0700
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk+D6ksACgkQ+zwqqQYiYIq4tgCfWO8CWVgZyA8u9dj3eVpYAIFu
IyIAnjdAUFwgqNAiVJjzbz9O+LK5o6sB
=PKU6
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

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


[Bug 977830] Re: FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
** Attachment added: install log
   
https://bugs.launchpad.net/ubuntu/+bug/977830/+attachment/3038904/+files/install.log

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

Title:
  FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

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


[Bug 977827] Re: FFe: Sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
** Attachment added: install log
   
https://bugs.launchpad.net/ubuntu/+bug/977827/+attachment/3038897/+files/install.log

** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
-  affects ubuntu
-  status new
-  importance wishlist
-  subscribe ubuntu-release
-  done
+  affects ubuntu
+  status new
+  importance wishlist
+  subscribe ubuntu-release
+  done
  
  Please sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)
  
  Explanation of FeatureFreeze exception:
  1) this is a new package, so there is no risk of regressions;
  2) a new 100% free (GPL + CC-BY-SA) game will be very welcomed bu users;
  3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100987111/buildlog_ubuntu-precise-i386.0ad-data_0~r11339-1~p_BUILDING.txt.gz
 ;
  4) installs and works perfectly (install.log attached);
  
- Note: this is the data package ('0ad-data') I'll file another FFe for
- the game engine package ('0ad').
+ Note: this is the data package ('0ad-data'), I filed another FFe for the
+ game engine package ('0ad'), see bug 977830.
  
  Thanks!
  
  All changelog entries:
  
  0ad-data (0~r11339-1) unstable; urgency=low
  
-   * Initial release (Closes: #594802)
+   * Initial release (Closes: #594802)
  
-  -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:23:58 -0700
+  -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:23:58 -0700
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk+D6QsACgkQ+zwqqQYiYIpDJwCeMCmbPNXclu4aJZSMt6AHvCH3
  NCQAoOPnO7rJQlc3Y+6dSb2qG5EL/jil
  =NvOW
  -END PGP SIGNATURE-

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

Title:
  FFe: Sync 0ad-data 0~r11339-1 (universe) from Debian sid (main)

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

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

[Bug 543277] Re: [needs-packaging] 0. A.D

2012-04-10 Thread Fabio Pedretti
*** This bug is a duplicate of bug 977830 ***
https://bugs.launchpad.net/bugs/977830

** This bug has been marked a duplicate of bug 977830
   FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

Title:
  [needs-packaging] 0. A.D

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

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


[Bug 531673] Re: [needs-packaging] 0 A.D.

2012-04-10 Thread Fabio Pedretti
*** This bug is a duplicate of bug 977830 ***
https://bugs.launchpad.net/bugs/977830

** This bug is no longer a duplicate of bug 543277
   [needs-packaging] 0. A.D
** This bug has been marked a duplicate of bug 977830
   FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

Title:
  [needs-packaging] 0 A.D.

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

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


[Bug 498462] Re: [needs-packaging] 0. A.D / 0ad / Zero Anno Domini

2012-04-10 Thread Fabio Pedretti
*** This bug is a duplicate of bug 977830 ***
https://bugs.launchpad.net/bugs/977830

** This bug is no longer a duplicate of bug 543277
   [needs-packaging] 0. A.D
** This bug has been marked a duplicate of bug 977830
   FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

Title:
  [needs-packaging] 0. A.D / 0ad / Zero Anno Domini

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

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


[Bug 977830] Re: FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
-  affects ubuntu
-  status new
-  importance wishlist
-  subscribe ubuntu-release
-  done
+  affects ubuntu
+  status new
+  importance wishlist
+  subscribe ubuntu-release
+  done
  
  Please sync 0ad 0~r11339-1 (universe) from Debian sid (main)
  
  Explanation of FeatureFreeze exception:
  1) this is a new package, so there is no risk of regressions;
  2) a new 100% free (GPL + CC-BY-SA) game will be very welcomed bu users;
  3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100929838/buildlog_ubuntu-precise-i386.0ad_0~r11339-1~p_BUILDING.txt.gz
 ;
  4) installs and works perfectly (install.log attached).
  
  Note:
  1) this is the game engine package ('0ad'), I filed another FFe for the data 
package ('0ad-data'), see bug 977827;
- 2) this package requires libnvtt-dev, its source package 
(nvidia-texture-tools) is already in precise, however the binary packages are 
still not available; I build this package against nvidia-texture-tools in my 
PPA.
+ 2) this package requires libnvtt-dev, its source package 
(nvidia-texture-tools) is already in precise, however the binary packages are 
still not available, see bug 974024; I built the package in my PPA against a 
backported nvidia-texture-tools also available in my PPA.
  
  Thanks!
  
  All changelog entries:
  
  0ad (0~r11339-1) unstable; urgency=low
  
-   * Initial release (Closes: #594800)
+   * Initial release (Closes: #594800)
  
-  -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:13:33 -0700
+  -- Vincent Cheng vincentc1...@gmail.com  Thu, 29 Mar 2012 16:13:33 -0700
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk+D6ksACgkQ+zwqqQYiYIq4tgCfWO8CWVgZyA8u9dj3eVpYAIFu
  IyIAnjdAUFwgqNAiVJjzbz9O+LK5o6sB
  =PKU6
  -END PGP SIGNATURE-

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

Title:
  FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

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

[Bug 977830] Re: FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

2012-04-10 Thread Fabio Pedretti
Cool, notice however the nvidia-texture-tools problem before uploading
0ad.

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

Title:
  FFe: Sync 0ad 0~r11339-1 (universe) from Debian sid (main)

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

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


[Bug 974024] Re: FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian sid (main)

2012-04-09 Thread Fabio Pedretti
Reopening, for some reason the source package is in, but the binary
packages still aren't build.

** Changed in: ubuntu
   Status: Fix Released = 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/974024

Title:
  FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian
  sid (main)

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

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


[Bug 974024] Re: FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian sid (main)

2012-04-08 Thread Fabio Pedretti
This is in Ubuntu now:
http://packages.ubuntu.com/source/precise/nvidia-texture-tools

Thanks to the packager, Lennart Weller and to the syncer!

** Changed in: 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/974024

Title:
  FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian
  sid (main)

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

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


[Bug 273505] Re: crash of Xorg using xrandr

2012-04-08 Thread Fabio Pedretti
No response after years, closing.

** Changed in: xorg-server
   Status: Incomplete = Invalid

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

Title:
  crash of Xorg using xrandr

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/273505/+subscriptions

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


[Bug 974024] [NEW] FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian sid (main)

2012-04-05 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-release
 done

Please sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian
sid (main)

Explanation of FeatureFreeze exception:
1) this is a new package, so there is no risk of regression;
2) this package is needed to improve building of some packages (e.g. 
https://launchpad.net/~wfg/+archive/0ad.dev which currently includes its own 
built-in version of nvidia-texture-tools);
3) I succesfully backported it in my PPA, build log is here: 
https://launchpadlibrarian.net/100138240/buildlog_ubuntu-precise-i386.nvidia-texture-tools_2.0.8-1%2Bdfsg-2~p2_BUILDING.txt.gz
 ;

Thanks!

All changelog entries:

nvidia-texture-tools (2.0.8-1+dfsg-2) unstable; urgency=low

  * Cherry picked some revisions from upstream
  * Fixed debian/watch file (Closes: #666259)
  * Replaced C++ symbols file with shlibdeps (Closes: #666254)
  * Fixed architecture build (Closes: #666252) 

 -- Lennart Weller l...@ring0.de  Sat, 31 Mar 2012 23:49:30 +0200

nvidia-texture-tools (2.0.8-1+dfsg-1) unstable; urgency=low

  * Initial release. (Closes: #666010)

 -- Lennart Weller l...@ring0.de  Tue, 27 Mar 2012 22:01:03 +0200
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk99T9sACgkQ+zwqqQYiYIoahgCaAt85EnCHv4mUsNT0ScFT3Mk6
VVwAni3b6N/TMJwyog9yCYG95i+K4V1W
=A6bs
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: New

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

Title:
  FFe: Sync nvidia-texture-tools 2.0.8-1+dfsg-2 (universe) from Debian
  sid (main)

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

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


[Bug 731983] Re: Avoid use of float textures when not supported

2012-04-05 Thread Fabio Pedretti
This is fixed since 1.2.3 (oneiric, 11.10):
http://www.winehq.org/announce/1.2.3

** Changed in: wine1.2 (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/731983

Title:
  Avoid use of float textures when not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/731983/+subscriptions

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


[Bug 962762] Re: scummvm crashed with SIGSEGV

2012-04-03 Thread Fabio Pedretti
Kjeld, can you report this bug to ScummVM developers and report the link to the 
bug filed here?
http://sourceforge.net/tracker/?group_id=37116atid=418820

Thanks!

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

Title:
  scummvm crashed with SIGSEGV

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

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


[Bug 941619] Re: torcs: new versions 1.3.3 and 1.3.2 with security fixes available severity: important

2012-03-20 Thread Fabio Pedretti
There are still some problems with debian package 1.3.3-2 :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664220

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

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

Title:
  torcs: new versions 1.3.3 and 1.3.2 with security fixes available
  severity: important

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

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


[Bug 941619] Re: torcs: new versions 1.3.3 and 1.3.2 with security fixes available severity: important

2012-03-19 Thread Fabio Pedretti
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1189

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

Title:
  torcs: new versions 1.3.3 and 1.3.2 with security fixes available
  severity: important

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

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


[Bug 940876] [NEW] FFe [SECURITY]: Please Merge gnash 0.8.10-3 (universe) from Debian unstable (main)

2012-02-25 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/gnash
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please merge gnash 0.8.10-3 (universe) from Debian unstable (main).
It's a stable release (while precise currently has a git snapshot) with many 
bugs fixed and also a security fix.

Changelog entries since current precise version
0.8.10~git20111001-1ubuntu1:

gnash (0.8.10-3) unstable; urgency=low

  * Fix CXX optimization (Closes: #659495).

 -- Gabriele Giacone 1o5g4...@gmail.com  Sat, 11 Feb 2012 16:48:45
+0100

gnash (0.8.10-2) unstable; urgency=low

  * Fix cygnal upgrade (Closes: #659095).
  * Suggest browser-plugin-lightspark, mention in d/README.Debian (Closes:
#652092).
  * Update d/README.Debian.

 -- Gabriele Giacone 1o5g4...@gmail.com  Thu, 09 Feb 2012 02:26:34
+0100

gnash (0.8.10-1) unstable; urgency=low

  * New upstream release.
+ Fix CVE-2011-4328 (Closes: #649384).
+ Fix parsing of lossless 15bit bitmaps (Closes: #634867).
  * Add Gnome 3 thumbnailer.
  * Add libboost-iostreams-dev and libgconf2-dev build deps.
  * Transition to dh_python2.
  * Fix d/copyright according to DEP-5.
  * Remove dash escaping in manpages (Closes: #640107).
  * Add noapidoc and nocheck build options.
  * Move cygnal-only libs to cygnal package.
  * Add revno.h generation to get-source target.
  * Replace upstream changelog with upstream NEWS.

 -- Gabriele Giacone 1o5g4...@gmail.com  Wed, 08 Feb 2012 03:48:11
+0100

gnash (0.8.10~git20111001-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS (npapi/plugin.cpp): add patch fix-const.patch from peter green
(adds const quailifiers to function signatures).
Also clean up properly in debian/rules.
(Closes: #651625)

 -- gregor herrmann gre...@debian.org  Wed, 11 Jan 2012 18:19:34 +0100

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9IxVsACgkQ+zwqqQYiYIpzYwCgvIQ5WnuDHzU0kI7T3Zg6QZ6b
4KUAoKLtkPoXr+EczBV/3+4JdOFB7UzK
=zZ4c
-END PGP SIGNATURE-

** Affects: gnash (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  FFe [SECURITY]: Please Merge gnash 0.8.10-3 (universe) from Debian
  unstable (main)

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

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


[Bug 254967] Re: Goplay does not work

2012-02-24 Thread Fabio Pedretti
While the debian bug report is fixed and the package synced in precise
(12.04), I am still getting the same issue here.

** Summary changed:

- [Hardy] Goplay does not work
+ Goplay does not work

** Changed in: goplay (Ubuntu)
   Status: Fix Committed = Confirmed

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

Title:
  Goplay does not work

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

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


[Bug 879540] Re: package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch, »/usr/share/applications/scummvm.desktop« zu überschreiben, welches auch in Paket scummvm 1.3.1-1~getdeb1 ist

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/879540

Title:
  package scummvm-data 1.3.1-1build1 failed to install/upgrade: Versuch,
  »/usr/share/applications/scummvm.desktop« zu überschreiben, welches
  auch in Paket scummvm 1.3.1-1~getdeb1 ist

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

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

[Bug 791130] Re: package scummvm-data (not installed) failed to install/upgrade: próba nadpisania /usr/share/applications/scummvm.desktop, który istnieje także w pakiecie scummvm 1.2.1-1

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

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

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

Title:
  package scummvm-data (not installed) failed to install/upgrade: próba
  nadpisania /usr/share/applications/scummvm.desktop, który istnieje
  także w pakiecie scummvm 1.2.1-1

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

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

[Bug 782712] Re: ie folgenden Pakete haben nicht erfüllte Abhängigkeiten: scummvm: Depends: libc6 (= 2.4) aber 2.13-0ubuntu13 ist bereits installiert Depends: libsdl1.2debian (= 1.2.10-1)

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/782712

Title:
  ie folgenden Pakete haben nicht erfüllte Abhängigkeiten:  scummvm:
  Depends: libc6 (= 2.4) aber 2.13-0ubuntu13 ist bereits installiert
  Depends: libsdl1.2debian (= 1.2.10-1) aber 1.2.14-6.1ubuntu3 ist
  bereits installiert  Depends: libstdc++6 (= 4.1.1) aber
  4.5.2-8ubuntu4 ist bereits installiert  Depends: zlib1g (=
  1:1.1.4) aber 1:1.2.3.4.dfsg-3ubuntu3 ist bereits installiert
  Depends: scummvm-data aber es ist nicht installiert

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

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

[Bug 776635] Re: package scummvm-data (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/applications/scummvm.desktop », qui appartient aussi au paquet scummvm 1.2.1-

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/776635

Title:
  package scummvm-data (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/applications/scummvm.desktop
  », qui appartient aussi au paquet scummvm 1.2.1-1

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

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

[Bug 656282] Re: package scummvm-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/applications/scummvm.desktop', which is also in package scummvm 1.1.1-1

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/656282

Title:
  package scummvm-data (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/applications/scummvm.desktop', which is also
  in package scummvm 1.1.1-1

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

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


[Bug 936278] Re: package scummvm-data not installed failed to install/upgrade: intentando sobreescribir `/usr/share/applications/scummvm.desktop , que está también en el paquete scummvm 1.3.1-1

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/936278

Title:
  package scummvm-data  not installed  failed to install/upgrade:
  intentando sobreescribir `/usr/share/applications/scummvm.desktop ,
  que está también en el paquete scummvm 1.3.1-1

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

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

[Bug 535576] Re: wrong colors running it on my imac g4 powerpc

2012-02-23 Thread Fabio Pedretti
Is this still an issue?

** Changed in: scummvm (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/535576

Title:
  wrong colors running it on my imac g4 powerpc

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

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


[Bug 934919] Re: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

2012-02-21 Thread Fabio Pedretti
** Patch added: diff -purN scummvm-1.4.0/NEWS scummvm-1.4.1/NEWS  
changelog.diff
   
https://bugs.launchpad.net/ubuntu/+source/scummvm/+bug/934919/+attachment/2766282/+files/changelog.diff

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

Title:
  Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

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

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


[Bug 934919] Re: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

2012-02-21 Thread Fabio Pedretti
** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
-  affects ubuntu/scummvm
-  status new
-  importance wishlist
-  subscribe ubuntu-sponsors
-  done
+  affects ubuntu/scummvm
+  status new
+  importance wishlist
+  subscribe ubuntu-sponsors
+  done
  
  Please sync scummvm 1.4.1-1 (universe) from Debian unstable (main)
  
  Changelog entries since current precise version 1.4.0-1:
  
  scummvm (1.4.1-1) unstable; urgency=low
  
-   * New upstream release
-   * Install translations.dat into scummvm-data
+   * New upstream release
+   * Install translations.dat into scummvm-data
  
-  -- Moritz Muehlenhoff j...@debian.org  Sat, 14 Jan 2012 11:39:15 +0100
- 
+  -- Moritz Muehlenhoff j...@debian.org  Sat, 14 Jan 2012 11:39:15 +0100
  
  Upstream changelog:
  http://sourceforge.net/projects/scummvm/files/scummvm/1.4.1/ReleaseNotes/view
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk8/hMwACgkQ+zwqqQYiYIr5vACgyUo28idctaP4uXnMuYjonbTl
  fhMAoNLlwbeqbIyLSMKe6XJQTBLLTUtk
  =Evzz
  -END PGP SIGNATURE-
+ 
+ FFe informations:
+ + diff of changelog is attached
+ + I backported it to my PPA. 32 and 64 bit buildlog are available here:
+ 
https://launchpadlibrarian.net/93560438/buildlog_ubuntu-precise-i386.scummvm_1.4.1-1~p_BUILDING.txt.gz
+ 
https://launchpadlibrarian.net/93562441/buildlog_ubuntu-precise-amd64.scummvm_1.4.1-1~p_BUILDING.txt.gz
+ + I'll test it tomorrow and attach install log.

** Summary changed:

- Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)
+ FFe: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

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

Title:
  FFe: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

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

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

[Bug 934919] Re: FFe: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

2012-02-21 Thread Fabio Pedretti
** Attachment added: install log
   
https://bugs.launchpad.net/ubuntu/+source/scummvm/+bug/934919/+attachment/2766742/+files/install.log

** Description changed:

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects ubuntu/scummvm
   status new
   importance wishlist
   subscribe ubuntu-sponsors
   done
  
  Please sync scummvm 1.4.1-1 (universe) from Debian unstable (main)
  
  Changelog entries since current precise version 1.4.0-1:
  
  scummvm (1.4.1-1) unstable; urgency=low
  
    * New upstream release
    * Install translations.dat into scummvm-data
  
   -- Moritz Muehlenhoff j...@debian.org  Sat, 14 Jan 2012 11:39:15 +0100
  
  Upstream changelog:
  http://sourceforge.net/projects/scummvm/files/scummvm/1.4.1/ReleaseNotes/view
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  iEYEARECAAYFAk8/hMwACgkQ+zwqqQYiYIr5vACgyUo28idctaP4uXnMuYjonbTl
  fhMAoNLlwbeqbIyLSMKe6XJQTBLLTUtk
  =Evzz
  -END PGP SIGNATURE-
  
  FFe informations:
  + diff of changelog is attached
  + I backported it to my PPA. 32 and 64 bit buildlog are available here:
  
https://launchpadlibrarian.net/93560438/buildlog_ubuntu-precise-i386.scummvm_1.4.1-1~p_BUILDING.txt.gz
  
https://launchpadlibrarian.net/93562441/buildlog_ubuntu-precise-amd64.scummvm_1.4.1-1~p_BUILDING.txt.gz
- + I'll test it tomorrow and attach install log.
+ + install log is attached
+ + it works!

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

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

Title:
  FFe: Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

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

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

[Bug 659322] Re: please update from 1.3.1-4 to 1.3.1-5 from debian unstable - security issue

2012-02-20 Thread Fabio Pedretti
1.3.1-5 is available since natty.

** Changed in: torcs (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  please update from 1.3.1-4 to 1.3.1-5 from debian unstable - security
  issue

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

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


[Bug 934919] [NEW] Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

2012-02-18 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/scummvm
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

Changelog entries since current precise version 1.4.0-1:

scummvm (1.4.1-1) unstable; urgency=low

  * New upstream release
  * Install translations.dat into scummvm-data  

 -- Moritz Muehlenhoff j...@debian.org  Sat, 14 Jan 2012 11:39:15 +0100


Upstream changelog:
http://sourceforge.net/projects/scummvm/files/scummvm/1.4.1/ReleaseNotes/view
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8/hMwACgkQ+zwqqQYiYIr5vACgyUo28idctaP4uXnMuYjonbTl
fhMAoNLlwbeqbIyLSMKe6XJQTBLLTUtk
=Evzz
-END PGP SIGNATURE-

** Affects: scummvm (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  Sync scummvm 1.4.1-1 (universe) from Debian unstable (main)

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

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


[Bug 254967] Re: [Hardy] Goplay does not work

2012-02-15 Thread Fabio Pedretti
This should be fixed on precise.

** Changed in: goplay (Ubuntu)
   Status: Incomplete = 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/254967

Title:
  [Hardy] Goplay does not work

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

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


[Bug 931968] [NEW] Sync goplay 0.4-1.2 (universe) from Debian unstable (main)

2012-02-14 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/goplay
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync goplay 0.4-1.2 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
The ubuntu changes are:
+ rebuilt with newer libraries
\- no changes
+ src/pkgbrowser.cpp: Assign the return value from strtol() to an unused
  variable and mark it as unused.
\- this was included in debian 0.4-1.2

So the debian package can be used no longer needing ubuntu changes.

This will also fix LP bug 254967.


Changelog entries since current precise version 0.4-1ubuntu4:

goplay (0.4-1.2) unstable; urgency=low

  * Non-maintainer upload based on NMU found on mentors.debian.net.
  * Add support for starting installed packages by clicking on the
screen shot (Closes: #490670).
  * src/pkgbrowser.cpp: Assign the return value from strtol() to an
unused variable and mark it as unused to avoid compiler warnings
(Closes: #659100).  Patch from Michael Vogt and Ubuntu.
  * Make enough room for the Already installed text (Closes:
#544532).  Patch by Timo Juhani Lindfors.

 -- Petter Reinholdtsen p...@debian.org  Sat, 11 Feb 2012 22:40:08
+

goplay (0.4-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Packaging update:
- removed dh-buildinfo, autotools-dev
+ added missing build-deps, dh-autotools; build-deps optimised
+ compat and debhelper to version 9
+ default hardening (with the exception of fortify)
+ standards to 3.9.2
+ ept-cache replaced with apt-xapian-index in Depends
  (Closes: #615495 important:goplay must be run as root at least
   once to function)
  (Closes: #460921 wishlist:requires manual ept-cache reindex on
   the first start)
+ games-thumbnails moved to Recommends
  (Closes: #470047 wishlist:please Recommends: games-thumbnails
   instead of Depends)
+ no longer depends on g++-4.5
  (Closes: #654733 important:non-standard gcc/g++ used for build...)
+ build-time .xpm icon regeneration, no longer ship pre-built icon
  (imagemagick added to build-deps)
  * patch to introduce 'goscience' browser,
thanks to Frederic Daniel Luc Lehobey
(Closes: #474603 wishlist:Please add a goscience browser)
  * debian/copyright:
+ updated list of contributors
+ little correction for DEP-5 compliance

 -- Dmitry Smirnov only...@member.fsf.org  Wed, 08 Feb 2012 01:08:17
+1100

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk86LZsACgkQ+zwqqQYiYIrAeACdFlG9ONRaKgtSKEYndw0pBlQd
vrEAninLmqHPJ54qcTYiZoDsFVrFzCjz
=3RF/
-END PGP SIGNATURE-

** Affects: goplay (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  Sync goplay 0.4-1.2 (universe) from Debian unstable (main)

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

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


[Bug 926580] Re: Sync libvpx 1.0.0-1 (main) from Debian unstable (main)

2012-02-08 Thread Fabio Pedretti
No, I just trusted the upstream changelog:

  - Upgrading:
  This release is ABI incompatible with prior releases of libvpx, so the
  major version number has been bumped to 1. You must recompile your
  applications against the latest version of the libvpx headers. The
  API remains compatible, and this should not require code changes in most
  applications.

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

Title:
  Sync libvpx 1.0.0-1 (main) from Debian unstable (main)

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

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


[Bug 926580] [NEW] Sync libvpx 1.0.0-1 (main) from Debian unstable (main)

2012-02-04 Thread Fabio Pedretti
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/libvpx
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync libvpx 1.0.0-1 (main) from Debian unstable (main)

Changelog entries since current precise version 0.9.7.p1-2:

libvpx (1.0.0-1) unstable; urgency=low

  * New upstream release, Duclair:
+ debian/libvpx1.install,
  debian/libvpx1.symbols,
  debian/control,
  debian/rules:
  - Update for new soname.

 -- Sebastian Dröge sl...@debian.org  Wed, 01 Feb 2012 09:50:13 +0100

Upstream changelog is available here:
https://code.google.com/p/webm/source/browse/CHANGELOG?repo=libvpx

Packages depending on libpvx should be rebuilt to use new libvpx1 and drop 
libvpx0.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8tBOoACgkQ+zwqqQYiYIoOuQCg6HLbpK7wrA3qhsELJAoMtF2W
4woAn1yZpRrJFh9jaNdCg7gpCNNcdItJ
=9bK7
-END PGP SIGNATURE-

** Affects: libvpx (Ubuntu)
 Importance: Wishlist
 Status: New

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

Title:
  Sync libvpx 1.0.0-1 (main) from Debian unstable (main)

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

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

[Bug 676511] Re: vpxenc/vpxdec missing

2012-02-03 Thread Fabio Pedretti
Fixed in precise

** Changed in: libvpx (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/676511

Title:
  vpxenc/vpxdec missing

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

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


[Bug 329678] Re: [needs-packaging] Unknown Horizons

2012-01-20 Thread Fabio Pedretti
** Description changed:

+ *** Update: it's on debian now: http://packages.debian.org/sid/unknown-
+ horizons ***
+ 
  The game Unknown Horizons is really nice. They already supply packages
  through a PPA but only for x86 as it seems.
  
  http://www.unknown-horizons.org/site/index.php?page=download
  
  Source licensed under GPL 2.0 or later
  Content licensed under  Creative Commons license 3.0
  
  Would be nice if someone could include it into the repositories

** Summary changed:

- [needs-packaging] Unknown Horizons
+ [needs-packaging] please sync Unknown Horizons from debian sid

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

Title:
  [needs-packaging] please sync Unknown Horizons from debian sid

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

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


[Bug 900223] Re: new upstream release 2.8.12 (please sync / merge wxwidgets2.8 2.8.12.1-3 from debian)

2012-01-08 Thread Fabio Pedretti
Fixed on precise.

** Changed in: wxwidgets2.8 (Ubuntu)
   Status: Confirmed = 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/900223

Title:
  new upstream release 2.8.12 (please sync / merge wxwidgets2.8
  2.8.12.1-3  from debian)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/900223/+subscriptions

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


[Bug 835159] Re: Support multiarch (sync from debian 2.8.12.1-4)

2012-01-08 Thread Fabio Pedretti
Fixed on precise.

** Changed in: wxwidgets2.8 (Ubuntu)
   Status: Confirmed = 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/835159

Title:
  Support multiarch (sync from debian 2.8.12.1-4)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/835159/+subscriptions

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


[Bug 737410] Re: [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

2011-04-07 Thread Fabio Pedretti
The only difference would be the fix of LP: #532065 supertuxkart
inappropriately appears in Ubuntu Software Center's Graphics  3D
section which would be nice to have fixed, but it is anyway a low
priority bug.

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

Title:
  [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

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


[Bug 306586] Re: gxvattr menu should be under System - Preferences

2011-04-07 Thread Fabio Pedretti
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

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

Title:
  gxvattr menu should be under System - Preferences

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


[Bug 602267] Re: [needs 7.9.1] [RS482] pipes assert failure: pipes: ../../radeon/radeon_cs_gem.c:129: cs_gem_write_reloc: Assertion `boi-space_accounted' failed.

2011-04-06 Thread Fabio Pedretti
Fixed on natty shipping 7.10.1.

** Changed in: mesa (Ubuntu)
   Status: Confirmed = 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/602267

Title:
  [needs 7.9.1] [RS482] pipes assert failure: pipes:
  ../../radeon/radeon_cs_gem.c:129: cs_gem_write_reloc: Assertion
  `boi-space_accounted' failed.

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


[Bug 557266] Re: [needs linux-2.6.36.2] [Radeon kernel module] drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream

2011-04-06 Thread Fabio Pedretti
Fixed on natty.

** Changed in: linux (Ubuntu)
   Status: Triaged = 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/557266

Title:
  [needs linux-2.6.36.2] [Radeon kernel module] drmRadeonCmdBuffer: -22.
  Kernel failed to parse or rejected command stream

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


[Bug 244670] Re: [hardy] Request of update of aMule to 2.2.2 final release

2011-04-06 Thread Fabio Pedretti
Ubuntu 8.04 is near to be unsupported on the desktop. Users should
upgrade to 10.04 if they want a recent amule on a LTS release. Closing.

** Changed in: amule (Ubuntu Hardy)
   Status: Confirmed = Invalid

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

Title:
  [hardy] Request of update of aMule to 2.2.2 final release

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


[Bug 737410] Re: [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

2011-03-22 Thread Fabio Pedretti
** Description changed:

  Binary package hint: supertuxkart
  
  Debian changelog:
+ 
+ supertuxkart (0.7+dfsg1-2) unstable; urgency=low
+ 
 * drop 3DGraphics from desktop file (LP: #532065)
-* Apply patch by Ansgar Burchardt to build against enet 1.3 (Closes: 
#617783)
+* Apply patch by Ansgar Burchardt to build against enet 1.3 (Closes:
+  #617783) [1]
+ 
+  -- Christoph Egger christ...@debian.org  Thu, 17 Mar 2011 21:08:17
+ +0100
  
  This will also fix LP: #733200
+ 
+ [1] Note that natty ships enet 1.2.1 so the patch to build against enet
+ 1.3 should be disabled and the dependency lowered to 1.2.1.

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

Title:
  [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

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


[Bug 728401] Re: [FFe] please sync spring related packages with debian

2011-03-22 Thread Fabio Pedretti
** Description changed:

  Binary package hint: springlobby
  
  spring: Ubuntu: 0.82.5.1+dfsg1-1ubuntu2 - Debian: 0.82.7.1+dfsg1-2
- springlobby: Ubuntu: 0.104-1 - Debian: 0.122-1
+ springlobby: Ubuntu: 0.104-1 - Debian: 0.124-1
  rapid-spring: Ubuntu 0.4.3-1 - Debian: 0.5.1-1
+ 
+ Note that the Ubuntu spring version has the following addition to the
+ Debian version:
+ 
+ spring (0.82.5.1+dfsg1-1ubuntu2) maverick; urgency=low
+ 
+   * debian/control: 
+ - conflict with older spring-engine to ease lucid upgrades (LP: #647380)
+ 
+  -- Scott Ritchie scottritc...@ubuntu.com  Tue, 28 Sep 2010 23:38:14
+ -0700

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

Title:
  [FFe] please sync spring related packages with debian

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


[Bug 481719] Re: uses 100% cpu on exit

2011-03-18 Thread Fabio Pedretti
It's already nominated for 10.04 (Lucid). Anyway according to bug
#503780 it looks like this is already fixed in 10.04 with openal-
soft/pulseaudio packages.

** Changed in: supertuxkart (Ubuntu)
   Status: Incomplete = 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/481719

Title:
  uses 100% cpu on exit

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


[Bug 737410] [NEW] [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

2011-03-18 Thread Fabio Pedretti
Public bug reported:

Binary package hint: supertuxkart

Debian changelog:
   * drop 3DGraphics from desktop file (LP: #532065)
   * Apply patch by Ansgar Burchardt to build against enet 1.3 (Closes: #617783)

This will also fix LP: #733200

** Affects: supertuxkart (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [FFe] Please sync supertuxkart 0.7+dfsg1-2 from debian

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


[Bug 733200] Re: Supertuxkart needs to be recompiled against the new libirrlict-1.7a package that was just uploaded

2011-03-18 Thread Fabio Pedretti
See bug #737410.

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

Title:
  Supertuxkart needs to be recompiled against the new libirrlict-1.7a
  package that was just uploaded

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


[Bug 532065] Re: supertuxkart inappropriately appears in Ubuntu Software Center's Graphics 3D section

2011-03-18 Thread Fabio Pedretti
See bug #737410.

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

Title:
  supertuxkart inappropriately appears in Ubuntu Software Center's
  Graphics  3D section

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


  1   2   3   4   5   6   >