Bug#548985: adt-run, adt-virt-chroot etc have reference to old python

2009-09-29 Thread Ralph Janke
Package: autopkgtest
Version: 1.2.0
Severity: important

adt-run
bash: /usr/bin/adt-run: /usr/bin/python2.4: bad interpreter: No such file or 
directory

adt-virt-chroot
bash: /usr/bin/adt-virt-chroot: /usr/bin/python2.4: bad interpreter: No such 
file or directory

/usr/bin/adt-virt-xenlvm
bash: /usr/bin/adt-virt-xenlvm: /usr/bin/python2.4: bad interpreter: No such 
file or directory

/usr/bin/adt-virt-null
bash: /usr/bin/adt-virt-null: /usr/bin/python2.4: bad interpreter: No such file 
or directory



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



Bug#502927: Description of config option NFSOPTS missing in initramfs.conf and initramfs.conf.5

2008-10-20 Thread Ralph Janke
Package: initramfs-tools
Version: 0.92bubuntu15
Severity: wishlist


This is a forwarded report from
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/6707

in /scripts/nfs NFSOPTS is used to set the nfs mount options:
if [ x${NFSOPTS} = x ]; then
 NFSOPTS=-o retrans=10
 fi
neither initramfs.conf nor the manpage initramfs.conf.5 mention it.
this is particularly of interest to people who do not have NFS server
over TCP support because klibc's nfsmount defaults to NFS_MOUNT_TCP.
martin
-- package information:
 initramfs-tools-0.40ubuntu13

This is still existent in Version 0.92bubuntu15



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



Bug#473501: attached debdiff file with bugfix

2008-06-07 Thread Ralph Janke
This is a corrected debdiff. The first one did not create 100% right

Thanks

diff -u search-ccsb-0.5/debian/control search-ccsb-0.5/debian/control
--- search-ccsb-0.5/debian/control
+++ search-ccsb-0.5/debian/control
@@ -1,9 +1,10 @@
 Source: search-ccsb
 Section: tex
 Priority: optional
-Maintainer: Otavio Salvador [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4)
-Standards-Version: 3.6.1
+Maintainer: Ubuntu MOTU Developers [EMAIL PROTECTED]
+XSBC-Original-Maintainer: Otavio Salvador [EMAIL PROTECTED]
+Build-Depends: debhelper (= 4)
+Standards-Version: 3.7.3
 
 Package: search-ccsb
 Architecture: all
diff -u search-ccsb-0.5/debian/rules search-ccsb-0.5/debian/rules
--- search-ccsb-0.5/debian/rules
+++ search-ccsb-0.5/debian/rules
@@ -10,9 +10,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
-
+#export DH_COMPAT=4
 
 # ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 #  CFLAGS += -g
@@ -21,11 +19,37 @@
 #  INSTALL_PROGRAM += -s
 # endif
 
+# Apply patches to the package
+patch: patch-stamp 
+patch-stamp:
+   dh_testdir
+   @patches=debian/patches/*.patch; for patch in $$patches; do \
+   test -f $$patch || continue; \
+   echo Applying $$patch; \
+   patch -stuN -p1  $$patch || exit 1; \
+   done
+   touch $@
+
+# Remove patches from the package
+unpatch:
+   dh_testdir
+   @if test -f patch-stamp; then \
+   patches=debian/patches/*.patch; \
+   for patch in $$patches; do \
+   reversepatches=$$patch $$reversepatches; \
+   done; \
+   for patch in $$reversepatches; do \
+   test -f $$patch || continue; \
+   echo Reversing $$patch; \
+   patch -suRf -p1  $$patch || exit 1; \
+   done; \
+   rm -f patch-stamp; \
+   fi
+
 configure: configure-stamp
 configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
touch configure-stamp
 
 
@@ -49,9 +73,9 @@
 
touch build-indep-stamp
 
-build: build-arch build-indep
+build: patch build-arch build-indep
 
-clean:
+clean: unpatch 
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
@@ -106,2 +130,4 @@
+binary-arch:
+
 binary: binary-indep
-.PHONY: build clean binary-indep binary install configure
+.PHONY: build clean binary-indep binary install configure patch unpatch
diff -u search-ccsb-0.5/debian/changelog search-ccsb-0.5/debian/changelog
--- search-ccsb-0.5/debian/changelog
+++ search-ccsb-0.5/debian/changelog
@@ -1,3 +1,15 @@
+search-ccsb (0.5-2ubuntu1) intrepid; urgency=low
+
+  * Changed url (LP: #102876)
+  * Changed Standards Version to 3.7.3
+  * Corrected debian/copyright file
+  * added patch system to debian/rules file
+  * added debian/compat file
+  * Changed debhelper from Build-Depends-Indep to Build-Depends
+  * Changed Maintainer Field
+
+ -- Ralph Janke [EMAIL PROTECTED]  Sat, 07 Jun 2008 20:07:31 +0100
+
 search-ccsb (0.5-2) unstable; urgency=low
 
   * Merged packages since the search-ccsb is so small.
@@ -25,7 +37,7 @@
 
  -- Otavio Salvador [EMAIL PROTECTED]  Mon,  8 Dec 2003 22:40:05 -0200
 
-search-ccsb (0.5-1) unstable; urgency=low
+search -ccsb (0.5-1) unstable; urgency=low
 
   * New upstream release
   * Update the packaging, now conforming to policy version 3.6.0.
@@ -41,7 +53,7 @@
 - Updated the Build-Depends-Indep to depends of debhelper = 4
 
  -- Otavio Salvador [EMAIL PROTECTED]  Thu, 19 Dec 2002 14:02:04 -0200
-
+ 
 search-ccsb (0.4-3) unstable; urgency=low
 
   * Updated the package to policy version 3.5.7
diff -u search-ccsb-0.5/debian/copyright search-ccsb-0.5/debian/copyright
--- search-ccsb-0.5/debian/copyright
+++ search-ccsb-0.5/debian/copyright
@@ -5,7 +5,7 @@
 
 Upstream Author: Rodrigo Araujo Real [EMAIL PROTECTED]
 
-Copyright:
+Copyright 2002 Rodrigo Araujo Real [EMAIL PROTECTED]
 
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,9 +17,9 @@
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   along with this package; if not, write to the 
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
only in patch2:
unchanged:
--- search-ccsb-0.5.orig/debian/patches/00_fix_url.patch
+++ search-ccsb-0.5/debian/patches/00_fix_url.patch
@@ -0,0 +1,11 @@
+--- ./search-ccsb  2008-06-07 20:57:52.0 +0100
 ./search-ccsb.new  2008

Bug#473501: attached debdiff file with bugfix

2008-06-07 Thread Ralph Janke
The debdiff file fixes the problem that is described in this bug as well
as some errors and warning from lintians in order to be compatible with
the debian policy 3.7.3

Thanks
diff -u search-ccsb-0.5/debian/control search-ccsb-0.5/debian/control
--- search-ccsb-0.5/debian/control
+++ search-ccsb-0.5/debian/control
@@ -1,9 +1,10 @@
 Source: search-ccsb
 Section: tex
 Priority: optional
-Maintainer: Otavio Salvador [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4), cdbs
-Standards-Version: 3.6.1
+Maintainer: Ubuntu MOTU Developers [EMAIL PROTECTED]
+XSBC-Original-Maintainer: Otavio Salvador [EMAIL PROTECTED]
+Build-Depends: debhelper (= 4)
+Standards-Version: 3.7.3
 
 Package: search-ccsb
 Architecture: all
diff -u search-ccsb-0.5/debian/copyright search-ccsb-0.5/debian/copyright
--- search-ccsb-0.5/debian/copyright
+++ search-ccsb-0.5/debian/copyright
@@ -5,7 +5,7 @@
 
 Upstream Author: Rodrigo Araujo Real [EMAIL PROTECTED]
 
-Copyright:
+Copyright 2002 Rodrigo Araujo Real [EMAIL PROTECTED]
 
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,9 +17,9 @@
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   along with this package; if not, write to the 
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
diff -u search-ccsb-0.5/debian/changelog search-ccsb-0.5/debian/changelog
--- search-ccsb-0.5/debian/changelog
+++ search-ccsb-0.5/debian/changelog
@@ -1,3 +1,15 @@
+search-ccsb (0.5-2ubuntu1) intrepid; urgency=low
+
+  * Changed url (LP: #102876)
+  * Changed Standards Version to 3.7.3
+  * Corrected debian/copyright file
+  * added patch system to debian/rules file
+  * added debian/compat file
+  * Changed debhelper from Build-Depends-Indep to Build-Depends
+  * Changed Maintainer Field
+
+ -- Ralph Janke [EMAIL PROTECTED]  Sat, 07 Jun 2008 20:07:31 +0100
+
 search-ccsb (0.5-2) unstable; urgency=low
 
   * Merged packages since the search-ccsb is so small.
@@ -25,7 +37,7 @@
 
  -- Otavio Salvador [EMAIL PROTECTED]  Mon,  8 Dec 2003 22:40:05 -0200
 
-search-ccsb (0.5-1) unstable; urgency=low
+search -ccsb (0.5-1) unstable; urgency=low
 
   * New upstream release
   * Update the packaging, now conforming to policy version 3.6.0.
@@ -41,7 +53,7 @@
 - Updated the Build-Depends-Indep to depends of debhelper = 4
 
  -- Otavio Salvador [EMAIL PROTECTED]  Thu, 19 Dec 2002 14:02:04 -0200
-
+ 
 search-ccsb (0.4-3) unstable; urgency=low
 
   * Updated the package to policy version 3.5.7
diff -u search-ccsb-0.5/debian/patches/00_fix_url.patch 
search-ccsb-0.5/debian/patches/00_fix_url.patch
--- search-ccsb-0.5/debian/patches/00_fix_url.patch
+++ search-ccsb-0.5/debian/patches/00_fix_url.patch
@@ -1,27 +1,11 @@
-# Apply patches to the package
-patch: patch-stamp
-patch-stamp:
-dh_testdir
-@patches=debian/patches/*.patch; for patch in $$patches; do \
-test -f $$patch || continue; \
-echo Applying $$patch; \
-patch -stuN -p1  $$patch || exit 1; \
-done
-touch $@
-
-# Remove patches from the package
-unpatch:
-dh_testdir
-@if test -f patch-stamp; then \
-patches=debian/patches/*.patch; \
-for patch in $$patches; do \
-reversepatches=$$patch $$reversepatches; \
-done; \
-for patch in $$reversepatches; do \
-test -f $$patch || continue; \
-echo Reversing $$patch; \
-patch -suRf -p1  $$patch || exit 1; \
-done; \
-rm -f patch-stamp; \
-fi
-
+--- ./search-ccsb  2008-06-07 20:57:52.0 +0100
 ./search-ccsb.new  2008-06-07 20:57:39.0 +0100
+@@ -24,7 +24,7 @@ use LWP::UserAgent;
+ $Ua = LWP::UserAgent-new;
+ $Ua-agent(Mozilla (compatible: LWP $LWP::VERSION));
+ 
+-$res = $Ua-request(POST 'http://liinwww.ira.uka.de/searchbib/index', [query 
= $ARGV[0], results = bibtex]);
++$res = $Ua-request(POST 'http://liinwww.ira.uka.de/csbib', [query = 
$ARGV[0], results = bibtex]);
+ die Error while getting , $res-request-uri,
+-- , $res-status_line, \nAborting
+  unless $res-is_success;
diff -u search-ccsb-0.5/debian/rules search-ccsb-0.5/debian/rules
--- search-ccsb-0.5/debian/rules
+++ search-ccsb-0.5/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
 
 # ifneq (,$(findstring debug

Bug#483218: Please add new bugfix version k3b 1.0.5

2008-05-27 Thread Ralph Janke
Package: k3b
Severity: wishlist

In the meantime enjoy this very small bugfix release which fixes three
annoyances:

- Fixed CD Copy device selection when starting from the KDE run dialog
(Bug 151924)
- Fixed HAL mounting (thanks to Ken Milmore)
- Always wait for the drive to become ready before starting verification
(this should fix some of the problems with failed verification where K3b
claims that no medium is in the drive.)

Thanks




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



Bug#390582: Please retest with new release 1.6.5.1-1

2008-05-22 Thread Ralph Janke
Severity: important
Tags: unreproducible

Version 1.6.5.1-1 has been uploaded and should be available soon. Please
retest this issue with the new version if this crash is still
reproducible with it. If not, I will close this report since it is
already very old and #458661 also seems to indicate that this crash does
not occur anymore for a couple of versions.

Thanks





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



Bug#458661: Please retest with new version 1.6.5.1-1

2008-05-22 Thread Ralph Janke
Severity: important
Tags: unreproducible

Version 1.6.5.1-1 has been uploaded and should be available soon. Please
retest this issue with the new version if this crash is still
reproducible with it. If not, I will close this report since it is
already very old and I have tested this but could not reproduce it.

Thanks




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



Bug#481810: tclxml has no man page

2008-05-18 Thread Ralph Janke
Package: tclxml
Version: 3.1-2

As reported by Savvas Radevic' to ubuntu
(https://bugs.launchpad.net/ubuntu/+source/tclxml/+bug/231716) the man
page for this package is missing. It can be found at
http://tclxml.sourceforge.net/tclxml/3.1/tclxml.html

Thanks





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



Bug#480680: Needs bugfix upgrade to version 1.090

2008-05-11 Thread Ralph Janke
Package: aap
Version: 1.072-1.1
Severity: Important

The package is very much out of date and should be upgraded to include
important bug fixes like crashes with TypeError in msg_msg() (see
https://bugs.launchpad.net/ubuntu/+source/aap/+bug/112329)

Please upgrade to the newest release 1.090.

Thanks




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



Bug#401148: upstream bug report

2008-05-08 Thread Ralph Janke
See also
http://developer.berlios.de/bugs/?func=detailbugbug_id=13735group_id=3213




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



Bug#476950: Confusing tooltip

2008-04-20 Thread Ralph Janke
Package: tsclient
Version: 0.150-1
Severity: minor

Forwarded report from Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/tsclient/+bug/82085) from kvdb:

I tried using tsclient for managing a few vnc connections. The GUI is so
confusing, I'd call it a bug.

In the General tab in the field Username (which tightvnc doesn't use
anyway), the tooltip says:

Enter the username for the remote system. For vnc, enter the path to
your saved vnc password file.

Ok, I created a password file using vncpasswd. But on connecting, it
wouldn't be picked up.

After experimenting some more, it seems that putting the filename in the
field called Protocol file does work.

The tooltip says Some protocols require a file containing settings. If
required, enter the path to the file here.

The tooltip under both Username and Protocol file should be corrected.

Thanks




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



Bug#477108: Debian Bug Tracking System [EMAIL PROTECTED]

2008-04-20 Thread Ralph Janke
Package: ftpd-hpa
Version: 0.48-1
Severity: wishlist

Forwarded from Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/84615) written
by Alex Mauer

other packages such as atftpd, as well as the FHS suggest that /srv
should be used for file serving locations.




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



Bug#477109: Debian Bug Tracking System [EMAIL PROTECTED]

2008-04-20 Thread Ralph Janke
Package: tftpd-hpa
Version: 0.48-1
Severity: wishlist

Forwarded from Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/84615) written
by Alex Mauer

other packages such as atftpd, as well as the FHS suggest that /srv
should be used for file serving locations.




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



Bug#474569: [wishlist] gnupg doesn't show a success message anymore after I uploaded a key to a keyserver

2008-04-06 Thread Ralph Janke
Package: gnupg
Version: 1.4.6-2
Severity: wishlist

Reported by Miguel Ruiz at Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/83534)

In previous version, gnupg showed a success message; now only shows:

[EMAIL PROTECTED]:~$ gpg --send-keys 0D3FD8A9
gpg: enviando clave 0D3FD8A9 a hkp servidor subkeys.pgp.net
[EMAIL PROTECTED]:~$

If we thinking about interaction, is it useful for the user to know if
the key was successfully uploaded or not?

Thanks




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



Bug#474566: [wishlist] please add keys 0-9 to change levels

2008-04-06 Thread Ralph Janke
Package: rexima
Version: 1.4-4
Severity: wishlist

Reported by Shreevatsa R to Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/rexima/+bug/83730)

Other commandline/ncurses mixers like aumix and alsamixer, in their
interactive mode, use the number keys 1..9 as shortcuts to set the
volume of that particular device to 10%..90% respectively. (aumix uses 0
as 100% and alsamixer as 0%.)

Could a similar feature be added to rexima as well?


Thanks




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



Bug#414380: Still a problem in 9.55~dfsg.0-1

2008-04-06 Thread Ralph Janke
This crash still happens in  9.55~dfsg.0-1 just during startup. See also
(https://bugs.launchpad.net/ubuntu/+source/amaya/+bug/86575)




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



Bug#473664: [wishlist] Please add feature for copying events

2008-03-31 Thread Ralph Janke
Package: dates
Version: 0.4.6-1
Severity: wishlist

David Prieto has asked in
https://bugs.edge.launchpad.net/ubuntu/+source/dates/+bug/75123 for a
feature request:

Right now you can't copy events by dragging them, you can just move them.

Thanks




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



Bug#473385: m2c segfaults

2008-03-30 Thread Ralph Janke
Package: m2c
Version: 0.6-10.2

In order to reproduce:

m2c -all -lm myfirst.mod -o myfirst

using the code:

MODULE myfirst;
 FROM InOut IMPORT Write,WriteLn,WriteString;
 CONST n=50;
  TYPE matriz = ARRAY[1..n] OF INTEGER;
 PROCEDURE insercion_directa(VAR a: matriz);
  BEGIN
  END insercion_directa;
 PROCEDURE iniciar_array(VAR a: matriz);
  BEGIN
  END iniciar_array;
 PROCEDURE imprimir_array(VAR a:matriz);
  VAR
 i: INTEGER;
  BEGIN
 write(|);
 FOR i:=1 TO n DO
 write(a[i]);
 write(|);
 END
 writeln
  END imprimir_array;
 VAR
 arreglo: matriz;
  BEGIN
 iniciar_array(arreglo);
 imprimir_array(arreglo);
 END myfirst.

The result is:

myfirst.mod: 20: invalid statement
myfirst.mod: 15: identifier write is not declared
myfirst.mod: 17: identifier write is not declared
myfirst.mod: 18: identifier write is not declared
myfirst.mod: 20: identifier writeln is not declared
myfirst.mod: 20: invalid statement
myfirst.mod: 15: identifier write is not declared
myfirst.mod: 17: identifier write is not declared
myfirst.mod: 18: identifier write is not declared
myfirst.mod: 20: identifier writeln is not declared
myfirst.mod - 152 lines, 6200 bytes
/usr/lib/m2c/InOut.mod - 501 lines, 21804 bytes
/usr/lib/m2c/ASCII.mod - 43 lines, 2080 bytes
/usr/lib/m2c/String.mod - 189 lines, 10256 bytes
Segmentation fault (core dumped)

See core dump here:
http://launchpadlibrarian.net/5776034/_usr_bin_m2c.1000.crash

Thanks




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



Bug#473424: [wishlist] please add glossary support

2008-03-30 Thread Ralph Janke
Package: latexmk
Version: 307a-2
Severity: wishlist

Currently latexmk supports indexing but not glossary generation: one has
to run a command manually to build the glossary. It would be nice if
latexmk would do this automagically.

Thanks




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



Bug#473501: The url in the script is invalid

2008-03-30 Thread Ralph Janke
Package: search-ccsb
Version: 0.5-2
Severity: important

The script does not work due to a wrong url. This patch provided by
Gonzhausen at
https://bugs.launchpad.net/ubuntu/+source/search-ccsb/+bug/102876 solves
the problem!

--- search-ccsb.old 2007-04-04 15:13:20.0 +0200
+++ search-ccsb.neu 2007-04-04 15:13:27.0 +0200
@@ -24,7 +24,7 @@
   $Ua = LWP::UserAgent-new;
   $Ua-agent(Mozilla (compatible: LWP $LWP::VERSION));
  -$res = $Ua-request(POST 'http://liinwww.ira.uka.de/searchbib/index',
[query = $ARGV[0], results = bibtex]);
  +$res = $Ua-request(POST 'http://liinwww.ira.uka.de/csbib', [query =
$ARGV[0], results = bibtex]);
   die Error while getting , $res-request-uri,
  -- , $res-status_line, \nAborting
unless $res-is_success;


Thanks




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



Bug#469711: Examples have broken import

2008-03-06 Thread Ralph Janke
Package: python-jabber
Version: 0.5.0-1.4

In order to use the jabber.py library, the correct way to import is by
using import jabber.jabber. However, the examples show import jabber,
which does not work. Please adjust the example such that it is correct.





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



Bug#449353: bibletime: should this package be orphaned?

2008-01-03 Thread Ralph Janke
retitle 449353 ITA: bibletime -- A bible study tool for KDE
Thanks





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



Bug#455267: Spelling mistake in main description of package dict-freedict-afr-deu

2007-12-09 Thread Ralph Janke
Package: freedict
Version: 1.3-3

Africaans should be Afrikaans inside the description of the of the package.

It is an easy fix, just substitute the correct spelling in the
debian/control file (see also fix in
https://bugs.edge.launchpad.net/ubuntu/+source/freedict/+bug/175106)




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



Bug#447315: bug is not fixed in version 0.0.6-15

2007-12-01 Thread Ralph Janke
notfixed 447315 0.0.6-15

The bug is not fixed in version 0.0.6-15 it still clashes during
installation with the package listen with the error message:

trying to overwrite `/usr/share/man/man1/listen.1.gz', which is also in
package listen

Thanks




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



Bug#420309: Wrong charset for German messages

2007-04-21 Thread Ralph Janke

Package: mailman
Version: 1:2.1.9-4

Upstream report from ubuntu bugtracking system: 
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/51925


The German Messages for Mailman are utf-8 encoded. However in
/usr/lib/mailman/Mailman/Defaults.py the German messages are added with

add_language('de', _('German'), 'iso-8859-1')

This results in messed up umlauts in the user's Webbrowser.
Change it to

add_language('de', _('German'), 'utf-8')

and everything works fine.


Thanks.



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



Bug#419952: Missing contents in perl.conf file prevents immediate functionality after enabling of mod in apache

2007-04-18 Thread Ralph Janke

Package: libapache2-mod-perl2
Version:  2.0.2-2.3

This has been reported in the ubuntu bugtracker:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/55464

after installing mod-perl, it dosen't work, and it's very difficult to 
find documentation on how to make it work ..
The configuration file for this module 
/etc/apache2/mods-available/perl.conf is left empty, witch causes this 
error.

it should contain something like
Files ~ \.pl$
 SetHandler perl-script
 PerlResponseHandler ModPerl::PerlRun
 Options +ExecCGI
 PerlSendHeader On
/Files
to allow execution of all .pl files in the server by the module.


Thanks



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



Bug#418107: [hwclock] full path for a command

2007-04-06 Thread Ralph Janke

Package: util-linux
Version: 2.12r-17

Request file in bug for ubuntu 
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/103680


The hwclock init script /etc/init.d/hwclock.sh has a command line which 
can be uncommented, but don't have a full path given.


In addition, there is a typo in the comment just above: s/enablig/enabling/

This is the corresponding patch:

@@ -68,9 +68,9 @@
# used.
#
# Please read /usr/share/doc/util-linux/README.Debian.hwclock
- # before enablig hwclock --adjust.
+ # before enabling hwclock --adjust.
- #hwclock --adjust $GMT $BADYEAR
+ #/sbin/hwclock --adjust $GMT $BADYEAR
:
   if [ $HWCLOCKACCESS != no ]; then





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



Bug#417617: spelling mistake in message in file svndumpfilter/main.c

2007-04-03 Thread Ralph Janke

Package: subversion
Version: 1.4.3dfsg1-1

In the file svndumpfilter/main.c in line 558 is a spelling mistake:
it should be
  _(No valid copy from revision in filtered stream));
instead of
  _(No valid copyfrom revision in filtered stream));

(the space between copy and from is missing)



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