Bug#755597:

2014-11-04 Thread Jordan Metzmeier
tags 755597 patch pending
thanks

There was a patch upstream that at least fixes the tests under django
1.7. I have not tested the installed functionality. I also did not
commit my changes to SVN, because there was a pending change to
debian/rules that never made it into the upload. Since this won't make
it in before the freeze, I thought it would be best to just provide
the debdiff without the rules change.


Regards,
Jordan Metzmeier


django-conneg-dj17.debdiff
Description: Binary data


Bug#759981: sbuild?

2014-09-18 Thread Jordan Metzmeier
This was caused by a missing build dependency on python-requests. The
pypi-install script requires it. After installing the package in a
clean vagrant image:

root@10:~# pypi-install --help
Traceback (most recent call last):
  File "/usr/bin/pypi-install", line 5, in 
from stdeb.downloader import myprint, get_source_tarball
  File "/usr/lib/python2.7/dist-packages/stdeb/downloader.py", line
10, in 
import requests
ImportError: No module named requests

I have committed the change to the svn repo.

Piotr, can you tag and upload the package with the updated depends?

Regards,
Jordan Metzmeier


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#755910: collides with python-bzrlib

2014-07-24 Thread Jordan Metzmeier
Here is the upstream bug report: https://github.com/paramiko/paramiko/issues/285

It looks like someone is already working on a patch.

Regards,
Jordan Metzmeier


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#753034: libparse-debianchangelog-perl: FTBFS: test failures - patch

2014-07-24 Thread Jordan Metzmeier
Control: tags patch

I investigated this issue and the failures appear to be the result of
a change in dpkg-parsechangelog. The difference in the produced output
is this library had a trailing space after "Changes: ", but
dpkg-parsechangelog no longer had that. I believe the
dpkg-parsechangelog behavior is correct.

Attached is a patch that resolves the bug and fixes the FTBFS.

Regards,
Jordan Metzmeier
--- a/lib/Parse/DebianChangelog/Util.pm
+++ b/lib/Parse/DebianChangelog/Util.pm
@@ -104,7 +104,11 @@
$v =~ m/\n$/o && warn(__g("field %s has trailing newline >%s<",
  $f, $v ));
$v =~ s/\$\{\}/\$/go;
-   $rfc822_str .= "$f: $v\n";
+# the changes have a space followed by a newline which was resulting
+# in a trailing space on "Changes: ". This caused the library to not
+# match the output of dpkg-parsechangelog
+$v = ' ' . $v if $v !~ m/^\s+/;
+   $rfc822_str .= "$f:$v\n";
 }
 
 return $rfc822_str;


Bug#679749: src:ntop: maintainer address bounces

2012-07-05 Thread Jordan Metzmeier
I have resolved the issue was causing my address to bounce. 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#672613: Recent binNMU should have fixed this

2012-05-18 Thread Jordan Metzmeier
I just tested it on my system and it is no longer segfaulting. Where
are details of binNMUs located? They do not appear to display on the
PTS.



Regards,
-- 
Jordan Metzmeier



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#672969: autokey-qt: segfaults on startup

2012-05-14 Thread Jordan Metzmeier
Package: autokey-qt
Version: 0.82.2-3
Severity: grave
Justification: renders package unusable

When starting autokey-qt, it segfaults after a slight delay. This bug
might be in
the python-sip library.

Program received signal SIGSEGV, Segmentation fault.
Python Exception  There is no member named ma_mask.:
createClassType (client=0xb7273740, ctd=0xb727b740, mod_dict=) at
/tmp/buildd/sip4-4.13.2/siplib/siplib.c:5502
5502/tmp/buildd/sip4-4.13.2/siplib/siplib.c: No such file or directory.
(gdb) backtrace
Python Exception  There is no member named ma_mask.:
#0  createClassType (client=0xb7273740, ctd=0xb727b740, mod_dict=) at
/tmp/buildd/sip4-4.13.2/siplib/siplib.c:5502
Python Exception  There is no member named ma_mask.:
#1  0xb78b5c64 in sip_api_init_module (client=0xb7273740, mod_dict=)
at /tmp/buildd/sip4-4.13.2/siplib/siplib.c:1418
#2  0xb7102977 in initkdecore () from
/usr/lib/python2.7/dist-packages/PyKDE4/kdecore.so
#3  0x080d3747 in _PyImport_LoadDynamicModule ()
#4  0x08130324 in load_module.39200 ()
#5  0x081305c4 in import_submodule.39211 ()
#6  0x08084e85 in load_next.39216 ()
#7  0x08130ff2 in import_module_level.isra.3.39237 ()
#8  0x0806dcbe in builtin___import__.32869 ()
#9  0x080bfe6f in PyObject_Call ()
#10 0x080c03f9 in PyEval_CallObjectWithKeywords ()
#11 0x0813d63d in PyEval_EvalFrameEx ()
#12 0x081417f0 in PyEval_EvalCodeEx ()
#13 0x0819b4f3 in PyImport_ExecCodeModuleEx ()
#14 0x0812fc38 in load_source_module.39157 ()
#15 0x081305c4 in import_submodule.39211 ()
#16 0x08084e85 in load_next.39216 ()
#17 0x08130ff2 in import_module_level.isra.3.39237 ()
#18 0x0806dcbe in builtin___import__.32869 ()
#19 0x080bfe6f in PyObject_Call ()
#20 0x080c03f9 in PyEval_CallObjectWithKeywords ()
#21 0x0813d63d in PyEval_EvalFrameEx ()
#22 0x081417f0 in PyEval_EvalCodeEx ()
#23 0x0819ad51 in PyRun_FileExFlags ()
#24 0x0819c61a in PyRun_SimpleFileExFlags ()
#25 0x0819d6a8 in Py_Main ()
#26 0x0806109b in main ()

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (501, 'experimental'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages autokey-qt depends on:
ii  autokey-common  0.82.2-3
ii  python  2.7.2-10
ii  python-kde4 4:4.7.4-2+b1
ii  python-notify   0.1.1-3
ii  python-qscintilla2  2.6.1-5+b1
ii  python-qt4  4.9.1-3
ii  python-qt4-dbus 4.9.1-3
ii  python2.6   2.6.7-4
ii  python2.7   2.7.3~rc2-2.1

autokey-qt recommends no packages.

autokey-qt suggests no packages.

-- no debconf information

Regards,
-- 
Jordan Metzmeier



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#595446: ntop: diff for NMU version 3:3.3-14.1

2010-10-19 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Alexander,

I would like to request that this time be extended. I have contacted Ola
today to request removal from squeeze. The concern is not this RC bug,
but the ability to offer security support for a beta release from from
2007 for the lifetime of squeeze. In this case, I feel that it will be
best to offer this package via backports only, as soon as I can have a
4.x package prepared and uploaded to experimental.

Regards,
- -- 
Jordan Metzmeier
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMvjTDAAoJEKj/C3qNthmT5f4P/0DF3sBesJucXpTZl3zHykD9
AL46n317G435kaSwzsPqi08GItvJfxpcha7nXmSI3ImlATZfEezkVTlRkrrJdCOP
/RvPgs8d6XCx4HBTtcOpWPUBugM6uRbgunoSSPwfoSmvzAzKxBR2t6DZ94sDEkOW
iuLcfPy9Y++x7YiicjJMmIJgSKETeZ7jM8BYzribjaa5d3DA2xOKz8nC+BphbtFP
j+I+2ms5pcpJW7Vm+Qv/tQhJObXCF0DpzepWiX0DAvnrYNz1IOXJGxV8Kw2BT+l3
qrEgfc4gmDOeXs1Qx806itCpI5GaVenjxhsgH0MDD8El/hlCEkHsWSAwg+Y3w60w
GG/uHbnjA088SLlFVpnCNq16uhCYNgppD5lKViVesYslpR3ebileEG8xHtTTwTjz
RAv9FPwfiD7gY3L2zfYDyqmnrvmcIgBY1L1vzHDBl+o5DMsMU91VI7kr++c5ynCq
GegvK4ImOJ4ilmRzia2HFG4GHRCkh/kabYv7YJueljV05eCvO79rwFb3ztG/mC8z
6YKCwUeYkcPdhkdSb0q82dU1PGTk+6ckbVGb/oXIH5KMHUg8IrxWou0jVM5uvwoF
n5EdzkifUehEliVRGQpBe5McVT4tru32jc5+TrtxZgkSSVjEEDHS3bO+ftdzt2O3
Kjjr0pQHC242au2f25Dq
=Lnke
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#595450: ntop: ascii data files in /etc is a violation of FHS

2010-09-03 Thread Jordan Metzmeier
Package: ntop
Version: 3:3.3-14
Severity: serious
Justification: Policy 9.1.1

AS-list.txt
etter.finger.os
oui.txt
p2c.opt.table

The above files are placed in /etc but are not configuration files. They contain
ascii data. It is concievable that someone would replace these files, but 
doubtful
that anyone would edit them directly.

oui.txt is used by 6 total packages and perhaps should be moved to a different 
package
that others can declare Depends on.

I plan to have a patch and/or upload for this and the license issue next week.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (1, 'experimental'), (1, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntop depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libgdbm31.8.3-9  GNU dbm database routines (runtime
ii  libpcap0.8  1.1.1-2  system interface for user-level pa
ii  librrd4 1.4.3-2  time-series data storage and displ
ii  libssl0.9.8 0.9.8o-1 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

ntop recommends no packages.

Versions of packages ntop suggests:
pn  graphviz   (no description available)
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#595446: ntop: GPL code links openssl without a license exception

2010-09-03 Thread Jordan Metzmeier
Package: ntop
Version: 3:3.3-14
Severity: serious
Justification: Policy 2.2.1

This package is GPL but links with openssl without a linking exception in the 
license.

jor...@tesla ~/build/ntop/squeeze/ntop-3.3 $ ldd /usr/sbin/ntop | grep 'ssl'
 libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb6f1d000)

This can be fixed by removing --with-sslv3 from debian/rules and removing the 
depends.


-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (990, 'experimental'), (990, 'testing'), (500, 'stable'), (1, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntop depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libgdbm31.8.3-9  GNU dbm database routines (runtime
ii  libpcap0.8  1.1.1-2  system interface for user-level pa
ii  librrd4 1.4.3-2  time-series data storage and displ
ii  libssl0.9.8 0.9.8o-1 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

ntop recommends no packages.

Versions of packages ntop suggests:
pn  graphviz   (no description available)
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#593422: openarena: Segfaults unless pulseaudio is installed and running.

2010-08-18 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 08/18/2010 05:09 AM, Bruno Kleinert wrote:
> Am Dienstag, den 17.08.2010, 22:43 -0400 schrieb Jordan Metzmeier:
>> -- Initializing Sound --
>> Failed to open OpenAL device 'PulseAudio Software', trying default.
>> Allocated 96 sources.
>> OpenAL default capture device is 'PulseAudio Capture'
>> Segmentation fault
> Have you configured OpenAL to use ALSA instead of PulseAudio as primary
> audio interface? That's the "drivers=xyz" line
> in /etc/openal/alsoft.conf
> 

I checked this file and nothing like that is explicitly set. Nothing was
changed from default values. My copy of the configuration file is
attached. It consists mostly of comments.

Thanks for looking.

Regards,
- -- 
Jordan Metzmeier

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

iQIcBAEBCAAGBQJMbFRSAAoJEKj/C3qNthmTy5MP/1y++Xwxy5S+b98tczikW1O5
baPFzWega+4YC22kOHWxabO5+8A4fL1X4tzY5fYcGR/40GK/fYnMAQXgUkzmvzwy
N0K1Nb+OZGCLDttZhjXGk1sS8/qoNwUGLy6rTA7O+0lG3cYaOdlvlUWQ2Bf9HndX
p6i33BrLlTexMYhBAQ4Pgjh9srUTEBXsQ7DW1Yjwr8/ynnHbL8JRGq/G70mHAj1e
JJerF6KQcNewYrNdlcpgwkR5t6IeyMo5AiFHjEeF/QYhRY1rMoBEXb4xbKLsTSwM
J4OHARpZR6J5fp9w3+Y7Alu712J+WZP8lcsBNxLCCyH6zaiBEcfv1w9vUtmiFro4
YQF6zFyJkukCYxyilNDTYXK/2psOPqIoZXKA7iWsCUCrw3crSCOuy6hGy/p5MKyQ
GAGhtV4e5WhiiIwPGr0K3mC0KrEczgTJ8Z2gPrnV6RCce5hOhuSlXQ9e9/17wIsA
dQheriPYduVTXLDoJf8mVU6l2hSflL4eRJC9rhoq++L+BtgsLj0giouuvrjI5CoV
6p8v4FAXClgY5fTcIqvt8TPIT+91HEKlCCNz0zWVs5m8o8mkwyWv1nvIUGHfCc2w
ms87wYRqdMPp2YhDCjlH3UryD9kULnDK4zC7wFR/EC6k90dPuMeNijFohII4n/qF
YKq5IR8bV1AyMwCty6Tk
=8+mD
-END PGP SIGNATURE-
# OpenAL config file. Options that are not under a block or are under the
# [general] block are for general, non-backend-specific options. Blocks may
# appear multiple times, and duplicated options will take the last value
# specified.
# The system-wide settings can be put in /etc/openal/alsoft.conf and user-
# specific override settings in ~/.alsoftrc.
# For Windows, these settings should go into %AppData%\alsoft.ini
# The environment variable ALSOFT_CONF can be used to specify another config
# override

# Option and block names are case-insenstive. The supplied values are only
# hints and may not be honored (though generally it'll try to get as close as
# possible). Note: options that are left unset may default to app- or system-
# specified values. These are the current available settings:

## format:
#  Sets the output format. Can be one of:
#  AL_FORMAT_MONO8(8-bit mono)
#  AL_FORMAT_STEREO8  (8-bit stereo)
#  AL_FORMAT_QUAD8(8-bit 4-channel)
#  AL_FORMAT_51CHN8   (8-bit 5.1 output)
#  AL_FORMAT_61CHN8   (8-bit 6.1 output)
#  AL_FORMAT_71CHN8   (8-bit 7.1 output)
#  AL_FORMAT_MONO16   (16-bit mono)
#  AL_FORMAT_STEREO16 (16-bit stereo)
#  AL_FORMAT_QUAD16   (16-bit 4-channel)
#  AL_FORMAT_51CHN16  (16-bit 5.1 output)
#  AL_FORMAT_61CHN16  (16-bit 6.1 output)
#  AL_FORMAT_71CHN16  (16-bit 7.1 output)
#  AL_FORMAT_MONO32   (32-bit float mono)
#  AL_FORMAT_STEREO32 (32-bit float stereo)
#  AL_FORMAT_QUAD32   (32-bit float 4-channel)
#  AL_FORMAT_51CHN32  (32-bit float 5.1 output)
#  AL_FORMAT_61CHN32  (32-bit float 6.1 output)
#  AL_FORMAT_71CHN32  (32-bit float 7.1 output)
#format = AL_FORMAT_STEREO16

## cf_level:
#  Sets the crossfeed level for stereo output. Valid values are:
#  0 - No crossfeed
#  1 - Low crossfeed
#  2 - Middle crossfeed
#  3 - High crossfeed (virtual speakers are closer to itself)
#  4 - Low easy crossfeed
#  5 - Middle easy crossfeed
#  6 - High easy crossfeed
#  Users of headphones may want to try various settings. Has no effect on non-
#  stereo modes.
#cf_level = 0

## head_dampen:
#  Sets the amount of dampening on sounds emanating from behind the listener.
#  This is used to simulate the natural occlusion of the head, which is
#  typically missing with mono and stereo output, and as such, only works on
#  mono and stereo output modes. Valid values range from 0 to 1 (inclusive),
#  and higher values provide a stronger effect.
#head_dampen = 0.25

## frequency:
#  Sets the output frequency.
#frequency = 44100

## resampler:
#  Selects the resampler used when mixing sources. Valid values are:
#  0 - None (nearest sample, no interpolation)
#  1 - Linear (extrapolates samples using a linear slope between samples)
#  2 - Cosine (extrapolates using a (co)sine slope)
#  Specifying other values will result in using the default (linear).
#resampler = 1

## rt-prio:
#  Sets real-time priority for the mixing thread. Not all drivers may use this
#  (eg. PulseAudio) as they already control the priority of the mixing thread.
#  0 and negative values will disable it. Note that this may constitute a
#  security risk since a real-time priority thread can indefinitely block
#  normal-priority threads if it fails to wait. As such, the default is
#  disabled.
#rt-prio = 0

## period_size:
#  Sets the update period size, in fra

Bug#593422: openarena: Segfaults unless pulseaudio is installed and running.

2010-08-17 Thread Jordan Metzmeier
Package: openarena
Version: 0.8.5-3
Severity: grave
Justification: renders package unusable


After the upgrade to 0.8.5 the package becomes completely unusable. It 
attempts to load pulseaudio, then segfaults. This occurs on systems
that do not have pulseaudio installed or running.

openarena does not depend nor recommend pulseaudio.

This might be related, or a duplicate of #589896


jor...@tesla ~ $ openarena
ioq3+oa 1.36 linux-i386 Aug  8 2010
- FS_Startup -
Current search path:
/home/jordan/.openarena/baseoa
/usr/lib/games/openarena/baseoa/pak6-patch085.pk3 (559 files)
/usr/lib/games/openarena/baseoa/pak6-misc.pk3 (229 files)
/usr/lib/games/openarena/baseoa/pak5-TA.pk3 (139 files)
/usr/lib/games/openarena/baseoa/pak4-textures.pk3 (1753 files)
/usr/lib/games/openarena/baseoa/pak2-players.pk3 (669 files)
/usr/lib/games/openarena/baseoa/pak2-players-mature.pk3 (231 files)
/usr/lib/games/openarena/baseoa/pak1-maps.pk3 (100 files)
/usr/lib/games/openarena/baseoa/pak0.pk3 (1042 files)
/usr/lib/games/openarena/baseoa

--
4722 files in pk3 files
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
- Client Initialization -
Couldn't read q3history.
- Initializing Renderer 
---
QKEY found.
- Client Initialization Complete -
- R_Init -
SDL using driver "x11"
Initializing OpenGL display
Estimated display aspect: 1.600
...setting mode -1: 1920 1200
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
Available modes: '320x200 640x400 720x450 840x525 960x600 1440x900 1680x1050 
1920x1200 800x512 1600x1024 680x384 1360x768 960x540 1920x1080 360x200 720x400 
320x175 640x350 320x240 400x300 416x312 512x384 576x432 640x480 700x525 800x600 
832x624 896x672 928x696 960x720 1024x768 1152x864 1280x960 1400x1050 1600x1200 
640x512 1280x1024'
GL_RENDERER: GeForce GTX 260/PCI/SSE2
Initializing OpenGL extensions
...ignoring GL_EXT_texture_compression_s3tc
...ignoring GL_S3_s3tc
...using GL_EXT_texture_env_add
...using GL_ARB_multitexture
...using GL_EXT_compiled_vertex_array
...using GL_EXT_texture_filter_anisotropic (max: 16)

GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce GTX 260/PCI/SSE2
GL_VERSION: 3.2.0 NVIDIA 195.36.24
GL_EXTENSIONS: GL_ARB_color_buffer_float GL_ARB_compatibility 
GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp 
GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex 
GL_ARB_draw_instanced GL_ARB_fragment_coord_conventions GL_ARB_fragment_program 
GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object 
GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_half_float_pixel 
GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_map_buffer_range 
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query 
GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite 
GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects 
GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync 
GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object 
GL_ARB_texture_compression GL_ARB_texture_compression_rgtc 
GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine 
GL_ARB_texture_env_crossbar GL_ARB_texture_env
 _dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat 
GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two 
GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix 
GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra 
GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program 
GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float 
GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr 
GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color 
GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax 
GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader 
GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 
GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord 
GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample 
GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object 
GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program
 _parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays 
GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels 
GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex 
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects 
GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side 
GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array 
GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc 
GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc 
GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine 
GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic 
GL_EXT_texture_integer GL_EXT_

Bug#593052: adonthell-data: FTBFS: /bin/sh: ./configure: not found

2010-08-15 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 08/15/2010 03:48 AM, Lucas Nussbaum wrote:
> Source: adonthell-data
> Version: 0.3.4.cvs.20080529+dfsg-2
> Severity: serious
> Tags: squeeze sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20100815 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
>> ./autogen.sh
>> ./autogen.sh: 10: aclocal: not found
>> ./autogen.sh: 11: automake: not found
>> ./autogen.sh: 12: autoconf: not found
>>

Looks like missing build-depends on automake and autoconf. I could have
taken a different approach with the patch I submitted, and edited the
generated .in files instead of editing the .am's and having autogen.sh
regenerate them.

So either the patch needs to be redone to edit the Makefile.in files, or
build-deps on automake and autoconf are needed.


Regards,
- -- 
Jordan Metzmeier

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

iQIcBAEBCAAGBQJMaCzuAAoJEKj/C3qNthmTl7IP/j0/CChq0h4NtvVvrcITEIHh
gPm+hCNqpvPNVQWI+PPEWD0YTc6eF8i5IP6gODl+RQpOQNH7qArXEKLQ8Ojt0OmM
6Y8jHRR4XsOUrNTwhpmGlyMFDQzLy6N4VRZc6ePqXSXJJRgJSQmkdASmf8unzeJs
M4MCnHJMwoUmuMclds7Ak3fPQimk9QM+h3qMhx9FHZ0biyc3RQqXI4rDiMWrm2HL
znMu0N4S/iTveMuZhqaS0SHPYG3ZD/C2wBlpTkpps6QaYkef5EyMNS9W6FpFhshr
tM8aMBI2PcW0s649M0K+QjCA280bsTOJqhTTmU0KZC8z/+fxTdsnjhngRyR4TS+R
eFgFZwWgnuMVslqUgmftF3U5fWoqS+61v9MjR9mXDUzikbgtMRAkqZRPnESiBBW9
fEx5ag5RUzCytWSdmWazapQrX9CEvNJKhlTq/NAzR1OicU5rF2hv3uDFYw4AR7h1
2cDUqRAT9qNrGncUYtA99vP1iMT3yvl3RZblfmaVQL/JUt5EI1k9rP/WBikDqo07
MDBBaVC8ChTv2DM7HnRBpvGmjEHQAbaB0yw6s3/Uis0I8+bXiCDDT0pJ2mItglp0
hWPpvtD75pPCoHmo16Hd3ghGVJGOQRzhpEZ2SzGmKIww3y3axfnYvWn9p1zEcQl2
4BG9mzcj0qOO9K4TGWbP
=+8UJ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592175: software-center: Recommends python-launchpad-integration

2010-08-07 Thread Jordan Metzmeier
Package: software-center
Version: 2.0.3debian1
Severity: serious
Justification: Debian Policy §2.2.1

This package recommends python-launchpad-integration which is not in 
Debian.

§2.2.1 of Debian Policy states:

"packages in main must not must not require a package outside of main 
for compilation or execution (thus, the package must not declare a "Depends", 
"Recommends", or "Build-Depends" relationship on a non-main package)"


-- System Information:
Debian Release: 5.0.5
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-bpo.3-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#591879: adonthell-data: Policy violations: ships .pyc in .deb

2010-08-05 Thread Jordan Metzmeier
Package: adonthell-data
Version: 0.3.4.cvs.20080529-1
Severity: serious
Tags: patch
Justification: Python Policy 2.6

It was discovered that adothehell-data is shipping .pyc files. This seems 
to due to a patch not being updated after a new upstream release.

I have attached patches to resolve the issue.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages adonthell-data depends on:
ii  adonthell   0.3.5-5+b1   A 2D graphical roleplaying game
ii  python-support  1.0.9automated rebuilding support for P
ii  python2.6   2.6.5+20100706-1 An interactive high-level object-o

adonthell-data recommends no packages.

adonthell-data suggests no packages.

-- no debconf information
* updated bytecompile patch
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -2,12 +2,11 @@
 
 pkgdatadir = $(gamedatadir)/scripts
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = init.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/actions/Makefile.am
+++ b/scripts/actions/Makefile.am
@@ -1,11 +1,10 @@
 pkgdatadir = $(gamedatadir)/scripts/actions
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = talk.py __init__.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/dialogues/Makefile.am
+++ b/scripts/dialogues/Makefile.am
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/dialogues
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = orloth_start.py lucia_start.py sarin_start.py \
 janesta_start.py erek_start.py oliver_start.py bjarn_start.py \
@@ -9,7 +9,6 @@
 silverhair_start.py fellnir_start.py __init__.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/game_events/Makefile.am
+++ b/scripts/game_events/Makefile.am
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/game_events
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = teleport.py cellar_to_bjarn.py fst_to_silverhair.py \
 	character_speak.py open_inn_door.py silverhair_to_fst.py \
@@ -9,7 +9,6 @@
 speak.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/modules/Makefile.am
+++ b/scripts/modules/Makefile.am
@@ -1,12 +1,11 @@
 pkgdatadir = $(gamedatadir)/scripts/modules
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = console.py main_menu.py events.py character_screen.py intro.py \
 	player_text.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/schedules/Makefile.am
+++ b/scripts/schedules/Makefile.am
@@ -2,11 +2,11 @@
 
 pkgdatadir = $(gamedatadir)/scripts/schedules
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = control.py __init__.py
 
 *.pyc: *.py
-	$(adonthell_binary) -c
+
 
 CLEANFILES = *.pyc
--- a/scripts/schedules/audio/Makefile.am
+++ b/scripts/schedules/audio/Makefile.am
@@ -1,11 +1,10 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/audio
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = in_game.py __init__.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/schedules/mapcharacters/Makefile.am
+++ b/scripts/schedules/mapcharacters/Makefile.am
@@ -1,6 +1,6 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/mapcharacters
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = alek.py erek.py frostbloom.py janesta.py jelom.py bjarn.py \
 	keyboard_control.py oliver.py orloth.py sarin.py silverhair.py \
@@ -8,7 +8,6 @@
 	extro.py __init__.py schedule.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- a/scripts/schedules/mapviews/Makefile.am
+++ b/scripts/schedules/mapviews/Makefile.am
@@ -1,11 +1,10 @@
 pkgdatadir = $(gamedatadir)/scripts/schedules/mapviews
 
-pkgdata_DATA = *.pyc
+pkgdata_DATA = *.py
 
 EXTRA_DIST = center_character.py __init__.py
 
 all:
-	$(adonthell_binary) -c
 
 *.pyc: *.py
 
--- old/adonthell-data-0.3.4.cvs.20080529/debian/rules  2010-08-06 
01:40:08.0 -0400
+++ new/adonthell-data-0.3.4.cvs.20080529/debian/rules  2010-08-06 
01:34:21.0 -0400
@@ -24,6 +24,8 @@
 
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
+   ./autogen.sh
+
./configure --host=$(DEB_HOST_GNU_TYPE) \
 --build=$(DEB_BUILD_GNU_TYPE) \
 --prefix=/usr \


Bug#591049: adonthell: does not start

2010-07-31 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I grabbed this package and did some testing.

If you rebuild the current adonthell-data package, things work as expected.

Solution too easy?


On a side note, I tested this at the hacklab and debconf... with my
speakers maxed. It did not respond to a SIGINT. I got some looks.


- ---
Jordan Metzmeier

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJMVOHLAAoJEKj/C3qNthmT2FUP/08wvBVCdR54sIuIs0CXvcMU
xKz0Kx1dx1jkDWXpyFZ0ZV2304E+LtfEuR6dj0fQq/XSyRCZkOLqHJs+8eR3+zUC
rrmrpjl9kQrogatong4AT9r2CnF0NXvaAIWbs4v5hix1RLKFijI/9Q8lwpFTZ2Pi
4UkqJQxBG4DTGatkEoe/vJTVJIBdaj7jSqf7Msg8Do6LSL/y03RLoV5SiGGm0c4x
YGCsIR++VPPpAgy/1Jh0UFl9ss8ELoDXPUozstIbgAvNPUSJX+Feu97LLXpLtGuN
Bem4im51/2qyalp0q893TwXF82+619bLEUUPlv/Uq+yeYu08E6uACduUFOl5Asg1
aLDy//CSQreaI+g5XvdPOqZNUsLwNQNNOTby7uMaPBnDqWUhibbvZSp8BUzbzb7+
/C1Izqc+9lOJMroeHWdfw9FTSsKb/+N9SxhS2RSUINiPnlQH25wzT7WS0LRGYYQH
q/nXluMvJ5c9/D39vPn9N5nwN9dZb/yeL7K8bkHO9hT9dJ2k/Rkd3d/5g0aHmGS7
U/4yyzw3IvZqnB+xO6nfL9PwjhJNaNlnlDCxj7+ljtqUbhQZJ4JZu+zzvoSQA05s
XcOFIoTwEd53p8Vm4ctewj8+HiZatriwL/tBeKK87OtZuuwrlHUFidSETh4O5d4m
dkopM1yqaLrCduQBPBAv
=YX17
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#587927: command-not-found: missing /etc/bash_command_not_found

2010-07-02 Thread Jordan Metzmeier
Package: command-not-found
Version: 0.2.38-1
Severity: grave
Tags: patch
Justification: renders package unusable

The package fails to install /etc/bash_command_not_found as referenced the
README. This does not make it unusable as a user command, or for zsh users,
but it is non-functional in its current state of bash users and the program's
orginal intention ( as defined at https://wiki.ubuntu.com/CommandNotFoundMagic 
).

The reason it is not installed is because it is missing from the debian/install
file. I have included a patch to correct this.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages command-not-found depends on:
ii  apt-file  2.4.0  search for files within Debian pac
ii  lsb-release   3.2-23.1   Linux Standard Base version report
ii  python2.6.5-5An interactive high-level object-o
ii  python-gdbm   2.6.5-1GNU dbm database support for Pytho
ii  python-support1.0.9  automated rebuilding support for P

command-not-found recommends no packages.

command-not-found suggests no packages.

-- no debconf information
--- orig/command-not-found-0.2.38/debian/install2009-11-02 
16:17:44.0 -0500
+++ changed/command-not-found-0.2.38/debian/install 2010-07-02 
16:43:28.0 -0400
@@ -1,4 +1,5 @@
 CommandNotFound usr/share/command-not-found
 command-not-found usr/share/command-not-found
 zsh_command_not_found etc/
+bash_command_not_found etc/
 debian/update-command-not-found usr/sbin


Bug#550477: after update-from-grub-legacy the system stopped booting

2010-06-09 Thread Jordan Metzmeier
Package: grub-pc
Version: 1.98+20100602-2
Severity: normal

I wasn't sure whether or not I should file a new bug for this issue. The
descrition of the orginal bug matches my behavior exactly but the issue is not
the same as orginal report.

I created this sid VM to test packages that I plan to build. I started with
Lenny and went through the upgrades. Currently, the machine is working fine
with chainloading grub-pc from grub-legacy.

After the failed upgrade-from-grub-legacy, I restored a snapshot of the VM.
The configuration you see below is actually prior the upgrade-from-grub-legacy.
If you request it, I can push the failed upgrade and generate a new report from 
a
chroot.

The exact issue is an "error 15: file not found" upon a reboot. This is prior
to grub menu appearing, which is an indication to me that grub2 was not properly
written to the MBR.

Unless virtualbox is a factor, it seems this setup would be very common.

Let me know if there is any more information you need. Also, sorry if the 
formatting
of this email is bad, I hadn't changed my editor on this machine yet and had to 
write
this in nano.


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/15a6f836-4407-4443-908e-b6e1d8069ac0 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sr0 /media/cdrom0 iso9660 ro,nosuid,nodev,noexec,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
insmod part_msdos
insmod ext2
set root='(/dev/sda,1)'
search --no-floppy --fs-uuid --set 15a6f836-4407-4443-908e-b6e1d8069ac0
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
fi
if terminal_output gfxterm ; then true ; else
  # For backward compatibility with versions of terminal.mod that don't
  # understand terminal_output
  terminal gfxterm
fi
insmod part_msdos
insmod ext2
set root='(/dev/sda,1)'
search --no-floppy --fs-uuid --set 15a6f836-4407-4443-908e-b6e1d8069ac0
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(/dev/sda,1)'
search --no-floppy --fs-uuid --set 15a6f836-4407-4443-908e-b6e1d8069ac0
insmod png
if background_image /usr/share/images/desktop-base/moreblue-orbit-grub.png ; 
then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sda,1)'
search --no-floppy --fs-uuid --set 15a6f836-4407-4443-908e-b6e1d8069ac0
echo'Loading Linux 2.6.32-5-686 ...'
linux   /boot/vmlinuz-2.6.32-5-686 
root=UUID=15a6f836-4407-4443-908e-b6e1d8069ac0 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(/dev/sda,1)'
search --no-floppy --fs-uuid --set 15a6f836-4407-4443-908e-b6e1d8069ac0
echo'Loading Linux 2.6.32-5-686 ...'
linux   /boot/vmlinuz-2.6.32-5-686 
root=UUID=15a6f836-4407-4443-908e-b6e1d8069ac0 ro single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-5-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Ver