[Bug 444114] Re: dpkg-reconfigure uswsusp exits with "I couldn't find a node with devid 252:8"

2010-02-13 Thread Colin Watson
** Package changed: dpkg (Ubuntu) => uswsusp (Ubuntu)

-- 
dpkg-reconfigure uswsusp exits with "I couldn't find a node with devid 252:8"
https://bugs.launchpad.net/bugs/444114
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 56459] Re: Unix putty does not accept user@host syntax

2010-02-19 Thread Colin Watson
** Bug watch added: Debian Bug tracker #509194
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509194

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

** Changed in: putty (Ubuntu)
   Status: Confirmed => Triaged

-- 
Unix putty does not accept u...@host syntax
https://bugs.launchpad.net/bugs/56459
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 146680] Re: putty crashed with SIGSEGV in logevent()

2010-02-19 Thread Colin Watson
I think I'm just going to close this out.  It's been a few weeks since
Will's comments, and a few months since Jacob's; since he's an upstream
developer I trust Jacob's analysis.  Moti, if you encounter this again
on Ubuntu 9.10 or newer, feel free to reopen this bug with further
details.

** Changed in: putty (Ubuntu)
   Status: Incomplete => Fix Released

-- 
putty crashed with SIGSEGV in logevent()
https://bugs.launchpad.net/bugs/146680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 407801] Re: Putty Breaks FireFTP If Firefox Is 64-bit

2010-02-19 Thread Colin Watson
Well, if nothing else, we ship them on Ubuntu, in the putty-tools
package, and we shouldn't be rejecting bugs on programs we ship in
Ubuntu on the basis that people shouldn't be using them!  You might not
have a use for them, but uses include:

  * http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-unix-
why

  * PSCP uses the SFTP protocol rather than the ancient rcp-inspired scp
"protocol", which has many unfixable bugs, and so I can well believe
that people might prefer it over scp.  There's been some work in OpenSSH
to turn sftp into a drop-in replacement for scp, but it hasn't landed
yet.

-- 
Putty Breaks FireFTP If Firefox Is 64-bit
https://bugs.launchpad.net/bugs/407801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 671531] Re: Please remove ubuntu-dev-tools from sync-blacklist

2010-11-08 Thread Colin Watson
Done.

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New => Fix Released

-- 
Please remove ubuntu-dev-tools from sync-blacklist
https://bugs.launchpad.net/bugs/671531
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 769471] Please sync ubuntu-dev-tools 0.122 (universe) from Debian unstable (main).

2011-04-24 Thread Colin Watson
[Updating] ubuntu-dev-tools (0.121 [Ubuntu] < 0.122 [Debian])
 * Trying to add ubuntu-dev-tools...
2011-04-24 08:49:37 INFO  - http://ftp.debian.org/debian/>
2011-04-24 08:49:37 INFO  - http://ftp.debian.org/debian/>
I: ubuntu-dev-tools [universe] -> ubuntu-dev-tools_0.121 [universe].


** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/769471

Title:
  Please sync ubuntu-dev-tools 0.122 (universe) from Debian unstable
  (main).

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


[Bug 845487] [NEW] Debian source publication checks have broken

2011-09-09 Thread Colin Watson
Public bug reported:

This morning, the Launchpad developers ran an SQL query to convert
Pending source publications in Debian to Published.  The reason they
were Pending was that the program used to import Debian was the same as
that used to initially import Ubuntu into Launchpad, and that initial
import needed to set everything to Pending so that the first publisher
run would work.  However, this was inappropriate for representing the
state of the Debian archive, so things are now being changed over to
Published.  Some newly-created records will still be created as Pending
until the next Launchpad deployment.

This change has broken ubuntu-dev-tools, because there are some bits of
code that assume that Debian publications will always be Pending and not
Published.

Internally, Launchpad has this:

active_publishing_status = (
PackagePublishingStatus.PENDING,
PackagePublishingStatus.PUBLISHED,
)

... and to be honest I think that's probably correct for most of the
stuff ubuntu-dev-tools is doing, regardless of whether it's looking at
Debian or Ubuntu; it would make ubuntu-dev-tools effectively more
responsive if it didn't have to wait for a publisher run before noticing
that a package version exists in Ubuntu, for example.

Unfortunately, you can't pass multiple statuses in one API call (bug
845486).  I suppose this either leaves us making multiple calls or
asking for all statuses and filtering afterwards.

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/845487

Title:
  Debian source publication checks have broken

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

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


[Bug 1069867] [NEW] syncpackage picks up too many changelog versions when the target is -proposed

2012-10-22 Thread Colin Watson
Public bug reported:

raring is likely to start requiring that packages be uploaded to
-proposed by default.  When syncpackage is used with "-r raring-
proposed", it picks up far too many changelog versions:

syncpackage: Source abcde -> raring/Proposed: not in Ubuntu, new version 2.5.4-1
syncpackage: New changes:
abcde (2.5.4-1) unstable; urgency=low

  * New upstream release with bug fixes.
+ Update GPL/FSF headers to match current versions. Thanks to vskytta
  for the patch. (Closes issue 69).
+ Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
  for the patch. Closes issue 50.
+ Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
  tagging better. Closes issue 22 (hopefully)
  * Remove the "A " from the beginning of the description to fix a
lintian warning

 -- Steve McIntyre <93...@debian.org>  Tue, 18 Sep 2012 13:22:28 +0100

abcde (2.5.3-1) unstable; urgency=low

  * New upstream release with lots of bug fixes.
[...]

The previous version in raring was 2.5.3-1.  syncpackage should look in
the release pocket if there isn't anything in proposed.

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1069867

Title:
  syncpackage picks up too many changelog versions when the target is
  -proposed

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

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


[Bug 1087194] [NEW] [mk-sbuild] names cross chroots after build architecture, not target

2012-12-06 Thread Colin Watson
Public bug reported:

If building a chroot for cross-compilation from amd64 to armhf ("--arch
amd64 --target armhf"), mk-sbuild calls the chroot something like
"raring-amd64".  This is suboptimal as it should be expected that people
will have both native and cross chroots on the same system, and the
build architecture is more likely to coincide.  mk-sbuild should either
call the chroot after the target ("raring-armhf"), or perhaps after both
("raring-amd64-armhf").

In the meantime, a workaround is to use --name to give the chroot a
temporary name, and rename it at the end.

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1087194

Title:
  [mk-sbuild] names cross chroots after build architecture, not target

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

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


[Bug 1163300] [NEW] [mk-sbuild] syntax error in proxy configuration causes aptdaemon to fail to build

2013-04-02 Thread Colin Watson
Public bug reported:

One of my sbuild instances failed to build aptdaemon as follows:

ERROR: test_ (tests.test_configparser.ConfigurationParserTestCase)
--
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/test_configparser.py", line 75, in test_
config = self.parser.parse(fd.readlines())
  File "/«PKGBUILDDIR»/aptdaemon/config.py", line 161, in parse
(char, line))
ValueError: Unknown char '#' in line: '## proxy settings copied from mk-sbuild
'

This is due to incorrect comment syntax.  APT configuration files use
C/C++-style comments (// or /* ... */), not leading-#.

** Affects: ubuntu-dev-tools (Ubuntu)
     Importance: High
 Assignee: Colin Watson (cjwatson)
 Status: Triaged

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1163300

Title:
  [mk-sbuild] syntax error in proxy configuration causes aptdaemon to
  fail to build

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

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


[Bug 1163300] Re: [mk-sbuild] syntax error in proxy configuration causes aptdaemon to fail to build

2013-04-02 Thread Colin Watson
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1163300

Title:
  [mk-sbuild] syntax error in proxy configuration causes aptdaemon to
  fail to build

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

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


[Bug 1453330] Re: pull-{lp, debian}-source not getting source for binary because DDE is dead

2015-05-08 Thread Colin Watson
You can get it from LP following a recent API extension.  Something like
this:

try:
bpph = archive.getBinaryPackage(package, release, pocket)
except PackageNotFoundException, e:
Logger.error(str(e))
sys.exit(1)
spph = bpph.build.getLatestSourcePublication()
if spph is not None:
package = spph.getPackageName()

I'll try to finish off my branch to convert to this shortly; I hadn't
realised it was going to be urgent.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1453330

Title:
  pull-{lp,debian}-source not getting source for binary because DDE is
  dead

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

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


[Bug 1453330] Re: rewrite pull-[lp|debian|uca]-source

2018-03-21 Thread Colin Watson
** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: HECTOR DAVID  (hektve) => Dan Streetman (ddstreet)

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1453330

Title:
  rewrite pull-[lp|debian|uca]-source

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

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


[Bug 1807992] Re: [syncpackage] ignores wildcards in blacklist

2018-12-11 Thread Colin Watson
** Merge proposal linked:
   
https://code.launchpad.net/~cjwatson/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/360689

** Changed in: ubuntu-dev-tools (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1807992

Title:
  [syncpackage] ignores wildcards in blacklist

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

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


[Bug 1860456] Re: ubuntutools.archive.UbuntuSourcePackage().pull() fails

2020-01-24 Thread Colin Watson
I've proposed my patch now.  I have a backport for bionic as well,
though I'll wait to propose that until the one against master is
approved.

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1860456

Title:
  ubuntutools.archive.UbuntuSourcePackage().pull() fails

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

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


[Bug 1799568] Re: [ubuntu-archive-assistant] not installed

2020-05-18 Thread Colin Watson
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Fix Committed => Triaged

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: Eduardo (eddy89) => Mathieu Trudel-Lapierre (cyphermox)

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1799568

Title:
  [ubuntu-archive-assistant]  not installed

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

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


[Bug 1992] Re: Torcs depends on plib1.8.3 but it is not installable for Breezy.

2020-10-04 Thread Colin Watson
*** This bug is a duplicate of bug 1324 ***
https://bugs.launchpad.net/bugs/1324

** Branch unlinked: lp:~cjwatson/lazr.sshserver/more-key-types

-- 
You received this bug notification because you are a member of MOTU,
which is a bug assignee.
https://bugs.launchpad.net/bugs/1992

Title:
  Torcs depends on plib1.8.3 but it is not installable for Breezy.

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

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


[Bug 364894] Re: vim doesn't find installed addons

2009-04-22 Thread Colin Watson
** Package changed: ubuntu => vim-addon-manager (Ubuntu)

-- 
vim doesn't find installed addons
https://bugs.launchpad.net/bugs/364894
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-24 Thread Colin Watson
** Also affects: xserver-xorg-video-intel (Ubuntu Karmic)
   Importance: Critical
 Assignee: Bryce Harrington (bryceharrington)
   Status: Triaged

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 251242] Re: Always kexecs on shutdown/reboot

2009-04-28 Thread Colin Watson
Sponsorship in progress.

-- 
Always kexecs on shutdown/reboot
https://bugs.launchpad.net/bugs/251242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 251242] Re: Always kexecs on shutdown/reboot

2009-04-28 Thread Colin Watson
** Description changed:

  Binary package hint: kexec-tools
  
  When I have kexec-tools installed, it seems to trigger a kexec whenever
  I shut down or reboot.  This doesn't seem like sensible default
  behavior, and my reading of the init script seems to indicate that it's
  not intentional.  It happens nonetheless, though.
  
  ===
  
  SRU Justification [Jaunty]
  
  Impact: when kexec-tools is installed reboot is optimised using kexec,
  the user no longer drops to bios nor sees their bootloader menus.  this
  should be an opt-in change as the user may install kexec to get crash
  dump functionality and is not expecting reboot to be altered.
  
  Fix Description: change the default to disable use of kexec for reboot
  by default
  
  Patch: http://launchpadlibrarian.net/26022183/kexec-tools-default-
  KEXEC_LOAD-false
  
  Risks: the change of default may affect previous installs
  
  TEST CASE: install kexec-tools and reboot, the bios and bootloader are
- skipped
+ skipped before this fix, but should not be skipped after it. Please also
+ make sure to test upgrades from a system that already had kexec-tools
+ installed.

-- 
Always kexecs on shutdown/reboot
https://bugs.launchpad.net/bugs/251242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 251242] Re: Always kexecs on shutdown/reboot

2009-04-28 Thread Colin Watson
Please disregard this jaunty-proposed upload for the moment. As
discussed on #ubuntu-devel, this needs some more work.

-- 
Always kexecs on shutdown/reboot
https://bugs.launchpad.net/bugs/251242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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


[Bug 4922] driver very instable

2005-12-02 Thread Colin Watson
Public bug report changed:
https://launchpad.net/malone/bugs/4922

Comment:
What kernel version are you running at the moment? ('uname -a')

--
Universe-bugs mailing list
Universe-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 6315] Manpages do not format well

2006-01-12 Thread Colin Watson
Public bug report changed:
https://launchpad.net/malone/bugs/6315

Comment:
At the moment, there's fundamentally no facility for a man page to
declare its encoding other than by its location in the filesystem;
putting UTF-8 Spanish man pages in /usr/share/man/es_ES.UTF-8/...
*should* work, but it's really only peripherally supported at the moment
and I'm not sure it'll do the right thing for all user locales.

Yes, man-db expects Spanish man pages to be encoded in ISO-8859-1. For
now, I think the right thing to do would indeed be to recode them.

--
Universe-bugs mailing list
Universe-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 612] ssh-krb5 will not install on Ubuntu due to malformed dependancies?

2006-01-12 Thread Colin Watson
Public bug report changed:
https://launchpad.net/malone/bugs/612

Comment:
Dapper will be released in April 2006. A version of openssh with
Kerberos support is in the development branch now; testing is welcome.

--
Universe-bugs mailing list
Universe-bugs@lists.ubuntu.com
http://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 6651] duplicate package

2006-03-17 Thread Colin Watson
Public bug report changed:
https://launchpad.net/malone/bugs/6651

Task: ubuntu live-com
 Status: Unconfirmed => Fix Released

Comment:
Removed, thanks.

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


[Bug 6651] duplicate package

2006-03-17 Thread Colin Watson
Public bug report changed:
https://launchpad.net/malone/bugs/6651

Comment:
=
[Date: Fri, 17 Mar 2006 13:58:25 +] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

liblive.com-dev | 20040618-0.1 | amd64, hppa, i386, ia64, powerpc, sparc
  live-com | 20040618-0.1 | source

--- Reason ---
(cjwatson) superseded by liblivemedia
--
=

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


[Bug 29716] Re: Missing menu link in gnome

2006-04-15 Thread Colin Watson
Thanks, I'll incorporate this into the Debian packages now.
-- 
Missing menu link in gnome
https://launchpad.net/malone/bugs/29716

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


[Bug 29716] Re: Missing menu link in gnome

2006-04-15 Thread Colin Watson
Barry put pterm in the Network category, but it doesn't belong there; it's a 
terminal emulator, not a networking client. I'll move it.
-- 
Missing menu link in gnome
https://launchpad.net/malone/bugs/29716

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


[Bug 41523] Re: [UNMETDEPS] realplayer has unmet dependencies

2006-04-28 Thread Colin Watson
Is Helix Player actually a sufficient replacement for RealPlayer? I
thought it didn't contain the proprietary codecs, which are the main
reason people often reach for RealPlayer.

-- 
[UNMETDEPS] realplayer has unmet dependencies
https://launchpad.net/bugs/41523

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


[Bug 41483] Re: sync libkwiki-perl from Debian

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ sync libkwiki-perl from Debian

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/libspork-perl
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package libspork-perl has binary packages that are 
not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2i4r3O2CKlAUK8RAhN6AJ9W6T10NSgERpc+h4GXMfHlrAUbcACfeI38
  gMI3PBwOLz9g+AAQTj+IIVw=
  =GKTF
  -END PGP SIGNATURE-

-- 
sync libkwiki-perl from Debian
https://launchpad.net/bugs/41483

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


[Bug 41486] Re: sync gr-ursp from Debian?

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ sync gr-ursp from Debian?

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/gnuradio-examples
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package gnuradio-examples has binary packages that 
are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2jVr3O2CKlAUK8RArDYAJ4kQPXDRKDKXhhQuAhRiQDmgOL5mgCfVHkw
  ceIriIg2Ih3StXBc1jFpbuA=
  =CYhf
  -END PGP SIGNATURE-

-- 
sync gr-ursp from Debian?
https://launchpad.net/bugs/41486

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


[Bug 41489] Re: [UNMETDEPS] xsim has unmet dependencies

2006-04-29 Thread Colin Watson
I don't see why not. Somebody just needs to update it;
http://www.mozilla.com/thunderbird/all.html lists an updated language
pack for Russian, so it should be possible.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [not ubuntu-archive] update mozilla-thunderbird-locale-ru to current upstream

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/mozilla-thunderbird-locale-ru
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package mozilla-thunderbird-locale-ru has binary 
packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2jmr3O2CKlAUK8RAgPpAJ9j3S811ouYFWuxX5RVD1l8njU11wCdGKGE
  hP+fss4Z5XjFDZ8haAwW+c0=
  =rNyQ
  -END PGP SIGNATURE-

** Summary changed:

- [not ubuntu-archive] update mozilla-thunderbird-locale-ru to current upstream
+ [not archive admin] update mozilla-thunderbird-locale-ru to current upstream

-- 
[not archive admin] update mozilla-thunderbird-locale-ru to current upstream
https://launchpad.net/bugs/41489

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


[Bug 41493] Re: remove webmin-ldap-netgroups

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove webmin-ldap-netgroups

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/webmin-ldap-netgroups
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package webmin-ldap-netgroups has binary packages 
that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2jzr3O2CKlAUK8RAmpcAJ0ZYK3IYjquMdhaa84pxjnl5Kn7TwCfUzWV
  U/JRHXFmkvNjY1BbfIwsono=
  =jNRJ
  -END PGP SIGNATURE-

-- 
remove webmin-ldap-netgroups
https://launchpad.net/bugs/41493

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


[Bug 41512] Re: [unclear] [UNMETDEPS] matplotlib has unmet dependencies

2006-04-29 Thread Colin Watson
What you upload is up to you. Let ubuntu-archive know once there is a
clear archive administration action to perform.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [unclear] [UNMETDEPS] matplotlib has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/matplotlib
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package matplotlib has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2lWr3O2CKlAUK8RApBtAJ908roHEvzz2FhcLN12GEVIaBzv0wCfRQU8
  HVJjpEiRaZ8IWXyQLl4IgHY=
  =rEDP
  -END PGP SIGNATURE-

-- 
[unclear] [UNMETDEPS] matplotlib has unmet dependencies
https://launchpad.net/bugs/41512

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


[Bug 41510] Re: [UNMETDEPS] python2.1 has unmet dependencies

2006-04-29 Thread Colin Watson
Waiting for Matthias' comment; in future please get any relevant
comments before subscribing ubuntu-archive.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [UNMETDEPS] python2.1 has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/python2.1
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package python2.1 has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2lSr3O2CKlAUK8RAuWNAJ96Nw6mE1dQBfjwLf+6egqVVR9I5ACbBpp3
  fqy0+7Yw0Lq7NsgiXtqjvtw=
  =Elhl
  -END PGP SIGNATURE-

-- 
[UNMETDEPS] python2.1 has unmet dependencies
https://launchpad.net/bugs/41510

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


[Bug 41506] Re: remove webmin-sbs

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove webmin-sbs

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/webmin-sbs
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package webmin-sbs has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2lKr3O2CKlAUK8RAlPkAJ9qrfX/dlqDfSHL3kuiJ6vnqHKBuwCdFROz
  CsixWrvoRU04SLkAbtk4ZLI=
  =Emvw
  -END PGP SIGNATURE-

-- 
remove webmin-sbs
https://launchpad.net/bugs/41506

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


[Bug 41505] Re: [UNMETDEPS] xsim has unmet dependencies

2006-04-29 Thread Colin Watson
This was Mako's work; perhaps he can help to fix it up.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [not archive admin] [UNMETDEPS] meta-ul has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/meta-ul
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package meta-ul has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2lIr3O2CKlAUK8RAjJZAJ9FAsPxRxytZ8Cx8O8m0AjYa000agCgkNla
  Zk5afi5PNot96aT/oT5TpGA=
  =0vld
  -END PGP SIGNATURE-

-- 
[not archive admin] [UNMETDEPS] meta-ul has unmet dependencies
https://launchpad.net/bugs/41505

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


[Bug 41501] Re: [UNMETDEPS] xsim has unmet dependencies

2006-04-29 Thread Colin Watson
Please decide what you want to happen before asking ubuntu-archive.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [unclear] [UNMETDEPS] pcsx has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/pcsx
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package pcsx has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2k/r3O2CKlAUK8RAjlKAJwN46Y8YlBWVSt6XiNbzmoH0w7V4wCffLhO
  7P0rpqnSBQVAdXVZrzNC0DQ=
  =5oYV
  -END PGP SIGNATURE-

-- 
[unclear] [UNMETDEPS] pcsx has unmet dependencies
https://launchpad.net/bugs/41501

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


[Bug 41499] Re: [UNMETDEPS] xsim has unmet dependencies

2006-04-29 Thread Colin Watson
I'd say fix it. However ubuntu-archive is not here to answer this kind
of question for you. Please only subscribe us to bugs once you have a
clear request for us.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ [UNMETDEPS] mgapdesk has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/mgapdesk
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package mgapdesk has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2k6r3O2CKlAUK8RAq1gAJ0Q/9HP+Wa6tpdG7rUrUQXn3xJG+QCfYId2
  kqt6c96ijJZF1YzFS+hx8kU=
  =Vmr5
  -END PGP SIGNATURE-

** Summary changed:

- [UNMETDEPS] mgapdesk has unmet dependencies
+ [unclear] [UNMETDEPS] mgapdesk has unmet dependencies

-- 
[unclear] [UNMETDEPS] mgapdesk has unmet dependencies
https://launchpad.net/bugs/41499

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


[Bug 41492] Re: [UNMETDEPS] xsim has unmet dependencies

2006-04-29 Thread Colin Watson
Barry, please don't subscribe ubuntu-archive to bugs before you have a clear 
request for us of the form "please sync foo from Debian", "please remove foo", 
or whatever. We're not here to investigate things for you, and it's rather 
risky to expect admins to divine your intention from a statement of the problem.

nonlock has been removed from Debian (http://bugs.debian.org/328796). 
thai-system also depends on xserver-xfree86 (which is a trivial fix). Since 
thai-system is purely a dependency package, it should not be hard to fix its 
dependencies rather than removing it; however it's possible it would be better 
to make sure that language-support-th has all the necessary dependencies. 
Please decide and do that before requesting an action from ubuntu-archive.

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ thai-system has unmet dependencies

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/thai-system
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package thai-system has binary packages that are 
not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2jxr3O2CKlAUK8RAktoAJ9utgCagqLXWVIU9lsbV67c2dY3owCfQyIZ
  /Q49gJlYKz6PuOuGEQnOriE=
  =eAOY
  -END PGP SIGNATURE-

** Summary changed:

- thai-system has unmet dependencies
+ [unclear] thai-system has unmet dependencies

-- 
[unclear] thai-system has unmet dependencies
https://launchpad.net/bugs/41492

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


[Bug 41529] Re: remove webmin-ldap-user-simple

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove webmin-ldap-user-simple

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/webmin-ldap-user-simple
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package webmin-ldap-user-simple has binary packages 
that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2mSr3O2CKlAUK8RAgj4AJ4m7ZXwKcpDd3aGxRyx86FlC7NOMgCcCE2P
  PJElmgvP6zBsdLAExiGEzhA=
  =2YFi
  -END PGP SIGNATURE-

-- 
remove webmin-ldap-user-simple
https://launchpad.net/bugs/41529

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


[Bug 41527] Re: remove webmin-slbackup

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove webmin-slbackup

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/webmin-slbackup
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package webmin-slbackup has binary packages that 
are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2mLr3O2CKlAUK8RAmZJAJ9NBE5D1EMyP+uCIF6GRUqgEUWWjQCfcnGp
  uRR308Yv3Y2YNIRqqhsh9Zo=
  =YlGk
  -END PGP SIGNATURE-

-- 
remove webmin-slbackup
https://launchpad.net/bugs/41527

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


[Bug 41519] Re: remove euro-support

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] euro-support has unmet dependencies
+ remove euro-support

-- 
remove euro-support
https://launchpad.net/bugs/41519

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


[Bug 41568] Re: remove guml

2006-04-29 Thread Colin Watson
cjwatson TODO: dig up reason for user-mode-linux removal

** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove guml

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/guml
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package guml has binary packages that are not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2lor3O2CKlAUK8RAs/QAJ9e75rLYhfp2bwqFrPVd716CK2xpQCfa76L
  3KhyAzzkPYIr/hLLRdGZHpQ=
  =pXx3
  -END PGP SIGNATURE-

** Changed in: guml (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => In Progress

-- 
remove guml
https://launchpad.net/bugs/41568

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


[Bug 41560] Re: sync libnss-lwres from Debian

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] libnss-lwres has unmet dependencies
+ sync libnss-lwres from Debian

** Changed in: libnss-lwres (Ubuntu)
   Status: In Progress => Confirmed

-- 
sync libnss-lwres from Debian
https://launchpad.net/bugs/41560

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


[Bug 41559] Re: remove openmosixview

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ remove openmosixview

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/openmosixview
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package openmosixview has binary packages that are 
not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2ntr3O2CKlAUK8RAlWWAJ9v4+hBU60fe+MN3QkZsPiaED1KxgCdF2Eb
  kwdag93e9mlX+YYYiLzHzr0=
  =UN4q
  -END PGP SIGNATURE-

-- 
remove openmosixview
https://launchpad.net/bugs/41559

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


[Bug 41487] Re: sync libadabindx from Debian

2006-04-29 Thread Colin Watson
** Summary changed:

- [UNMETDEPS] xsim has unmet dependencies
+ sync libadabindx from Debian

** Description changed:

- 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
   affects distros/ubuntu/libadabindx
   status confirmed
   subscribe motu
  
  
  text:
  A run of 
LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | sort -u | \
   xargs apt-cache showsrc | grep Package | sed 's/Package\:\ //g' | sort -u
  indicates that the source package libadabindx has binary packages that are 
not 
  installable at the moment.
  
  Please have a look and make sure it's installable again.
  
  

  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.2.2 (GNU/Linux)
  
  iD8DBQFET2jcr3O2CKlAUK8RAgAwAKCEWZ5BpTJyMZs/xi1PoeiBlzxf9wCdHwmQ
  wrPwYe/n1DcR9auFDbN5Y0w=
  =pqVW
  -END PGP SIGNATURE-

-- 
sync libadabindx from Debian
https://launchpad.net/bugs/41487

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


[Bug 41542] Re: [UNMETDEPS] aboot-base is not available

2006-04-30 Thread Colin Watson
Even though it's architecture: all, it's not actually possible to build the 
aboot-base binary package on non-alpha architectures. There's a comment in 
debian/rules about it:

ifneq (alpha-linux,$(DEB_HOST_GNU_TYPE))
# Don't try to build our "arch-indep" package on other archs -- it won't
# work anyway.
binary-indep:

** Summary changed:

- [UNMETDEPS] aboot-base is not available
+ [not archive admin] [UNMETDEPS] aboot-base is not available

-- 
[not archive admin] [UNMETDEPS] aboot-base is not available
https://launchpad.net/bugs/41542

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


[Bug 41510] Re: Please remove python2.1 and jython

2006-05-02 Thread Colin Watson
-- dapper/universe build deps on python2.1:
python-csv
-- dapper/universe amd64 deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-tk
python2.1-xml
python2.1-xmlbase
-- dapper/universe i386 deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-psyco
python2.1-tk
python2.1-xml
python2.1-xmlbase
-- dapper/universe powerpc deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-tk
python2.1-xml
python2.1-xmlbase
-- dapper/universe hppa deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-tk
python2.1-xml
python2.1-xmlbase
-- dapper/universe ia64 deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-tk
python2.1-xml
python2.1-xmlbase
-- dapper/universe sparc deps on python2.1:
idle-python2.1
jython
python2.1-csv
python2.1-dev
python2.1-email
python2.1-examples
python2.1-gdbm
python2.1-mpz
python2.1-tk
python2.1-xml
python2.1-xmlbase

-- 
Please remove python2.1 and jython
https://launchpad.net/bugs/41510

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


[Bug 41529] Re: remove webmin-ldap-user-simple

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:43:23 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

webmin-ldap-netgroups |   0.17 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
webmin-ldap-user-simple |  1.4-6 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
webmin-sbs |  0.6.8 | source, amd64, hppa, i386, ia64, powerpc, sparc
webmin-slbackup |   0.0.10-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Chuck Short (#41493, #41506, #41527, #41529); useless 
due to webmin removal (Debian bug #343897)
--

** Changed in: webmin-ldap-user-simple (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
remove webmin-ldap-user-simple
https://launchpad.net/bugs/41529

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


[Bug 41493] Re: remove webmin-ldap-netgroups

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:43:23 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

webmin-ldap-netgroups |   0.17 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
webmin-ldap-user-simple |  1.4-6 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
webmin-sbs |  0.6.8 | source, amd64, hppa, i386, ia64, powerpc, sparc
webmin-slbackup |   0.0.10-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Chuck Short (#41493, #41506, #41527, #41529); useless 
due to webmin removal (Debian bug #343897)
--

** Changed in: webmin-ldap-netgroups (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
remove webmin-ldap-netgroups
https://launchpad.net/bugs/41493

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


[Bug 41506] Re: remove webmin-sbs

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:43:23 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

webmin-ldap-netgroups |   0.17 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
webmin-ldap-user-simple |  1.4-6 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
webmin-sbs |  0.6.8 | source, amd64, hppa, i386, ia64, powerpc, sparc
webmin-slbackup |   0.0.10-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Chuck Short (#41493, #41506, #41527, #41529); useless 
due to webmin removal (Debian bug #343897)
--

** Changed in: webmin-sbs (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
remove webmin-sbs
https://launchpad.net/bugs/41506

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


[Bug 41527] Re: remove webmin-slbackup

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:43:23 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

webmin-ldap-netgroups |   0.17 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
webmin-ldap-user-simple |  1.4-6 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
webmin-sbs |  0.6.8 | source, amd64, hppa, i386, ia64, powerpc, sparc
webmin-slbackup |   0.0.10-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Chuck Short (#41493, #41506, #41527, #41529); useless 
due to webmin removal (Debian bug #343897)
--

** Changed in: webmin-slbackup (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
remove webmin-slbackup
https://launchpad.net/bugs/41527

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


[Bug 41568] Re: remove guml

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:45:29 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

  guml |0.3 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Chuck Short (#41568); useless without user-mode-linux
--

** Changed in: guml (Ubuntu)
   Status: In Progress => Fix Released

-- 
remove guml
https://launchpad.net/bugs/41568

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


[Bug 41510] Re: Please remove python2.1 and jython

2006-05-02 Thread Colin Watson
I've removed jython:

[Date: Tue, 02 May 2006 19:47:40 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

jython |   2.1.0-20 | source, amd64, hppa, i386, ia64, powerpc, sparc
jython-doc |   2.1.0-20 | amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese; not updated past python2.1 yet
--

-- 
Please remove python2.1 and jython
https://launchpad.net/bugs/41510

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


[Bug 41511] Re: remove prelude-nids from the archive

2006-05-02 Thread Colin Watson
[Date: Tue, 02 May 2006 19:50:40 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

prelude-nids |0.8.6-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Benjamin Montgomery (#41511); obsolete according to 
upstream, superseded by snort
--

** Changed in: prelude-nids (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: In Progress => Fix Released

-- 
remove prelude-nids from the archive
https://launchpad.net/bugs/41511

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


[Bug 41510] Re: Please remove python2.1 and jython

2006-05-03 Thread Colin Watson
=
[Date: Wed, 03 May 2006 09:56:24 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

python2.1-csv |  1.0-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-psyco | 1.5-1ubuntu1 | i386
python2.1-xml | 0.8.4-1ubuntu1 | amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) NBS
--
=
=
[Date: Wed, 03 May 2006 10:00:56 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

idle-python2.1 | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python-email |2.5.5-2 | source
 python2.1 | 2.1.3dfsg-3 | source, amd64, hppa, i386, ia64, powerpc, sparc
python2.1-dev | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-doc | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-email |2.5.5-2 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-examples | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-gdbm | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-mpz | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-tk | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc
python2.1-xmlbase | 2.1.3dfsg-3 | amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41510); some uninstallable binaries, 
superseded by python2.[234]
--
=

** Changed in: python2.1 (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Please remove python2.1 and jython
https://launchpad.net/bugs/41510

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


[Bug 41501] Re: [unclear] [UNMETDEPS] pcsx has unmet dependencies

2006-05-05 Thread Colin Watson
I've synced psemu-video-x11 from Debian. Perhaps somebody could be good
enough to make sure it builds, and to close this bug once those binaries
hit the archive if pcsx is now installable.

-- 
[unclear] [UNMETDEPS] pcsx has unmet dependencies
https://launchpad.net/bugs/41501

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


[Bug 5392] Re: kiki: merge new debian version

2006-05-08 Thread Colin Watson
This cannot be synced:

[Updating] kiki (0.5.6-0ubuntu2 [Ubuntu] < 0.5.6-1 [Debian])
 * Trying to add kiki...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
  - 
I: kiki [universe] -> kiki_0.5.6-0ubuntu2 [universe].
 * command was 'dpkg-source -sn -x /home/lp_archive/syncs/kiki_0.5.6-1.dsc'
 [dpkg-source output:] dpkg-source: error: file kiki_0.5.6.orig.tar.gz has size 
60422 instead of expected 30127
E: 'dpkg-source -x' failed for /home/lp_archive/syncs/kiki_0.5.6-1.dsc [return 
code: 6400].

There are no substantive differences between kiki_0.5.6-0ubuntu2 and 
kiki_0.5.6-1 (it's just a version number bump), so I suggest ignoring this 
problem until the next upstream release so that we can resynchronise 
.orig.tar.gz files.

** Summary changed:

- kiki: merge new debian version
+ [sync failed] kiki: merge new debian version

-- 
[sync failed] kiki: merge new debian version
https://launchpad.net/bugs/5392

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


[Bug 5393] Re: hula: merge new debian version

2006-05-08 Thread Colin Watson
Shouldn't there be some effort to provide a clean migration path from
the old hula-{manager,doc,antivirus,webadmin,modweb,dev,dev-tools}
packages? At the very least, some Replaces ought to be required for a
release or two to handle files moving between packages.

-- 
hula: merge new debian version
https://launchpad.net/bugs/5393

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


[Bug 5486] Re: orbit2cpp: merge new debian version

2006-05-08 Thread Colin Watson
Cannot sync due to Launchpad bug:

[Updating] orbit2cpp (1.3.9-1ubuntu2 [Ubuntu] < 1.3.9-2 [Debian])
 * Trying to add orbit2cpp...
E: orbit2cpp_1.3.9.orig.tar.gz (from orbit2cpp) returns multiple IDs 
([(1279178,), (1343852,), (1474933,)]) for orig.tar.gz.  Help?

** Summary changed:

- orbit2cpp: merge new debian version
+ [sync failed, LP] orbit2cpp: merge new debian version

-- 
[sync failed, LP] orbit2cpp: merge new debian version
https://launchpad.net/bugs/5486

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


[Bug 41524] Re: please sync warped_20051029-3/unstable

2006-05-08 Thread Colin Watson
Synced warped 20051029-3.

** Changed in: warped (Ubuntu)
 Assignee: Reinhard Tartler => Colin Watson
   Status: Unconfirmed => Fix Released

-- 
please sync warped_20051029-3/unstable
https://launchpad.net/bugs/41524

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


[Bug 41520] Re: please sync music123-14.2 from unstable, no ubuntu specific changes present.

2006-05-08 Thread Colin Watson
Synced music123 15; newer than requested, but the newer changes seem
harmless at a glance.

** Changed in: music123 (Ubuntu)
 Assignee: StefanPotyra => Colin Watson
   Status: Confirmed => Fix Released

-- 
please sync music123-14.2 from unstable, no ubuntu specific changes present.
https://launchpad.net/bugs/41520

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


[Bug 41483] Re: sync libkwiki-perl from Debian

2006-05-08 Thread Colin Watson
Synced libkwiki-perl 0.38-1. I'll NEW it shortly.

** Changed in: libspork-perl (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
sync libkwiki-perl from Debian
https://launchpad.net/bugs/41483

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


[Bug 41488] Re: [UNMETDEPS] rscheme is uninstallable

2006-05-08 Thread Colin Watson
Synced rscheme 0.7.3.4.b3-4.

** Changed in: rscheme (Ubuntu)
 Assignee: Reinhard Tartler => Colin Watson
   Status: In Progress => Fix Released

-- 
[UNMETDEPS] rscheme is uninstallable
https://launchpad.net/bugs/41488

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


[Bug 41487] Re: sync libadabindx from Debian

2006-05-08 Thread Colin Watson
Blocked on a Launchpad bug:

[Updating] libadabindx (0.7.2-5 [Ubuntu] < 0.7.2-6 [Debian])
 * Trying to add libadabindx...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
E: libadabindx_0.7.2.orig.tar.gz (from libadabindx) returns multiple IDs 
([(1219288,), (1274764,), (1413315,)]) for orig.tar.gz.  Help?

** Summary changed:

- sync libadabindx from Debian
+ [sync failed, LP] sync libadabindx from Debian

-- 
[sync failed, LP] sync libadabindx from Debian
https://launchpad.net/bugs/41487

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


[Bug 29716] Re: Missing menu link in gnome

2006-05-10 Thread Colin Watson
Moved in Debian, and synced to Ubuntu now.

-- 
Missing menu link in gnome
https://launchpad.net/bugs/29716

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


[Bug 41482] Re: Removal Request: xsim

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:37:21 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

  xsim |  0.3.9.4-6 | amd64, ia64
  xsim | 0.3.9.4-6build1 | i386, powerpc
  xsim | 0.3.9.4-6build2 | source

--- Reason ---
(cjwatson) requested by Barry deFreese (#41482), acked by ZhengPeng Hou and 
Abel Cheung; unmaintained upstream, no longer used
--

** Changed in: xsim (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Removal Request: xsim
https://launchpad.net/bugs/41482

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


[Bug 41536] Re: Package Removal Request: ewb-handbook

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:42:01 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

ewb-handbook |3.3+0-1 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewbgui |   3.3-R4-3 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewblib |   3.3-R2-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41525, #41532, #41536); not in Debian, 
unmaintained, uninstallable
--

** Changed in: ewb-handbook (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: ewb-handbook
https://launchpad.net/bugs/41536

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


[Bug 41532] Re: Package Removal Request: ewblib

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:42:01 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

ewb-handbook |3.3+0-1 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewbgui |   3.3-R4-3 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewblib |   3.3-R2-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41525, #41532, #41536); not in Debian, 
unmaintained, uninstallable
--

** Changed in: ewblib (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: ewblib
https://launchpad.net/bugs/41532

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


[Bug 41525] Re: Package Removal Request: ewbgui

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:42:01 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

ewb-handbook |3.3+0-1 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewbgui |   3.3-R4-3 | source, amd64, hppa, i386, ia64, powerpc, sparc
ewblib |   3.3-R2-1 | source, amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41525, #41532, #41536); not in Debian, 
unmaintained, uninstallable
--

** Changed in: ewbgui (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: ewbgui
https://launchpad.net/bugs/41525

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


[Bug 41552] Re: Package Removal Request: xfce4-notes-plugin

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:59:07 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

xfce4-cpufreq-plugin |  0.1-1 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
xfce4-datetime-plugin | 0.3.1-3ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-notes-plugin | 0.10.0.xfld-1ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-panel-menu-plugin | 0.2.2-1ubuntu2 | source, amd64, hppa, i386, ia64, 
powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41526, #41530, #41541, #41552); 
unmaintained upstream, uninstallable
--

** Changed in: xfce4-notes-plugin (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: xfce4-notes-plugin
https://launchpad.net/bugs/41552

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


[Bug 41541] Re: Package Removal Request: xfce4-cpugreq-plugin

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:59:07 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

xfce4-cpufreq-plugin |  0.1-1 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
xfce4-datetime-plugin | 0.3.1-3ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-notes-plugin | 0.10.0.xfld-1ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-panel-menu-plugin | 0.2.2-1ubuntu2 | source, amd64, hppa, i386, ia64, 
powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41526, #41530, #41541, #41552); 
unmaintained upstream, uninstallable
--

** Changed in: xfce4-cpufreq-plugin (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: xfce4-cpugreq-plugin
https://launchpad.net/bugs/41541

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



[Bug 41526] Re: Package Removal Request: xfce4-panel-menu-plugin

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:59:07 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

xfce4-cpufreq-plugin |  0.1-1 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
xfce4-datetime-plugin | 0.3.1-3ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-notes-plugin | 0.10.0.xfld-1ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-panel-menu-plugin | 0.2.2-1ubuntu2 | source, amd64, hppa, i386, ia64, 
powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41526, #41530, #41541, #41552); 
unmaintained upstream, uninstallable
--

** Changed in: xfce4-panel-menu-plugin (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: xfce4-panel-menu-plugin
https://launchpad.net/bugs/41526

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


[Bug 41530] Re: Package Removal Request: xfce4-datetime-plugin

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 22:59:07 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

xfce4-cpufreq-plugin |  0.1-1 | source, amd64, hppa, i386, ia64, powerpc, 
sparc
xfce4-datetime-plugin | 0.3.1-3ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-notes-plugin | 0.10.0.xfld-1ubuntu1 | source, amd64, hppa, i386, ia64, 
powerpc, sparc
xfce4-panel-menu-plugin | 0.2.2-1ubuntu2 | source, amd64, hppa, i386, ia64, 
powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41526, #41530, #41541, #41552); 
unmaintained upstream, uninstallable
--

** Changed in: xfce4-datetime-plugin (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: xfce4-datetime-plugin
https://launchpad.net/bugs/41530

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


[Bug 41554] Re: Package Removal Request: swingwt

2006-05-17 Thread Colin Watson
[Date: Wed, 17 May 2006 23:01:53 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

libswingwt-dev | 0.87-2 | amd64, hppa, i386, ia64, powerpc, sparc
libswingwt-java | 0.87-2 | amd64, hppa, i386, ia64, powerpc, sparc
libswingwt0 | 0.87-1 | hppa
libswingwt0 | 0.87-2 | amd64, i386, ia64, powerpc, sparc
   swingwt | 0.87-3ubuntu1 | source
swingwt-demo | 0.87-1 | hppa
swingwt-demo | 0.87-2 | amd64, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41554); superseded by swt from 
eclipse, uninstallable, unbuildable
--

** Changed in: swingwt (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
Package Removal Request: swingwt
https://launchpad.net/bugs/41554

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


[Bug 42253] Re: UVF exception retchmail 1:0.09-3 -> 1:1.0-1

2006-05-17 Thread Colin Watson
*** This bug is a duplicate of bug 41518 ***

** This bug has been marked a duplicate of bug 41518
   sync retchmail 1:1.0-1 from Debian unstable

-- 
UVF exception retchmail 1:0.09-3 -> 1:1.0-1
https://launchpad.net/bugs/42253

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


[Bug 41560] Re: sync libnss-lwres from Debian

2006-05-17 Thread Colin Watson
Synced libnss-lwres 0.93-4.1.

** Changed in: libnss-lwres (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
sync libnss-lwres from Debian
https://launchpad.net/bugs/41560

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


[Bug 41518] Re: sync retchmail 1:1.0-1 from Debian unstable

2006-05-17 Thread Colin Watson
Synced retchmail 1:1.0-1.

** Bug 42253 has been marked a duplicate of this bug

** Changed in: retchmail (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: In Progress => Fix Released

-- 
sync retchmail 1:1.0-1 from Debian unstable
https://launchpad.net/bugs/41518

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


[Bug 41500] Re: [UNMETDEPS] zope-zshell has unmet dependencies

2006-05-17 Thread Colin Watson
Synced zope-zshell 1.60-2.2.

** Changed in: zope-zshell (Ubuntu)
 Assignee: Sivan Greenberg => Colin Watson
   Status: Confirmed => Fix Released

-- 
[UNMETDEPS] zope-zshell has unmet dependencies
https://launchpad.net/bugs/41500

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


[Bug 41487] Re: sync libadabindx from Debian

2006-05-17 Thread Colin Watson
*** This bug is a duplicate of bug 43565 ***

** Summary changed:

- [sync failed, LP] sync libadabindx from Debian
+ sync libadabindx from Debian

** This bug has been marked a duplicate of bug 43565
   ada sync requests

-- 
sync libadabindx from Debian
https://launchpad.net/bugs/41487

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


[Bug 43565] Re: ada sync requests

2006-05-17 Thread Colin Watson
All synced:

adabrowse_4.0.2-3_source.changes
asis_3.15p-10_source.changes
gnade_1.5.1-4.1_source.changes
gnat-glade_3.15p-10_source.changes
gnat_3.15p-19_source.changes
libadabindx_0.7.2-6_source.changes
libaws_2.0p-11_source.changes
libcharles0_0.0.20050217-3_source.changes
libgtkada2_2.4.0-6_source.changes
libopentoken_3.0b-3_source.changes
libtexttools_2.0.3-3_source.changes
libxmlada1_1.0-3_source.changes

** Bug 41487 has been marked a duplicate of this bug

** Changed in: Ubuntu
 Assignee: (unassigned) => Colin Watson
   Status: Unconfirmed => Fix Released

-- 
ada sync requests
https://launchpad.net/bugs/43565

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


[Bug 41569] Re: Removal Request: konqplus

2006-05-17 Thread Colin Watson
[Date: Thu, 18 May 2006 01:35:09 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

  konqplus |0.1.1-1 | source, amd64, hppa, i386, ia64, powerpc,
sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41569); not in Debian, apparently no 
upstream, uninstallable
--

** Changed in: konqplus (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
Removal Request: konqplus
https://launchpad.net/bugs/41569

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


[Bug 41535] Re: Removal Request: konq-shellhere

2006-05-17 Thread Colin Watson
[Date: Thu, 18 May 2006 01:37:01 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

konq-shellhere | 1.0-1build1 | source, amd64, hppa, i386, ia64, powerpc,
sparc

--- Reason ---
(cjwatson) requested by Barry deFreese (#41535): superseded by konqueror, 
FTBFS, uninstallable
--

** Changed in: konq-shellhere (Ubuntu)
 Assignee: Ubuntu Package Archive Administrators => Colin Watson
   Status: Confirmed => Fix Released

-- 
Removal Request: konq-shellhere
https://launchpad.net/bugs/41535

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


[Bug 41559] Re: remove openmosixview

2006-05-17 Thread Colin Watson
[Date: Thu, 18 May 2006 01:42:01 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

openmosixview |  1.5-9 | source, i386

--- Reason ---
(cjwatson) requested by Chuck Short (#41559): removed from Debian, depends on 
removed openmosix
--

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

** Changed in: openmosixview (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Needs Info => Fix Released

-- 
remove openmosixview
https://launchpad.net/bugs/41559

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


[Bug 41548] Re: Please remove gal2.4 from the archive

2006-05-17 Thread Colin Watson
[Date: Thu, 18 May 2006 01:39:39 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

gal2.4 | 2.5.3-0ubuntu2 | source
libgal2.4-dev | 2.5.3-0ubuntu1 | amd64, hppa, i386, ia64, powerpc, sparc

--- Reason ---
(cjwatson) requested by Daniel Holbach (#41548): superseded by gal
--

** Changed in: gal2.4 (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
Please remove gal2.4 from the archive
https://launchpad.net/bugs/41548

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


[Bug 41559] Re: remove openmosixview

2006-05-18 Thread Colin Watson
** Bug 33316 has been marked a duplicate of this bug

-- 
remove openmosixview
https://launchpad.net/bugs/41559

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


[Bug 33316] Re: Package Openmosix does not exist but is depended on by Openmosixview

2006-05-18 Thread Colin Watson
*** This bug is a duplicate of bug 41559 ***

openmosixview has been removed from the archive now; see bug 41559.

** Changed in: openmosixview (Ubuntu)
   Status: Unconfirmed => Fix Released

** This bug has been marked a duplicate of bug 41559
   remove openmosixview

-- 
Package Openmosix does not exist but is depended on by Openmosixview
https://launchpad.net/bugs/33316

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


[Bug 47099] Re: [SYNC] sync squishdot 1.5.0-5 from unstable

2006-05-28 Thread Colin Watson
Synced squishdot 1.5.0-5.

** Changed in: squishdot (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
[SYNC] sync squishdot 1.5.0-5 from unstable
https://launchpad.net/bugs/47099

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


[Bug 47100] Re: remove kbanking

2006-05-28 Thread Colin Watson
[Date: Sun, 28 May 2006 23:05:25 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

  kbanking | 0.9.9-1ubuntu2 | source
libkbanking-dev |0.9.9-1 | hppa, i386, powerpc

--- Reason ---
(cjwatson) requested by Benjamin Montgomery; superseded by libaqbanking
--

** Changed in: kbanking (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: In Progress => Fix Released

-- 
remove kbanking
https://launchpad.net/bugs/47100

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


[Bug 41551] Re: please remove manderlbot from dapper, thx.

2006-05-29 Thread Colin Watson
[Date: Mon, 29 May 2006 20:01:39 +0100] [ftpmaster: Launchpad Archive Manager]
Removed the following packages from dapper:

manderlbot |  0.9.2-3.1 | source, amd64, hppa, i386, ia64, powerpc,
sparc

--- Reason ---
(cjwatson) requested by Stefan Potyra (#41551) and Debian maintainer 
Francois-Denis Gonthier; not compatible with Erlang 10, non-trivial to fix
--

** Changed in: manderlbot (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
please remove manderlbot from dapper, thx.
https://launchpad.net/bugs/41551

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


[Bug 41486] Re: sync gr-usrp from Debian?

2006-07-06 Thread Colin Watson
** Summary changed:

- sync gr-ursp from Debian?
+ sync gr-usrp from Debian?

-- 
sync gr-usrp from Debian?
https://launchpad.net/bugs/41486

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


[Bug 52499] Re: please sync xtranslate 0.2-14 from debian/unstable -- currently in incoming

2006-07-11 Thread Colin Watson
[Updating] xtranslate (0.2-13ubuntu1 [Ubuntu] < 0.2-14 [Debian])
 * Trying to add xtranslate...
  - http://ftp.debian.org/debian/>
  - 
  - http://ftp.debian.org/debian/>
I: xtranslate [universe] -> xtranslate_0.2-13ubuntu1 [universe].

** Changed in: xtranslate (Ubuntu)
 Assignee: (unassigned) => Colin Watson
   Status: Confirmed => Fix Released

-- 
please sync xtranslate 0.2-14 from debian/unstable -- currently in incoming
https://launchpad.net/bugs/52499

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


[Bug 49481] Re: Please sync 2.2.6-1 from Debian sid

2006-07-17 Thread Colin Watson
Needs verification by a member of the ubuntu-dev team.

** Changed in: sylpheed (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Please sync 2.2.6-1 from Debian sid
https://launchpad.net/bugs/49481

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


[Bug 53361] Re: Please sync gnome-sudoku (universe) from Debian unstable

2006-07-18 Thread Colin Watson
Needs confirmation from a member of the ubuntu-dev team.

** Changed in: gnome-sudoku (Ubuntu)
   Status: Confirmed => Needs Info

-- 
Please sync gnome-sudoku (universe) from Debian unstable
https://launchpad.net/bugs/53361

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


[Bug 49481] Re: Please sync 2.2.6-1 from Debian sid

2006-07-20 Thread Colin Watson
[Updating] sylpheed (2.2.4-1ubuntu1 [Ubuntu] < 2.2.6-1 [Debian])
 * Trying to add sylpheed...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
I: sylpheed [universe] -> sylpheed_2.2.4-1ubuntu1 [universe].
I: sylpheed [universe] -> sylpheed-i18n_2.2.4-1ubuntu1 [universe].

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

-- 
Please sync 2.2.6-1 from Debian sid
https://launchpad.net/bugs/49481

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


[Bug 53383] Re: Please sync ghemical (universe) from Debian unstable

2006-07-21 Thread Colin Watson
Needs confirmation from a member of the ubuntu-dev team.

** Changed in: ghemical (Ubuntu)
   Status: Confirmed => Needs Info

-- 
Please sync ghemical (universe) from Debian unstable
https://launchpad.net/bugs/53383

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


[Bug 53383] Re: Please sync ghemical (universe) from Debian unstable

2006-07-21 Thread Colin Watson
Oh, sorry, I misread - jcorbier is in ubuntu-dev already.

-- 
Please sync ghemical (universe) from Debian unstable
https://launchpad.net/bugs/53383

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


[Bug 53361] Re: Please sync gnome-sudoku (universe) from Debian unstable

2006-07-21 Thread Colin Watson
[Updating] gnome-sudoku (0.4.0-2ubuntu3 [Ubuntu] < 0.5.0-1 [Debian])
 * Trying to add gnome-sudoku...
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
  - http://ftp.debian.org/debian/>
I: gnome-sudoku [universe] -> gnome-sudoku_0.4.0-2ubuntu3 [universe].

** Changed in: gnome-sudoku (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Please sync gnome-sudoku (universe) from Debian unstable
https://launchpad.net/bugs/53361

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


  1   2   3   4   5   6   7   8   >