Bug#363227: Spelling mistake in package description

2006-04-17 Thread Simon Waters
Package: dcgui
Severity: minor



*** diff/dcgui
20c20
<  administators to require clients to share specified amount of data. The
---
>  administrators to require clients to share specified amount of data. The


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363588: Spelling mistake in package description

2006-04-19 Thread Simon Waters
Package: gandalf1
Severity: minor



*** diff/gandalf1
21c21
<   objects (sizes 2,3,4) and general size vetors & matrices. The
---
>   objects (sizes 2,3,4) and general size vectors & matrices. The
30c30
<   Some useful vision utitily modules, including edge/line/corner
---
>   Some useful vision utility modules, including edge/line/corner


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363596: Spelling mistake in package description

2006-04-19 Thread Simon Waters
Package: gandalf-dev
Severity: minor



*** diff/gandalf-dev
21c21
<   objects (sizes 2,3,4) and general size vetors & matrices. The
---
>   objects (sizes 2,3,4) and general size vectors & matrices. The
30c30
<   Some useful vision utitily modules, including edge/line/corner
---
>   Some useful vision utility modules, including edge/line/corner


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363977: Spelling mistake in package description

2006-04-20 Thread Simon Waters
Package: iroffer
Severity: minor



*** diff/iroffer
18c18
<  speed and effeciency in mind. iroffer has been known to reach
---
>  speed and efficiency in mind. iroffer has been known to reach
20c20
<  occuring at the same time.
---
>  occurring at the same time.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390054: Spelling mistake in package description

2006-09-28 Thread Simon Waters
Package: malaga-doc
Severity: minor



*** diff/malaga-doc
27c27
<  viewers.  The malaga-bin package contains documentian in
---
>  viewers.  The malaga-bin package contains documentation in


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390055: Spelling mistake in package description

2006-09-28 Thread Simon Waters
Package: mambo
Severity: minor



*** diff/mambo
16c16
<  Aimed for builing pretty cool websites, Mambo Server Open Source is a CMS
---
>  Aimed for building pretty cool websites, Mambo Server Open Source is a CMS


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#382784: Missing LDFLAGS for wallpaper-tray package

2006-10-29 Thread Simon Waters
>> if wallpaper-tray was started from a shell:
>> ...
>> (wp_tray:9752): libglade-WARNING **: could not find signal handler
'on_button_close_pressed'.

A little searching suggests that this bug is due to a missing linker option.

In particular in the src/Makefile the loader needs flags
"-Wl,-export-dynamic", as explained here;

http://mail.gnome.org/archives/gtk-app-devel-list/2005-November/msg00087.html

I have rebuilt wallpaper-tray with the 0.5.1 tarball, and apart from the
"tarball" being named "wp_tray" rather than "wallpaper_tray", it is
possible to recreate the debian package using the regular commands, but
the same bug is still present.

If I then hack the src/Makefile ldflags to read:

wp_tray_LDFLAGS = -Wl,-export-dynamic

"cd src"
"make clean"
"make"
./wp_tray

Then the application works as expected.

I assume that something should be placed in configure.in, or one of the
 GNOME m4 macros, so that applications using Glade export the signal
handlers correctly, or possibly the whole approach has been superseded
in some way?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]