Bug#466364: Please set the timestamp of patched files to guard against timestamp skews

2011-08-13 Thread Gergely Nagy
The problem is that dpatch "patches" are not guaranteed to be patchfiles at all (even if the vast majority of them are). Therefore, it's not currently possible to automatically figure out which files it touched. However, it is possible to modify dpatch.lib.sh to do the timestamp fixing, so it will

Bug#342768: [patch] dpatch: allow -p0 format patches

2011-08-13 Thread Gergely Nagy
This would introduce functionality I'd have to document, a couple of new options, and so on and so forth. Not really looking forward to it. Furthermore, dpatch.lib.sh doesn't even need to be changed, one can simply use DPATCH_LIB_NO_DEFAULT and implement a dpatch_patch/dpatch_unpatch function, tha

Bug#345900: 00list is here to stay

2011-08-13 Thread Gergely Nagy
tag 345900 + wontfix thanks After re-reading the bug log, and five years later, I don't think supporting a 00list-less dpep is worth the trouble. It would be quite a challenge to do it appropriately, therefore I'm marking it as wontfix for now. If someone sends a patch doing all this properly, be

Bug#386492: Add an entry to shared MIME info database

2011-08-13 Thread Gergely Nagy
tag 386492 + wontfix thanks For the same reasons as #408826 was tagged wontfix, so shall this be: dpatch files can be anything, not just patches. I used to maintain a package which had a dpatch that was half a patch, half a shell script (patch did some ed magic, unpatch called patch). -- |8]

Bug#573567: pending

2011-08-13 Thread Gergely Nagy
tag 573567 + pending thanks Thanks for the patch, I cleaned it up a bit and applied to my git tree. It will be in the next upload (along with an example rules file that uses it). -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#562697: progress

2011-08-13 Thread Gergely Nagy
owner 562697 ! thanks I started to clean up the bug reports, closed a few, tagged others, applied fixes from another bunch. The current state is available from my git repo at http://git.madhouse-project.org/debian/dpatch/ There's still a dozen more bugs I need to wade through, but there's progre

Bug#403903: dpatch-edit-patch ignores DPATCH_WORKDIR and REFPDIR + patch

2011-08-13 Thread Gergely Nagy
Rémi Debay writes: > In fact it uses "/tmp" with both.The value is hardcoded. > > Here is a diff fixing it : > > > = > > 45d44 > < echo $DPEP_TMPDIR > 176c175 > < WORKDIR="$(TMPDIR=$DPEP_TMPDIR mktemp -d -p $DPEP_TMPDIR > dpep-work.XX)" > --- >> WOR

Bug#342768: [patch] dpatch: allow -p0 format patches

2011-08-13 Thread Gergely Nagy
Gergely Nagy writes: > This would introduce functionality I'd have to document, a couple of new > options, and so on and so forth. Not really looking forward to it. > > Furthermore, dpatch.lib.sh doesn't even need to be changed, one can > simply use DPATCH_LIB_N

Bug#466364: Please set the timestamp of patched files to guard against timestamp skews

2011-08-13 Thread Gergely Nagy
tag 466364 + pending thanks My current git tree has a patch that will reset all timestamps after patching, provided that patchutils is installed (for lsdiff), and when dpatch.lib.sh's default patching mechanism is being used. Patches generated by dpatch-edit-patch fulfill that requirement. If yo

Bug#355278: dpatch dose not work in CPP mode correctly on non-linux archs

2011-08-13 Thread Gergely Nagy
retitle 355278 dpatch does not work in CPP mode correctly on non-linux archs tag 355278 + pending thanks Retitling, because adding features to dpatch is not really on my agenda, and since the bug report is very old, packages that still use dpatch, are probably already fixed, and new packages shoul

Bug#372787: dpatch: [manual] Patch handling commands - apply/deapply command syntax

2011-08-13 Thread Gergely Nagy
tag 372787 + pending thanks Actually, the "(patch)" and "(unpatch)" stuff are aliases, not parameters. I do agree however, that this is not exactly clear, and it will be fixed in the next upload. It will read something like: COMMANDS Patch handling commands apply [options] patch [optio

Bug#391776: dpatch-get-origtargz silently renames .bz2 to .gz

2011-08-13 Thread Gergely Nagy
tag 391776 + wontfix thanks I considered rewriting dpatch-get-origtargz to support most compressions (gz, bz2 and xz), but it turned out to be more difficult than first estimated. Nowadays there's debian/rules get-orig-source and uupdate, which are superior solutions. Therefore, the next upload w

Bug#328391: dpatch: could default to -b when only debian

2011-08-13 Thread Gergely Nagy
tag 328391 + wontfix thanks For -b to work by default, dpatch-get-origtargz must work reliably. However, it doesn't. So much so, that it is scheduled for removal in the next dpatch upload. Instead, debian/rules get-orig-source should be provided by the packaging, and an appropriate hook script se

Bug#449190: dpatch-edit-patch: support packages using svn-bp and mergeWithUpstream

2011-08-13 Thread Gergely Nagy
tag 449190 + pending thanks Added Daniel's HOWTO (with minor modifications) to my git repo, it will be part of the next upload. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#397290: Bug #397290: [patch] dpatch: prerequisites for dpep?

2011-08-13 Thread Gergely Nagy
tag 397290 + wontfix thanks The supplied patch does not apply cleanly to 2.0.31, and I'm not feeling comfortable enough to modify dpatch-edit-patch myself, however trivial a feature would be. If this feature is still needed (which I highly doubt), please send an updated patch against my git tree[

Bug#342768: [patch] dpatch: allow -p0 format patches

2011-08-13 Thread Gergely Nagy
tag 342768 + wontfix thanks I investigated how hard it would be to support this use-case in dpep, and I don't feel it would be worth the effort. Marking it wontfix, but patches can change my mind. And by patch, I mean something that only touches dpatch-edit-patch, and adds documentation that expl

Bug#328397: dpatch-convert-diffgz should work without dpkg-buildpackage

2011-08-13 Thread Gergely Nagy
tag 328397 + wontfix thanks In 2011, one shouldn't convert to dpatch, quite the contrary: one should convert away from it. Therefore, I do not feel the need to implement this feature, unless a working patch is provided against my git tree[1]. Marking the bug wontfix meanwhile. 1: http://git.mad

Bug#531607: dpatch: Support multiple patch phases

2011-08-13 Thread Gergely Nagy
tag 531607 + wontfix thanks This would be quite a big feature for something that should be moved away from (like eclipse did ;). Therefore I'm marking it wontfix. Patches can convince me otherwise, but without a patch, I'll stand by my opinion that the use<->effort ratio would be imbalanced in th

Bug#407306: pending

2011-08-13 Thread Gergely Nagy
tag 407306 + pending thanks Took the easy route, and updated the documentation to say that the author's name is taken from $DEBFULLNAME. This will be part of the next upload. This seemed to be a lot easier than trying to figure out a reasonable way to get the logged in user's full name. -- |8]

Bug#403903: dpatch-edit-patch ignores DPATCH_WORKDIR and REFPDIR + patch

2011-08-13 Thread Gergely Nagy
tags 403903 + pending thanks Actually, I went ahead and fixed it myself, though, slightly differently, but it works, nevertheless. The fix will appear in the next upload. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Bug#400897: /usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz fails with non-default workdir

2011-08-13 Thread Gergely Nagy
tags 400897 + wontfix thanks Marking this wontfix, because there were no other reports of failures due to using a non-standard --workdir. Therefore, there's nothing to fix, but aesthetics: the examples - unless noted otherwise - were made with the default workdir in mind. Patches will be consider

Bug#481237: View current patch

2011-08-14 Thread Gergely Nagy
tags 481237 + pending thanks I opted to make this possible a bit differently: instead of a separate dpatch-edit-patch-diff or similar command (althouth debian-diff could've worked with some PATH munglig), dpatch-edit-patch now exports two environment variables to the subshell: DPEP_SHELL_REFDIR a

Bug#400092: dpatch: [dpatch.lib.sh] DPATCH_LIB_NO_DEFAULT is not documented in dpatch(1)

2011-08-14 Thread Gergely Nagy
tags 400092 + wontfix thanks After thinking about this overnight, I wonder: what's the use? Yes, the documentation could be better, but would anyone read it? I doubt so, as new packages use 3.0 source formats, and don't touch dpatch. Old ones probably don't care about these details anymore. I do

Bug#342774: [patch] dpatch: new DPEP_OMIT_TIMESTAMPS

2011-08-14 Thread Gergely Nagy
tags 342774 + pending thanks I applied the patch, and modified dpep to accept a -n|--notimestamp option aswell. Also documented it on the manual page. It will be part of the next upload. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscr

Bug#117436: testing on squeeze

2011-08-14 Thread Gergely Nagy
I just tried to reproduce this on my squeeze system, with a freshly built gramofile, and in all terminal emulators I tried (xterm, gnome-terminal & konsole), it behaved correctly: I started gramofile, it's menu appeared, I pressed Q, it exited, and cleared the screen, giving me a clean prompt back

Bug#117436: testing on squeeze

2011-08-14 Thread Gergely Nagy
the text console, in various terminal emulators, and it behaved as it should have: cleared the screen when exiting. -- |8] >From 4a5fbe7e77e30437865f608fdc0df8bb231488ad Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 14 Aug 2011 14:34:12 +0200 Subject: [PATCH] debian: Add a new patch

Bug#637066: [wnpp] removal of gramofile has been requested!

2011-08-14 Thread Gergely Nagy
Gergely Nagy writes: > Dale Amon writes: > >> Is there a functional replacement for splitting tracks from >> cassette tapes and vinyl records? If not I think it fills >> the kind of important niche that isn't needed until... it >> is *REALLY* needed! > >

Bug#298672: patch

2011-08-14 Thread Gergely Nagy
tags 298672 + patch thanks Attached is a patch that updates the help text under the "Play a sound file" menu. It should be applied after the patch I sent to #117436. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#637797: virtualbox-4.1: vboxdrv causing Kernel Panic on shutdown

2011-08-14 Thread Gergely Nagy
Dirk Blau writes: > Package: virtualbox-4.1 > Severity: critical > Justification: breaks the whole system There is no such package in Debian (especially not in stable). Can you try it with virtualbox (4.1.0-dfsg-2) aswell? If it happens there, this bug can be reassigned to the appropriate packa

Bug#637797: virtualbox-4.1: vboxdrv causing Kernel Panic on shutdown

2011-08-14 Thread Gergely Nagy
Dirk Blau writes: > Gergely Nagy : > >> There is no such package in Debian (especially not in stable). Can you >> try it with virtualbox (4.1.0-dfsg-2) aswell? > I'm not sure how to get exactly the package you mentioned installed. If > you could give me a quick advis

Bug#638297: O: edbrowse -- A /bin/ed-alike webbrowser

2011-08-18 Thread Gergely Nagy
retitle 638297 ITA: edbrowse -- A /bin/ed-alike webbrowser owner 638297 alger...@madhouse-project.org thanks Mario Lang writes: > I have been neglecting edbrowse for far too long. > I am sorry for this. While it is a very interesting tool, > I still find lynx more convenient :-). However, its

Bug#638297: O: edbrowse -- A /bin/ed-alike webbrowser

2011-08-18 Thread Gergely Nagy
Mario Lang writes: >> Plus, this package is probably the closest I'll get to anything ed-like >> in the forseeable future. >> >> For these reasons, I'd like to adopt the package. > > I know it will be in good hands with you, have fun with it! :-) It turns out that Jean-Philippe MENGUAL wanted to

Bug#638554: ITP: news -- GTK-based highly configurable RSS Ticker

2011-08-19 Thread Gergely Nagy
Emmanuel Thomas-Maurin writes: > Package: wnpp > Severity: wishlist > Owner: "Emmanuel Thomas-Maurin" > > > * Package name: news I do hope that the final package name will be something... far less generic. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org wi

Bug#644475: eventlog: New symbols introduced in 0.2.12, but shlibs not updated

2011-10-06 Thread Gergely Nagy
Source: eventlog Version: 0.2.12-4 Severity: important Tags: patch eventlog 0.2.12 introduced new symbols (namely evt_tag_long, among others), but the shlibs file was not updated. This results in packages compiled against 0.2.12 to have a dependency only on >= 0.2.3, which will break if the softwa

Bug#327029: wontfix

2011-10-06 Thread Gergely Nagy
severity 327029 wishlist tag 327029 + wontfix thanks While a read-only /dev is perfectly legitimate, it is by no means the default configuration. syslog-ng could only work with read-only /dev if /dev/log was moved elsewhere - which would be a policy/fhs/whatever decision, NOT a syslog-ng decision.

Bug#550076: explanation

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag syslog-ng-bug-triage thanks The reason for the error message is that the config uses the exact same template for multiple destinations, and the state of destinations are stored by filename in the persist file. Since they all have the same template, they'

Bug#616069: upstream

2011-10-06 Thread Gergely Nagy
tag 616069 + upstream thanks I talked with upstream about documentation & man page issues, and the conclusion was that it would be best to use help2man or similar to generate the manual pages, and point users to the administrator guide on-line. As soon as manpages become generated from --help-all

Bug#630172: fixed in 3.3

2011-10-06 Thread Gergely Nagy
tag 630172 + upstream forwarded 630172 https://bugzilla.balabit.com/show_bug.cgi?id=108 user alger...@madhouse-project.org usertag 630172 syslog-ng-bug-triage thanks As I wrote in a previous mail, this is known, and has been fixed in upstream's 3.3 branch. (Of which, 3.3.1 has been released recent

Bug#609154: fixed in 3.3

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 609154 syslog-ng-bug-triage tag 609154 + upstream thanks This has been fixed in upstream's 3.3 branch, which should hit unstable soonish. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#496521: upstream

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 496521 syslog-ng-bug-triage tag 496521 + upstream thanks I had a meeting not so long ago with upstream, and the conclusion we reached is that syslog-ng.conf(5) should be dropped from the binary package. This is the expected way to go forward, but marking

Bug#503210: wontfix

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 503210 syslog-ng-bug-triage tag 503210 + wontfix thanks None of the other syslogds support this, and adding support for this would overcomplicate the default configuration. It would also break reloads, unless we'd use klogd. But then, we could just use t

Bug#640015: upstream, 3.3

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 640015 syslog-ng-bug-triage tag 640015 upstream thanks syslog-ng 3.3 comes with systemd support, and if all goes well, that will be enabled too when it gets uploaded to sid, in the near future. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#481306: wontfix

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 481306 syslog-ng-bug-triage tag 481306 + wontfix thanks Configuration reload messages are important, and should NOT be filtered out by default. There are many cases where this is useful information. An unexpected reload, for example, can be a big warning

Bug#506173: wontfix

2011-10-06 Thread Gergely Nagy
user alger...@madhouse-project.org usertag 506173 syslog-ng-bug-triage tag 506173 + wontfix thanks I believe that the syslog daemon is a little bit different than a web server, and having multiple ones installed makes little sense. Furthermore, all of the syslogds conflict and provide each others

Bug#638297: ITA: edbrowse -- A /bin/ed-alike webbrowser

2011-10-10 Thread Gergely Nagy
Jean-Philippe MENGUAL writes: >> I'd be happy to step in again, and adopt the package, with >> Jean-Phillippe as co-maintainer if so he wishes, based on his work, with >> the things I disliked in my reply in the thread above, fixed. > > I may have not read properly the thread, but I don't underst

Bug#645198: RFP: miau -- miau - another IRC-bouncer/proxy

2011-10-13 Thread Gergely Nagy
> * Package name: miau > Version : 0.6.6 > Upstream Author : Tommi Saviranta > * URL : http://miau.sourceforge.net/ > * License : GPL > Programming Lang: C > Description : A fully featured easy to use IRC-bouncer > > miau is a fully featured easy to use

Bug#640411: RFP: libtest-harness-archive-perl -- Create an archive of TAP test results

2011-09-04 Thread Gergely Nagy
Package: wnpp Severity: wishlist * Package name: libtest-harness-archive-perl Version : 0.14 Upstream Author : Michael Peters * URL or Web page : http://search.cpan.org/dist/TAP-Harness-Archive/ * License : Artistic Description : Create an archive of TAP test results

Bug#640411: RFP: libtest-harness-archive-perl -- Create an archive of TAP test results

2011-09-04 Thread Gergely Nagy
gregor herrmann writes: > On Sun, 04 Sep 2011 17:58:58 -0400, Jeremy Allard wrote: > >> > Package: wnpp >> > Severity: wishlist >> > >> > * Package name: libtest-harness-archive-perl >> > Version : 0.14 > > This was already reported as #584077. My bad then, apologies for the duplica

Bug#556526: hurd - FHS violation: /libexec

2011-09-09 Thread Gergely Nagy
Jérémie Koenig writes: > On Wed, Sep 7, 2011 at 11:07 AM, Philipp Kern wrote: >> On Mon, Nov 16, 2009 at 03:40:05PM +0100, Bastian Blank wrote: >>> Hurd violates the FHS by using /libexec. This name seems to be only used >>> by init and /etc/ttys. >> >> I'm upgrading this to serious on the groun

Bug#636501: WARNING: at kernel/printk.c:293 do_syslog+0x74/0x38f()

2011-08-03 Thread Gergely Nagy
Jonathan Nieder writes: > maximilian attems wrote: >> On Wed, Aug 03, 2011 at 04:10:04PM +0200, Ralf Hildebrandt wrote: > >>> After/deuring the installation of syslog-ng I found the attached trace >>> in dmesg! >> >> oho, is that reproducible on 3.0 that you find in unstable? > > It looks like in

Bug#636501: WARNING: at kernel/printk.c:293 do_syslog+0x74/0x38f()

2011-08-03 Thread Gergely Nagy
Jonathan Nieder writes: > Gergely Nagy wrote: >> Jonathan Nieder writes: > >>> It looks like intended behavior. I guess the syslogd should be using >>> CAP_SYSLOG these days. >> >> That is correct, even though I personally find the warning stup

Bug#637051: TAG: TreeMaker -- TreeMaker is a program for the design of origami bases.

2011-08-08 Thread Gergely Nagy
reassign 637051 wnpp retitle 637051 RFP: TreeMaker -- TreeMaker is a program for the design of origami bases. severity 637051 wishlist thanks In the future, please try to follow the procedure outlined at http://www.debian.org/devel/wnpp/ to request software to be packaged: The subject should be

Bug#637074: ITP: boot-repair-common -- Librairies for OS-uninstaller and Boot-repair

2011-08-08 Thread Gergely Nagy
reassign 637074 wnpp tag - 637074 needs-packaging thanks When filing ITP bugs, please follow the procedure explained at http://www.debian.org/devel/wnpp/ I have reassigned the bug to the appropriate package this time, but please file such bugs appropriately in the future. -- |8] -- To UNSU

Bug#637080: RFP: enlive -- A selector-based templating library for Clojure

2011-08-08 Thread Gergely Nagy
Package: wnpp Severity: wishlist * Package name: libenlive-clojure Version : 1.0.0 Upstream Author : Christophe Grand * URL : http://wiki.github.com/cgrand/enlive * License : EPL-1.0 Programming Lang: Clojure Description : A selector-based templating li

Bug#637099: RFP: libcompojure-clojure -- Concise web framework for Clojure

2011-08-08 Thread Gergely Nagy
Package: wnpp Severity: wishlist * Package name: libcompojure-clojure Version : 0.6.4 Upstream Author : James Reeves * URL : https://github.com/weavejester/compojure * License : EPL-1.0 Programming Lang: Clojure Description : Concise web framework for C

Bug#635720: git-stuff: description still useless as of 2-1.

2011-08-09 Thread Gergely Nagy
found 635720 2-1 thanks The description is still vague/useless/etc (choose any, and underline) in 2-1. The bug was filed when it wasn't in the archive, and the second message arrived before it really hit the archive. Thus, I guess it wasn't forwarded to the maintainer, either. Hopefully this ping

Bug#637284: Can't install wheezy on a 2011 iMac

2011-08-10 Thread Gergely Nagy
reassign 637284 installation-reports thanks Installation reports (failure or success) should not be reported against the "Work Needing and Prospective Packages" virtual package, but against installation-reports. It can then be reassigned from there to the appropriate package, if confirmed. I hav

Bug#638864: dpatch-edit-patch fails if there is binary data in the patch

2011-08-22 Thread Gergely Nagy
tag 638864 + patch found 638864 2.0.32 thanks Ben Brown writes: > Package: dpatch > Version: 2.0.31 > Severity: normal This also affects 2.0.32, same patch should apply. I'll add it with the next upload, thank you. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.

Bug#639020: debhelper: dh_installlogcheck should support --name

2011-08-23 Thread Gergely Nagy
ake 0.55 tool that converts source archives -- no debconf information -- |8] >From 2a580656d01355c7fcd52d3441362bc0d3daf166 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 23 Aug 2011 20:36:57 +0200 Subject: [PATCH] dh_installlogcheck: Add supp

Bug#639341: dh: cannot override binary-arch and binary-indep selectively

2011-08-25 Thread Gergely Nagy
Yann Dirson writes: > Package: debhelper > Version: 8.9.4 > Severity: normal > > Following the last example from the dh manpage, I am trying the > following rules file (compat=8). However, it seems to completely > ignore the build-* overrides (install fails on manpage install): > > $ dh build-ar

Bug#639341: dh: cannot override binary-arch and binary-indep selectively

2011-08-27 Thread Gergely Nagy
Joey Hess writes: > Gergely Nagy wrote: >> I had a similar issue a couple of days ago. For me, putting dh's >> catch-all rule (%) last in my debian/rules file worked around the >> problem. > > If you have a test case for this I would be happy to receive it in

Bug#639709: systemd: Please provide uncompressed sd-daemon.[ch]

2011-08-29 Thread Gergely Nagy
Package: systemd Version: 29-1.1 Severity: wishlist systemd ships with /usr/share/doc/systemd/sd-daemon.[ch].gz, which is all nice, one can easily copy it to one's own project that needs it, but it would be - at least in my opinion - easier if either systemd or a systemd-dev package or similar wou

Bug#641012: sample file

2011-09-15 Thread Gergely Nagy
I tested with 5.08-1 aswell, same results as Tamas'. A sample file is attached to this email (similar content to what Tamas posted). The problem though, is that magic/Magdir/msdos contains this: # .COM formats (Daniel Quinlan, quin...@yggdrasil.com) # Uncommenting only the first two lines will co

Bug#642194: support for flowing debian branches

2011-09-20 Thread Gergely Nagy
tag 642194 + upstream pending forwarded 642194 https://github.com/nvie/gitflow/issues/154 thanks Hi! The idea sounded so easy and tempting, that I went ahead and coded it. It's available from my git repo[1], on the feature/config-alias branch (also merged into the debian branch, which has been ap

Bug#642194: support for flowing debian branches

2011-09-20 Thread Gergely Nagy
> The idea sounded so easy and tempting, that I went ahead and coded > it. It's available from my git repo[1], on the feature/config-alias > branch (also merged into the debian branch, which has been appropriately > updated), if you want to take it for a test ride. Right! I only left out how to us

Bug#593790: any progress on clojure-1.2?

2011-09-22 Thread Gergely Nagy
Muharem Hrnjadovic writes: > The list of enhancements added by rev. 1.2 is quite impressive: > > https://github.com/clojure/clojure/blob/1.2.x/changes.txt > > Any chance of it being packaged soon? Is there any way to help? You might be interested in the clojure1.2 package. -- |8] --

Bug#642452: SetUID-enabled binary doesn't run as root

2011-09-22 Thread Gergely Nagy
reassign 642452 general thanks Jeffrey G Thomas writes: > Package: setuid > Severity: normal When reporting problems using the Debian BTS, the Package *must* be either a real package, or one of the acceptable virtual packages. In case of reporting problems that cannot be tied to any particular

Bug#642592: /etc/logrotate.d/rsyslog should not use 'compress' and 'delaycompress' options

2011-09-24 Thread Gergely Nagy
Jérôme writes: > I think that log files compression lowers the system performance on desktop > computers which have now enough disk space for storing old logs. Desktop computers also have enough CPU power (and compared to that, negligible log volume) to do compression at log rotate time. It can

Bug#642592: /etc/logrotate.d/rsyslog should not use 'compress' and 'delaycompress' options

2011-09-24 Thread Gergely Nagy
Jérôme Bouat writes: > The question is not about cpu and memory resources but about energy > consumption. > > Energy consumption has drawbacks whatever the primary source is (nuke, carbon > based, solar, wind, ...). You're free to disable the compression then, on your own systems. Or turn off

Bug#642592: /etc/logrotate.d/rsyslog should not use 'compress' and 'delaycompress' options

2011-09-25 Thread Gergely Nagy
Jérôme Bouat writes: >>> Energy consumption has drawbacks whatever the primary source is (nuke, >>> carbon based, solar, wind, ...). >> >> You're free to disable the compression then, on your own systems. Or >> turn off your computer. > > Think about the number of desktop/notebooks which have th

Bug#643001: gource: cannot be installed on amd64: versioned depends on libglew1.5

2011-09-26 Thread Gergely Nagy
Package: gource Version: 0.35-1+b1 Severity: serious Justification: fails to install/upgrade Trying to upgrade gource on amd64 results in the following: The following packages have unmet dependencies: gource : Depends: libglew1.5 (>= 1.5.8) but it is not installable 0.35-1+b1 was already rebui

Bug#643001: gource: cannot be installed on amd64: versioned depends on libglew1.5

2011-09-26 Thread Gergely Nagy
found 643001 0.37-1 thanks On Mon, Sep 26, 2011 at 14:16, Julien Cristau wrote: > I'm not sure what you're saying here.  You're reporting this bug against > 0.35-1+b1, which is already built against glew1.6. I'm saying that 0.37-1 is not built against glew1.6, but against 1.5. I merely forgot to

Bug#642549: arm-as: IT-instruction related warnings/errors issued incorrectly

2011-09-27 Thread Gergely Nagy
Jakob Bohm writes: > Package: binutils-arm-linux-gnueabi I can't find a package like that in sid, nor can I find a trace of it in the removal log. May I ask where the package originates from? The bug is currently filed against a package that does not exist, so the report did not reach its inten

Bug#642549: arm-as: IT-instruction related warnings/errors issued incorrectly

2011-09-27 Thread Gergely Nagy
Jakob Bohm writes: > On 9/27/2011 9:10 AM, Gergely Nagy wrote: >> Jakob Bohm writes: >> >>> Package: binutils-arm-linux-gnueabi >> I can't find a package like that in sid, nor can I find a trace of it in >> the removal log. May I ask where the package or

Bug#643304: python-awn-extras: can't install: unable to open '/usr/share/pyshared/awn/extras/__init__.py.dpkg-new'

2011-09-27 Thread Gergely Nagy
Jakub Wilk writes: > Disclaimer: I'm not maintainer of this package. > > * nick black , 2011-09-27, 02:17: >>Retrieving bug reports... Done >>Parsing Found/Fixed information... Done >>(Reading database ... 336028 files and directories currently installed.) >>Unpacking python-awn-extras (from .../

Bug#644239: TAG: liquidwar6 -- Multiplayer wargame

2011-10-04 Thread Gergely Nagy
retitle 644239 RFP: liquidwar6 -- Multiplayer wargame severity 644239 wishlist thanks "Christian Mauduit" writes: > Package: wnpp > Severity: RFP Please read the documentation[1] regarding the use of the wnpp pseudo-package, to see how package requests should be filed (it boils down to the subj

Bug#644272: ITP: libdbix-dbstag-perl

2011-10-04 Thread Gergely Nagy
reassign 644272 wnpp severity 644272 wishlist thanks Olivier Sallou writes: > Package: libdbix-dbstag-perl > Version: 0.12 > Owner: olivier.sal...@irisa.fr When filing ITP bugs, please use the appropriate format, see http://www.debian.org/devel/wnpp/#l1 for a guideline. I have fixed the bugrep

Bug#637066: [wnpp] removal of gramofile has been requested!

2011-10-05 Thread Gergely Nagy
Luca Falavigna writes: > Hi, > > Il 11 agosto 2011 19:30, Gergely Nagy ha scritto: >> FYI, if there is no suitable alternative, I can offer to help cleaning >> up the currently open bugs against gramofile (they seem reasonably >> straightforward to me), and see about

Bug#713982: Use dh-systemd for proper systemd-related maintscripts

2013-07-01 Thread Gergely Nagy
Michael Biebl writes: > On Mon, Jun 24, 2013 at 05:02:55PM +0200, Michael Biebl wrote: >> The attached patch also adds /var/lib/syslog-ng to syslog-ng-core.dirs. >> While testing the patch, I only had syslog-ng-core installed, and >> starting the service failed as that directory was missing. >> I

Bug#699942: pending

2013-07-01 Thread Gergely Nagy
Control: tag -1 pending This is fixed in git: syslog-ng-core ships /var/lib/syslog-ng, and the init script does not attempt to install -d it anymore. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#714254: pending

2013-07-01 Thread Gergely Nagy
Control: tag -1 pending Thanks for the report, it is fixed in git. The problem was that the init script wanted to wait for syslog-ng to settle down, and was calling syslog-ng-stats. If syslog-ng wasn't started, this obviously failed, and so did the init script. I modified it to not wait when inst

Bug#713982: pending

2013-07-02 Thread Gergely Nagy
Control: tag -1 pending I adapted the patch sent for #713982, the change is available in git[1], so the next syslog-ng upload will use dh-systemd, and have all the remaining systemd-related shortcomings fixed. [1]: https://github.com/algernon/syslog-ng/commits/packaging/debian/3.3 Thanks a lot

Bug#714903: [Pkg-systemd-maintainers] Bug#714903: masking removed but not purged SysV/LSB services

2013-07-04 Thread Gergely Nagy
Michael Biebl writes: > Still, I think this behaviour is unfortunate. > For once, we pointlessly spawn a shell script which simply does nothing, > wasting CPU cycles. > But more importantly, such services show up in systemctl output as > "active (exited)", while they are not really active. > This

Bug#716905: RFS: goodbye/0.3-1 [ITP]

2013-07-15 Thread Gergely Nagy
Adam Borowski writes: > Let's add some WTF to FTPmasters' day! :) This package is a perfect fit for a personal archive, but if anyone wants to upload it: you're in for a race for the fastest REJECT ever. We have enough WTFs a day already, thankyouverymuch. But I'm in a good mood today, so here'

Bug#718300: python-bunch: Syntax error in the example in the long description

2013-07-29 Thread Gergely Nagy
Package: python-bunch Version: 1.0.1-1 Severity: wishlist The package descript has this text: For instance, you can have the following: >>> b = bunch.bunchify({"foo":"bar"} >>> b.foo 'bar' You're missing the closing brace on the second line there. (If someone's following unknown-package

Bug#722746: syslog-ng: afsmtp plugin not compiled in

2013-09-14 Thread Gergely Nagy
Control: severity -1 wishlist Myron Davis writes: > Package: syslog-ng > Version: 3.1.3-3 > Severity: normal > > > afsmtp (which provides the smtp() driver) in syslog-ng is not included > or available via a package to add The SMTP driver is only available in 3.4, which will be available in unst

Bug#719488: python-grapefruit-doc: Documentation references the removed GrapeFruit.png

2013-08-12 Thread Gergely Nagy
Package: python-grapefruit-doc Version: 0.1~a3+dfsg-1 Severity: wishlist As the subject says, the documentation references the removed GrapeFruit.png, so viewing the docs results in a broken image placeholder. Please fix that in a future upload. (Note to unknown-package@ people: grapefruit has j

Bug#719964: aptdaemon: Strange breaks & conflicts

2013-08-17 Thread Gergely Nagy
Source: aptdaemon Version: 1.1.1-1 Severity: normal While processing your package, I noticed a few lintian warnings which seem strange to me: W: python3-aptdaemon.pkcompat: breaks-without-version libpackagekit-glib2-14 W: python3-aptdaemon.pkcompat: breaks-without-version libpackagekit-qt2-2 I: p

Bug#719965: stevedore: jpegs with Apple copyright

2013-08-17 Thread Gergely Nagy
Source: stevedore Version: 0.10-2 Severity: normal There are a couple of jpeg files in docs/source/essays that have the following string in them: "Copyright 2007 Apple Inc., all rights reserved." As far as I understand, these only apply to the ICC profile, and can safely be ignored, but I'm lett

Bug#719970: libjs-semver: Description is the same as nodejs-semver

2013-08-17 Thread Gergely Nagy
Package: libjs-semver Version: 2.1.0-1 Severity: normal The description of the libjs-semver package is exactly the same as the description of nodejs-semver, and that is not correct. libjs-semver is not tied to node.js, and serves a different purpose. Please rewrite it. (For anyone following unkn

Bug#635047: nvdia-common: French debconf templates translation

2011-07-21 Thread Gergely Nagy
reassign 635047 src:nvidia-support thanks > Package: nvdia-common > Version: N/A > Severity: wishlist > Tags: patch l10n The nvidia-common package has been requested to be removed (see #634971), as it has been renamed to nvidia-installer-cleanup (built from the nvidia-support source package). I'

Bug#635034: radiance missing file

2011-07-21 Thread Gergely Nagy
reassign 635034 radiance thanks Jia Hu writes: > Package: Lighting Simulation and Rendering System > Version: 4R0+20100729-1ubuntu1 While the package name is misspelled, and the version suggests the bug report is against an ubuntu version of the package, I'm reassigning this to radiance, so tha

Bug#562697: My preciousss..

2011-07-27 Thread Gergely Nagy
retitle 562697 ITA: dpatch -- Debian patch management system owner ! thanks I maintained dpatch for a while in the past, and I'm one of the people responsible for the package's existence. Therefore, I would like to be the one to request its removal when it is due. Until then, I intend to take goo

Bug#544798: ITP?

2011-07-28 Thread Gergely Nagy
Hi! As far as I see, the package IS already in Debian, in experimental. Shouldn't the ITP be closed then, even if it didn't hit unstable yet? Or at least tagged pending? This latter seems more appropriate, seeing the package is already in experimental, in a mostly working form.. -- |8] -- T

Bug#635720: git-stuff: Please mention some tools in the description

2011-07-28 Thread Gergely Nagy
Package: git-stuff Version: 1-1 Severity: wishlist I just noticed this package via -devel-changes@, and was curious what kind of stuff there is in it, but looking at its long description... well, it's not really helpful. It would be very nice if the long description was extended to contain a few

Bug#636016: ITP: goodbye -- next part after 'hello', and a packaging example

2011-07-30 Thread Gergely Nagy
Adam Borowski writes: > * Package name: goodbye > Git : git://gitorious.org/pkg-goodbye/goodbye.git > * License : GPL > Programming Lang: C Looking at the source, I believe that the programming language is not C, but perl. Even though there's more C in the packaging,

Bug#660873: screen: package dpatch is going away

2012-02-22 Thread Gergely Nagy
Jari Aalto writes: > Package: screen > Version: 4.0.3-14 > Severity: normal > > Package depends on dpatch, which has been abandoned. It's not abandoned, it's deprecated, and it isn't going away until there are users. There is absolutely no need to file bugs, especially not anything above wishlis

Bug#660940: usbfs error causes kdm to not load on startup or reboot

2012-02-23 Thread Gergely Nagy
reassign 660940 kdm thanks Since there is no usbfs package in Debian, that thing is part of the kernel, and the bug happens with kdm, the workaround is made there, I'm reassigning this bug to the kdm package. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#660959: d-i: Australian state of Victoria left out of tzsetup

2012-02-23 Thread Gergely Nagy
reassign 660959 debian-installer thanks Glenn McIntosh writes: > Package: d-i > Version: debian-installer This ain't good. First, there is no package, neither existing, nor virtual called 'd-i', and 'debian-installer' is certainly not an appropriate version. Please try to file bugs against pac

Bug#660940: usbfs error causes kdm to not load on startup or reboot

2012-02-23 Thread Gergely Nagy
"mckis...@gmail.com" writes: > This bug has a workaround. You can Insert a sleep 1 into the kdm init > file just before it starts kdm. This prevents the timeout bug > discovered by Linus years ago. Not sure why it regressed in Squeeze. That's all fine, but send this info to the bug, not to me. I

<    1   2   3   4   5   6   >