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 ("") ;


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-*)

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 ;;
   

Bug#353677: close

2006-04-27 Thread Erinn Clark
reassign 353677 libsilc-1.0-2
close 353677 0.9.12-4.3
thanks

This bug was never silky's fault -- it was a bug in libsilc-1.0-2
packaging (#328889) which has now been corrected. Closing this bug now.

-- 
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#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#298870: rebuild without libhowl0 dep

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

(on behalf of RM Steve Langasek)

Please rebuild rhythmbox 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#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]