Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-02 Thread Ramkumar Ramachandra
Hi Marco, Marco d'Itri wrote: > On Dec 02, Ramkumar Ramachandra wrote: > >> Could you apply this fix? > No, it's wrong. Oh, I'm sorry then. Kindly do whatever you think is appropriate. -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-01 Thread Ramkumar Ramachandra
Retag 649175 + patch Hi Marco, Could you apply this fix? --- a/rules +++ b/rules @@ -109,7 +109,7 @@ $D/lib/udev/ cp extra/hotplug.functions $D/lib/udev/ - mv $D/lib/udev/udevd $D/sbin/ + ln -s $D/lib/udev/udevd $D/sbin/udevd cd $D/lib/udev/rules.d/ &

Bug#637203: libfftw3-dev: mpi support not compiled in

2011-08-09 Thread Ramkumar Ramachandra
Package: libfftw3-dev Version: 3.2.2-1 Severity: wishlist FFTW3 has MPI support, but this is not enabled by default. It can be enabled at configure time using '--enable-mpi' [1]. Please consider including this flag, or creating a separate libfftw3-mpi-dev package. Thanks! [1]: http://www.fftw.

Bug#609243: libiconv.so.2: cannot open shared object file: No such file or directory

2011-01-07 Thread Ramkumar Ramachandra
close 609243 thanks Adam D. Barratt writes: > On Fri, 2011-01-07 at 23:24 +0530, Ramkumar Ramachandra wrote: > > $ ldd `which svn` > [...] > > libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 > > (0x7f03372ac000) > [...] > > libaprutil-1.s

Bug#609243: libiconv.so.2: cannot open shared object file: No such file or directory

2011-01-07 Thread Ramkumar Ramachandra
Package: subversion Version: 1.6.12dfsg-4 Severity: grave Justification: renders package unusable >From an upstream script, iconv can refer to either apr-iconv or gnu-iconv: http://www.apache.org/dist/apr/apr-iconv-$(VERSION).tar.gz http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$(VERSION).tar.gz I

Bug#573375: Info received (Bug not fixed in hostname 3.04)

2010-04-02 Thread Ramkumar Ramachandra
Hi, This issue is solved. I had a permissions issue: my /etc/hosts was unreadable. Kindly ignore my previous email and leave the bug closed. Sorry about the confusion and thank you. -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". T

Bug#573375: Bug not fixed in hostname 3.04

2010-04-02 Thread Ramkumar Ramachandra
Hi, I'm using hostname v3.04, and the bug doesn't seem to be resolved for me. Here's the relevant information: $ apt-cache policy hostname hostname: Installed: 3.04 Candidate: 3.04 Version table: *** 3.04 0 500 http://ftp.us.debian.org sid/main Packages 100 /var/lib/dpkg/st

Bug#540001: Fixed with simple build option

2010-01-28 Thread Ramkumar Ramachandra
> Hi, look like ASCIIDOC8 is already set while building > > $ grep ASCIIDOC debian/rules >        $(MAKE) -CDocumentation man html ASCIIDOC8=YesPlease > ASCIIDOC_NO_ROFF=Yes > $ > > Does this mean the bug's fixed now? Yes. Git 1:1.6.6-1 in Debian's unstable repository is built with ASCIIDOC8=YesP

Bug#565996: Remove useless debugging output

2010-01-20 Thread Ramkumar Ramachandra
Package: python-xlib Version: 0.14+20091101-1 Hi, I just wrote a patch to suppress useless debugging output. Index: trunk/Xlib/ext/randr.py === --- trunk/Xlib/ext/randr.py (revision 137) +++ trunk/Xlib/ext/randr.py (working

Bug#560795: [PATCH] Update documentation: git-commit is not a shell command

2010-01-16 Thread Ramkumar Ramachandra
Hi, I've written a patch and sent it to upstream. Kindly check progress here: http://permalink.gmane.org/gmane.comp.version-control.git/137214 Thanks, Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Bug#426938: Testcase required

2010-01-16 Thread Ramkumar Ramachandra
Hi, Could you come up with a reduced testcase for reproducibility? -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#540001: Fixed with simple build option

2010-01-16 Thread Ramkumar Ramachandra
Hi, The problem is solved by setting ASCIIDOC8 while building. See lines 65-67 in Documentation/Makefile from 8fa2b45f -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#540001: [PATCH] Fix bad quoting in documentation

2010-01-16 Thread Ramkumar Ramachandra
Hi, I've written a patch to fix this. See http://permalink.gmane.org/gmane.comp.version-control.git/137205 Thanks, Ramkumar -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#537664: Fixed in a29aa4

2010-01-15 Thread Ramkumar Ramachandra
commit a29aa47da79cfd0ef7ee0ef423e7e5a9a3cf07bd Author: Gerrit Pape Date: Tue Oct 27 13:31:33 2009 + help -i: properly error out if no info viewer can be found With this commit, git help -i prints an error message and exits non-zero instead of being silent and exit code 0.

Bug#458326: Fixed in 1.6.5

2010-01-14 Thread Ramkumar Ramachandra
Package: git-core Version: 1:1.6.5-1 This bug seems to be fixed in my version of Git as well as upstream. Kindly update its status. -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#476604: [PATCH] Document git-blame triple -C option

2010-01-08 Thread Ramkumar Ramachandra
Hi, I've written a patch for this, and have sent it to the upstream mailing list. You can see it here: http://permalink.gmane.org/gmane.comp.version-control.git/136464 Thanks, Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C