[Bug 1249938] [NEW] oem-config should support debconf option to retain oem user's data

2013-11-10 Thread Ryan Niebur
Public bug reported:

We would like a debconf option to be available to prevent removing the
oem user's home directory. Specifically, this amounts to removing the
--remove option from the userdel invocation in oem-config-* (when the
debconf option is specified).

We are currently using a patched version because we had the issue of
people using our fresh distro installation and then eventually running
oem-config on accident (or curiousity), causing their existing files to
be deleted entirely.

I will admit our use case is not quite what oem-config is designed for,
but there are workflows in our organization that prevent proper use, and
this tool is still useful despite rather dangerous for us as is (but we
patched for now, so it is okay for lucid).

** Affects: oem-config (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  oem-config should support debconf option to retain oem user's data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oem-config/+bug/1249938/+subscriptions

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


[Bug 842034] [NEW] Sync debsums 2.0.49 (universe) from Debian unstable (main)

2011-09-05 Thread Ryan Niebur
Public bug reported:

Please sync debsums 2.0.49 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
The Ubuntu changes add multiarch support to debsums, but seems to also
completely break it and cause upgrades to fail. (LP #809924)

The new version in Debian has working multiarch support.

Changelog entries since current oneiric version 2.0.48+nmu3ubuntu2:

debsums (2.0.49) unstable; urgency=low

  [ Anders Kaseorg ]
  * Use dpkg-query instead of reading /var/lib/dpkg/status directly.  We
still use /var/lib/dpkg/info directly to find the paths to .md5sums
files, but now at least we try to verify our guess by checking that
the corresponding .lists file exist.  (Closes: #616066)
  * Add multiarch support.

  [ Ryan Niebur ]
  * integrate NMUs, thank you Giovanni and David (Closes: #603189)
  * when querying dpkg-divert include the user specified root filesystem
in --admindir (Closes: #632463)
  * add Korean translation for debconf templates, thanks min-ji Kang
(Closes: #632009)
  * update debhelper compat version to 8
- shorten debian/rules
  * update policy version to 3.9.2.0
- set debian/source/format to 3.0 (native)
  * check if missing files match dpkg path exclusion settings (Closes:
#603887)

 -- Ryan Niebur r...@debian.org  Sun, 04 Sep 2011 01:43:59 -0700

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

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

Title:
  Sync debsums 2.0.49 (universe) from Debian unstable (main)

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

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


[Bug 842034] Re: Sync debsums 2.0.49 (universe) from Debian unstable (main)

2011-09-05 Thread Ryan Niebur
It builds successfully in oneiric.

** Attachment added: debsums.log
   
https://bugs.launchpad.net/ubuntu/+source/debsums/+bug/842034/+attachment/2357958/+files/debsums.log

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

Title:
  Sync debsums 2.0.49 (universe) from Debian unstable (main)

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

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


[Bug 804710] Re: debsums: can't copy sums to (No such file or directory)

2011-09-05 Thread Ryan Niebur
Actually, I think this was fixed by 2.0.48+nmu3ubuntu2. Or at least
changed into Bug #809924. So closing this bug.

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

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

Title:
  debsums: can't copy sums to  (No such file or directory)

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

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


[Bug 804710] Re: debsums: can't copy sums to (No such file or directory)

2011-09-05 Thread Ryan Niebur
I think this is the same underlying problem as #809924. Sounds like
while it's figuring out the path of the md5sums file to copy to it's not
finding one, so it's trying to copy it to , which doesn't have any
meaning.

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

Title:
  debsums: can't copy sums to  (No such file or directory)

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

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


[Bug 842034] Re: Sync debsums 2.0.49 (universe) from Debian unstable (main)

2011-09-05 Thread Ryan Niebur
** Description changed:

  Please sync debsums 2.0.49 (universe) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
  The Ubuntu changes add multiarch support to debsums, but seems to also
- completely break it and cause upgrades to fail. (LP #809924)
+ completely break it and cause upgrades to fail. (Bug #809924)
  
  The new version in Debian has working multiarch support.
  
  Changelog entries since current oneiric version 2.0.48+nmu3ubuntu2:
  
  debsums (2.0.49) unstable; urgency=low
  
-   [ Anders Kaseorg ]
-   * Use dpkg-query instead of reading /var/lib/dpkg/status directly.  We
- still use /var/lib/dpkg/info directly to find the paths to .md5sums
- files, but now at least we try to verify our guess by checking that
- the corresponding .lists file exist.  (Closes: #616066)
-   * Add multiarch support.
+   [ Anders Kaseorg ]
+   * Use dpkg-query instead of reading /var/lib/dpkg/status directly.  We
+ still use /var/lib/dpkg/info directly to find the paths to .md5sums
+ files, but now at least we try to verify our guess by checking that
+ the corresponding .lists file exist.  (Closes: #616066)
+   * Add multiarch support.
  
-   [ Ryan Niebur ]
-   * integrate NMUs, thank you Giovanni and David (Closes: #603189)
-   * when querying dpkg-divert include the user specified root filesystem
- in --admindir (Closes: #632463)
-   * add Korean translation for debconf templates, thanks min-ji Kang
- (Closes: #632009)
-   * update debhelper compat version to 8
- - shorten debian/rules
-   * update policy version to 3.9.2.0
- - set debian/source/format to 3.0 (native)
-   * check if missing files match dpkg path exclusion settings (Closes:
- #603887)
+   [ Ryan Niebur ]
+   * integrate NMUs, thank you Giovanni and David (Closes: #603189)
+   * when querying dpkg-divert include the user specified root filesystem
+ in --admindir (Closes: #632463)
+   * add Korean translation for debconf templates, thanks min-ji Kang
+ (Closes: #632009)
+   * update debhelper compat version to 8
+ - shorten debian/rules
+   * update policy version to 3.9.2.0
+ - set debian/source/format to 3.0 (native)
+   * check if missing files match dpkg path exclusion settings (Closes:
+ #603887)
  
-  -- Ryan Niebur r...@debian.org  Sun, 04 Sep 2011 01:43:59 -0700
+  -- Ryan Niebur r...@debian.org  Sun, 04 Sep 2011 01:43:59 -0700

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

Title:
  Sync debsums 2.0.49 (universe) from Debian unstable (main)

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

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

[Bug 809924] Re: debsums invalid package name

2011-09-05 Thread Ryan Niebur
Reproduced the problem in an oneiric chroot. And confirmed that the new
Debian version fixes it.

It only occurs when there are .deb files in /var/cache/apt/archives for
packages which don't include md5sums files (my example is binutils).

(oneiric-i386)root@buildd:~# ls -l /var/lib/dpkg/info/binutils.md5sums
ls: cannot access /var/lib/dpkg/info/binutils.md5sums: No such file or directory
(oneiric-i386)root@buildd:~# cd /var/cache/apt/archives/
(oneiric-i386)root@buildd:/var/cache/apt/archives# dget binutils
dget: retrieving 
http://archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.21.53.20110810-0ubuntu1_i386.deb
--2011-09-05 17:37:16--  
http://archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.21.53.20110810-0ubuntu1_i386.deb
Resolving archive.ubuntu.com... 91.189.88.40, 91.189.88.45, 91.189.88.46, ...
Connecting to archive.ubuntu.com|91.189.88.40|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2380292 (2.3M) [application/x-debian-package]
Saving to: `binutils_2.21.53.20110810-0ubuntu1_i386.deb'

100%[]
2,380,292429K/s   in 7.4s

2011-09-05 17:37:24 (315 KB/s) -
`binutils_2.21.53.20110810-0ubuntu1_i386.deb' saved [2380292/2380292]

(oneiric-i386)root@buildd:/var/cache/apt/archives# cd
(oneiric-i386)root@buildd:~# apt-get install -y --force-yes --reinstall 
debsums=2.0.48+nmu3ubuntu2
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfile-fnmatch-perl
Use 'apt-get autoremove' to remove them.
The following packages will be DOWNGRADED:
  debsums
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 0 B/54.2 kB of archives.
After this operation, 4096 B disk space will be freed.
Preconfiguring packages ...
dpkg: warning: downgrading debsums from 2.0.49 to 2.0.48+nmu3ubuntu2.
(Reading database ... 14706 files and directories currently installed.)
Preparing to replace debsums 2.0.49 (using 
.../debsums_2.0.48+nmu3ubuntu2_all.deb) ...
Unpacking replacement debsums ...
Setting up debsums (2.0.48+nmu3ubuntu2) ...
debsums: invalid package name 'binutils'
E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/bin/debsums ]; 
then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi'
E: Sub-process returned an error code
(oneiric-i386)root@buildd:~# debsums -s; echo $?
debsums: no md5sums for binutils
debsums: can't open /var/lib/dpkg/info/binutils.md5sums (No such file or 
directory)
2
(oneiric-i386)root@buildd:~# /usr/bin/debsums --generate=nocheck -sp 
/var/cache/apt/archives; echo $?
debsums: invalid package name 'binutils'
1
(oneiric-i386)root@buildd:~# dpkg -i 
/home/ryan52/debian/result/debsums_2.0.49_all.deb 
(Reading database ... 14706 files and directories currently installed.)
Preparing to replace debsums 2.0.48+nmu3ubuntu2 (using 
.../result/debsums_2.0.49_all.deb) ...
Unpacking replacement debsums ...
Setting up debsums (2.0.49) ...
(oneiric-i386)root@buildd:~# debsums -s; echo $?
debsums: no md5sums for binutils
debsums: no md5sums for g++
debsums: no md5sums for netbase
debsums: changed file /usr/share/doc/perl/changelog.Debian.gz (from perl-base 
package)
2
(oneiric-i386)root@buildd:~# /usr/bin/debsums --generate=nocheck -sp 
/var/cache/apt/archives; echo $?
0
(oneiric-i386)root@buildd:~# debsums -s; echo $?
debsums: no md5sums for g++
debsums: no md5sums for netbase
debsums: changed file /usr/share/doc/perl/changelog.Debian.gz (from perl-base 
package)
2
(oneiric-i386)root@buildd:~#

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

Title:
  debsums invalid package name

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

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


[Bug 809924] Re: debsums invalid package name

2011-09-04 Thread Ryan Niebur
The easiest way to disable the hook is built in to the package. If you
run sudo dpkg-reconfigure debsums it will ask you Should debsums
files be generated automatically by apt-get?, and you can change the
setting to No. This should fix your system.

Anyways, I looked into solving the actual problem too. Yesterday I
uploaded a new debsums to Debian with proper multiarch support (thanks
to a patch by Anders Kaseorg).

I tested it on an amd64 system with i386 multiarch libraries installed.
With the new Debian version of debsums, running debsums libc6
correctly lists x86_64-linux-gnu files, and running debsums
libc6:i386 correctly lists i386-linux-gnu files.

So then on this system I installed the Ubuntu debsums .deb which is
supposed to have multiarch support. When running debsums libc6, it
lists the i386-linux-gnu files (from  libc6:i386, which is wrong), and
when running debsums libc6:i386 it dies of this error: debsums:
invalid package name 'libc6:i386'.

While this isn't the exact same problem as the bug reporters had,
clearly there is something wrong with the multiarch logic in this
version of debsums. I haven't actually tested the new Debian debsums on
Ubuntu, but I suspect this would solve it.

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

Title:
  debsums invalid package name

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

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


[Bug 453070] Re: Please sync midori (0.2.0-1) from Debian unstable

2009-12-24 Thread Ryan Niebur
** Changed in: midori (Ubuntu)
   Status: Incomplete = New

** Summary changed:

- Please sync midori (0.2.0-1) from Debian unstable
+ Please sync midori (0.2.2-1) from Debian unstable

-- 
Please sync midori (0.2.2-1) from Debian unstable main
https://bugs.launchpad.net/bugs/453070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 453070] Re: Please sync midori (0.2.2-1) from Debian unstable main

2009-12-24 Thread Ryan Niebur
built fine in a lucid chroot.

-- 
Please sync midori (0.2.2-1) from Debian unstable main
https://bugs.launchpad.net/bugs/453070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 499023] Re: inosync not compatible with shipped python-pyinotify

2009-12-23 Thread Ryan Niebur
this has been fixed in version 0.2-2.

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

-- 
inosync not compatible with shipped python-pyinotify
https://bugs.launchpad.net/bugs/499023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296605] Re: libxml-simple-ruby path workaround causes double loading with rails

2009-10-23 Thread Ryan Niebur
yes, and that's the change that happened for karmic.

-- 
libxml-simple-ruby path workaround causes double loading with rails
https://bugs.launchpad.net/bugs/296605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 13917] Re: CPAN's XML::SAX update conflicts with libxml-sax-perl's XML::SAX

2009-10-17 Thread Ryan Niebur
** Changed in: libxml-sax-perl (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

-- 
CPAN's XML::SAX update conflicts with libxml-sax-perl's XML::SAX
https://bugs.launchpad.net/bugs/13917
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 13917] Re: CPAN's XML::SAX update conflicts with libxml-sax-perl's XML::SAX

2009-10-16 Thread Ryan Niebur
instead of saying I told you so, why don't you fix it? the only patch
I've seen from you didn't work. if you can't handle fixing it, give up
ownership of the bug so that I can.

-- 
CPAN's XML::SAX update conflicts with libxml-sax-perl's XML::SAX
https://bugs.launchpad.net/bugs/13917
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 418292] Re: midori uses 100% CPU in certain situations and has to be killed

2009-09-06 Thread Ryan Niebur
honestly, I have no idea what you expect me or anybody else to do here.
The attached files provide no information as to where in the code is
causing this. you don't have exact steps to reproduce. all you tell me
is that somewhere in the code, there is something that's causing midori
to freeze. I'm not going to be able to debug this myself, and I don't
feel comfortable forwarding such a silly seeming request to upstream
(tho I encourage you to do so yourself).

Cheers,
Ryan

-- 
midori uses 100% CPU in certain situations and has to be killed
https://bugs.launchpad.net/bugs/418292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
thanks for making the bug report.
please rebuild alarm-clock with the attached patch so that it gives you a more 
verbose error message, and tell me what that error was.


** Attachment added: gtk-builder-proper-error-handling
   http://launchpadlibrarian.net/31398199/gtk-builder-proper-error-handling

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
ubu...@ubuntu:~$ alarmclock 
Cannot load GTK Builder file: Duplicate object id 'vbox2' on line 3583 
(previously on line 591)
ubu...@ubuntu:~$

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
fix on the way

** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
fix uploaded to Debian, new version is 1.2.3-2.

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400605] Re: [FFe] Sync alarm-clock 1.2.3-2 (universe) from Debian unstable (main)

2009-09-06 Thread Ryan Niebur
new version (1.2.3-2) fixing #425163 uploaded to Debian.


** Summary changed:

- [FFe] Sync alarm-clock 1.2.3-1 (universe) from Debian unstable (main)
+ [FFe] Sync alarm-clock 1.2.3-2 (universe) from Debian unstable (main)

-- 
[FFe] Sync alarm-clock 1.2.3-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/400605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-06 Thread Ryan Niebur
I'll take the easy way out

** Changed in: gnome-web-photo (Ubuntu)
 Assignee: Alexander Sack (asac) = Ryan Niebur (ryan52)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-06 Thread Ryan Niebur
bah wrong button. :)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-06 Thread Ryan Niebur
here's a debdiff that fixes this, one other bug, and has two small
improvements to the script.


** Attachment added: gnome-web-photo.debdiff
   http://launchpadlibrarian.net/31400349/gnome-web-photo.debdiff

** Changed in: gnome-web-photo (Ubuntu)
 Assignee: Ryan Niebur (ryan52) = Ubuntu Sponsors for universe 
(ubuntu-universe-sponsors)

** Changed in: gnome-web-photo (Ubuntu)
 Assignee: Ubuntu Sponsors for universe (ubuntu-universe-sponsors) = Ryan 
Niebur (ryan52)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-06 Thread Ryan Niebur
andv said he will sponsor it after asac comments on it.


** Changed in: gnome-web-photo (Ubuntu)
 Assignee: Ryan Niebur (ryan52) = Andrea Veri (bluekuja)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355511] Re: Ubuntu 9.04/64bits: Spaces in a filename is a problem.

2009-09-06 Thread Ryan Niebur
fixed in debdiff in bug 423822

** Changed in: gnome-web-photo (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-web-photo (Ubuntu)
   Status: New = Fix Committed

-- 
Ubuntu 9.04/64bits: Spaces in a filename is a problem.
https://bugs.launchpad.net/bugs/355511
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
right, I fixed that separately. just try with 1.2.3-2 from Debian.

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 425163] Re: alarmclock 1.2.3 doesn't work

2009-09-06 Thread Ryan Niebur
now there are links to 1.2.3-2

-- 
alarmclock 1.2.3 doesn't work
https://bugs.launchpad.net/bugs/425163
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-05 Thread Ryan Niebur
reassigning to asac, I'm clueless.


** Changed in: gnome-web-photo (Ubuntu)
 Assignee: Ryan Niebur (ryan52) = Alexander Sack (asac)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375958] Re: alarm-clock 'help -- about' has out-of-date URL for homepage

2009-09-05 Thread Ryan Niebur
it's already fixed in alarm clock..
that's why I set the status of the ubuntu bug the way I did.


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

-- 
alarm-clock 'help -- about' has out-of-date URL for homepage
https://bugs.launchpad.net/bugs/375958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375958] Re: alarm-clock 'help -- about' has out-of-date URL for homepage

2009-09-05 Thread Ryan Niebur
oh, a misunderstanding...alarm-clock.pl *is* the upstream website, not
launchpad.

-- 
alarm-clock 'help -- about' has out-of-date URL for homepage
https://bugs.launchpad.net/bugs/375958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254751] Re: Issue when renaming directory with inotifywait

2009-09-04 Thread Ryan Niebur
the patch that will soon be showing up here: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447672
also fixes this problem. I'll get a fixed package out by the time of the 
release process for karmic+1.


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

** Changed in: inotify-tools (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: inotify-tools (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

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

-- 
Issue when renaming directory with inotifywait
https://bugs.launchpad.net/bugs/254751
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-04 Thread Ryan Niebur
this would be a bug in gnome-web-photo. reassigning.


** Package changed: shutter (Ubuntu) = gnome-web-photo (Ubuntu)

** Changed in: gnome-web-photo (Ubuntu)
   Importance: Undecided = Medium

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423822] Re: Take screenshot from web does not work.

2009-09-04 Thread Ryan Niebur
** Changed in: gnome-web-photo (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

-- 
Take screenshot from web does not work.
https://bugs.launchpad.net/bugs/423822
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400605] Re: [FFe] Sync alarm-clock 1.2.3-1 (universe) from Debian unstable (main)

2009-09-03 Thread Ryan Niebur
note that this is a complete rewrite...

-- 
[FFe] Sync alarm-clock 1.2.3-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/400605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423967] Re: package does not include Catalyst::Plugin::Unicode

2009-09-03 Thread Ryan Niebur
this was fixed in 34 in Debian. perhaps we should request a sync to
ubuntu?


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

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

-- 
package does not include Catalyst::Plugin::Unicode
https://bugs.launchpad.net/bugs/423967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400605] Re: Please upgrade alarm-clock to 1.2.2 version

2009-09-02 Thread Ryan Niebur
hi guys. thanks much for your work on this! I will integrate it into
Debian, and then during the next Ubuntu release cycle I will request a
sync. Sorry that this didn't get into Karmic in time.


** Changed in: alarm-clock (Ubuntu)
   Status: New = In Progress

** Changed in: alarm-clock (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

-- 
Please upgrade alarm-clock to 1.2.2 version
https://bugs.launchpad.net/bugs/400605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 419167] Re: Alarm Clock 0.9.18 - Shutdown - alarms lost

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

-- 
Alarm Clock 0.9.18 - Shutdown - alarms lost
https://bugs.launchpad.net/bugs/419167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400605] Re: Please upgrade alarm-clock to 1.2.2 version

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Please upgrade alarm-clock to 1.2.2 version
https://bugs.launchpad.net/bugs/400605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375958] Re: alarm-clock 'help -- about' has out-of-date URL for homepage

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
alarm-clock 'help -- about' has out-of-date URL for homepage
https://bugs.launchpad.net/bugs/375958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375952] Re: alarm-clock preferences page doesn't scale with font dpi

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
alarm-clock preferences page doesn't scale with font dpi
https://bugs.launchpad.net/bugs/375952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 365079] Re: Package alarm-clock Jaunty missing dependencies

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
Package alarm-clock Jaunty missing dependencies
https://bugs.launchpad.net/bugs/365079
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 321795] Re: Alarm clock crashes with python error

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

-- 
Alarm clock crashes with python error
https://bugs.launchpad.net/bugs/321795
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 343539] Re: package alarm-clock None [modified: /var/lib/dpkg/info/alarm-clock.list] failed to install/upgrade: failed in buffer_read(fd): files list for package `tracker-search-tool'

2009-09-02 Thread Ryan Niebur
maybe a dpkg problem? I dunno, tho I'm pretty sure it's not alarm-clocks
fault.

** Package changed: alarm-clock (Ubuntu) = dpkg (Ubuntu)

-- 
package alarm-clock None [modified: /var/lib/dpkg/info/alarm-clock.list] failed 
to install/upgrade: failed in buffer_read(fd): files list for package 
`tracker-search-tool'
https://bugs.launchpad.net/bugs/343539
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 274121] Re: alarm-clock crashed with IndexError in SoundPrefsActive()

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

-- 
alarm-clock crashed with IndexError in SoundPrefsActive()
https://bugs.launchpad.net/bugs/274121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 275090] Re: alarm-clock crashed with SIGSEGV in gtk_style_attach()

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

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

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


[Bug 271489] Re: alarm-clock crashed with IOError in PreferencesDialog()

2009-09-02 Thread Ryan Niebur
** Changed in: alarm-clock (Ubuntu)
   Status: New = Fix Committed

-- 
alarm-clock crashed with IOError in PreferencesDialog()
https://bugs.launchpad.net/bugs/271489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 419167] should be fixed in karmic+1

2009-09-02 Thread Ryan Niebur
these bugs have most likely been fixed with newer upstream versions in
Debian, and the new version of the package will make it's way into the
release after karmic.

-- 
_
Ryan Niebur
ryanrya...@gmail.com

-- 
Alarm Clock 0.9.18 - Shutdown - alarms lost
https://bugs.launchpad.net/bugs/419167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158729] Re: man page contains make output

2009-08-27 Thread Ryan Niebur
this seems to be fixed now

** Changed in: quilt (Ubuntu)
   Status: Triaged = Fix Released

-- 
man page contains make output
https://bugs.launchpad.net/bugs/158729
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412874] Re: New upstream release (0.1.9)

2009-08-22 Thread Ryan Niebur
thanks for your work on this julien! I'll bring your changes back to
Debian.

-- 
New upstream release (0.1.9)
https://bugs.launchpad.net/bugs/412874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412874] Re: Please sync midori (0.1.8-1) from Debian unstable

2009-08-15 Thread Ryan Niebur
(I'm the Debian maintainer for midori)

well, oops, I didn't know there was a new upstream version.

bash jade master midori $ uscan --report
bash jade master midori $ 

I guess upstream moved where they put tarballs. meh.
anyways, thanks for the reminder, I'll get the package updated in Debian soon.

-- 
Please sync midori (0.1.8-1) from Debian unstable
https://bugs.launchpad.net/bugs/412874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412587] [NEW] please sync libparse-exuberantctags-perl from debian sid

2009-08-12 Thread Ryan Niebur
Public bug reported:

this is needed for the new padre, see:
https://bugs.launchpad.net/ubuntu/+source/padre/+bug/412583

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
please sync libparse-exuberantctags-perl from debian sid
https://bugs.launchpad.net/bugs/412587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412585] [NEW] please sync liblocale-msgfmt-perl from debian sid

2009-08-12 Thread Ryan Niebur
Public bug reported:

this is needed for the new padre, see:
https://bugs.launchpad.net/ubuntu/+source/padre/+bug/412583

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
please sync liblocale-msgfmt-perl from debian sid
https://bugs.launchpad.net/bugs/412585
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412586] [NEW] please sync libppix-editortools-perl from debian sid

2009-08-12 Thread Ryan Niebur
Public bug reported:

this is needed for the new padre, see:
https://bugs.launchpad.net/ubuntu/+source/padre/+bug/412583

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
please sync libppix-editortools-perl from debian sid
https://bugs.launchpad.net/bugs/412586
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412583] [NEW] please sync padre 0.42-1 from debian

2009-08-12 Thread Ryan Niebur
Public bug reported:

Binary package hint: padre

this is the padre upstream's birthday release so we'd like to have it
in Ubuntu.

it also adds a .desktop and menu file so that Padre can be ran from the
GNOME (and other) menus, which is a bit important. ;)

here's the changelog:

padre (0.42-1) unstable; urgency=low

  * New Upstream Version
+ add explicit dependency on libtest-simple-perl (= 0.88)
+ rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)
+ rules: no need to re-generate .mo files from .po. Upstream does it now
+ copyright: describe share/icons/padre/16x16/logo.png
  - describe share/icons/padre/16x16/toggle-comments.png
  - Padre license is the same as Perl (i.e. not Perl 5)
  - update list of copright holders
  - also list translators
+ drop libtest-most-perl from build-dependencies
+ add liblocale-msgfmt-perl to build-dependencies
+ add libcapture-tiny-perl to (build-)dependencies
+ add libfile-remove-perl (= 1.42) to (build-)dependencies
+ drop libmodule-inspector-perl from (build-)dependencies
+ add libppix-editortools-perl to (build-)dependencies
+ add libparse-exuberantctags-perl to (build-)dependencies
+ patches:
  - drop lower-wx-requirement-to-2.8.7.patch and replace it with
SKIP_WXWIDGETS_VERSION_CHECK=1 when configuring
adjust README.debian accordingly
  - refresh disable-tcp-server.patch
  - drop don't-require-new-file-path.patch (applied upstream)
  - rework fix-pod2-errors.patch (new release, new errors :))
  * add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
in three examples (thanks lintian)
  * add more lintian overrides about script-not-executable for scripts that are
treated as examples/templates
  * add fix-whatis.patch fixing the whatis entry of Padre::Wx
  * add menu and .desktop file

 -- Damyan Ivanov d...@debian.org  Wed, 12 Aug 2009 14:44:55 +0300

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

-- 
please sync padre 0.42-1 from debian
https://bugs.launchpad.net/bugs/412583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412583] Re: please sync padre 0.42-1 from debian

2009-08-12 Thread Ryan Niebur
new dependencies:
https://bugs.launchpad.net/ubuntu/+bug/412585
https://bugs.launchpad.net/ubuntu/+bug/412587
https://bugs.launchpad.net/ubuntu/+bug/412586

-- 
please sync padre 0.42-1 from debian
https://bugs.launchpad.net/bugs/412583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 402038] [NEW] please sync storebackup 3.2-1 from debian sid main

2009-07-20 Thread Ryan Niebur
Public bug reported:

Binary package hint: storebackup

This is a bug fix release. Here's the Debian changelog:

storebackup (3.2-1) unstable; urgency=low

  * New Upstream Version
- bug fix release (Closes: #532188, #532176, #532183)
  * Debian Policy 3.8.2

 -- Ryan Niebur ryanrya...@gmail.com  Sun, 19 Jul 2009 15:45:45 -0700

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

-- 
please sync storebackup 3.2-1 from debian sid main
https://bugs.launchpad.net/bugs/402038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 388555] Re: shutter crashed with SIGSEGV

2009-07-10 Thread Ryan Niebur
the conflict problem is just a bug in the unofficial packages. the
ubuntu packages work fine. you can grab 0.80 from debian unstable.

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

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


[Bug 398047] [NEW] please sync 1:1.221-1 from debian sid

2009-07-10 Thread Ryan Niebur
Public bug reported:

Binary package hint: libgtk2-perl

the ubuntu changes have been made in the Debian package, so this package
can be synced.

here's the changelog:

libgtk2-perl (1:1.221-1) unstable; urgency=low

  * New upstream release
  * Debian Policy 3.8.2
  * remove fix-bindings-tests and fix-number-of-style-tests patches,
applied upstream
  * disable try-to-fix-recent-chooser-tests and disable-socket-plug-
tests tests, and add -s -noreset options to xvfb-run, suggestion
from Loïc Minier

 -- Ryan Niebur ryanrya...@gmail.com  Fri, 10 Jul 2009 14:23:44 -0700

** Affects: libgtk2-perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
please sync 1:1.221-1 from debian sid
https://bugs.launchpad.net/bugs/398047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 396273] [NEW] please sync padre 0.36-3 from Debian sid main

2009-07-06 Thread Ryan Niebur
Public bug reported:

here's the changelog:

padre (0.36-3) unstable; urgency=low

  * remove build dep on locales-all (Closes: #535248) (LP: #394128)
  * Debian Policy 3.8.2

 -- Ryan Niebur ryanrya...@gmail.com  Fri, 03 Jul 2009 23:35:34 -0700

this upload is just to fix the FTBFS in Ubuntu.

** Affects: padre (Ubuntu)
 Importance: Wishlist
 Assignee: Nathan Handler (nhandler)
 Status: In Progress

-- 
please sync padre 0.36-3 from Debian sid main
https://bugs.launchpad.net/bugs/396273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 394128] Re: FTBFS because of build dependency on locales-all that does not exist in Ubuntu

2009-07-04 Thread Ryan Niebur
upload to Debian and sync request coming soon.

-- 
FTBFS because of build dependency on locales-all that does not exist in Ubuntu
https://bugs.launchpad.net/bugs/394128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296605] Re: libxml-simple-ruby path workaround causes double loading with rails

2009-07-01 Thread Ryan Niebur
it's in karmic.

see the changelog:
http://changelogs.ubuntu.com/changelogs/pool/universe/libx/libxml-simple-ruby/libxml-simple-ruby_1.0.12-1/changelog

and the debian bug it points to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514581

-- 
libxml-simple-ruby path workaround causes double loading with rails
https://bugs.launchpad.net/bugs/296605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296605] Re: libxml-simple-ruby path workaround causes double loading with rails

2009-07-01 Thread Ryan Niebur
ok, sorry for not being verbose enough, but you could have checked which
ubuntu versions had new uploads of libxml-simple-ruby, and the changelog
clearly explained that it fixes this bug.

anyway, I don't know if it will be fixed in Intrepid, or Jaunty, or
anything older, but it is fixed for Karmic. I don't contribute to
directly to Ubuntu, so I won't be of any help with SRUs/backports.
sorry.

-- 
libxml-simple-ruby path workaround causes double loading with rails
https://bugs.launchpad.net/bugs/296605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296605] Re: libxml-simple-ruby path workaround causes double loading with rails

2009-07-01 Thread Ryan Niebur
and looking at https://wiki.ubuntu.com/StableReleaseUpdates#When, it
looks like this doesn't warrant a SRU anyway. if you want it fixed on an
older version, you can probably just download the .deb from karmic and
dpkg -i it.

-- 
libxml-simple-ruby path workaround causes double loading with rails
https://bugs.launchpad.net/bugs/296605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 187921] Re: [needs-packaging] Gtk2::Mozembed

2009-06-23 Thread Ryan Niebur
http://packages.ubuntu.com/karmic/libgtk2-mozembed-perl

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

-- 
[needs-packaging] Gtk2::Mozembed
https://bugs.launchpad.net/bugs/187921
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 388555] Re: shutter crashed with SIGSEGV

2009-06-22 Thread Ryan Niebur
hi! does this always happen? I would expect not, but if it's
reproducable, that would be good to know. random glitches that only
happen once make it harder :).

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

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


[Bug 390048] Re: Please update clive to version 2.2.0

2009-06-20 Thread Ryan Niebur
waiting for a sponsor (in Debian)


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

** Changed in: clive (Ubuntu)
   Status: New = In Progress

** Changed in: clive (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

-- 
Please update clive to version 2.2.0
https://bugs.launchpad.net/bugs/390048
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 138856] Re: dh-make-perl misses to include some packages in Depends or Suggests

2009-06-12 Thread Ryan Niebur
works for me with current dh-make-perl trunk

** Changed in: dh-make-perl (Ubuntu)
   Status: New = Fix Released

-- 
dh-make-perl misses to include some packages in Depends or Suggests
https://bugs.launchpad.net/bugs/138856
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201761] Re: typing in bug number crashes apt-listbugs

2009-06-12 Thread Ryan Niebur
reporter says it works now.

** Changed in: apt-listbugs (Ubuntu)
   Status: Incomplete = Fix Released

-- 
typing in bug number crashes apt-listbugs
https://bugs.launchpad.net/bugs/201761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327389] Re: mp3splt crashed with SIGSEGV in memcpy()

2009-06-12 Thread Ryan Niebur
ok...I didn't ask for you to test with sf.net, I asked for you to test
with karmic, but anyways, I'll close the bug, it's fixed for karmic.


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

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

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


[Bug 322200] Re: sysvbanner installs as banner which causes confusion.

2009-06-12 Thread Ryan Niebur
hint for the future: dpkg -L sysvbanner

but I will keep this bug open, and possibly address it in the future.

-- 
sysvbanner installs as banner which causes confusion.
https://bugs.launchpad.net/bugs/322200
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296605] Re: libxml-simple-ruby path workaround causes double loading with rails

2009-06-12 Thread Ryan Niebur
fixed

** Changed in: libxml-simple-ruby (Ubuntu)
   Status: Confirmed = Fix Released

-- 
libxml-simple-ruby path workaround causes double loading with rails
https://bugs.launchpad.net/bugs/296605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 183314] Re: libauthen-simple-pam-perl requires libauthen-simple-perl to function, but doesn't Depend on it

2009-06-12 Thread Ryan Niebur
fixed in version 0.2-3

** Changed in: libauthen-simple-pam-perl (Ubuntu)
   Status: New = Fix Released

-- 
libauthen-simple-pam-perl requires libauthen-simple-perl to function, but 
doesn't Depend on it
https://bugs.launchpad.net/bugs/183314
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 323533] Re: lshw-gtk doesn't show all the details

2009-06-12 Thread Ryan Niebur
erm...sorry, I see that you've already attached lshw output. so the
question is whether they were both ran as root or not.

-- 
lshw-gtk doesn't show all the details
https://bugs.launchpad.net/bugs/323533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 323533] Re: lshw-gtk doesn't show all the details

2009-06-12 Thread Ryan Niebur
perhaps you didn't run this as root? try running lshw-gtk as root. if
that still only shows small amounts of detail, try just running lshw
as root...does it give more information? what exactly does it give?

-- 
lshw-gtk doesn't show all the details
https://bugs.launchpad.net/bugs/323533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327389] Re: mp3splt crashed with SIGSEGV in memcpy()

2009-06-12 Thread Ryan Niebur
I can't understand what you said, sorry. but it's fine, and this will
work in karmic, because karmic has the most recent version.

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

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


[Bug 380451] Re: missing dependencies for libaudio-mpd-perl (mpd-dynamic daemon)

2009-06-12 Thread Ryan Niebur
these are in the Recommends field already, closing bug report as Invalid


** Changed in: libaudio-mpd-perl (Ubuntu)
   Status: New = Invalid

-- 
missing dependencies for libaudio-mpd-perl (mpd-dynamic daemon)
https://bugs.launchpad.net/bugs/380451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351352] Re: 9.04 alarm clock locks up computer.

2009-06-11 Thread Ryan Niebur
as nloewen said, this is now fixed

** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = Fix Released

-- 
9.04 alarm clock locks up computer.
https://bugs.launchpad.net/bugs/351352
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 382339] [NEW] please sync svn-buildpackage 0.6.25 from debian sid main

2009-06-01 Thread Ryan Niebur
Public bug reported:

Binary package hint: svn-buildpackage

the only change in the ubuntu diff is fixed in Debian (from version
0.6.24). Here's the relevant piece of the changelog:

 * Modified patch from Ubuntu to ignore empty files with non-zero
length.

since the bug that the ubuntu diff fixed is fixed in Debian, the ubuntu
diff should just be dropped and the package should be synced.

** Affects: svn-buildpackage (Ubuntu)
 Importance: Undecided
 Status: New

-- 
please sync svn-buildpackage 0.6.25 from debian sid main
https://bugs.launchpad.net/bugs/382339
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 382343] [NEW] please sync midori 0.1.7-1 from debian sid main

2009-06-01 Thread Ryan Niebur
Public bug reported:

Binary package hint: midori

The ubuntu specific changes are now addressed in the midori in Debian.
Here are the relevant changelog entries:

   * change the default-homepage patch to use the files in debian/config/
 to set the default homepage based on whether it's debian, ubuntu,
 etc (second half of ubuntu diff)
   * also set a priority number for the alternative in the distro config
 file. This sets it to 50 for debian, and 39 for ubuntu (just under
 firefox). This addresses the other half of the ubuntu diff.

since the only changes in the ubuntu diff are now made automatically
during build, the ubuntu diff should be dropped and this package should
just be synced.

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

-- 
please sync midori 0.1.7-1 from debian sid main
https://bugs.launchpad.net/bugs/382343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375278] Re: Ldm sometimes hangs at logout

2009-05-27 Thread Ryan Niebur
crap, sorry for forgetting to look at this. if somebody else wants to,
go ahead.

-- 
Ldm sometimes hangs at logout
https://bugs.launchpad.net/bugs/375278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307885] Re: Please update to storeBackup 3.1 in karmic

2009-05-25 Thread Ryan Niebur
http://packages.qa.debian.org/s/storebackup/news/20090525T093448Z.html

-- 
Please update to storeBackup 3.1 in karmic
https://bugs.launchpad.net/bugs/307885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307885] Re: Please update to storeBackup 3.1 in karmic

2009-05-24 Thread Ryan Niebur
3.1 has been released and will be uploaded to debian unstable today, and
then should be synced to karmic automatically.

** Summary changed:

- Please update to storeBackup 3.0 in jaunty
+ Please update to storeBackup 3.1 in karmic

-- 
Please update to storeBackup 3.1 in karmic
https://bugs.launchpad.net/bugs/307885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 327389] Re: mp3splt crashed with SIGSEGV in memcpy()

2009-05-21 Thread Ryan Niebur
Hi Martin,

Thanks for the bug report. Could you please retry with the version of
mp3splt in karmic? If that's too much trouble for you, I can provide
backported packages of the new version for intrepid. And does the crash
always happen when you run this? if so, could you please provide the
file that this happens on so that I can reproduce it and debug it and
fix it myself?

Thanks in advance,
Ryan

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

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


[Bug 358321] Re: some scripts in irssi-scripts are out of date

2009-05-12 Thread Ryan Niebur
** Changed in: irssi-scripts (Debian)
   Importance: Undecided = Unknown

** Changed in: irssi-scripts (Debian)
   Status: In Progress = Unknown

** Changed in: irssi-scripts (Debian)
 Remote watch: None = Debian Bug tracker #497788

** Changed in: irssi-scripts (Debian)
 Assignee: Ryan Niebur (ryan52) = (unassigned)

-- 
some scripts in irssi-scripts are out of date
https://bugs.launchpad.net/bugs/358321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375278] Re: Ldm sometimes hangs at logout

2009-05-11 Thread Ryan Niebur
** Changed in: ldm (Ubuntu)
   Importance: Undecided = Low

** Changed in: ldm (Ubuntu)
   Status: New = In Progress

** Changed in: ldm (Ubuntu)
 Assignee: (unassigned) = Ryan Niebur (ryan52)

-- 
Ldm sometimes hangs at logout
https://bugs.launchpad.net/bugs/375278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 358321] Re: some scripts in irssi-scripts are out of date

2009-05-07 Thread Ryan Niebur
Steven, it probably does because I tagged the Debian bug pending. The
current version of the package in git has this fixed. I have now added
(LP: #358321) to the changelog so that when it is uploaded to Debian
and synced to Ubuntu this bug will be closed as well.

-- 
some scripts in irssi-scripts are out of date
https://bugs.launchpad.net/bugs/358321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371572] Re: mk-sbuild-lv: adds deb-src lines to sources.list for no reason

2009-05-05 Thread Ryan Niebur
no problem, that's understandable.

-- 
mk-sbuild-lv: adds deb-src lines to sources.list for no reason
https://bugs.launchpad.net/bugs/371572
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371569] Re: mk-sbuild-lv: debian sid doesn't have security updates

2009-05-05 Thread Ryan Niebur
thanks!

-- 
mk-sbuild-lv: debian sid doesn't have security updates
https://bugs.launchpad.net/bugs/371569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371569] [NEW] mk-sbuild-lvm: debian sid doesn't have security updates

2009-05-04 Thread Ryan Niebur
Public bug reported:

Binary package hint: ubuntu-dev-tools

when creating a chroot for Debian sid I get these errors:

Err http://security.debian.org sid/updates/main Packages
  404 Not Found [IP: 212.211.132.250 80]
Err http://security.debian.org sid/updates/non-free Packages
  404 Not Found [IP: 212.211.132.250 80]
Err http://security.debian.org sid/updates/contrib Packages
  404 Not Found [IP: 212.211.132.250 80]
Err http://security.debian.org sid/updates/main Sources
  404 Not Found [IP: 212.211.132.250 80]
Err http://security.debian.org sid/updates/non-free Sources
  404 Not Found [IP: 212.211.132.250 80]
Err http://security.debian.org sid/updates/contrib Sources
  404 Not Found [IP: 212.211.132.250 80]
W: Failed to fetch 
http://security.debian.org/dists/sid/updates/main/binary-amd64/Packages  404 
Not Found [IP: 212.211.132.250 80]

W: Failed to fetch http://security.debian.org/dists/sid/updates/non-free
/binary-amd64/Packages  404 Not Found [IP: 212.211.132.250 80]

W: Failed to fetch http://security.debian.org/dists/sid/updates/contrib
/binary-amd64/Packages  404 Not Found [IP: 212.211.132.250 80]

W: Failed to fetch
http://security.debian.org/dists/sid/updates/main/source/Sources  404
Not Found [IP: 212.211.132.250 80]

W: Failed to fetch http://security.debian.org/dists/sid/updates/non-
free/source/Sources  404 Not Found [IP: 212.211.132.250 80]

W: Failed to fetch
http://security.debian.org/dists/sid/updates/contrib/source/Sources  404
Not Found [IP: 212.211.132.250 80]

E: Some index files failed to download, they have been ignored, or old
ones used instead.


This is because debian doesn't have security updates for sid.
Here's a patch (untested, sorry) to fix this:

--- mk-sbuild-lv2009-05-04 01:54:07.0 -0700
+++ mk-sbuild-lv.new2009-05-04 02:06:21.0 -0700
@@ -258,6 +258,9 @@
 if [ -z $SOURCES_SECURITY_URL ]; then
 SOURCES_SECURITY_URL=http://security.debian.org/;
 fi
+if [ $RELEASE = unstable -o $RELEASE = sid ]; then
+   SKIP_SECURITY=1
+fi
 ;;
 *)
 echo Unknown --distro '$DISTRO': aborting 2
@@ -291,10 +294,12 @@
 deb-src ${DEBOOTSTRAP_MIRROR} RELEASE-updates ${COMPONENTS}
 EOM
 fi
-cat  $TEMP_SOURCES EOM
+if [ -z $SKIP_SECURITY ]; then
+   cat  $TEMP_SOURCES EOM
 deb ${SOURCES_SECURITY_URL} ${SOURCES_SECURITY_SUITE} ${COMPONENTS}
 deb-src ${SOURCES_SECURITY_URL} ${SOURCES_SECURITY_SUITE} ${COMPONENTS}
 EOM
+fi
 fi
 cat $TEMP_SOURCES | sed -e s|RELEASE|$RELEASE|g | \
 sudo bash -c cat  $MNT/etc/apt/sources.list

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

-- 
mk-sbuild-lvm: debian sid doesn't have security updates
https://bugs.launchpad.net/bugs/371569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371572] [NEW] mk-sbuild-lv: adds deb-src lines to sources.list for no reason

2009-05-04 Thread Ryan Niebur
Public bug reported:

Binary package hint: ubuntu-dev-tools

I'm assuming that most people are only using their sbuild chroots for
building packages, and aren't running apt-get source inside of them
much. So is there any reason to have deb-src lines in the sources.list
by default? imo, it seems like it would be fine to leave them commented
out. here's a (untested, sorry) patch to comment them out by default.

--- mk-sbuild-lv2009-05-04 02:12:07.0 -0700
+++ mk-sbuild-lv.deb-src2009-05-04 02:14:38.0 -0700
@@ -283,17 +283,17 @@
 else
 cat  $TEMP_SOURCES EOM
 deb ${DEBOOTSTRAP_MIRROR} RELEASE ${COMPONENTS}
-deb-src ${DEBOOTSTRAP_MIRROR} RELEASE ${COMPONENTS}
+#deb-src ${DEBOOTSTRAP_MIRROR} RELEASE ${COMPONENTS}
 EOM
 if [ -z $SKIP_UPDATES ]; then
 cat  $TEMP_SOURCES EOM
 deb ${DEBOOTSTRAP_MIRROR} RELEASE-updates ${COMPONENTS}
-deb-src ${DEBOOTSTRAP_MIRROR} RELEASE-updates ${COMPONENTS}
+#deb-src ${DEBOOTSTRAP_MIRROR} RELEASE-updates ${COMPONENTS}
 EOM
 fi
 cat  $TEMP_SOURCES EOM
 deb ${SOURCES_SECURITY_URL} ${SOURCES_SECURITY_SUITE} ${COMPONENTS}
-deb-src ${SOURCES_SECURITY_URL} ${SOURCES_SECURITY_SUITE} ${COMPONENTS}
+#deb-src ${SOURCES_SECURITY_URL} ${SOURCES_SECURITY_SUITE} ${COMPONENTS}
 EOM
 fi
 cat $TEMP_SOURCES | sed -e s|RELEASE|$RELEASE|g | \

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

-- 
mk-sbuild-lv: adds deb-src lines to sources.list for no reason
https://bugs.launchpad.net/bugs/371572
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371572] Re: mk-sbuild-lv: adds deb-src lines to sources.list for no reason

2009-05-04 Thread Ryan Niebur
** Changed in: ubuntu-dev-tools (Ubuntu)
   Importance: Undecided = Wishlist

-- 
mk-sbuild-lv: adds deb-src lines to sources.list for no reason
https://bugs.launchpad.net/bugs/371572
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371569] Re: mk-sbuild-lv: debian sid doesn't have security updates

2009-05-04 Thread Ryan Niebur
patch tested to work building a debian sid chroot

-- 
mk-sbuild-lv: debian sid doesn't have security updates
https://bugs.launchpad.net/bugs/371569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371569] Re: mk-sbuild-lv: debian sid doesn't have security updates

2009-05-04 Thread Ryan Niebur
** Summary changed:

- mk-sbuild-lvm: debian sid doesn't have security updates
+ mk-sbuild-lv: debian sid doesn't have security updates

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

-- 
mk-sbuild-lv: debian sid doesn't have security updates
https://bugs.launchpad.net/bugs/371569
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371572] Re: mk-sbuild-lv: adds deb-src lines to sources.list for no reason

2009-05-04 Thread Ryan Niebur
patch tested to work building a debian sid chroot

-- 
mk-sbuild-lv: adds deb-src lines to sources.list for no reason
https://bugs.launchpad.net/bugs/371572
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307885] Re: Please update to storeBackup 3.0 in jaunty

2009-04-10 Thread Ryan Niebur
I have preliminary packages, but to get them to the quality (added man
pages) that they need to be to be uploaded, I am waiting for an email
back from the upstream author.

For now, you can install them by running:
sudo apt-get install bzip2 perl debianutils
wget http://ryan52.info/~ryan52/storebackup_3.0-1_all.deb
sudo dpkg -i storebackup_3.0-1_all.deb

Sorry for taking so long on this. Please bear with me, I'll get this
taken care of for Karmic Koala.

-- 
Please update to storeBackup 3.0 in jaunty
https://bugs.launchpad.net/bugs/307885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212258] Re: storebackup logging error

2009-04-10 Thread Ryan Niebur
I have preliminary packages, but to get them to the quality (added man
pages) that they need to be to be uploaded, I am waiting for an email
back from the upstream author.

For now, you can install them by running:
sudo apt-get install bzip2 perl debianutils
wget http://ryan52.info/~ryan52/storebackup_3.0-1_all.deb
sudo dpkg -i storebackup_3.0-1_all.deb

Sorry for taking so long on this. Please bear with me, I'll get this
taken care of for Karmic Koala.

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

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


[Bug 319177] Re: [needs-packaging] mp3splt-gtk

2009-03-21 Thread Ryan Niebur
** Changed in: ubuntu
 Assignee: (unassigned) = Ryan Niebur (ryan52)
   Status: Confirmed = In Progress

-- 
[needs-packaging] mp3splt-gtk
https://bugs.launchpad.net/bugs/319177
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342158] [NEW] please make mk-sbuild-lv support creating debian build environments

2009-03-13 Thread Ryan Niebur
Public bug reported:

Binary package hint: ubuntu-dev-tools

It would be nice if mk-sbuild-lv could also be used to create Debian
build environments without having to edit the source. :)

Thanks,
Ryan

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

-- 
please make mk-sbuild-lv support creating debian build environments
https://bugs.launchpad.net/bugs/342158
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342154] [NEW] mk-sbuild-lv creates ~/ubuntu/{logs, build} even if you choose different directories

2009-03-13 Thread Ryan Niebur
Public bug reported:

Binary package hint: ubuntu-dev-tools

If I set $log_dir to something else, it still creates ~/ubuntu/logs/.
It'd be nice if it created the directory I specify instead, or at least
didn't create the one I didn't specifiy :)

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

-- 
mk-sbuild-lv creates ~/ubuntu/{logs,build} even if you choose different 
directories
https://bugs.launchpad.net/bugs/342154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342158] Re: please make mk-sbuild-lv support creating debian build environments

2009-03-13 Thread Ryan Niebur
adding variables to:
* disable the security repository (for Debian Unstable)
* change the host used for the security repository (to security.debian.org)
* which components to use (no universe, restricted, multiverse in debian)
* changing what's appended to  BUILD_PKGS (pkg-create-dbgsym and 
pkgbinarymangler don't exist in Debian)
* which keyring package gets installed (debian-archive-keyring instead of 
ubuntu-keyring)

okay, that's a lot. more than I thought it would be at first..
maybe just a --debian switch or something that changes all of that? :)

anyway, tomorrow or this weekend I'll make a patch.

-- 
please make mk-sbuild-lv support creating debian build environments
https://bugs.launchpad.net/bugs/342158
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >