Bug#525760: ITP: vitables -- graphical tool to browse and edit PyTables and HDF5 files

2009-04-26 Thread Dmitrijs Ledkovs
Package: wnpp Severity: wishlist Owner: Dmitrijs Ledkovs dmitrij.led...@gmail.com * Package name: vitables Version : 2.0 Upstream Author : Vicent Mas v...@users.berlios.de * URL : http://vitables.berlios.de/ * License : GPL-3+ Programming Lang: Python

Bug#522426: [Python-apps-team] Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?

2009-04-28 Thread Dmitrijs Ledkovs
=== --- debian/changelog(revision 2804) +++ debian/changelog(working copy) @@ -6,6 +6,9 @@ [ Vincent Danjean ] * Dump Standards-Version (no change needed) + [ Dmitrijs Ledkovs ] + * Fixed FTBS caused by new cleaned-up cdbs

Bug#522426: [Python-apps-team] Bug#522426: Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?

2009-04-28 Thread Dmitrijs Ledkovs
tags 522426 patch thanks Fixed a typo in the comment (Removing arch-dep instead of arch-indep). Is this the correct way to attach patches on BTS? (First time submitting a patch to BTS) -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email

Bug#522426: Info received ([Python-apps-team] Bug#522426: Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?)

2009-04-28 Thread Dmitrijs Ledkovs
Index: debian/changelog === --- debian/changelog (revision 2804) +++ debian/changelog (working copy) @@ -6,6 +6,9 @@ [ Vincent Danjean ] * Dump Standards-Version (no change needed) + [ Dmitrijs Ledkovs ] + * Fixed FTBS

Bug#522426: Info received ([Python-apps-team] Bug#522426: Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?)

2009-04-28 Thread Dmitrijs Ledkovs
2009/4/28 Max Bowsher m...@f2s.com: Dmitrijs Ledkovs wrote: --- debian/rules      (revision 2804) +++ debian/rules      (working copy) @@ -10,17 +10,15 @@  include /usr/share/cdbs/1/rules/debhelper.mk  include /usr/share/cdbs/1/rules/patchsys-quilt.mk  DEB_INSTALL_DOCS_ALL

Bug#605157: calendarserver: Use of PYTHONPATH env var in an insecure way

2010-12-03 Thread Dmitrijs Ledkovs
+ +++ b/debian/changelog 2010-12-03 21:33:05 + @@ -1,3 +1,10 @@ +calendarserver (2.4.dfsg-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Set PYTHONPATH env var in a secure way (Closes: #605166, #605157) + + -- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com Fri, 03 Dec 2010 21:28:40

Bug#605157: calendarserver: Use of PYTHONPATH env var in an insecure way

2010-12-03 Thread Dmitrijs Ledkovs
Jakub Wilk jw...@debian.org writes: Hi Dmitrijs, +@@ -145,7 +145,7 @@ + line = line.rstrip(\n) + if fileType == sh: + if line == #PYTHONPATH: +-script.append('PYTHONPATH=%s:$PYTHONPATH' % (install_lib,)) ++

Bug#605157: calendarserver: Use of PYTHONPATH env var in an insecure way

2010-12-03 Thread Dmitrijs Ledkovs
Jakub Wilk jw...@debian.org writes: Hi Dmitrijs, +@@ -145,7 +145,7 @@ + line = line.rstrip(\n) + if fileType == sh: + if line == #PYTHONPATH: +-script.append('PYTHONPATH=%s:$PYTHONPATH' % (install_lib,)) ++

Bug#605157: calendarserver: Use of PYTHONPATH env var in an insecure way

2010-12-09 Thread Dmitrijs Ledkovs
tags 605157 + patch thanks Jakub Wilk jw...@debian.org writes: tags 605157 - patch thanks * Dmitrijs Ledkovs dmitrij.led...@ubuntu.com, 2010-12-03, 22:37: With my patch applied the resulting /usr/bin/caldavd has: PYTHONPATH=/usr/lib/twisted-calendarserver/lib/python2.6/site-packages

Bug#605167: Less hacking patch

2010-12-11 Thread Dmitrijs Ledkovs
(2.1.1-3.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix setting PYTHONPATH in an insecure way (Closes: #605167): +- Using dh_autotools-dev to update config.* +- Using dh_autoreconf to update autotools + * Set architecture to all (Closes: #606516) + + -- Dmitrijs Ledkovs

Bug#606825: dpkg: Please add mingw to ostable and triplettable.

2010-12-11 Thread Dmitrijs Ledkovs
2001 From: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com Date: Sun, 12 Dec 2010 00:15:22 + Subject: [PATCH] Add mingw32-w64 to ostable and triplettable. --- ostable |1 + triplettable |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ostable b/ostable index 17b7581

Bug#606825: dpkg: Please add mingw to ostable and triplettable.

2010-12-12 Thread Dmitrijs Ledkovs
, Some uninformed reactions. Thank you for shedding some more lights of what ABI/OS parts should mean! Dmitrijs Ledkovs wrote: --- a/ostable +++ b/ostable @@ -31,3 +31,4 @@ bsd-openbsd         openbsd                 openbsd[^-]*  sysv-solaris         solaris                 solaris

Bug#614510: pommed: Intel 945GM (MacBook v1) step value in the config is wrong

2011-02-21 Thread Dmitrijs Ledkovs
Package: pommed Version: 1.37~dfsg-1 Severity: normal My brightness keys were jumping the brightnes on my MacBook v1.1, e.g. increasing the brightness from 0% using function key would cycle like so: 0%-25%-50%-0%-75%-100%-0%-100%. Turns out the step value for the MacBook v1.1 (Intel Gma950) is a

Bug#554803: Fix FTBFS with binutils-gold

2010-12-13 Thread Dmitrijs Ledkovs
Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: natty ubuntu-patch Hello, This is the patch I'm intending to get sponsored in Ubuntu. It fixes the FTBFS with binutils-gold in Debian. It is not a complete debdiff. Please consider using this patch in future uploads. With best regards,

Bug#605167: Less hacking patch

2010-12-13 Thread Dmitrijs Ledkovs
Jakub Wilk jw...@debian.org writes: * Dmitrijs Ledkovs dmitrij.led...@ubuntu.com, 2010-12-11, 18:47: -Architecture: any +Architecture: all I'm not sure if the release team will be happy with the above change... --- gnome-schedule-2.0.2~/Makefile.am2007-12-21 08:30:24.0

Bug#606825: dpkg: Please add mingw to ostable and triplettable.

2010-12-13 Thread Dmitrijs Ledkovs
On 13 December 2010 23:21, Jonathan Nieder jrnie...@gmail.com wrote: Dmitrijs Ledkovs wrote: There are currently two free implementations of msvcrt: mingw.org and mingw-w64. Programs built with mingw32 *unable* to safely use DLLs built with mingw64 there are subtle differences

Bug#607023: gnome-schedule: FTBFS if autoreconf has been run after ./debian/rules patch

2010-12-13 Thread Dmitrijs Ledkovs
Package: gnome-schedule Version: 2.1.1-3 Severity: wishlist Tags: patch The package FTBFS from source if I run autoreconf after the ./debian/rules patch target. The autoreconf fails like so: Makefile.am:14: blank line following trailing backslash autoreconf: automake failed with exit

Bug#605167: Less hacking patch

2010-12-13 Thread Dmitrijs Ledkovs
@@ +gnome-schedule (2.1.1-3.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix setting PYTHONPATH in an insecure way (Closes: #605167): + + -- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com Sat, 11 Dec 2010 11:12:35 + + gnome-schedule (2.1.1-3) unstable; urgency=low * Added

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-14 Thread Dmitrijs Ledkovs
On 14 December 2010 12:52, NightStrike nightstr...@gmail.com wrote: On Sun, Dec 12, 2010 at 4:56 AM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: CC: mingw-w64 mailing list I'm asking to add mingw32-w64 tripplet and os to dpkg. Please suggest / improve how you would like to have debian

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-14 Thread Dmitrijs Ledkovs
On 14 December 2010 13:20, Andy Koppe andy.ko...@gmail.com wrote: On 14 December 2010 00:26, Dmitrijs Ledkovs wrote: mingw32-winnt mingw64-winnt mingw32-msys mingw64-msys mingw32-cygwin mingw64-cygwin 8 MSYS is a collection of GNU utilities such as bash, make, gawk and grep

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-15 Thread Dmitrijs Ledkovs
On 15 December 2010 13:36, NightStrike nightstr...@gmail.com wrote: On 12/14/10, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: $ cat dpkg/ostable # This file contains the table of known operating system names. # # Architecture names are formed as a combination of the system name # (from

Bug#606696: Patch to fix purge after dependencies removed

2010-12-16 Thread Dmitrijs Ledkovs
(frontend.postrm.mysql and dbc_go) (Closes: #606695) ++ python-poker-stats.postrm (frontend.postrm.mysql and dbc_go) (Closes: #606696) + + -- Dmitrijs Ledkovs dmitrij.led...@ubuntu.com Wed, 15 Dec 2010 20:59:51 + + poker-network (1.7.7-3) unstable; urgency=low * add da and ru

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-16 Thread Dmitrijs Ledkovs
On 16 December 2010 14:12, Earnie ear...@users.sourceforge.net wrote: Dmitrijs Ledkovs wrote: What is GNU triplet for MSYS then? How different it is from the MinGW tripplet? Is it just a different ABI then? There should never be a publicly declared triplet for MSYS. nbsp;We have stated

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-16 Thread Dmitrijs Ledkovs
What is GNU triplet for ReactOS? Should we define a separate Debian-arch/os for ReactOS? Regards, Dmitrijs. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#606690: Patch to fix purge after dependencies removed

2010-12-16 Thread Dmitrijs Ledkovs
On 16 December 2010 19:08, Julien Valroff jul...@kirya.net wrote: Hi Dmitrijs, Le jeudi 16 déc. 2010 à 12:53:38 (+), Dmitrijs Ledkovs a écrit : Dear maintainer, I have prepared the fix for the three RC bugs reported against poker-network's packages. This patch changes affected postrm

Bug#606825: [Mingw-w64-public] dpkg: Please add mingw to ostable and triplettable.

2010-12-17 Thread Dmitrijs Ledkovs
On 17 December 2010 14:45, Earnie ear...@users.sourceforge.net wrote: Dmitrijs Ledkovs wrote: Fair enough. How is it compiled from source (bootstrap steps if such are required)? What compiler do you use to compile MSYS from source? We handle that manually.  Only MSYS developers will care

Bug#567746: [Pkg-crosswire-devel] Bug#567746: xiphos: segmentation fault after splash screen

2010-01-30 Thread Dmitrijs Ledkovs
-- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

Bug#567889: Documents in the section index are not sorted

2010-01-31 Thread Dmitrijs Ledkovs
. The section tree on the left is sorted and by poking ruby code I couldn't manage to sort the documents index as well. Don't know any ruby at all though =) With regards, Dmitrijs Ledkovs. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJLZhUpAAoJEIh7YGGLPBaumYUP

Bug#567746: dh_xulrunner missed dependency in xiphos

2010-01-31 Thread Dmitrijs Ledkovs
to avoid that with dh_xulrunner) With best regards, Dmitrijs Ledkovs. On 31 January 2010 16:08, david thompson thompd...@gmail.com wrote: Works like a charm. Thanks. I wonder why aptitude didn't catch the dependencies... Please feel free to let me know if you'd like any additional info. On Sat

Bug#567746: dh_xulrunner missed dependency in xiphos

2010-02-01 Thread Dmitrijs Ledkovs
is pretending it was nothing to do with me how many RC bugs was it again? =) Thank you though =) -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

Bug#477806: ITP: djbfft -- extremely fast library for floating-point convolution

2009-12-01 Thread Dmitrijs Ledkovs
. Or would you consider applying patch to a52dec to remove the warning? BTW do you want help with a52dec? Eg. fix lintian warnings, libtoolize and convert to DEB5, DEB3, quilt, dh7 or CDBS etc Cause I have a little bit of time to do this. (I'll send git format-patches) -- With best regards Dmitrijs

Bug#539794: [Pkg-crosswire-devel] Bug#539794: libsword8: please use passive FTP for module manager / bookshelf updater

2009-08-03 Thread Dmitrijs Ledkovs
apps!!! -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#418040: [Pkg-crosswire-devel] Please update the World English Bible module to version 1.8

2010-01-10 Thread Dmitrijs Ledkovs
a debian package which builds crosswire module and installs it. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -- To UNSUBSCRIBE, email to debian-bugs

Bug#418040: [Pkg-crosswire-devel] Please update the World English Bible module to version 1.8

2010-01-10 Thread Dmitrijs Ledkovs
:  +61 2 9643 7737         /      \   Sydney, Australia E-mail: j.zaits...@zap.org.au   \_,--._*   http://www.zap.org.au/                                      v -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail

Bug#477806: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432141/zQSXsvMO/ -- (c) 2010, LinkedIn Corporation

Bug#521065: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432182/hyGJJP0J/ -- (c) 2010, LinkedIn Corporation

Bug#499225: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432154/Lh_OaXci/ -- (c) 2010, LinkedIn Corporation

Bug#525760: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432192/s3SjLyN_/ -- (c) 2010, LinkedIn Corporation

Bug#559761: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Dmitrijs Ledkovs Student at The University of Hull United Kingdom Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432205/02UWWRLv/ -- (c) 2010, LinkedIn

Bug#479851: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432145/WG6Da0Hf/ -- (c) 2010, LinkedIn Corporation

Bug#567746: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432215/_DTmzQZb/ -- (c) 2010, LinkedIn Corporation

Bug#560088: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Dmitrijs Ledkovs Student at The University of Hull United Kingdom Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432209/e9HW-7qw/ -- (c) 2010, LinkedIn

Bug#418040: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn Debian, I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Dmitrijs Ledkovs Student at The University of Hull United Kingdom Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067430350/MROXlBIm/ -- (c) 2010

Bug#457075: Dmitrijs Ledkovs wants to stay in touch on LinkedIn

2010-02-11 Thread Dmitrijs Ledkovs
LinkedIn I'd like to add you to my professional network on LinkedIn. - Dmitrijs Ledkovs Confirm that you know Dmitrijs Ledkovs https://www.linkedin.com/e/isd/1067432118/74erQuAD/ -- (c) 2010, LinkedIn Corporation

Bug#566212: override: diatheke:text/optional

2010-01-21 Thread Dmitrijs Ledkovs
Package: ftp.debian.org Severity: minor In the past diatheke was packaged with CLI tool and cgi-scripts. Due to potential security issues with the scripts diatheke has been repackaged not to depend on www-server not to install cgi scripts. Cgi/perl scripts are still shipped in the

Bug#566274: joystick: debian/rules improvements FTBFS with parallel make

2010-01-22 Thread Dmitrijs Ledkovs
to dh but there really is no point =) for such small package at least it can now withstand evil but useful -j5 option. With best regards Dmitrijs Ledkovs. *** ../joystick.debdiff === modified file 'debian/changelog' - - --- debian/changelog2009-10-12 15:12:52 + +++ debian/changelog

Bug#479851: merging the libraries is mostly impossible

2010-01-23 Thread Dmitrijs Ledkovs
overview and I might be wrong on a few things but webkit is not a stable library with bindings it's more like LLVM which you can use to build something you need. [1] http://webkit.org/projects/goals.html -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич ()  ascii ribbon

Bug#539880: [Pkg-crosswire-devel] Bug#539880: xiphos: long description no sentence

2009-08-06 Thread Dmitrijs Ledkovs
that uses SWORD Project modules are: bibletime, biblememorizer and bibledit. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#518695: gnomesword: Red text always displays to the end of the verse

2009-08-06 Thread Dmitrijs Ledkovs
, I'm tagging this unreproducible for now and will close in one months time if there are no further comments =) Hope you gonna like new xiphos. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#234121: Bible texts tabs not parallel until re-clicking the tab

2009-08-06 Thread Dmitrijs Ledkovs
gnomesword). It's really nice =) -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#539880: [Pkg-crosswire-devel] RFS: xiphos (updated package)

2009-08-13 Thread Dmitrijs Ledkovs
this one but it will take me a couple of days to sort out my machine. But hopefully that is enough time to clear up this issue. Hope you gonna upload it soonish. i would like to manage to sync it into ubuntu before feature freeze =) 25th. -- With best regards Dmitrijs Ledkovs (for short Dima

Bug#530549: ITP: glosung -- dispay words from the bible for each day (also known as Losungen)

2009-05-25 Thread Dmitrijs Ledkovs
Package: wnpp Severity: wishlist Owner: Dmitrijs Ledkovs dmitrij.led...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: glosung Version : 3.4.1 Upstream Author : Eicke Godehardt ei...@godehardt.org * URL : http://www.godehardt.org/losung.html

Bug#259947: German Umlaut in 'Description'-field of modulename.conf seems to cause that description not to be displayed at all, if font not available or something?

2009-05-26 Thread Dmitrijs Ledkovs
to try out Xiphos 3.0.1-1 from experimental? Or wait until xiphos lands in testing. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#463712: sword: diff for NMU version 1.5.9-7.1

2009-05-28 Thread Dmitrijs Ledkovs
/modules/swmodule.cpp: // be sure we give CLucene enough file handles So it's not useless dependency anymore. Do you still recommend omitting la file cause bibletime seems to build fine now (although I suspect it's using pkg-config now). -- With best regards Dmitrijs Ledkovs (for short Dima

Bug#521065: Please don't close this

2009-07-04 Thread Dmitrijs Ledkovs
;-) -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич

Bug#515539: cgmail's maintainer is back on work

2009-07-08 Thread Dmitrijs Ledkovs
to help maintaining this package. For me it's ok, just let me know as soon as I start working on the new package. Thanks. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#521065: Please don't close this

2009-07-08 Thread Dmitrijs Ledkovs
to the tg2quilt.mk, so that my dh style debian/rules can be 1 line shorter? As a side request do you think you can create a dh tg2quilt add-on which can be used similarly to the quilt one? -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE

Bug#521065: Please don't close this

2009-07-11 Thread Dmitrijs Ledkovs
. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#536722: RM: bibletime-i18n -- ROM; package obsolete

2009-07-12 Thread Dmitrijs Ledkovs
Package: ftp.debian.org Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please remove bibletime-i18n. It ships obsolete translations for an obsolete version of bibletime. New version of bibletime is already in unstable and it has all translations in that source package. - --

Bug#582169: [Pkg-crosswire-devel] Bug#582169: xiphos: Uninstallable due to missing dependencies

2010-05-18 Thread Dmitrijs Ledkovs
On 18 May 2010 21:50, Domenico Cufalo cuf...@gmail.com wrote: Package: xiphos Version: 3.1.3-1 Severity: important The package is not installable because depends on - libgtkhtml-editor0 ( 3.29), but 3.30.1-2 is installed - libgtkhtml3.14-19 ( 3.29), but 3.30.1-2 is installed Ciao and

Bug#580735: Please repack git repository on alioth

2010-05-08 Thread Dmitrijs Ledkovs
Package: dpkg Version: 1.15.5.6ubuntu4 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please login to alioth and do $ git --git-dir=/srv/git.debian.org/git/dpkg/dpkg.git/ repack -adf This shrinks dpkg repository from 255MiB to 33MiB which makes it possible to clone on

Bug#580824: jack-audio-connection-kit: FTBFS on hppa (multiple issues)

2010-05-08 Thread Dmitrijs Ledkovs
On 9 May 2010 00:44, Adam D. Barratt a...@adam-barratt.org.uk wrote: - waf's parallel building and hppa don't mix; I've stolen a patch which Jakub Wilk provided for xmms2 and applied it to j-a-c-k. It will break if anything causes the .waf.-* directory to be renamed, but that seems like

Bug#580824: jack-audio-connection-kit: FTBFS on hppa (multiple issues)

2010-05-09 Thread Dmitrijs Ledkovs
On 9 May 2010 08:05, Adam D. Barratt a...@adam-barratt.org.uk wrote: On Sun, May 9, 2010 01:05, Dmitrijs Ledkovs wrote: On 9 May 2010 00:44, Adam D. Barratt a...@adam-barratt.org.uk wrote: - waf's parallel building and hppa don't mix; I've stolen a patch which Jakub Wilk provided for xmms2

Bug#575131: [Pkg-crosswire-devel] Bug#575131: Bookshelf manager crashes bibletime

2010-03-23 Thread Dmitrijs Ledkovs
On 23 March 2010 17:13, Gary Koskenmaki gar...@cableone.net wrote: Package: bibletime Version: 2.5-1 Severity: important Every time I attempt to use the Bookshelf Manager to download the expanded list of available Bible and Commentary modules bibletime crashes. It is a known issue of

Bug#575426: [Pkg-crosswire-devel] Bug#575426: bibletime: Option for inserting blank line doesn't work correctly

2010-03-26 Thread Dmitrijs Ledkovs
On 26 March 2010 13:09, Eeli Kaikkonen eekai...@mail.student.oulu.fi wrote: This seems to be an upstream bug. Discussion can be moved to bt-devel list. Or even better, someone could create a report in http://sourceforge.net/tracker/?group_id=954atid=100954 :)  Yours,        Eeli Kaikkonen

Bug#543893: cuneiform -- multi-language OCR system

2010-04-20 Thread Dmitrijs Ledkovs
Dear Alexander Dolgunin, Has there been any progress on this package? I'm willing to help out, is there work in progress? With regards, Dmitrijs Ledkovs. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#457075: Salomé sources now available via git

2010-04-21 Thread Dmitrijs Ledkovs
On 21 April 2010 11:49, Nicolas Chauvat nicolas.chau...@logilab.fr wrote: http://git.salome-platform.org/gitweb/ Looks like they are slowly opening up. Hopefully, it will make collaboration much easier. Great news. I wonder why git though? It was clearly that they were using hg before with

Bug#457075: Question on Salome package organization

2010-04-26 Thread Dmitrijs Ledkovs
On 26 April 2010 22:07, Sylvestre Ledru sylves...@debian.org wrote: Le lundi 26 avril 2010 à 13:18 -0400, Adam C Powell IV a écrit : In short, I think this package is about where OpenCASCADE and OpenOffice were when first uploaded: crude and simple packaging of a very useful piece of software,

Bug#576415: Fix in lp for the bug

2010-04-05 Thread Dmitrijs Ledkovs
Right fix for the Debian bug 576415 is LP 462169 + debian/rules, debian/samba.if-up: allow NetworkManager as a recognized address family... it's obviously /not/ an address family, but it's what gets sent when using NM, so we'll cope for now. (LP: #462169). Taken from karmic-proposed.

Bug#576415: [Pkg-samba-maint] Bug#576415: Fix in lp for the bug

2010-04-05 Thread Dmitrijs Ledkovs
On 5 April 2010 13:22, Christian PERRIER bubu...@debian.org wrote: Quoting Dmitrijs Ledkovs (dmitrij.led...@ubuntu.com): Right fix for the Debian bug 576415 is LP 462169   + debian/rules, debian/samba.if-up: allow NetworkManager as a recognized address     family... it's obviously

Bug#521065: Please don't close this

2010-04-10 Thread Dmitrijs Ledkovs
2010/4/10 Uwe Kleine-König u.kleine-koe...@pengutronix.de: On Sat, Jul 11, 2009 at 05:31:22PM +0200, Uwe Kleine-König wrote: Anyhow, if you come up with a patch and usage is optional, I think I would integrate it. ping. Best regards Uwe Blast from the past = thanks for pinging. Right

Bug#499225: Waf build system

2009-12-19 Thread Dmitrijs Ledkovs
Dmitrijs Ledkovs +# License: GPL-2+ + +package Debian::Debhelper::Buildsystem::waf; + +use strict; +use base 'Debian::Debhelper::Buildsystem'; + +sub DESCRIPTION { + waf using system-installed script; +} + +sub DEFAULT_BUILD_DIRECTORY { + my $this=shift; + return $this-canonpath

Bug#582884: [Usb-creator-hackers] Bug#582884: ITP: usb-creator -- Live USB creator

2010-09-06 Thread Dmitrijs Ledkovs
On 4 September 2010 15:21, Ignace Mouzannar mouzan...@gmail.com wrote: On Wed, Jun 9, 2010 at 10:09, Alexander Reichle-Schmehl toli...@debian.org wrote: Hi! Am 03.06.2010 13:22, schrieb Evan Dandrea: Am 27.05.2010 13:47, schrieb Evan Dandrea: I can't say I agree, but if we're going to have

Bug#552387: RFS: libjsr305-java (new package, needed to update libgoogle-collections-java and to package libguava-java)

2010-08-26 Thread Dmitrijs Ledkovs
On 27 August 2010 00:45, Miguel Landaeta mig...@miguel.cc wrote: Hi team, I am looking for a sponsor for my package libjsr305-java. * Package name    : libjsr305-java  Version         : 0.1~+svn49-1  Upstream Author : JSR305 expert group * URL             : http://jsr-305.googlecode.com/

Bug#594371: Additional Maintainer

2010-11-18 Thread Dmitrijs Ledkovs
I too would like to help maintain mingw-w64 based toolchain. I will give further details in another #602997. WIth best regards, Dmitrijs. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#602997: Debian Bugs information: logs for Bug#602997

2010-11-18 Thread Dmitrijs Ledkovs
  Message #14 received at 602...@bugs.debian.org (full text, mbox): From: Matthias Klose d...@debian.org To: Stephen Kitt st...@sk2.org, 602...@bugs.debian.org Subject: Re: Bug#602997: ITP: gcc-mingw-w64 -- The GNU Compiler Collection  for MinGW-w64 Date: Sun, 14 Nov 2010 21:13:58 +0100 On

Bug#525760: RFS: Re: Bug#525760: ITP: vitables -- graphical tool to browse and edit PyTables and HDF5 files

2009-04-30 Thread Dmitrijs Ledkovs
, don't hesitate, ViTables is your choice. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#461447:

2008-12-11 Thread Dmitrijs Ledkovs
was build against Sid using pbuilder. It was tested on my machine which is running Ubuntu Intrepid. The source package has also been uploaded to my PPA and it is available here https://launchpad.net/~dmitrij.ledkov/+archive With best regards Dmitrijs Ledkovs -BEGIN PGP SIGNATURE

Bug#560088: ITP: python-portio -- low level port I/O for Linux

2009-12-08 Thread Dmitrijs Ledkovs
Package: wnpp Severity: wishlist Owner: Dmitrijs Ledkovs dmitrij.led...@gmail.com * Package name: python-portio Version : 0.4 Upstream Author : Fabrizio Pollastri f.pollas...@inrim.it * URL : http://portio.inrim.it/ * License : GPL-3+ Programming Lang: Python

Bug#560088: ITP: python-portio -- low level port I/O for Linux

2009-12-08 Thread Dmitrijs Ledkovs
to package it for myself and anyone else. Should my packaging be changed to i386 amd64 only? -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments

Bug#559761: ITP: release -- provides information about the current releases

2009-12-09 Thread Dmitrijs Ledkovs
and all revelevent packaging tools scripts will pick it up. -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments Sent from Manchester, Eng, United Kingdom

Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-24 Thread Dmitrijs Ledkovs
Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org,        usb-creator-hack...@lists.launchpad.net,        ubuntu-instal...@lists.ubuntu.com Owner: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com * Package name    : usb-creator  Version         : 0.2.23  Upstream Author

Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-24 Thread Dmitrijs Ledkovs
On 24 May 2010 12:15, Mehdi Dogguy me...@dogguy.org wrote: On 05/24/2010 12:55 PM, Dmitrijs Ledkovs wrote: Package: wnpp Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org,        usb-creator-hack...@lists.launchpad.net,        ubuntu-instal...@lists.ubuntu.com Owner: Dmitrijs

Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-24 Thread Dmitrijs Ledkovs
On 24 May 2010 12:43, Mehdi Dogguy me...@dogguy.org wrote: On 05/24/2010 01:27 PM, Dmitrijs Ledkovs wrote: * Package name    : usb-creator usb-creator is a bit misleading (or at least… not clear). Could you rename it into something like live-usb-creator? This package has been shipped

Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-24 Thread Dmitrijs Ledkovs
On 24 May 2010 12:53, Ignace Mouzannar mouzan...@gmail.com wrote: Hi Dmitrijs, I already own an ITP for usb-creator [1]. reportbug failed to bring it up =( annoyed. Sorry about this. I have started working on it. I should be releasing it soon. Is your work available anywhere to see? What

Bug#576359: Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-24 Thread Dmitrijs Ledkovs
Here is the current dsc ready for upload to Debian (with last minute fixes to debrand package description) http://mentors.debian.net/debian/pool/main/u/usb-creator/usb-creator_0.2.23.dsc also pushed as a branch lp:~dmitrij.ledkov/usb-creator/debian (temporary branch intended to be merged with

Bug#582904: [Pkg-crosswire-devel] Bug#582904: xiphos: FTBFS on hppa (waf parallel build issues)

2010-05-24 Thread Dmitrijs Ledkovs
On 24 May 2010 14:00, Adam D. Barratt a...@adam-barratt.org.uk wrote: Package: xiphos Version: 3.1.3-1 Severity: serious Hi, xiphos FTBFS on hppa due to an issue with waf's parallel building on that platform. The patch in

Bug#582904: [Pkg-crosswire-devel] Bug#582904: xiphos: FTBFS on hppa (waf parallel build issues)

2010-05-24 Thread Dmitrijs Ledkovs
I'm impatient =) considering this is true: $ python -c import sys; print sys.platform linux2-hppa Can you please try building ? http://mentors.debian.net/debian/pool/main/x/xiphos/xiphos_3.1.3-3.dsc As you can see in the patch it uses waf functionality to load additional python modules from

Bug#582904: [Pkg-crosswire-devel] Bug#582904: xiphos: FTBFS on hppa (waf parallel build issues)

2010-05-24 Thread Dmitrijs Ledkovs
On 24 May 2010 20:50, Adam D. Barratt a...@adam-barratt.org.uk wrote: On Mon, 2010-05-24 at 15:27 +0100, Dmitrijs Ledkovs wrote: I'm impatient =) considering this is true: $ python -c import sys; print sys.platform linux2-hppa Can you please try building ? http://mentors.debian.net

Bug#576359: [Usb-creator-hackers] Bug#576359: Bug#582884: ITP: usb-creator -- Live USB creator

2010-05-26 Thread Dmitrijs Ledkovs
On 26 May 2010 23:50, Ignace Mouzannar mouzan...@gmail.com wrote: On Wed, May 26, 2010 at 12:10, Evan Dandrea e...@ubuntu.com wrote: On Wed, May 26, 2010 at 12:42 AM, Ignace Mouzannar mouzan...@gmail.com wrote: Excellent job. Howerver, it seems that the version 0.2.23 has not been released

Bug#426581: RFS: Meshlab

2009-06-11 Thread Dmitrijs Ledkovs
-- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#457075: Salome platform - Progress?

2009-06-11 Thread Dmitrijs Ledkovs
Any progress on Salome platform packaging? ITP #457075 ? =/ -- With best regards Dmitrijs Ledkovs (for short Dima), Ледков Дмитрий Юрьевич

Bug#457075: Salome platform - Progress?

2009-06-12 Thread Dmitrijs Ledkovs
2009/6/12 Adam C Powell IV hazel...@debian.org: On Fri, 2009-06-12 at 04:43 +0100, Dmitrijs Ledkovs wrote: Any progress on Salome platform packaging? ITP #457075 ? No, afraid I haven't even tried the new version.  My old package is available at http://lyre.mit.edu/~powell/salome/ but it took

Bug#640357: [Pkg-crosswire-devel] Bug#640357: Provide python SWIG bindings

2011-09-05 Thread Dmitrijs Ledkovs
On 4 September 2011 15:16, Ben Armstrong sy...@sanctuary.nslug.ns.ca wrote: Please provide a libsword-python package of the python SWIG bindings for libsword. Actually it is prepared for the next upload. I was hoping for .3 release of sword. But I guess it's a good enough reason to upload as

Bug#640357: [Pkg-crosswire-devel] Bug#640357: Bug#640357: Provide python SWIG bindings

2011-09-05 Thread Dmitrijs Ledkovs
clone 640357 -1retitle -1 please provide SWIG perl bindings thanks On 5 September 2011 22:00, Peter von Kaehne ref...@gmx.net wrote: On 05/09/11 20:25, Dmitrijs Ledkovs wrote: On 4 September 2011 15:16, Ben Armstrong sy...@sanctuary.nslug.ns.ca wrote: Please provide a libsword-python package

Bug#599073: ITP: shinken -- Monitoring tool

2011-09-08 Thread Dmitrijs Ledkovs
Dear all, shinken looks very interesting and I'd love to play around with it. Pkg-nagios-devel is already packaging nagios, icinga, and related tools, maybe pkg-nagios-devel is better place for shinken? (even though it's written in python) Regards, Dima. -- To UNSUBSCRIBE, email to

Bug#639497: check-mk-agent-logwatch: /etc/check_mk/logwatch.state should be moved to /var/

2011-08-27 Thread Dmitrijs Ledkovs
Package: check-mk-agent-logwatch Version: 1.1.10-1 Severity: important Logwatch checks the logs and writes updates to /etc/check_mk/logwatch.state each time check_mk_agent is run. This results in useless commits in etckeeper (package which git controls /etc) and metch (/etc configuration

Bug#678705: RFS: e2defrag/0.80 ITP: #678598

2012-06-23 Thread Dmitrijs Ledkovs
Hello Phillip, Thanks for picking up this package. Here are some comments == ITP == The ITP was not sent to the debian-devel mailing list. Please use report-bug in the future or add pseudo-header: X-Debbugs-CC: debian-de...@lists.debian.org Please forward your ITP to debian-devel. == bugs ==

Bug#678705: RFS: e2defrag/0.80 ITP: #678598

2012-06-24 Thread Dmitrijs Ledkovs
Dear Phillip, Thank you for replying to all the comments and resolving issues quickly. I haven't checked them yet, but I am sure they are fine now. See further comments: On 24/06/12 03:50, Phillip Susi wrote: Bugs there were closed due to removing the package from the archive should be

Bug#678705: RFS: e2defrag/0.80 ITP: #678598

2012-06-24 Thread Dmitrijs Ledkovs
On 24/06/12 23:58, Nicholas Breen wrote: On Sun, Jun 24, 2012 at 02:31:23PM -0400, Phillip Susi wrote: On 06/24/2012 12:00 PM, Roger Leigh wrote: This was always a tool which needed to be used with great caution, and was removed for good reason. Is this safe to use with all ext2, ext3 and

  1   2   3   4   >