Bug#605090: update?

2015-09-15 Thread Erinn Clark
* Yves-Alexis Perez  [2015:09:15 08:12 +0200]: 
> I quickly discussed about that with Jacob on IRC following your ping,
> and yes, my current plan is to start from the current src:linux git
> repository (trying to avoid too much duplicate work), remove uneeded
> stuff for us and add the grsecurity patch on top.
> 
> That way we might be able to sync / cherry-pick stuff from src:linux
> every once in a while. If that's unmaintainable then we'll just
> completely fork.
> 
> I didn't yet start the actual work, but I intend to do that in the
> following days/weeks depending on my work schedule.

Awesome! Please update the ticket with a git repo where the development is
happening once you begin, I'd love to be able to follow along and contribute if
possible. I'm currently building my own grsec kernel packages as it is and
would be happy to at least test.


signature.asc
Description: Digital signature


Bug#605090: update?

2015-09-14 Thread Erinn Clark
Hi,

I'm just wondering if there are any updates to this bug and in particular I'm
curious what could happen now that the grsecurity stable patches are only
available to sponsors. I still think getting grsec into Debian is a very
important and worthwhile goal, but we should begin discussing it again since I
believe there is more momentum. (I'd like to participate if possible, as well.)

Erinn


signature.asc
Description: Digital signature


Bug#693726: xserver-xorg-input-synaptics: synaptics crashes

2014-04-03 Thread Erinn Clark
I can trigger this bug reliably by visiting http://omgcatsinspace.tumblr.com/
(no, I'm not joking).


signature.asc
Description: Digital signature


Bug#587313: another request for upgrade

2011-03-26 Thread Erinn Clark
Hallo Matthias,

We are the Tor project are going to use buildbot for all of our builds and
would really appreciate having the new version uploaded. Is there any ETA for
when you might take care of it? If it's not soon, would it be possible for
Andriy to take over maintenance? (Ccing Piotr since he seems to be Andriy's
sponsor.)

Thanks!
Erinn


pgpy00TwumWLI.pgp
Description: PGP signature


Bug#563391: please package 0.12

2010-08-10 Thread Erinn Clark
Is there any progress on this? It's been out for a while now.



signature.asc
Description: Digital signature


Bug#361154: follow-up

2006-06-08 Thread Erinn Clark
I'm having this exact same problem, also only on amd64.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#365107: missing build-dep on groff

2006-04-27 Thread Erinn Clark
package: tktable
version: 2.9-1
severity: serious

tktable is missing a build-depend on groff.

/usr/bin/make html
make[1]: Entering directory `/home/e/src/tktable-2.9'
Creating tkTable.html from tkTable.n
/bin/sh: line 5: nroff: command not found
make[1]: Leaving directory `/home/e/src/tktable-2.9'


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#356062: patch and nmu

2006-04-27 Thread Erinn Clark
Hi,

I've attached a patch for this bug. Basically, what needed to be done
was:

wget
http://cvs.sourceforge.net/viewcvs.py/*checkout*/tcl/tclconfig/tcl.m4;,
cp tcl.m4 tktable-2.9/tclconfig, cd tktable-2.9, aclocal, autoreconf,
then rebuild.

An NMU has been uploaded with the fix, as well as a fixed build-dep
(#365107).

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#360479: patch and nmu

2006-04-27 Thread Erinn Clark
Hi Ola,

I've attached an interdiff for the fix to this bug and NMUed the
package. 

(ps, happy birthday vorlon!)

-- 
off the chain like a rebellious guanine nucleotide
diff -u steghide-0.5.1/debian/changelog steghide-0.5.1/debian/changelog
--- steghide-0.5.1/debian/changelog
+++ steghide-0.5.1/debian/changelog
@@ -1,3 +1,13 @@
+steghide (0.5.1-7.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * EmbData.cc: Explicitly include config.h to work around libmhash's
+namespace abuse of VERSION
+  * Forcefully cast the return of mhash_get_hash_name from uint8_t * to char *
+  * Happy birthday, vorlon, closes: #360479
+
+ -- Erinn Clark [EMAIL PROTECTED]  Thu, 27 Apr 2006 22:17:11 -0400
+
 steghide (0.5.1-7) unstable; urgency=low
 
   * Updated config.sub and config.guess to make it possible to build on
only in patch2:
unchanged:
--- steghide-0.5.1.orig/src/EmbData.cc
+++ steghide-0.5.1/src/EmbData.cc
@@ -26,6 +26,7 @@
 #include MCryptPP.h
 #include MHashPP.h
 #include common.h
+#include config.h
 
 EmbData::EmbData (MODE m, std::string pp, std::string fn)
: Mode(m), Passphrase(pp), FileName(fn)
only in patch2:
unchanged:
--- steghide-0.5.1.orig/src/MHashPP.cc
+++ steghide-0.5.1/src/MHashPP.cc
@@ -120,7 +120,7 @@
 
 std::string MHashPP::getAlgorithmName (hashid id)
 {
-   char *name = mhash_get_hash_name (id) ;
+   char *name = (char *) mhash_get_hash_name (id) ;
std::string retval ;
if (name == NULL) {
retval = std::string (algorithm not found) ;


Bug#328889: patch and nmu

2006-04-27 Thread Erinn Clark
Hi,

I've fixed the *.install files and uploaded an NMU. interdiff attached.

Happy birthday, vorlon!

-- 
off the chain like a rebellious guanine nucleotide
reverted:
--- silc-toolkit-0.9.12/debian/libsilc.install
+++ silc-toolkit-0.9.12.orig/debian/libsilc.install
@@ -1,2 +0,0 @@
-usr/lib/*.so*
-usr/lib/silc/*.so*
reverted:
--- silc-toolkit-0.9.12/debian/libsilc-dev.install
+++ silc-toolkit-0.9.12.orig/debian/libsilc-dev.install
@@ -1,5 +0,0 @@
-usr/include/silc/*.h
-usr/lib/*.a
-usr/lib/*.la
-usr/lib/pkgconfig/*.pc
-usr/share/doc/libsilc-dev/toolkit
diff -u silc-toolkit-0.9.12/debian/changelog 
silc-toolkit-0.9.12/debian/changelog
--- silc-toolkit-0.9.12/debian/changelog
+++ silc-toolkit-0.9.12/debian/changelog
@@ -1,3 +1,12 @@
+silc-toolkit (0.9.12-4.3) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Rename *.install files to libsilc-1.0-2-dev.install and
+libsilc-1.0.2.install to provide the libraries. (closes: #328889)
+  * Happy birthday, vorlon
+
+ -- Erinn Clark [EMAIL PROTECTED]  Thu, 27 Apr 2006 22:48:49 -0400
+
 silc-toolkit (0.9.12-4.2) unstable; urgency=low
 
   * 0-day NMU to fix an RC bug.
diff -u silc-toolkit-0.9.12/config.sub silc-toolkit-0.9.12/config.sub
--- silc-toolkit-0.9.12/config.sub
+++ silc-toolkit-0.9.12/config.sub
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2005-07-08'
+timestamp='2006-02-23'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -119,8 +119,9 @@
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | 
uclinux-gnu* | \
-  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | 
rtmk-nova*)
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | 
netbsd*-gnu* | \
+  storm-chaos* | os2-emx* | rtmk-nova*)
 os=-$maybe_os
 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
 ;;
@@ -171,6 +172,10 @@
-hiux*)
os=-hiuxwe2
;;
+   -sco6)
+   os=-sco5v6
+   basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+   ;;
-sco5)
os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -187,6 +192,10 @@
# Don't forget version if it is 3.2v4 or newer.
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
+   -sco5v6*)
+   # Don't forget version if it is 3.2v4 or newer.
+   basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+   ;;
-sco*)
os=-sco3.2v2
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -239,7 +248,7 @@
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
-   | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
+   | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore 
\
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64el \
@@ -257,8 +266,9 @@
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
| mn10200 | mn10300 \
-   | ms1 \
+   | mt \
| msp430 \
+   | nios | nios2 \
| ns16k | ns32k \
| or32 \
| pdp10 | pdp11 | pj | pjl \
@@ -286,6 +296,9 @@
;;
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
;;
+   ms1)
+   basic_machine=mt-unknown
+   ;;
 
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
@@ -336,8 +349,9 @@
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39-* | mipstx39el-* \
| mmix-* \
-   | ms1-* \
+   | mt-* \
| msp430-* \
+   | nios-* | nios2-* \
| none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
@@ -696,6 +710,9 @@
basic_machine=i386-pc
os=-msdos
;;
+   ms1-*)
+   basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
+   ;;
mvs)
basic_machine=i370-ibm
os=-mvs
@@ -803,6 +820,12 @@
pc532 | pc532-*)
basic_machine=ns32k-pc532
;;
+   pc98)
+   basic_machine=i386-pc
+   ;;
+   pc98-*)
+   basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
+   ;;
pentium | p5 | k5 | k6 | nexgen

Bug#333907: patch and nmu

2006-04-27 Thread Erinn Clark
Hi,

I've fixed silky's build-deps and NMUed it; an interdiff is
attached.

Happy birthday, vorlon. ;)


-- 
off the chain like a rebellious guanine nucleotide
diff -ur 0/silky-0.5.2/config.guess 1/silky-0.5.2/config.guess
--- 0/silky-0.5.2/config.guess  2004-10-10 15:20:42.0 -0400
+++ 1/silky-0.5.2/config.guess  2006-04-27 23:55:07.0 -0400
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-08-13'
+timestamp='2006-02-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -17,13 +17,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
+
 # Originally written by Per Bothner [EMAIL PROTECTED].
 # Please send patches to [EMAIL PROTECTED].  Submit a context
 # diff and a properly formatted ChangeLog entry.
@@ -53,7 +55,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -66,11 +68,11 @@
 while test $# -gt 0 ; do
   case $1 in
 --time-stamp | --time* | -t )
-   echo $timestamp ; exit 0 ;;
+   echo $timestamp ; exit ;;
 --version | -v )
-   echo $version ; exit 0 ;;
+   echo $version ; exit ;;
 --help | --h* | -h )
-   echo $usage; exit 0 ;;
+   echo $usage; exit ;;
 -- ) # Stop option processing
shift; break ;;
 - )# Use stdin as input.
@@ -104,7 +106,7 @@
 trap exitcode=\$?; (rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null)  
exit \$exitcode 0 ;
 trap rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null; exit 1 1 2 13 15 
;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077  mktemp -d -q $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
+ { tmp=`(umask 077  mktemp -d $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
  { test -n $RANDOM  tmp=$TMPDIR/cg$$-$RANDOM  (umask 077  mkdir $tmp) 
; } ||
  { tmp=$TMPDIR/cg-$$  (umask 077  mkdir $tmp)  echo Warning: creating 
insecure temp directory 2 ; } ||
  { echo $me: cannot create a temporary directory in $TMPDIR 2 ; exit 1 ; } 
;
@@ -123,7 +125,7 @@
;;
  ,,*)   CC_FOR_BUILD=$CC ;;
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-esac ;'
+esac ; set_cc_for_build= ;'
 
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
 # ([EMAIL PROTECTED] 1994-08-24)
@@ -196,55 +198,23 @@
# contains redundant information, the shorter form:
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
echo ${machine}-${os}${release}
-   exit 0 ;;
-amd64:OpenBSD:*:*)
-   echo x86_64-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-amiga:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-cats:OpenBSD:*:*)
-   echo arm-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-hp300:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-luna88k:OpenBSD:*:*)
-   echo m88k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-mac68k:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-macppc:OpenBSD:*:*)
-   echo powerpc-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-mvme68k:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-mvme88k:OpenBSD:*:*)
-   echo m88k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-mvmeppc:OpenBSD:*:*)
-   echo powerpc-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-sgi:OpenBSD:*:*)
-   echo mips64-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-sun3:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
+   exit ;;
 *:OpenBSD:*:*)
-   echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
+   UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
+   echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
+   exit ;;
 *:ekkoBSD:*:*)
echo 

Bug#339553: cplay: please add audioscrobbler support

2005-11-16 Thread Erinn Clark
Package: cplay
Version: 1.49-10
Severity: wishlist

It'd rock to have audioscrobbler support for cplay since all of the
other players that support it are... not as good. I have no idea how
this could be implemented, but maybe it's easy.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cplay depends on:
ii  python2.3.5-3An interactive high-level object-o

Versions of packages cplay recommends:
ii  python-pyvorbis   1.3-1  A Python interface to the Ogg Vorb
ii  vorbis-tools  1.0.1-1.5  Several Ogg Vorbis Tools

-- no debconf information


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



Bug#320907: liferea: missing options with ja_JP.UTF-8

2005-08-01 Thread Erinn Clark
Package: liferea
Version: 0.9.3-1
Severity: minor

Using ja_JP.UTF-8, I find that there is a menu option missing when
right-clicking on links to feeds. I'm able to launch feeds in a tab,
open them in a browser, and to save them to my feed list, but I'm unable
to copy the URL. As far as I can tell, this part of ja.po should be
working:

#: src/ui_popup.c:147
msgid /_Copy Link Location
msgstr リンク先のアドレスのコピー(_C)

...but it doesn't appear to pick it up for some reason.


-- 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.10-1-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages liferea depends on:
ii  dbus-1   0.23.4-3simple interprocess messaging syst
ii  dbus-glib-1  0.23.4-3simple interprocess messaging syst
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgconf2-4  2.10.1-1GNOME configuration database syste
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.8-1 The GTK+ graphical user interface 
ii  libice6  6.8.2.dfsg.1-3  Inter-Client Exchange library
ii  liborbit21:2.12.2-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libsm6   6.8.2.dfsg.1-3  X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxml2  2.6.20-1GNOME XML library
ii  liferea-gtkhtml  0.9.3-1 gtkhtml-based rendering for Lifere
ii  xlibs6.8.2.dfsg.1-3  X Window System client libraries m
ii  zlib1g   1:1.2.3-1   compression library - runtime

liferea recommends no packages.

-- no debconf information


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



Bug#318596: sudo: YOU TEH SUCK, IT NEED A SPACE LOSAH

2005-07-16 Thread Erinn Clark
Package: sudo
Version: 1.6.8p7-1ubuntu278

| $ sudo true
| Password:

tish teh scuk, clrealy it shluod be:

| $ sudo true
| Password: 

see not differnence???1?!

It is tha traling SPACE.  It must have one, or you will get teh hug.
KO

-- 
And once again, the day was saved...


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



Bug#279422: followup

2005-04-18 Thread Erinn Clark
Hi Alberto,

I'm interested in maintaining python-nltk, do you still have plans to take
care of it?

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#300961: rebuild without libhowl0 dep

2005-03-22 Thread Erinn Clark
Package: epiphany-browser
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild epiphany-browser without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on
multiple architectures, so there should be a sourceful upload.

Thanks.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#300979: rebuild without libhowl0 dep

2005-03-22 Thread Erinn Clark
Package: neutrino
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

libhowl0 is moving to non-free and neutrino has a dependency on it because
another library you build-depend on previously used it. Only a recompile is
required, but it's required on multiple architectures, so please make a
sourceful upload.

Thanks.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298849: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gnome-session
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gnome-session without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298846: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gdesklets
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gdesklets without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298847: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gnome-gv
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gnome-gv without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298848: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gnome-pilot
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gnome-pilot without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298854: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gtodo-applet
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild gtodo-applet without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298851: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gnotime
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gnotime without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298850: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gnome-terminal
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild gnome-terminal without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298852: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: goobox
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild goobox without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298853: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: gswitchit
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild gswitchit without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298861: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: libgnomesu
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild libgnomesu without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298869: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: planner
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild planner without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298868: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: nautilus-cd-burner
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild nautilus-cd-burner without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298867: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: mozilla-bonobo
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild mozilla-bonobo without the libhowl0 dependency since it's
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298872: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
Package: totem
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf of RM Steve Langasek)

Please rebuild totem without the libhowl0 dependency since it's 
moving to non-free. Only a recompile is required, but it's required on 
multiple architectures, so there should be a sourceful upload.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298809: rebuild without libhowl0 dep

2005-03-10 Thread Erinn Clark
I forgot to add:

Only a recompile is required, but it's required on multiple architectures,
so there should be a sourceful upload.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298805: forgot to add...

2005-03-10 Thread Erinn Clark
Only a recompile is required, but it's required on multiple architectures,
so there should be a sourceful upload.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298804: forgot to add..

2005-03-10 Thread Erinn Clark
Only a recompile is required, but it's required on multiple architectures,
so there should be a sourceful upload.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298806: forgot to add

2005-03-10 Thread Erinn Clark
Only a recompile is required, but it's required on multiple architectures,
so there should be a sourceful upload.

-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298808: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: file-roller
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild file-roller without the libhowl0 dependency since it's
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298807: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: evince
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild evince without the libhowl0 dependency since it's
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298804: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: conglomerate
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild conglomerate without the libhowl0 dependency since it's 
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298805: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: control-center
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild conglomerate without the libhowl0 dependency since it's
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298806: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: daapd
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild daapd without the libhowl0 dependency since it's
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#298809: rebuild without libhowl0 dep

2005-03-09 Thread Erinn Clark
Package: firestarter
Severity: grave
Justification: libhowl0 moving to non-free

(on behalf on RM Steve Langasek)

Please rebuild firestarter without the libhowl0 dependency since it's
moving to non-free.

Thanks.


-- 
off the chain like a rebellious guanine nucleotide


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



Bug#297681: epiphany: typo in long description

2005-03-02 Thread Erinn Clark
Package: epiphany
Version: 0.5.1-1
Severity: minor

There is a typo in the long description:

[...] avoiding being hit by a falling boulder, or (worst :) by a bomb.

It makes more sense as worse.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)

Versions of packages epiphany depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libclan2-sound  0.6.5-1-2.2  Sound module for ClanLib game SDK
ii  libclanlib2 0.6.5-1-2.2  ClanLib game SDK core runtime
ii  libgcc1 1:3.4.3-9GCC support library
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3

-- no debconf information


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