[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Iain Lane
commit fb750e38bb217e0bd625dbadbd080c04256effb1 (refs/bisect/bad)
Author: Dan Streetman 
Date:   Tue Nov 21 14:37:42 2017 -0500

lpapicache: find binaries from lp

Also update getBinaries() to allow retreival by binary name

This significantly speeds up binary file lookup for non-published
package versions, since we can get the list of binary urls, but
then have to look up the BPPH for each of those urls, which is slow.
If the user only wants a specific binary package and/or arch, this
speeds up getting that, especially for packages with a lot of binary
files (like the kernel).

That was ages ago though, not sure why this only just broke.

Anyway, seems simple to fix.

-- 
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/1862286

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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


[Bug 1862286] Re: seeded-in-ubuntu: TypeError: getBinaries() missing 1 required positional argument: 'arch'

2020-02-07 Thread Iain Lane
Just noticed this too. It seems like a recent regression, trying to pin
down which update caused it.

-- 
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/1862286

Title:
  seeded-in-ubuntu: TypeError: getBinaries() missing 1 required
  positional argument: 'arch'

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

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


[Bug 1843543] Re: [FFe] ubuntu-dev-tools

2019-09-11 Thread Iain Lane
OK, let's close this then, thanks.

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

-- 
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/1843543

Title:
  [FFe] ubuntu-dev-tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1843543/+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

2017-03-20 Thread Iain Lane
Ok, but you should look at the thing that I created and compare it to
today's pull-lp-source. :)

-- 
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: pull-{lp, debian}-source not getting source for binary because DDE is dead

2015-06-19 Thread Iain Lane
Any news or should someone else pick this up?

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Triaged

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

-- 
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 1100328] [NEW] [sponsor-patch] Exits, deleting temporary directory, when dput fails.

2013-01-16 Thread Iain Lane
Public bug reported:

Full disclosure: I'm using dput-ng. I have
DEBUILD_DPKG_BUILDPACKAGE_OPTS=-i -ICVS -I.svn -I_darcs -I.git -I.bzr
-us -uc

I tried to sponsor a patch. dput failed because the source package
changesfile and dsc weren't signed.

,
| Do you want to upload the package to the official Ubuntu archive [y|e|N|?]? 
yes
| Uploading roundcube-plugins-extra using ftp to ubuntu (host: 
upload.ubuntu.com; directory: /)
| running allowed-distribution: check whether a local profile permits uploads 
to the target distribution
| running checksum: verify checksums before uploading
| running suite-mismatch: check the target distribution for common errors
| running check-debs: makes sure the upload contains a binary package
| running gpg: check GnuPG signatures before the upload
| gpg: no valid OpenPGP data found.
| gpg: the signature could not be verified.
| Please remember that the signature file (.sig or .asc)
| should be the first file given on the command line.
| 
| No valid signature on 
roundcube-plugins-extra_0.6-20111030ubuntu1_source.changes: No signature on
| sponsor-patch: Error: Upload of 
roundcube-plugins-extra_0.6-20111030ubuntu1_source.changes to ubuntu failed.
`

sponsor-patch then exited. After this the working files had been deleted
so I had to rebuild the source package.

It'd be good to handle this specific case and run debsign for the user,
but also more generally to trap failures of spawned programs and offer
the user the chance to fix stuff up rather than deleting the temporary
files outright.

** 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/1100328

Title:
  [sponsor-patch] Exits, deleting temporary directory, when dput fails.

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

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


[Bug 1100333] [NEW] [sponsor-patch] Sometimes downloads packages for the wrong release

2013-01-16 Thread Iain Lane
Public bug reported:

I tried to sponsor an SRU where the bug didn't have a task for the
release being SRUed into. sponsor-patch downloaded the current
development release version of the package and failed to apply the
supplied patch.

I'm not sure what it could have done instead. Some ideas

  - DTRT and download the target release package (thus looking at the changelog 
provided in the diff instead of the bug), then prompt to add a task for the 
release (or offer to do it!)
  -  Warned at the start when it sees that the target was wrong (again looking 
at the changelog)
  - Provide a commandline option to override the target release
  - If the patch fails to apply, simply explain to the user that sponsor-patch 
requires the bug tasks to be set correctly as a hint as to what might be going 
wrong.

** 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/1100333

Title:
  [sponsor-patch] Sometimes downloads packages for the wrong release

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

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


[Bug 1088423] [NEW] [backportpackage] Make it look a bit less like the backporter is responsible for the upload

2012-12-10 Thread Iain Lane
Public bug reported:

Currently you get

No-change backport to Release

  -- BACKPORTER

Which, especially when there are problems like FTBFS, makes it look like
the backporter is responsible for the upload. This means that the
backporter gets hassle for problems which they should really on the hook
to fix.

We should either make the upload sponsored for the requesting user or
add a note into the automatic changelog that the backport is on behalf
of whoever. I don't know which is better; will discuss with my fellow
backporters.

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Assignee: Iain Lane (laney)
 Status: New

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

** Description changed:

  Currently you get
  
  No-change backport to Release
  
-   --- BACKPORTER
+   -- BACKPORTER
  
  Which, especially when there are problems like FTBFS, makes it look like
  the backporter is responsible for the upload. This means that the
  backporter gets hassle for problems which they should really on the hook
  to fix.
  
  We should either make the upload sponsored for the requesting user or
  add a note into the automatic changelog that the backport is on behalf
  of whoever. I don't know which is better; will discuss with my fellow
  backporters.

-- 
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/1088423

Title:
  [backportpackage] Make it look a bit less like the backporter is
  responsible for the upload

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

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


Re: [Bug 1082452] [NEW] [pbuilder-dist] should include -proposed on the development release now

2012-11-23 Thread Iain Lane
On Fri, Nov 23, 2012 at 05:16:47PM -, Scott Kitterman wrote:
 Public bug reported:
 
 Uploads build from the -proposed pocket, so the default for pbuilder-
 dist should be the same.

mk-sbuild should be fixed in the same way too

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]

-- 
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/1082452

Title:
  [pbuilder-dist] should include -proposed on the development release
  now

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

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


[Bug 700036] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build - error: ‘struct signal_struct’ has no member named ‘count’

2012-10-18 Thread Iain Lane
On Thu, Oct 18, 2012 at 11:28:11AM -, ErikBerglund wrote:
 ** Also affects: quantal-backports
Importance: Undecided
Status: New

Why? This package is not in quantal-backports.

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


** No longer affects: quantal-backports

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build - error: ‘struct signal_struct’ has no
  member named ‘count’

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

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


Re: [Bug 1029155] Re: [seeded-in-ubuntu] should be clearer that it takes a source package

2012-07-26 Thread Iain Lane
On Thu, Jul 26, 2012 at 02:40:29PM -, Benjamin Drung wrote:
 Why not allowing binary package checks?

It does, with -b. It makes sense to operate primarily on source packges
though, since that is what you upload.

I'm undecided as to whether falling back to binaries in case the
supplied package name is not found is a good idea.

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]

-- 
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/1029155

Title:
  [seeded-in-ubuntu] should be clearer that it takes a source package

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

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


[Bug 999727] [NEW] [backportpackage] -v and -m options don't work

2012-05-15 Thread Iain Lane
Public bug reported:

Just perusing the backportpackage options (in trunk r1315), it seems
like these options don't work (sorry, perhaps I should have filed two
bugs)

  - -v sets metavar='VERSION' but nothing handles this
  - -m sets metavar='INSTANCE' which is also set by -l — possibly a 
transcription error which just needs sorting here and in the opt handling code

Cheers.

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

** Description changed:

- Just perusing the backportpackage options, it seems like these options
- don't work (sorry, perhaps I should have filed two bugs)
+ Just perusing the backportpackage options (in trunk r1315), it seems
+ like these options don't work (sorry, perhaps I should have filed two
+ bugs)
  
-   - -v sets metavar='VERSION' but nothing handles this
-   - -m sets metavar='INSTANCE' which is also set by -l — possibly a 
transcription error which just needs sorting here and in the opt handling code
+   - -v sets metavar='VERSION' but nothing handles this
+   - -m sets metavar='INSTANCE' which is also set by -l — possibly a 
transcription error which just needs sorting here and in the opt handling code
  
  Cheers.

-- 
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/999727

Title:
  [backportpackage] -v and -m options don't work

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

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


[Bug 904288] [NEW] [syncpackage] Mention sponsoree when closing bugs in sponsored syncs

2011-12-14 Thread Iain Lane
Public bug reported:

When syncing with -s and -b, the message should indicate the user being
sponsored somewhere.

** 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/904288

Title:
  [syncpackage] Mention sponsoree when closing bugs in sponsored syncs

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

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


[Bug 887336] Re: Don't allow templated content to be submitted

2011-11-08 Thread Iain Lane
submittodebian

** Description changed:

  Some tools prompt the user to provide more information, typically some kind of
  rationale or testing results. Unfortunately they do not check the user's 
input,
  and thus can proceed with the templates still in place.
  
  Affected is, I think,
  
-   - requestsync
-   - syncpackage
-   - (to be) requestbackport
+   - requestsync
+   - submittodebian
+   - (to be) requestbackport
  
  Cheers.

-- 
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/887336

Title:
  Don't allow templated content to be submitted

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

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


[Bug 887336] [NEW] Don't allow templated content to be submitted

2011-11-07 Thread Iain Lane
Public bug reported:

Some tools prompt the user to provide more information, typically some kind of
rationale or testing results. Unfortunately they do not check the user's input,
and thus can proceed with the templates still in place.

Affected is, I think,

  - requestsync
  - syncpackage
  - (to be) requestbackport

Cheers.

** 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/887336

Title:
  Don't allow templated content to be submitted

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

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


[Bug 885499] [NEW] [mk-sbuild] Can't mk-sbuild experimental chroots

2011-11-02 Thread Iain Lane
Public bug reported:

laney@raleigh mk-sbuild experimental
Specified release (experimental) not known to debootstrap

I think you need to make an unstable chroot called 'experimental' in
this situation and add exp to the sources.list.

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

-- 
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/885499

Title:
  [mk-sbuild] Can't mk-sbuild experimental chroots

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

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


[Bug 876400] Re: Default to syncing from testing for precise

2011-10-21 Thread Iain Lane
I tested syncpackage with a package that needed forcing, ghc, with and
without -d unstable. I did the same with requestsync, additionally with
and without --lp. All worked fine.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
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/876400

Title:
  Default to syncing from testing for precise

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

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


[Bug 844869] Re: FFe: Sync ubuntu-dev-tools 0.129 (universe) from Debian unstable (main)

2011-09-08 Thread Iain Lane
Ack for both. I'm sure you've done sufficient testing and we really want
the new syncpackage in.

** Also affects: lptools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Confirmed

** Changed in: lptools (Ubuntu)
   Status: New = Confirmed

-- 
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/844869

Title:
  FFe: Sync ubuntu-dev-tools 0.129 (universe) from Debian unstable
  (main)

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

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


[Bug 823829] [NEW] [backportpackage] create chroot if necessary

2011-08-10 Thread Iain Lane
Public bug reported:

(Does it do this already?) It would be nice to be able to ask backport
requesters to test-build their packages with a single backportpackage
command that would set their system up appropriately. I believe this is
almost possible, but for the chroot creation. backportpackage could
create a pbuilder chroot (for example) if none is available already.
Perhaps with a flag --create.

** 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/823829

Title:
  [backportpackage] create chroot if necessary

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

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


[Bug 823833] [NEW] [backportpackage] Always pulls from release pocket

2011-08-10 Thread Iain Lane
Public bug reported:

Hi,

  (oneiric-amd64)root@raleigh:/srv/home/laney/bin/ubuntu-dev-tools/ubuntutools# 
backportpackage -u ppa:laney/backports-testing -s maverick -d lucid tuxguitar
  backportpackage: Downloading 
https://launchpad.net/ubuntu/+archive/primary/+files/tuxguitar_1.2-6ubuntu1.dsc
  [...]

There is an updated version -6ubuntu1.1 in maverick-{updates,security}.
backportpackage should download the most recent version in all pockets
instead of RELEASE unconditionally. (There's no way that I can see to
override the pocket selection either).

Cheers,
Iain

** 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/823833

Title:
  [backportpackage] Always pulls from release pocket

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

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


[Bug 823832] [NEW] [backportpackage] Can't create backports on Debian systems

2011-08-10 Thread Iain Lane
Public bug reported:

Hi,

On a sid machine:

  laney@raleigh backportpackage -u ppa:laney/ppa -s maverick -d lucid tuxguitar
  backportpackage: Error: Unknown release codename maverick

I guess this is because distro-info uses the running distro to tell you
what releases are available. If it has the facility, you should force it
to always tell you about Ubuntu releases. Or if not, then this needs to
be fixed there first.

Cheers,
Iain

** 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/823832

Title:
  [backportpackage] Can't create backports on Debian systems

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

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


[Bug 817500] [NEW] [get-build-deps] should not install recommends

2011-07-28 Thread Iain Lane
Public bug reported:

The buildds do not install recommends of build-deps, so get-build-deps
also should not.

** 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/817500

Title:
  [get-build-deps] should not install recommends

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

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


[Bug 817501] [NEW] [get-build-deps] error if aptitude is not installed

2011-07-28 Thread Iain Lane
Public bug reported:

get-build-deps apparently doesn't check if aptitude is installed before
trying to use it. It should, or even better should just use apt-get.

** 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/817501

Title:
  [get-build-deps] error if aptitude is not installed

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

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


[Bug 787051] [NEW] mk-sbuild is untruthful

2011-05-23 Thread Iain Lane
Public bug reported:

Binary package hint: ubuntu-dev-tools

mk-sbuild puts a comment in .sbuildrc saying

  # Name to use as override in .changes files for the Maintainer: field
  # (mandatory, no default!).

but this is not true. You can leave that out (and indeed probably should).
sbuild then passes through Maintainer from the package into the changes file.

** 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/787051

Title:
  mk-sbuild is untruthful

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


[Bug 786370] Re: ubuntu-dev-tools should recommend quilt debhelper

2011-05-22 Thread Iain Lane
+1. I don't understand the purpose of u-d-t to be to set up a
development environment (indeed that is what setup-packaging-environment
is for), but rather to be a collection of useful scripts for doing
Ubuntu development.

-- 
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/786370

Title:
  ubuntu-dev-tools should recommend quilt  debhelper

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


Re: [Bug 693077] Re: [requestsync] should support getting information out of a .dsc file

2010-12-21 Thread Iain Lane
On Tue, Dec 21, 2010 at 06:10:23PM -, Michael Bienia wrote:
Wouldn't an --expert mode be better which asks about package name, version, 
changelog entries and distribution but skips most online checks (rmadison, LP 
API) instead of adding support for parsing .dsc files?
A quick look at a .dsc file shows only the package name and version as useable 
information. Changelog entries and distribution to sync from are missing.

However, this information is available in a .changes file, which you
have if you are uploading to Debian.

-- 
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/693077

Title:
  [requestsync] should support getting information out of a .dsc file

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


[Bug 667889] Re: ubuntu-dev-tools should depend on ubuntu-qa-tools

2010-10-28 Thread Iain Lane
depends: Certainly not, that's not required for any of the tools to work and it 
is wrong to force all u-d-t users to have u-q-t installed
recommends: Maybe, although being installed by default means maybe not
at least suggests: Certainly

Reading the descriptions of the relationships in policy will be
informative.

-- 
ubuntu-dev-tools should depend on ubuntu-qa-tools
https://bugs.launchpad.net/bugs/667889
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 664719] Re: syncpackage should upload files automatically

2010-10-22 Thread Iain Lane
Right, I really don't think it should. Uploading to the archive should
always require a confirmatory step. dput is perfect for this.

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Won't Fix

-- 
syncpackage should upload files automatically
https://bugs.launchpad.net/bugs/664719
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 643691] Re: FFe: Please sync ubuntu-dev-tools 0.103 (universe) from Debian experimental (main)

2010-09-20 Thread Iain Lane
I have used requestsync and ubuntu-build since I made this change. They
work.

-- 
FFe: Please sync ubuntu-dev-tools 0.103 (universe) from Debian experimental 
(main)
https://bugs.launchpad.net/bugs/643691
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 496022] Re: karmic pbuild-dist fails to call pbuilder binary

2010-07-24 Thread Iain Lane
*** This bug is a duplicate of bug 398974 ***
https://bugs.launchpad.net/bugs/398974

** This bug has been marked a duplicate of bug 398974
   path to builder joined using + in pbuilder-dist

-- 
karmic pbuild-dist fails to call pbuilder binary
https://bugs.launchpad.net/bugs/496022
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 398974] Re: path to builder joined using + in pbuilder-dist

2010-07-24 Thread Iain Lane
I've just come across this, although the code seems to have evolved a
bit since this report was filed. There is no reason for /usr/sbin to be
in the path of the user. It is wrong for pbuilder-dist to search for the
builder using the user's PATH settings as it is going to be launched
under sudo anyway.

Why does this check need to exist? The relevant lines are 80-86:

for file in os.environ['PATH'].split(':'):
if os.path.exists(os.path.join(file, builder)):
builder = ''
break
if builder:
print 'Error: Could not find %s.' % builder
sys.exit(1)

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Triaged

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

-- 
path to builder joined using + in pbuilder-dist
https://bugs.launchpad.net/bugs/398974
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 574398] Re: requestsync fails to detect new version of scrollz

2010-05-03 Thread Iain Lane
This isn't a bug in requestsync. When you use --lp, requestsync asks
Launchpad for the Debian version information. In this case, LP doesn't
know about the new version of scrollz.

  https://launchpad.net/debian/+source/scrollz/+publishinghistory

I'll file this bug against udd to see why it hasn't shown up.

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Invalid

-- 
requestsync fails to detect new version of scrollz
https://bugs.launchpad.net/bugs/574398
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 574398] Re: requestsync fails to detect new version of scrollz

2010-05-03 Thread Iain Lane
Actually it looks like all Debian imports aren't happening. You can use
the email interface for now.

-- 
requestsync fails to detect new version of scrollz
https://bugs.launchpad.net/bugs/574398
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 574398] Re: requestsync fails to detect new version of scrollz

2010-05-03 Thread Iain Lane
Actually I've thought about this and maybe there is something we can fix
here. requestsync could fall back to using rmadison to look for new
package versions even if LP denies that one exists. I've done this.
Please pull from bzr (lp:ubuntu-dev-tools) and see if it works for you.

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Invalid = Triaged

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

** Summary changed:

- requestsync fails to detect new version of scrollz
+ requestsync: fall back to using rmadison if bzr says no new version exists

-- 
requestsync: fall back to using rmadison if bzr says no new version exists
https://bugs.launchpad.net/bugs/574398
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 574398] Re: requestsync: fall back to using rmadison if bzr says no new version exists

2010-05-03 Thread Iain Lane
** Branch linked: lp:ubuntu-dev-tools

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Triaged = Fix Committed

-- 
requestsync: fall back to using rmadison if bzr says no new version exists
https://bugs.launchpad.net/bugs/574398
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 524987] [NEW] Remove from Lucid

2010-02-20 Thread Iain Lane
Public bug reported:

Heya,

haskell-filepath and haskell-utf8-string are now provided by ghc6 -10.
They should be removed from Lucid.

(The DHG has decided to stop supporting hugs library packages, so the
fact that the hugs bindings provided by these packages will go away is
intentional)

Thanks,
Iain

** Affects: haskell-filepath (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskell-utf8-string (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskell-filepath (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: haskell-utf8-string (Ubuntu)
   Status: New = Confirmed

** Also affects: haskell-filepath (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: haskell-filepath (Ubuntu)
   Status: New = Confirmed

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

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

-- 
Remove from Lucid
https://bugs.launchpad.net/bugs/524987
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 521013] [NEW] Remove haddock from Lucid

2010-02-12 Thread Iain Lane
Public bug reported:

Binary package hint: haddock

Hello,

The new ghc6 package that I am going to upload will Provide: haddock,
since it will now build and ship its own version. The haddock source and
binary packages should therefore be removed from Lucid to prevent
namespace collisions.

All rdeps are being given sourceful uploads in Debian to remove the
haddock dependency. I will request syncs for every affected package in
time. These will be required anyway for the GHC transition.

In the interim there will be some depwaiting/FTBFS packages, but I will
manage the transition and try to ensure that all of these are ironed out
ASAP.

Iain

** Affects: haddock (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haddock (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: haddock (Ubuntu)
   Status: New = Confirmed

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

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

-- 
Remove haddock from Lucid
https://bugs.launchpad.net/bugs/521013
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 516998] [NEW] Sync darcs 2.3.0-3 (universe) from Debian unstable (main)

2010-02-04 Thread Iain Lane
Public bug reported:

Please sync darcs 2.3.0-3 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
The Ubuntu changes have been incorporated into Debian now

Changelog entries since current lucid version 2.3.0-2ubuntu1:

darcs (2.3.0-3) unstable; urgency=low

  * Fix FTBFS on arches without ghc -threaded (Closes: #541848).
  * Cabal ignores bash completion, so install it via dh.
  * Migrate to dpkg source format 3.0 (quilt).
  * Bump Standards-Version to 3.8.3 (no changes needed).

 -- Trent W. Buck trentb...@gmail.com  Mon, 16 Nov 2009 16:57:18 +1100

** Affects: darcs (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: darcs (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: darcs (Ubuntu)
   Status: New = Confirmed

-- 
Sync darcs 2.3.0-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/516998
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 515223] Re: sabnzbdplus is broken in lucid as it needs python2.5

2010-02-03 Thread Iain Lane
Thanks for your work jcfp, I'm uploading now. I think I might ping
ubuntu-devel or ubuntu-motu ML about this breakage too.

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

-- 
sabnzbdplus is broken in lucid as it needs python2.5
https://bugs.launchpad.net/bugs/515223
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 363130] Re: sysinfo shows incorrect Release

2010-02-01 Thread Iain Lane
Hiya,

I just came across this patch when merging. It could have been applied
in Debian, then this package would (again) be in sync. Please forward
such changes to Debian in future. I have applied it directly in
sysinfo's SVN repo now.

Cheers,
Iain

-- 
sysinfo shows incorrect Release
https://bugs.launchpad.net/bugs/363130
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 418293] Re: Please sync/import dirac from Debian

2010-01-05 Thread Iain Lane
** Changed in: dirac (Ubuntu)
   Status: New = Fix Released

-- 
Please sync/import dirac from Debian
https://bugs.launchpad.net/bugs/418293
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 503111] Re: False: The versions in Debian and Ubuntu are the same already during requestsync

2010-01-04 Thread Iain Lane
** Also affects: ubuntu-dev-tools (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-dev-tools (Ubuntu Karmic)
   Status: New = Confirmed

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

** Changed in: ubuntu-dev-tools (Ubuntu Karmic)
 Assignee: (unassigned) = Kamal Mostafa (kamalmostafa)

-- 
False: The versions in Debian and Ubuntu are the same already during requestsync
https://bugs.launchpad.net/bugs/503111
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 350562] Re: gdesklets requires python2.5 without package dependency

2009-12-30 Thread Iain Lane
** Also affects: gdesklets (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: gdesklets (Ubuntu Jaunty)
   Status: New = Confirmed

** Changed in: gdesklets (Ubuntu Jaunty)
   Importance: Undecided = High

** Changed in: gdesklets (Ubuntu Jaunty)
 Assignee: (unassigned) = Michael Terry (mterry)

** Changed in: gdesklets (Ubuntu Jaunty)
 Assignee: Michael Terry (mterry) = (unassigned)

-- 
gdesklets requires python2.5 without package dependency
https://bugs.launchpad.net/bugs/350562
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 500124] [NEW] Sync dirac 1.0.2-2 (universe) from Debian testing (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync dirac 1.0.2-2 (universe) from Debian testing (main)

Explanation of the Ubuntu delta and why it can be dropped:
Debian based their package off ours

Changelog entries since current lucid version 1.0.2-0ubuntu1:

dirac (1.0.2-2) unstable; urgency=low

  * Include information from COPYING file in debian/copyright file.
  * Add direct paths to GPL-2 and LGPL-2.1 in copyright file.
  * Bump Standards-Version to 3.8.2.
  * Modify package descriptions to use descriptions from dirac website.

 -- Andres Mejia mcita...@gmail.com  Thu, 06 Aug 2009 10:59:10 -0400

dirac (1.0.2-1) unstable; urgency=low

  * Import Ubuntu package to Debian. (Closes: #527746)
  * Changes to debian/control
+ Remove 'Original-Maintainer' custom field.
+ Change Maintainer field to Debian multimedia packages team.
+ Add myself to Uploaders field.
+ Add DM-Upload-Allowed: yes field.
+ Drop Build-Depends on cdbs.
+ Add Build-Depends of quilt (= 0.46-7).
+ Upgrade Build-Depends on debhelper to (= 7).
+ Bump Standards-Version to 3.8.1.
+ Update Homepage to dedicated page for dirac.
+ Add Vcs-* entries.
+ Change dirac source section to libs and dirac binary section to utils.
+ Drop package libdirac0c2a.
+ Add packages libdirac-decoder0 libdirac-encoder0.
  * Update debian/compat to 7.
  * Various fixes in package.install files. No need to specify 'debian/tmp'.
  * Change debian rules to debhelper 2-liner.
  * Update watch file to default DEHS would use.
  * Add debian/patches directory, even though there's nothing to patch now.
  * Ensure libdirac-doc documentation is all installed in
/usr/share/doc/libdirac-doc.
  * Add some missing symlinks for manpages.
  * Register documentation with doc-base.

 -- Andres Mejia mcita...@gmail.com  Sat, 09 May 2009 06:05:43 -0400

** Affects: dirac (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: dirac (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: dirac (Ubuntu)
   Status: New = Confirmed

-- 
Sync dirac 1.0.2-2 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/500124
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 500134] [NEW] Sync monodevelop-vala 2.1.1-1 (universe) from Debian testing (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync monodevelop-vala 2.1.1-1 (universe) from Debian testing
(main)

Explanation of the Ubuntu delta and why it can be dropped:
No delta

Changelog entries since current lucid version 2.0-1~ubuntu1:

monodevelop-vala (2.1.1-1) unstable; urgency=low

  [ Jo Shields ]
  * New upstream release
  * debian/rules:
+ Deterministic get-orig-source rule. Repack sucks.
  * debian/control,
debian/rules:
+ Use mono-csc from mono-devel 2.4.2.3

  [ Mirco Bauer ]
  * debian/control:
+ Bumped Standards-Version to 3.8.3 (no changes needed)
+ Changed Section to cli-mono to match archive overrides.

 -- Jo Shields direct...@apebox.org  Mon, 19 Oct 2009 00:07:11 +0100

monodevelop-vala (2.0-1) unstable; urgency=low

  * New upstream release 
  * Bump MD build-deps to 2.0 per configure 

 -- Iain Lane la...@ubuntu.com  Tue, 07 Apr 2009 22:39:52 +0100

** Affects: monodevelop-vala (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monodevelop-vala (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monodevelop-vala (Ubuntu)
   Status: New = Confirmed

-- 
Sync monodevelop-vala 2.1.1-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/500134
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 500136] [NEW] Sync monodevelop-debugger-mdb 2.1.1-1 (universe) from Debian testing (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync monodevelop-debugger-mdb 2.1.1-1 (universe) from Debian
testing (main)

Explanation of the Ubuntu delta and why it can be dropped:
Was just a fakesync

Changelog entries since current lucid version 2.0-3ubuntu1:

monodevelop-debugger-mdb (2.1.1-1) unstable; urgency=low

  * New upstream release

  * debian/control:
+ Bumped Standards-Version to 3.8.3 (no changes needed)
+ Changed Section to cli-mono to match archive overrides.
+ Bumped mono-addins build-deps to = 0.3
+ Bumped mono-devel build-dep to = 2.4.2.3
  * debian/patches/use_csc_compiler.patch:
+ Use mono-csc as compiler.
  * debian/patches/support_mdb_2.4.2_r136421.patch
+ Dropped, already applied upstream.

 -- Mirco Bauer mee...@debian.org  Sun, 25 Oct 2009 23:01:00 +0100

** Affects: monodevelop-debugger-mdb (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monodevelop-debugger-mdb (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monodevelop-debugger-mdb (Ubuntu)
   Status: New = Confirmed

-- 
Sync monodevelop-debugger-mdb 2.1.1-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/500136
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 500135] [NEW] Sync monodevelop-java 2.1.1-1 (universe) from Debian testing (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync monodevelop-java 2.1.1-1 (universe) from Debian testing
(main)

Explanation of the Ubuntu delta and why it can be dropped:
Was just a fakesync

Changelog entries since current lucid version 2.0-1~ubuntu1:

monodevelop-java (2.1.1-1) unstable; urgency=low

  [ Jo Shields ]
  * New upstream release
  * debian/rules:
+ Deterministic get-orig-source rule (creates persistent md5sum)
  * debian/patches/use_csc.dpatch,
debian/control:
+ Use mono-csc from mono-devel 2.4.2.3+

  [ Mirco Bauer ]
  * debian/control:
+ Bumped Standards-Version to 3.8.3 (no changes needed)
+ Changed Section to cli-mono to match archive overrides.

 -- Jo Shields direct...@apebox.org  Sun, 18 Oct 2009 23:31:39 +0100

monodevelop-java (2.0-1) unstable; urgency=low

  [ Stefan Ebner ]
  * Remove unneeded libgnome-cil build-dependency
  * Bump Standards version to 3.8.1

  [ Jo Shields ]
  * New upstream release
  * debian/control:
+ Tweak dependencies to allow for +dfsg version of monodevelop in
  binary package dependencies

  [ Iain Lane ]
  * Bump MD build-dep as requested by configure. 

 -- Jo Shields direct...@apebox.org  Thu, 02 Apr 2009 22:22:09 +0100

** Affects: monodevelop-java (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monodevelop-java (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monodevelop-java (Ubuntu)
   Status: New = Confirmed

-- 
Sync monodevelop-java 2.1.1-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/500135
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 500137] [NEW] Sync monodevelop-debugger-gdb 2.1.1-1 (universe) from Debian testing (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync monodevelop-debugger-gdb 2.1.1-1 (universe) from Debian
testing (main)

Explanation of the Ubuntu delta and why it can be dropped:
Was just a fakesync

Changelog entries since current lucid version 2.0-1~ubuntu1:

monodevelop-debugger-gdb (2.1.1-1) unstable; urgency=low

  * New upstream release

  * debian/control:
+ Bumped Standards-Version to 3.8.3 (no changes needed)
+ Changed Section to cli-mono to match archive overrides.
+ Bumped mono-devel build-dep to = 2.4.2.3
+ Added monodevelop-versioncontrol and -nunit to build-deps.
  * debian/patches/use_csc_compiler.patch:
+ Use mono-csc as compiler.

 -- Mirco Bauer mee...@debian.org  Sun, 25 Oct 2009 17:38:17 +0100

monodevelop-debugger-gdb (2.0-1) unstable; urgency=low

  [ Jo Shields ]
  * New Upstream Version

  [ Iain Lane ]
  * Bump MD build-dep per configure

 -- Jo Shields direct...@apebox.org  Tue, 07 Apr 2009 22:17:27 +0100

** Affects: monodevelop-debugger-gdb (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monodevelop-debugger-gdb (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monodevelop-debugger-gdb (Ubuntu)
   Status: New = Confirmed

-- 
Sync monodevelop-debugger-gdb 2.1.1-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/500137
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 500152] [NEW] Sync hs-plugins 1.4.1-3 (universe) from Debian unstable (main)

2009-12-24 Thread Iain Lane
Public bug reported:

Please sync hs-plugins 1.4.1-3 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
The fix is in the Debian package

Changelog entries since current lucid version 1.4.1-2ubuntu2:

hs-plugins (1.4.1-3) unstable; urgency=low

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Use one package for line in dependencies.
  * debian/rules: Make build depend only in build-arch to avoid building
indep packages in all architectures.

  [ Joachim Breitner ]
  * Depend on hscolour in Build-Depends-Indep, fixes FTBFS (does not affect
binNMUs, so no hurry needed) (Closes: #537000)
  * Use newest cdbs, to be able to use build docs in build-indep and
still be buildd-friendly

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Use more sintetic name for Vcs-Darcs.

  [ Iain Lane ]
  * debian/rules: Do not install .haddock file in -doc package.
haskell-devscripts now installs these in -dev packages, but we did not
take into account the fact that hs-plugins installs the doc package
manually and so the same file was available in both packages, which led to
file conflicts and uninstallability. (Closes: #542624)
  * debian/control: Add Vcs-Browser 

  [ Joachim Breitner ]
  * Bump standards version (no change) 

 -- Joachim Breitner nome...@debian.org  Tue, 08 Sep 2009 22:24:15
+0200

** Affects: hs-plugins (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: hs-plugins (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: hs-plugins (Ubuntu)
   Status: New = Confirmed

-- 
Sync hs-plugins 1.4.1-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/500152
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 499626] [NEW] Sync haskell-regex-compat 0.92-3 (universe) from Debian unstable (main)

2009-12-22 Thread Iain Lane
Public bug reported:

Please sync haskell-regex-compat 0.92-3 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
All changes in Debian now

Changelog entries since current lucid version 0.92-2ubuntu1:

haskell-regex-compat (0.92-3) unstable; urgency=low

  [ Joachim Breitner ]
  * Adjust priority according to override file
  * Depend on hscolour (Closes: #550769)

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Use more sintetic name for Vcs-Darcs.

 -- Joachim Breitner nome...@debian.org  Mon, 20 Jul 2009 13:05:35
+0200

** Affects: haskell-regex-compat (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: haskell-regex-compat (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: haskell-regex-compat (Ubuntu)
   Status: New = Confirmed

-- 
Sync haskell-regex-compat 0.92-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/499626
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 499291] [NEW] Sync haxml 1:1.13.3-1 (universe) from Debian unstable (main)

2009-12-21 Thread Iain Lane
Public bug reported:

Please sync haxml 1:1.13.3-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Changes no longer necessary

Changelog entries since current lucid version 1.13.3-2ubuntu1:

haxml (1:1.13.3-1) unstable; urgency=low

  * Switch back to the latest stable release of haxml, as to not break its
reverse build dependencies
  * Thus do not depend on polyparse, remove patch adjusting the polyparse
dependency.
  * Remove patches/09_fix-lexical-error, does not apply to this version of
HaXml

 -- Joachim Breitner nome...@debian.org  Tue, 15 Sep 2009 16:26:10
+0200

haxml (1.19.7-1) unstable; urgency=low

  [ Erik de Castro Lopo ]
  * New upstream release (Closes: 539951, 527987, 464362)
  * debian/compat version 7.
  * debian/control:
- Make Debian Haskell Group the Maintainer.
- Standards version 3.8.3.
- Update ghc, haddock version dependencies.
- Update debhelper version to prevent lintian warnings.
- Add binary package libghc6-haxml-prof.
- Remove hugs binary packages.
- Section haskell.
- Build depend on libghc6-polyparse-dev.
  * New CDBS/haskell-devscipts based build to replace old debian/rules.
  * Specify LGPL-2.1 and GPL-2 in debian/copyright.
  * Point debian/watch at hackage.haskell.org.
  * Convert dpatch patches to quilt and remove unneeded patches.

 -- Joachim Breitner nome...@debian.org  Mon, 07 Sep 2009 16:34:41
+0200

haxml (1.17-6) experimental; urgency=low

  * debian/control:
- Use the new Homepage field.
  * debian/{Canonicalise.1,Xtract.1:
- Fix spelling error(s). (Closes: #445070)
- Update the dates, versions and my email address.

 -- Arjan Oosting ar...@debian.org  Tue, 09 Oct 2007 22:59:15 +0200

haxml (1.17-5) experimental; urgency=low

  * debian/control:
- Adjust Xs-Vcs-* fields as the package has moved to the pkg-haskell
  repository on svn.debian.org.
- Add doc-base to the Recommends of haxml-doc.
  * debian/mk-haskell-depends:
- Small cleanups.
  * Generate links to other API documentation packages:
- debian/control:
  + Add libghc6-base-doc and libghc6-haskell98-doc to the
Build-Depends-Indep so haddock can link to names in other
packages.
  + Add libghc6-base-doc and libghc6-haskell98-doc to the Recommends
of haskell-http-doc.
   - debian/patches/10_link-to-other-docs.dpatch
  + Add the appropriate --use-package options so haddock will link to
names in other packages.

 -- Arjan Oosting ar...@debian.org  Mon, 28 May 2007 17:03:59 +0200

haxml (1.17-4) experimental; urgency=low

  * Drop the use of diversions to install libhugs-haxml:
- debian/control:
  + Make the dependency hugs versioned so we have a hugs
which is splitted into multiple packages.
  + Add a conflicts against other libhugs-haxml packages.
- debian/libhugs-haxml.{preinst.in,postrm.in}: dropped.
  * debian/mk-haskell-depends: update script to take installed package
configuration files as arguments.
  * debian/rules:
- Call mk-haskell-depends with installed package configuration file as
  argument.
- Expose package by default after installation (Closes: #392238)
- Enclose paths in double quotes because directories can contain
  spaces.

 -- Arjan Oosting ar...@debian.org  Sat, 13 Jan 2007 21:39:32 +0100

haxml (1.17-3) experimental; urgency=low

  * debian/rules: fix typo which caused HaXml.package.conf to be missing
from the binary package. (Closes: #394307)
  * debian/patches/07_no-hscolour-cmd.dpatch: don't remove the
--source-entity and --source-module options as haddock 0.8 is in
unstable.
  * Stop using update-haskell-control and $ghc6_* variables, as it is not
necessary and not using it simplifies the work for porters and for me.

 -- Arjan Oosting ar...@debian.org  Fri, 20 Oct 2006 22:34:59 +0200

haxml (1.17-2) experimental; urgency=low

  * debian/control.in:
- add XS-Vcs-Svn field pointing to subversion archive which contains
  this package.
- replace ${ghc6:Depends} with ${haskell:Depends} which is used by the
  new debian/mk-haskell-depends script.
- change maintainer email address.
  * debian/rules:
- replace debian/mk-ghc6-vars with debian/mk-haskell-depends script
  which determines all dependencies by using the installed package
  description file used by ghc-pkg.
- redo the way we detect if libghc6-haxml-dev gets build.
  * debian/patches/03_build-haxml-prof.dpatch: rearranged to make other
patches easier.
  * debian/patches/06_hcflags-support.dpatch: only use -package-name HaXml
for library source but not for the tools. This is needed to build the
tools with GHC 6.6.

 -- Arjan Oosting ar...@debian.org  Tue, 17 Oct 2006 03:51:55 +0200

haxml (1.17-1) experimental; urgency=low

  * New upstream release:
-  New: lazier pretty-printer Text.XML.HaXml.ShowXmlLazy
-  Works with ghc-6.6 (changed uses of 

[Bug 491294] Re: josm 0.0.svn2255-1 sync with upstream

2009-12-03 Thread Iain Lane
Did you test that the Debian version builds, installs, and functions
correctly under Lucid?

-- 
josm 0.0.svn2255-1 sync with upstream
https://bugs.launchpad.net/bugs/491294
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 481223] Re: pbuilder-dist-simple claims to support Debian distributions

2009-11-12 Thread Iain Lane
Indeed. This is due to the hardcoded Ubuntu mirror that is present.
Someone needs to either patch this to detect when to use a Debian
mirror, or we need to stop claiming to support Debian chroots.

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

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Triaged

-- 
pbuilder-dist-simple claims to support Debian distributions
https://bugs.launchpad.net/bugs/481223
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 474882] [NEW] Sync gnome-do-docklets 0.8.2-1 (universe) from Debian unstable (main)

2009-11-04 Thread Iain Lane
Public bug reported:

Please sync gnome-do-docklets 0.8.2-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
No change between distros

Changelog entries since current lucid version 0.8.2-0ubuntu1:

gnome-do-docklets (0.8.2-1) unstable; urgency=low
  
  * Initial package (Closes: #535143)
  * Remove VolumeDocklet from the package; it currently doesn't do anything.

 -- Christopher James Halse Rogers r...@ubuntu.com  Tue, 30 Jun 2009
14:55:04 +1000

** Affects: gnome-do-docklets (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: gnome-do-docklets (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-do-docklets (Ubuntu)
   Status: New = Confirmed

-- 
Sync gnome-do-docklets 0.8.2-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/474882
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 474919] [NEW] Sync monobristol 0.40.5-1 (universe) from Debian unstable (main)

2009-11-04 Thread Iain Lane
Public bug reported:

Please sync monobristol 0.40.5-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Packages are the same

Changelog entries since current lucid version 0.40.5-0ubuntu1:

monobristol (0.40.5-1) unstable; urgency=low

  * Initial release (Closes: #542039)

 -- Stefan Ebner seb...@ubuntu.com  Sun, 23 Aug 2009 12:51:08 +0200

** Affects: monobristol (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monobristol (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monobristol (Ubuntu)
   Status: New = Confirmed

-- 
Sync monobristol 0.40.5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/474919
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 473239] [NEW] Sync monodevelop 2.1.1+dfsg-1 (universe) from Debian unstable (main)

2009-11-03 Thread Iain Lane
Public bug reported:

Please sync monodevelop 2.1.1+dfsg-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
Changes were to fix FTBFS. Builds fine straight from Debian now.

Changelog entries since current lucid version 2.0+dfsg-2ubuntu3:

monodevelop (2.1.1+dfsg-1) unstable; urgency=low

  [ Jo Shields ]
  * New upstream release
  * DFSG version of MonoDevelop 2.2 beta 2
(deleted all pre-compiled binaries from the tarball)
+ For the record here a list of the deleted files:
  src/addins/NUnit/lib/nunit.framework.dll
  src/addins/NUnit/lib/nunit.core.dll
  src/addins/NUnit/lib/nunit.util.dll
  src/addins/NUnit/lib/nunit.core.interfaces.dll
  * debian/rules:
+ Deterministic get-orig-source rule (creates persistent md5sum)
+ Set mtime to 2009-09-11 (epoch 0 is easier but causes lots of
  console spew)
+ Ensure tarball is placed in the policy-specified folder
+ Remove Moonlight support until a later date (when we ship the
  Moonlight SDK)
  * debian/patches/link_system_nunit.dpatch,
debian/patches/use_libsvn1.dpatch,
debian/patches/update_templates_for_gtk-sharp_2.12.dpatch:
+ Refreshed
  * debian/patches/monodevelop_fix_addin_highlights_r130904:
+ Removed, no longer needed
  * debian/control,
debian/rules:
+ Use mono-csc from mono-devel =2.4.2.3, as csc command needs to go
  * debian/control:
+ Add dependency on libmono-microsoft-build2.0-cil

  [ Stefan Ebner ]
  * debian/control:
+ Delete the optional dependency on libgconf2-24-cil
  since Ubuntu fixed this issue
+ Bump Standards-Version to 3.8.3
+ Bump debhelper versioning to = 7.0.50
+ Replace dpatch build-dependecy with versioned quilt one
  * debian/patch:
+ Convert everything from dpatch to quilt
  * debian/rules:
+ Rewrite with new dh7 features (e.g dh_override, --with quilt)
  * Renamed old README.source to README.debian and added new README.source
containing information about quilt

  [ Mirco Bauer ]
  * debian/control:
+ Bumped libmono-dev build-dep to = 2.4.2
+ Bumped GTK/GNOME# build-deps to = 2.12.8
+ Bumped libmono-addins*-cil build-deps to 0.4
+ Removed unneeded libcairo1.0-cil build-dep

 -- Mirco Bauer mee...@debian.org  Thu, 22 Oct 2009 20:25:00 +0200

** Affects: monodevelop (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: monodevelop (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: monodevelop (Ubuntu)
   Status: New = Confirmed

-- 
Sync monodevelop 2.1.1+dfsg-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/473239
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 461373] Re: kobodeluxe 0.5.1-4 FTBFS (const char*)

2009-10-26 Thread Iain Lane
** Changed in: kobodeluxe (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: kobodeluxe (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

-- 
kobodeluxe 0.5.1-4 FTBFS (const char*)
https://bugs.launchpad.net/bugs/461373
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 461338] Re: FTBFS with GCC 4.4 and eglibc 2.10

2009-10-26 Thread Iain Lane
** Changed in: kdbg (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: kdbg (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

-- 
FTBFS with GCC 4.4 and eglibc 2.10
https://bugs.launchpad.net/bugs/461338
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 419226] Re: get-iplayer package should disable -u

2009-10-17 Thread Iain Lane
Dave, what's the status here? If the patch needs fixing, please do it or
else let me know that it's alright and set the bug to Confirmed or
Triaged.

Thanks.

-- 
get-iplayer package should disable -u
https://bugs.launchpad.net/bugs/419226
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 451914] Re: libkarma-cil's .pc file contains a blank Version field

2009-10-15 Thread Iain Lane
** Changed in: libkarma (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: libkarma (Ubuntu)
 Assignee: Chow Loong Jin (hyperair) = (unassigned)

-- 
libkarma-cil's .pc file contains a blank Version field
https://bugs.launchpad.net/bugs/451914
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 446038] Re: Remove from archive

2009-10-08 Thread Iain Lane
** Changed in: mythtv-theme-mythbuntu (Ubuntu)
   Status: New = Confirmed

** Changed in: mythtv-theme-mythbuntu (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: mythtv-theme-mythbuntu (Ubuntu)
   Status: Won't Fix = Confirmed

-- 
Remove from archive
https://bugs.launchpad.net/bugs/446038
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 429282] Re: Replace superseded haskell packages

2009-10-07 Thread Iain Lane
** Changed in: haskelldb (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Replace superseded haskell packages
https://bugs.launchpad.net/bugs/429282
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


Re: [Bug 439906] Re: Push to debian the ubuntu-dev-tools that are relevant for them

2009-10-01 Thread Iain Lane
Hey,

On Thu, Oct 01, 2009 at 04:54:38PM -, Siegfried Gevatter wrote:
Hi,

I'd also like to see some of the package you list as Ubuntu only in
Debian, not for Debian development directly but for doing Ubuntu stuff
using Debian (I'm thinking of eg. requestsync, grab-merge, etc).
Although maybe Debian wouldn't want those in devscripts.

Commands pull-lp-source and pull-revu-source could also be relevant
for Debian (the first one for Maintainers who want to get the changes
done in Ubuntu, for example).

What do others think about this?

I think a good plan is to move the scripts we can into other packages 
(devscripts/pbuilder/sbuild) as appropriate and then upload the rest as 
ubuntu-dev-tools. Lucas even filed an ITP:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542789

which has some momentum.

So our first step is to move those scripts (the ones Nathan marked with 
an O are a good start) to places they would better fit.

Please keep this bug updated when you do work on this to avoid 
duplication of work.

Regards,
Iain

-- 
Push to debian the ubuntu-dev-tools that are relevant for them
https://bugs.launchpad.net/bugs/439906
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 439906] Re: Push to debian the ubuntu-dev-tools that are relevant for them

2009-10-01 Thread Iain Lane
** Bug watch added: Debian Bug tracker #542789
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542789

-- 
Push to debian the ubuntu-dev-tools that are relevant for them
https://bugs.launchpad.net/bugs/439906
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 437097] Re: telepathy-butterfly crashed with NameError in __group_contact_delete_errback()

2009-09-28 Thread Iain Lane
** Visibility changed to: Public

-- 
telepathy-butterfly crashed with NameError in __group_contact_delete_errback()
https://bugs.launchpad.net/bugs/437097
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 436240] Re: package ghc6-doc 6.10.4-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-09-25 Thread Iain Lane
Hi,

Can you try to purge ghc6 and ghc6-doc (if partially installed) and try
again?

Thanks.

-- 
package ghc6-doc 6.10.4-1ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/436240
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 436779] [NEW] Sync gnome-backgrounds 2.28.0-1 (universe) from Debian unstable (main)

2009-09-25 Thread Iain Lane
Public bug reported:

Please sync gnome-backgrounds 2.28.0-1 (universe) from Debian unstable
(main)

FFe ack from seb128

Changelog entries since current karmic version 2.24.1-1:

gnome-backgrounds (2.28.0-1) unstable; urgency=low

  * New upstream stable release 2.28.0
- Translation updates
  * debian/control.in: Standards-version 3.8.3, no changes 

 -- Iain Lane la...@ubuntu.com  Wed, 23 Sep 2009 23:09:35 +0100

** Affects: gnome-backgrounds (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: gnome-backgrounds (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-backgrounds (Ubuntu)
   Status: New = Confirmed

-- 
Sync gnome-backgrounds 2.28.0-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/436779
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 435944] [NEW] Remove haskelldb-dynamic from Karmic

2009-09-24 Thread Iain Lane
Public bug reported:

haskelldb-dynamic is broken and has been removed from sid. Please kill
it in Karmic too.

Iain

** Affects: haskelldb-dynamic (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Changed in: haskelldb-dynamic (Ubuntu)
   Status: New = Confirmed

** Changed in: haskelldb-dynamic (Ubuntu)
   Importance: Undecided = Medium

-- 
Remove haskelldb-dynamic from Karmic
https://bugs.launchpad.net/bugs/435944
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 436206] Re: Please update libpst to version 0.6.41

2009-09-24 Thread Iain Lane
** Changed in: libpst (Ubuntu)
   Status: New = In Progress

** Changed in: libpst (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

-- 
Please update libpst to version 0.6.41
https://bugs.launchpad.net/bugs/436206
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 436206] Re: Please update libpst to version 0.6.41

2009-09-24 Thread Iain Lane
** Changed in: libpst (Ubuntu)
 Assignee: Iain Lane (laney) = C de-Avillez (hggdh2)

-- 
Please update libpst to version 0.6.41
https://bugs.launchpad.net/bugs/436206
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 436206] Re: Please update libpst to version 0.6.41

2009-09-24 Thread Iain Lane
** Changed in: libpst (Ubuntu)
 Assignee: C de-Avillez (hggdh2) = (unassigned)

** Changed in: libpst (Ubuntu)
   Status: In Progress = Confirmed

-- 
Please update libpst to version 0.6.41
https://bugs.launchpad.net/bugs/436206
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 436206] Re: Please update libpst to version 0.6.41

2009-09-24 Thread Iain Lane
Fixed -dev package name, uploaded and waiting in queue now. Thanks for
your work.

-- 
Please update libpst to version 0.6.41
https://bugs.launchpad.net/bugs/436206
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 408900] Re: encoding problems when exporting contacts to mobile device

2009-09-24 Thread Iain Lane
Uploaded, thanks (sits in the queue due to beta freeze).

I changed some things:
  - Changelog - should be karmic
  - Control - need to run update-maintainer if we make ubuntu changes for the 
first time
  - Changelog - need to mention bug number to close this bug automatically on 
upload

Please forward this change to Debian.

** Changed in: libopensync-plugin-kdepim (Ubuntu)
   Status: Triaged = Fix Committed

-- 
encoding problems when exporting contacts to mobile device
https://bugs.launchpad.net/bugs/408900
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 435170] [NEW] Sync muine 0.8.11-1 (universe) from Debian unstable (main)

2009-09-23 Thread Iain Lane
Public bug reported:

Please sync muine 0.8.11-1 (universe) from Debian unstable (main)

Bugfix release

Changelog entries since current karmic version 0.8.10-5:

muine (0.8.11-1) unstable; urgency=low

  * New upstream release 0.8.11
   - Various deprecation cleanups [Diego Escalante Urrelo, Jorn Baayen,
Luis Medinas, Priit Laes, Wouter Bolsterlee]
   - Use GLib's GSequence API [Scott Robinson, Jorn Baayen, Wouter Bolsterlee]
   - Use GtkMessageDialog instead of Glade-based ones [Priit Laes]
   - Use Gnome.Vfs# instead of P/Invoked functions [Priit Laes]
   - Use taglib-sharp for metadata reading [Vianney le Clément, Priit Laes]
   - Drop gnome-vfs usage [Diego Escalante Urrelo]
   - Drop xine backend [Priit Laes]
   - Various bugs fixes and cleanups [Iain, Iain Lane, Daniel G. Siegel]
   - Verious Updated translations:
  * debian/patches/*, debian/control, debian/rules: Drop patchsys - all patches
applied upstream. 
  * debian/rules, debian/control: Build with mono-csc instead of csc. Bump
mono-devel build-dep requirement to version which ships mono-csc 
  * debian/control: Bump s-v to 3.8.3, no changes required 

 -- Iain Lane la...@ubuntu.com  Sat, 19 Sep 2009 18:09:07 +0100

** Affects: muine (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: muine (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: muine (Ubuntu)
   Status: New = Confirmed

-- 
Sync muine 0.8.11-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/435170
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 433894] [NEW] Sync gnome-do-plugins 0.8.2+dfsg-2 (universe) from Debian unstable (main)

2009-09-21 Thread Iain Lane
Public bug reported:

Please sync gnome-do-plugins 0.8.2+dfsg-2 (universe) from Debian
unstable (main)

Rationale:
RC bug fix

Changelog entries since current karmic version 0.8.2+dfsg-1:

gnome-do-plugins (0.8.2+dfsg-2) unstable; urgency=low

  * debian/control: Update libflickrnet build dependency for 2.2.0 transition
(Closes: #543804)
  * debian/control: Bump standards-version, no changes
  * debian/control: Increase debhelper minimum version (thanks Lintian)

 -- Iain Lane la...@ubuntu.com  Tue, 08 Sep 2009 15:01:20 +0100

** Affects: gnome-do-plugins (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: gnome-do-plugins (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-do-plugins (Ubuntu)
   Status: New = Confirmed

-- 
Sync gnome-do-plugins 0.8.2+dfsg-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/433894
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 374390] Re: installation mistake

2009-09-21 Thread Iain Lane
*** This bug is a duplicate of bug 358679 ***
https://bugs.launchpad.net/bugs/358679

** This bug has been marked a duplicate of bug 358679
   package libghc6-pandoc-dev 0.46+2build1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1

-- 
installation mistake
https://bugs.launchpad.net/bugs/374390
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 427722] Re: package libghc6-pandoc-dev 0.46+2build1 failed to install/upgrade: underprocess post-installation script gav felkod 1

2009-09-21 Thread Iain Lane
*** This bug is a duplicate of bug 358679 ***
https://bugs.launchpad.net/bugs/358679

** This bug has been marked a duplicate of bug 358679
   package libghc6-pandoc-dev 0.46+2build1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1

-- 
package libghc6-pandoc-dev 0.46+2build1 failed to install/upgrade: underprocess 
post-installation script gav felkod 1
https://bugs.launchpad.net/bugs/427722
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 430625] [NEW] Sync haskelldb 0.12-3 (universe) from Debian unstable (main)

2009-09-16 Thread Iain Lane
Public bug reported:

Please sync haskelldb 0.12-3 (universe) from Debian unstable (main)

FFe was granted in #429282

Changelog entries since current karmic version 0.10-5build2:

haskelldb (0.12-3) unstable; urgency=low

  * Build-Depend on the right -prof packages (Closes: #546307)

 -- Joachim Breitner nome...@debian.org  Sat, 12 Sep 2009 19:18:26
+0200

haskelldb (0.12-2) unstable; urgency=low

  * Add a profiling library package, to be consistent with the rest of the
Debian Haskell packages. 

 -- Joachim Breitner nome...@debian.org  Wed, 09 Sep 2009 10:48:29
+0200

haskelldb (0.12-1) unstable; urgency=low

  [ Marco Túlio Gontijo e Silva ]
  * debian/control: Use Debian Haskell Group as Maintainer.
  * debian/control: Use one line per dependencie.
  * Remove spaces in the end of the lines.

  [ Joachim Breitner ]
  * New upstream release. 
  * Update packaging to current common practice 

 -- Joachim Breitner nome...@debian.org  Tue, 08 Sep 2009 19:08:37
+0200

** Affects: haskelldb (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: haskelldb (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: haskelldb (Ubuntu)
   Status: New = Confirmed

-- 
Sync haskelldb 0.12-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/430625
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 430628] [NEW] Remove packages from Karmic

2009-09-16 Thread Iain Lane
Public bug reported:

Greetings,

As part of the plan outlined in bug #429282, these packages should be
removed as per Debian.

haskelldb-hsql, haskelldb-hsql-mysql, haskelldb-hsql-odbc, haskelldb-
hsql-postgresql, haskelldb-hsql-sqlite3

Iain

** Affects: haskelldb-hsql (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskelldb-hsql-mysql (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskelldb-hsql-odbc (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskelldb-hsql-postgresql (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: haskelldb-hsql-sqlite3 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Also affects: haskelldb-hsql-mysql (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: haskelldb-hsql-odbc (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: haskelldb-hsql-postgresql (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: haskelldb-hsql-sqlite3 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: haskelldb-hsql (Ubuntu)
   Status: New = Confirmed

** Changed in: haskelldb-hsql-odbc (Ubuntu)
   Status: New = Confirmed

** Changed in: haskelldb-hsql-postgresql (Ubuntu)
   Status: New = Confirmed

** Changed in: haskelldb-hsql-sqlite3 (Ubuntu)
   Status: New = Confirmed

** Changed in: haskelldb-hsql-mysql (Ubuntu)
   Status: New = Confirmed

-- 
Remove packages from Karmic
https://bugs.launchpad.net/bugs/430628
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 223596] Re: Please sync mailping 0.0.4-2 (universe) from Debian unstable (main)

2009-09-16 Thread Iain Lane
Thanks for your work, uploaded. I changed your version number a bit to
fit in with others that we have used in the past. Also we don't include
the comment about maintainer changes any more so I deleted that.

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

-- 
Please sync mailping 0.0.4-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/223596
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 280188] Re: libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in package zenity

2009-09-16 Thread Iain Lane
Greetings,

I've just cooked up a debdiff backporting the conflicts/replaces fixes
from Debian. Attached for sponsorship.

** Attachment added: zenity-replaces.debdiff
   http://launchpadlibrarian.net/31898060/zenity-replaces.debdiff

** Changed in: zenity (Ubuntu)
   Status: New = Confirmed

-- 
libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in 
package zenity
https://bugs.launchpad.net/bugs/280188
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 424789] Re: PHP random segfaults on session_start();

2009-09-14 Thread Iain Lane
** Changed in: php-suhosin (Ubuntu)
   Status: New = Confirmed

-- 
PHP random segfaults on session_start();
https://bugs.launchpad.net/bugs/424789
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 402916] Re: haskell libraries in Karmic need to be rebuilt with current compiler

2009-09-08 Thread Iain Lane
Thanks. Which arch is this? I've made an effort to get stuff installable
on i386/amd64 but I know that some ports are lagging behind. This is on
my list to fix before long. Still broken on all arches is:

  - haskelldb-*
  - hat
  - haskell-hsql-sqlite3

-- 
haskell libraries in Karmic need to be rebuilt with current compiler
https://bugs.launchpad.net/bugs/402916
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 402916] Re: haskell libraries in Karmic need to be rebuilt with current compiler

2009-09-08 Thread Iain Lane
I think you might have out-of-date data. For example, the version of
syb-with-class currently in Karmic has:

Package: libghc6-syb-with-class-dev
Depends: ghc6 (= 6.10.4-1ubuntu2), ghc6 ( 6.10.4+), libc6 (= 2.4), libffi5 
(= 3.0.4), libgmp3c2

(and the version of GHC is 6.10.4, not 6.10.3)

See http://cs.nott.ac.uk/~ial/graph.pdf for the current status.

Iain

-- 
haskell libraries in Karmic need to be rebuilt with current compiler
https://bugs.launchpad.net/bugs/402916
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 403317] Re: package ghc6-doc 6.10.4-1ubuntu1 failed to install/upgrade:

2009-09-08 Thread Iain Lane
Thanks for the bug.

Your report lacks the information we need to investigate, and it's
unlikely that you have the data available to provide to us as the report
was filed several weeks ago now. I'm going to mark this Invalid - if you
(or anyone else) experiences this problem, please do not hesitate to
report it as a new bug.

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

-- 
package ghc6-doc 6.10.4-1ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/403317
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 376469] Re: 8.04: ghc6-install: Error in subprocess post installation script

2009-09-08 Thread Iain Lane
This is caused by a version of the kernel that is too old. If you can
upgrade the kernel or libc6 then please do. Otherwise I don't think we
are going to be able to fix this, sorry. See the following links for
more information:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481140
http://hackage.haskell.org/trac/ghc/ticket/850

Iain

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

** Bug watch added: Glasgow Haskell Compiler (GHC) Trac #850
   http://hackage.haskell.org/trac/ghc/ticket/850

** Changed in: ghc6 (Ubuntu)
   Status: New = Won't Fix

-- 
8.04: ghc6-install: Error in subprocess post installation script
https://bugs.launchpad.net/bugs/376469
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 402916] Re: haskell libraries in Karmic need to be rebuilt with current compiler

2009-09-08 Thread Iain Lane
Oh, excuse me :) I only got notified of the report today. Closing,
thanks for your attention.

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

-- 
haskell libraries in Karmic need to be rebuilt with current compiler
https://bugs.launchpad.net/bugs/402916
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


Re: [Bug 289116] Re: Please sync libanculus-sharp 0.3.1-2 (universe) from Debian unstable (main).

2009-09-08 Thread Iain Lane
Hello,

On 8 Sep 2009, at 10:36, qbizkit wrote:

 ** Changed in: libanculus-sharp (Ubuntu)
   Status: Fix Released = New

Why did you do this? The bug has been fixed and there is no new  
version of the package. Even if there were, the correct way to ask for  
a sync is to file a new bug report.

Regards,
Iain

This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

-- 
Please sync libanculus-sharp 0.3.1-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/289116
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 425060] Re: package libghc6-pcre-light-dev 0.3.1-5build1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-09-06 Thread Iain Lane
Hi,

Thanks for your report. This particular bug was fixed in GHC after
6.8.2, and should be resolved in Karmic.

See: http://hackage.haskell.org/trac/ghc/ticket/2492

Iain

** Bug watch added: Glasgow Haskell Compiler (GHC) Trac #2492
   http://hackage.haskell.org/trac/ghc/ticket/2492

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

-- 
package libghc6-pcre-light-dev 0.3.1-5build1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/425060
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 423609] Re: cowbuilder-dist login doesn't show shell prompt

2009-09-03 Thread Iain Lane
Thanks. This affects pbuilder-dist too. I wonder if some environment
variables aren't passed in or something. Can you run env in cowbuilder-
dist login and cowbuilder --login and see if there's any discrepancies
(or paste it in here)?

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

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Triaged

-- 
cowbuilder-dist login doesn't show shell prompt
https://bugs.launchpad.net/bugs/423609
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 381563] Re: Glom crashes on startup

2009-08-29 Thread Iain Lane
No time, someone else please take

** Changed in: glom (Ubuntu)
   Status: In Progress = Triaged

** Changed in: glom (Ubuntu)
 Assignee: Iain Lane (laney) = (unassigned)

-- 
Glom crashes on startup
https://bugs.launchpad.net/bugs/381563
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 375254] Re: NO_PUBKEY 4057C7EB2E5DCB91

2009-08-28 Thread Iain Lane
If you're using a PPA then this isn't a problem with Ubuntu's goocanvas
package. Invalidating (please reopen if I'm wrong)

** Changed in: goocanvas (Ubuntu)
   Status: Incomplete = Invalid

-- 
NO_PUBKEY 4057C7EB2E5DCB91
https://bugs.launchpad.net/bugs/375254
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
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 409387] Re: Straw broken since Ubuntu 8.10, should be removed from Karmic Koala repositories or fixed

2009-08-26 Thread Iain Lane
+1 from me. If the project ever gets revived then we can reintroduce the
packages then.

** Changed in: straw (Ubuntu)
   Status: New = Confirmed

-- 
Straw broken since Ubuntu 8.10, should be removed from Karmic Koala 
repositories or fixed
https://bugs.launchpad.net/bugs/409387
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 418511] [NEW] Remove listlike from Karmic

2009-08-25 Thread Iain Lane
Public bug reported:

Greetings

listlike has been removed from sid as it is no longer used anywhere.
Please do the same in Karmic.

Iain

** Affects: listlike (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: listlike (Debian)
 Importance: Unknown
 Status: Unknown

** Changed in: listlike (Ubuntu)
   Status: New = Confirmed

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

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

-- 
Remove listlike from Karmic
https://bugs.launchpad.net/bugs/418511
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 418526] [NEW] Sync happy 1.17-0.2 (universe) from Debian unstable (main)

2009-08-25 Thread Iain Lane
Public bug reported:

Please sync happy 1.17-0.2 (universe) from Debian unstable (main)

Changelog since current karmic version 1.17-0.1:

happy (1.17-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Ruben Molina and Matt Kraai to fix FTBFS with a 
recent GHC6. (Closes: #516425).

 -- Aurelien Jarno aure...@debian.org  Mon, 17 Aug 2009 18:26:15 +0200

** Affects: happy (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: happy (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: happy (Ubuntu)
   Status: New = Confirmed

-- 
Sync happy 1.17-0.2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/418526
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 417882] [NEW] Remove missingpy from Karmic

2009-08-23 Thread Iain Lane
Public bug reported:

missingpy is being deprecated upstream and is being removed from sid.
Please remove it from Karmic too.

** Affects: missingpy (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: missingpy (Debian)
 Importance: Unknown
 Status: Unknown

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

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

** Changed in: missingpy (Ubuntu)
   Status: New = Confirmed

-- 
Remove missingpy from Karmic
https://bugs.launchpad.net/bugs/417882
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 408569] Re: Remove haskell-edison from karmic

2009-08-23 Thread Iain Lane
Done. Please do this now.

-- 
Remove haskell-edison from karmic
https://bugs.launchpad.net/bugs/408569
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 416827] Re: cabal-install unable to build in hardy

2009-08-21 Thread Iain Lane
Can you please paste the output of `ghc-pkg list' under your user?
Thanks.

-- 
cabal-install unable to build in hardy
https://bugs.launchpad.net/bugs/416827
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 416827] Re: cabal-install unable to build in hardy

2009-08-21 Thread Iain Lane
** Changed in: ghc6 (Ubuntu)
   Status: New = Invalid

-- 
cabal-install unable to build in hardy
https://bugs.launchpad.net/bugs/416827
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 416477] Re: ghc6 should depend on readline/libedit in Karmic?

2009-08-20 Thread Iain Lane
Hello,

Thanks for your report. You can view the build log of ghc6 at[0], which
will show you that we are indeed using haskeline.

Can you describe the problems you are having with haskeline?

Iain

[0] http://launchpadlibrarian.net/29412965/buildlog_ubuntu-
karmic-i386.ghc6_6.10.4-1ubuntu2_FULLYBUILT.txt.gz

-- 
ghc6 should depend on readline/libedit in Karmic?
https://bugs.launchpad.net/bugs/416477
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


  1   2   3   4   5   >