Bug#1067201: apt: Improved bash-completion for 'apt edit-sources'

2024-03-19 Thread Peter Samuelson
Package: apt Version: 2.7.13 Severity: minor Tags: patch Attached are minor improvements to 'apt edit-sources' bash completion: - Generate accurate '*.list' list of files, and omit '.list' suffixes. (I _would_ also list '*.sources', but current 'apt edit-sources' does not support this newer

Bug#1054606: libcap2-bin: Move /sbin/getcap to /bin

2023-10-26 Thread Peter Samuelson
Package: libcap2-bin Version: 1:2.66-4 Severity: wishlist In my opinion, getcap(8) is useful to run as a non-root user, so it should be in /bin rather than /sbin. This seems analogous to ip(8) from iproute2, which was moved to /bin many years ago. Thanks, Peter

Bug#1052264: dash: Fix manpage dashes (ASCII '-' / hyphen / en dash / em dash)

2023-09-19 Thread Peter Samuelson
nish" The - vs. \- distinction especially matters, because if you search for "<<-" by typing "/<<-" into "less", but nroff has used a non-ASCII hyphen there, it will not find it. (Also, some older X11 fonts don't have the non-ASCII dash chars. Though th

Bug#1050875: feh: Escape hyphens in manpage

2023-08-30 Thread Peter Samuelson
Package: feh Version: 3.10-1 Severity: minor Tags: patch upstream feh.1, like many manpages, fails to escape the `-` character in option descriptions. In modern groff, this causes each one to be rendered as U+2010 "HYPHEN" instead of the ASCII character (U+002D "HYPHEN-MINUS"). The net effect:

Bug#1038155: [Pkg-zfsonlinux-devel] Bug#1038155: zfs-linux: Provide a package based on OpenZFS master branch (a.k.a. 2.1.99)

2023-08-08 Thread Peter Samuelson
[M. Zhou] > I'd personally not prefer to upload zfs-X.Y.99 anytime in the future. > Since debian is volunteer-based, we don't seem to have more bandwidth > than Ubuntu for dealing with regressions and serious bugs in a > snapshot version. That's fair - but now that Linux 6.4 is in unstable,

Bug#1034697: [PATCH] usb.ids typo fixes

2023-04-21 Thread Peter Samuelson
Package: usb.ids Version: 2023.01.16-1 Severity: minor The UI at http://www.linux-usb.org/usb-ids.html, and the email submission interface, do not permit submissions of anything but vendors, devices, and classes. Here are some other typos I found just by paging through the usb.ids file. If you

Bug#1034425: openssh: incorrection in changelog date

2023-04-14 Thread Peter Samuelson
Source: openssh Version: 1:9.1p1-2 Severity: minor I have no idea what possessed you to fix the dates on those 20-year-old changelog entries, but since you care ... 1:3.0.2p1-2 is still wrong. The correct fix was not s/Sat/Sun/ but s/2003/2002/.

Bug#1034315: ffmpeg: 5.1, 6.0 libraries not co-installable

2023-04-12 Thread Peter Samuelson
Package: libavcodec60 Version: 7:6.0-1 Severity: minor libavcodec{59,60} cannot be co-installed because both depend on exact versions of libswresample4. (Also, libavfilter{8,9} have the same issue.) This will require an all-or-nothing library transition, and it means I can't install ffmpeg 6.0

Bug#1026423: ykls: Crashes when smartcard reader present

2022-12-19 Thread Peter Samuelson
Package: ykls Version: 1.3.4-2+b7 Severity: normal $ lsusb | grep -e Yubi -e Smart Bus 001 Device 098: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID Bus 001 Device 099: ID 04e6:5116 SCM Microsystems, Inc. SCR331-LC1 / SCR3310 SmartCard Reader $ ykls Reader: SCM Microsystems Inc. SCR 3310

Bug#991896: 2.1.1 works

2021-09-18 Thread Peter Samuelson
Can confirm that Lukas's patch builds zfs 2.1.1 when I update abigail build-dep to (>= 1.8) and unfuzz patches. Seems to work, too, at least with the kernel I'm booted into, 5.13.0-trunk-amd64 from experimental. (Which zfs 2.0.x does not support.) Peter

Bug#879969: ssh-keygen confused by ssh1 keys in known_hosts

2017-10-27 Thread Peter Samuelson
Package: openssh-client Version: 1:7.6p1-2 Severity: minor ssh-keygen refuses to edit my known_hosts file because: $ ssh-keygen -f kh -R foo kh:17: invalid line kh:146: invalid line kh is not a valid known_hosts file. Not replacing existing known_hosts file because of errors

Bug#834975: zgrep: error if a match not found in _every_ file

2016-08-21 Thread Peter Samuelson
Package: gzip Version: 1.6-5 Severity: normal Given multiple files, zgrep's return value is inconsistent with grep: $ echo foo > a $ true > b $ grep -q foo a b; echo $? 0 $ zgrep -q foo a b; echo $? 1 That is: grep succeeds, because at least one file contains a match. But: zgrep fails, because

Bug#693424: ssh: Please include HPN (high performance networking) patches for SSH

2015-10-29 Thread Peter Samuelson
[Colin Watson] > Sorry, but I am not going to include any more large and invasive patch > sets in Debian's OpenSSH package, especially not ones that add new > configuration options (upstream has a history of giving such things > different names when they accept them, and then I'm stuck

Bug#749014: Please reenable CONFIG_USB_UAS

2014-12-11 Thread Peter Samuelson
reassign 749014 src:linux thanks [Ben Hutchings] Your mail server seems to be broken. Right you are, thanks for the extra step to contact me via the BTS. This should be assigned to src:linux not a binary package. Also correct, I just didn't know offhand whether there was a way to assign to

Bug#749014: Please reenable CONFIG_USB_UAS

2014-12-10 Thread Peter Samuelson
reassign 749014 linux-image-3.17.0-trunk-amd64 thanks CONFIG_USB_UAS was enabled but then later disabled due to problems with a particular Seagate USB enclosure (#755995). Upstream found a workaround, a quirks table / blacklist approach, and this fix was included in 3.17.1 (see below).

Bug#749014: Please enable CONFIG_USB_UAS

2014-05-22 Thread Peter Samuelson
Package: linux-image-3.15-rc5-amd64 Version: 3.15~rc5-1~exp1 Severity: wishlist CONFIG_USB_UAS (USB Attached SCSI) is apparently now solidly supported: a patchset arrived in the 3.15 window to rewrite it and remove it from CONFIG_BROKEN. Please add this to kernels that support USB 3.0 (it may

Bug#745168: gpm: Please use arch:linux-any

2014-04-18 Thread Peter Samuelson
Source: gpm This package seems Linux-specific, so it should use Architecture: linux-any in the control file, so its build is not even tried on non-Linux archs. Well, really libgpm2 should be ported to non-Linux platforms. gpm itself may be specific to the Linux console, but libgpm2

Bug#739790: please provide a python3-subversion package

2014-02-22 Thread Peter Samuelson
[Matthias Klose] Please build the subversion bindings for Python3, but keep building the bindings for Python2. I don't think that a hard switch can be made, and we have to provide both at least for some time. Python3 is not supported upstream. A port was done, or at least attempted, a

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-06 Thread Peter Samuelson
[Fabian Greffrath] So, the question boils down to What should be shown as old revision, if not all files in the repo had the same old revision?. If you really want this feature and are trying to figure out the design, look at 'svnversion'. In the mixed-rev case, it shows a range. (It also

Bug#737614: subversion: When updating a repository, please tell from which revision we update

2014-02-05 Thread Peter Samuelson
Am Dienstag, den 04.02.2014, 23:37 -0600 schrieb Peter Samuelson: What would you expect the software to say in a mixed-rev wc? [Fabian Greffrath] I don't know, I have never worked with such a repository (and my patch only addresses the simple single-rev wc case). I doubt that. Mixed-rev

Bug#731769: subversion: .svn/pristine size gets huge over time

2013-12-11 Thread Peter Samuelson
[Vincent Lefevre] A svn cleanup reduces the pristine size to normal, but 1. this isn't documented (I'm wondering how many users know that); 2. this isn't automatic. Right... I seem to recall that there is a vague plan to keep unused pristines around for awhile in order to reuse them instead

Bug#731769: subversion: .svn/pristine size gets huge over time

2013-12-11 Thread Peter Samuelson
[Vincent Lefevre] Well, the main problem with such unreferenced pristines is big files, and very often big files are binary files, or one doesn't use blame on them. Well, 'svn blame' is just an example. 'svn switch', switching between branches, is another case where caching pristines that

Bug#729426: Tighten versioned dependency on SQLite3

2013-11-12 Thread Peter Samuelson
reassign 729426 libsvn1 forcemerge 721878 729426 thanks [Wouter Bolsterlee] svn: E200029: Couldn't perform atomic initialization svn: E200030: SQLite compiled for 3.8.0.2, but running with 3.7.13 Thanks. The problem is that there's 3 different opinions on this

Bug#710498: subversion: enable java components on mips and mipsel

2013-10-21 Thread Peter Samuelson
[James McCoy] Peter, what do you think of a) dropping the arch blacklists for Java and b) changing from gcj-jdk to default-jdk? I'm a bit leery of using only OpenJDK everywhere, in principle, if it causes gcj to fade away. Java was always supposed to be an open platform, but these days it

Bug#726476: Ignores my RFC 1918 reverse zones by default

2013-10-15 Thread Peter Samuelson
Package: bind9 Version: 1:9.9.3.dfsg.P2-4 Severity: normal My RFC 1918 reverse zone definitions no longer work, unless I specify: disable-empty-zone 168.192.in-addr.arpa; (one for each reverse zone.) According to the ARM, I should not have to do that - it should detect that I've defined

Bug#722233: subversion: SQLite problem with new version of subversion, svn upgrade does not work

2013-09-10 Thread Peter Samuelson
[Luca Conte] This morning I've dist-upgraded my debian testing and the problem has gone because, as someone said, (lib)sqlite3 unstable version was shifted into testing! You can thank Julien Cristau for making that happen. It's not a fix for this bug but it was an expedient workaround. --

Bug#722233: subversion: diff for NMU version 1.7.9-1+nmu5

2013-09-09 Thread Peter Samuelson
[Julien Cristau] + * Non-maintainer upload. + * Drop SQLite version check (closes: #722233). This is dpkg-shlibdeps' job. Well, you're half right: it's something that should be expressed as package dependencies, at which point the runtime version check would be redundant and perhaps too

Bug#721878: libsvn1: outdated libsqlite dependency

2013-09-05 Thread Peter Samuelson
---8--- svn: E200029: Couldn't perform atomic initialization svn: E200030: SQLite compiled for 3.8.0.1, but running with 3.7.17 ---8--- Sigh. This kind of problem is usually solved by the shlibs system, but that doesn't fully work here. The problem is that the SQLite ABI (usable SQL

Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-04 Thread Peter Samuelson
[Norbert Preining] On Di, 03 Sep 2013, Peter Samuelson wrote: texlive-lang-european? It doesn't look like it to me (no Breaks or Conflicts), but I haven't actually tried it. conflicts there are, texlive-base conflicts with all the old packages. I misspoke. There is a Conflicts

Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-03 Thread Peter Samuelson
[Norbert Preining] I understood your proposal, of course. Still, since there are no rdepends besides very few (1?) build-depends on these two packages, I consider it a a waste of resources. Sounds like you are saying 'texlive-lang-danish' is only useful as a package dependency - in other

Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-03 Thread Peter Samuelson
Sounds like you are saying 'texlive-lang-danish' is only useful as a package dependency - in other words, users would never install it explicitly because they want its functionality. Is that correct? This [Norbert Preining] I never said that. The functionality is now in

Bug#712004: /usr/lib/apache2/modules/mod_dav_svn.so: undefined symbol: ap_log_perror_

2013-06-13 Thread Peter Samuelson
[Salvatore Bonaccorso] Only wanted to ask back: Did you had already a chance to look at the update for 1.7.10 (and the updates needed for the apache2.4 transition? I'm aware of the situation, yes. :/ I keep trying to find time to finish the Apache 2.4 thing, yes. If I can find a bit of extra

Bug#666794: Subversion module ready

2013-05-08 Thread Peter Samuelson
[Arno Töll] could you please let me know if you're able to work on a patch in a foreseeable future? Ah yes - I was looking at this last weekend but then ran out of time. The conflict with the event mpm is probably not critical - it is only a specific unusual configuration that breaks - so I

Bug#602034: jpeg8 vs jpeg-turbo

2013-04-25 Thread Peter Samuelson
[Mathieu Malaterre] I do not believe in debian life-span, a package manager ever switch an implementation of a package. So libjpeg9 and libjpeg-turbo will have to co-live. It happens. Look at the source for 'libc6'. It used to be glibc, these days it is a fork called eglibc. Likewise the

Bug#706014: ITP: re-name -- mass rename tool using regular expression

2013-04-25 Thread Peter Samuelson
[Joao Eriberto Mota Filho] Re-name [...] is a small and quick tool written in C so it's quicker than most rename tools written in shell scripts. [citation needed] I'm suspicious of this claim for two reasons. - The obvious tool to compare with is 'prename' (mentioned up-thread), which we

Bug#704940: marked as done (subversion: cve-2013-1845 cve-2013-1846 cve-2013-1847 cve-2013-1849 cve-2013-1884)

2013-04-08 Thread Peter Samuelson
http://subversion.apache.org/security/CVE-2013-1845-advisory.txt http://subversion.apache.org/security/CVE-2013-1846-advisory.txt http://subversion.apache.org/security/CVE-2013-1847-advisory.txt http://subversion.apache.org/security/CVE-2013-1849-advisory.txt

Bug#690998: New tabmixplus needed for new iceweasel

2013-04-06 Thread Peter Samuelson
iceweasel 20 in experimental requires a newer tabmixplus. 0.4.0.5 seems to work. (But this is still only a 'wishlist' bug, as I'm only talking about experimental.) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#702922: libsvn-perl: Fails to use…/libsvn_ra/deprecated.c)

2013-03-13 Thread Peter Samuelson
[Kacper Perschke] Additionally I'd like to ask about http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-graph.pl Whom may I offer my help on beautifying this script with perltidy and documenting it by pod? Anything in http://svn.apache.org/repos/asf/subversion is

Bug#701193: apr: FTBFS on x32: Needs update to ino_t_test

2013-02-22 Thread Peter Samuelson
[Daniel Schepler] debian/ino_t_test *** *** 'apr_ino_t' size is 8, expected 4 *** Please report this to the Debian Apache maintainers *** This test exists in order to detect an ABI change from older 1.2 (before lenny!) to present. Obviously the x32 port didn't exist then, so, is there any

Bug#698724: screenshot is not multi-screen-aware

2013-01-22 Thread Peter Samuelson
Package: gimp Version: 2.8.0-2+b1 Severity: normal I have a 3-head X server without Xinerama. (Xinerama doesn't support mixed video drivers - in my case, nouveau + intel + nouveau.) Thus, DISPLAY is :0.0, :0.1, :0.2. gimp Create - Screenshot only captures data from its own screen.

Bug#698443: subversion: fix python multi-arch include issues

2013-01-18 Thread Peter Samuelson
[Chris J Arges] This patch fixes issues related python multi-arch include problems. This casues this package to FTBFS when building in Ubuntu raring. Looks good, except that part of your patch (the 'allpydbg' bits) is specific to the Ubuntu packaging. It's a nice clean approach, though, so

Bug#695229: should be 'Multi-Arch: foreign' so that chromium:{arch} is installable

2012-12-05 Thread Peter Samuelson
Package: chromium-inspector Severity: minor In order to install chromium:i386 on my amd64 system, its dependency, chromium-inspector, would need to be Multi-Arch: foreign. This is because it is Architecture: all, which in a multi-arch context is calculated as Architecture: {primary installed

Bug#695229: chromium-inspector: should be 'Multi-Arch: foreign' so that chromium:{arch} is installable

2012-12-05 Thread Peter Samuelson
[Jonathan Nieder] Are you sure? Could you send output from trying to install it? I used interactive aptitude and it can't install chromium:i386 because it can't find a candidate for the chromium-inspector dependency. (I had always thought that in the multi-arch world Arch: all meant with

Bug#692789: ITP: hybserv -- IRC services for IRCD-Hybrid

2012-11-08 Thread Peter Samuelson
[Dominic Hargreaves] HybServ is a daemon that connects to your IRCD-Hybrid server and automagically provides nickname, channel, memo, and oper services to your entire network if it is configured correctly to talk with your IRC server. Automagically? When you install a server package,

Bug#690155: libsvn-{dev, java, ruby1.8}: missing copyright file after upgrade from squeeze

2012-10-10 Thread Peter Samuelson
[Andreas Beckmann] A test with piuparts revealed that your package misses the copyright file after an upgrade from squeeze to wheezy, which is a violation of Policy 12.5 : Thanks - yeah, looks like a dpkg bug: during the upgrade, the old /usr/share/doc/$pkg directory disappears, but dpkg

Bug#690155: libsvn-{dev, java, ruby1.8}: missing copyright file after upgrade from squeeze

2012-10-10 Thread Peter Samuelson
Of course dpkg should be careful when replacing symlinks with directories, because it's possible for a local admin to replace a directory with a symlink for filesystem layout reasons. But this is the opposite case, and dpkg certainly has enough information to know it is safe. [Andreas

Bug#689859: dpkg: error processing libapache2-svn (--configure)

2012-10-08 Thread Peter Samuelson
Setting up libapache2-svn (1.6.17dfsg-4) ... ERROR: Module dav_svn does not exist! dpkg: error processing libapache2-svn (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: libapache2-svn E: Sub-process

Bug#689919: Question on AFL 3.0 section 9

2012-10-08 Thread Peter Samuelson
Larry, As author of the AFL v3.0, can you comment on some concerns raised about it by Francesco Poli at https://lists.debian.org/debian-legal/2012/09/msg00082.html ? Francesco's message is somewhat long, so here is the most important concern. (I read the relevant section of your book,

Bug#689919: Question on AFL 3.0 section 9

2012-10-08 Thread Peter Samuelson
[Francesco Poli] However, asking for clarifications to the license author is not necessarily helpful: the reply you obtained from L. Rosen clarifies *his own* interpretation of one unclear clause of the AFL v3.0. I know the distinction. But he is a lawyer with significant experience in IP

Bug#677788: Re: Bug#677788: multi-arch for lesstif2

2012-09-04 Thread Peter Samuelson
31.07.2012, Peter Samuelson wrote (on debian-release): There is no need to remove gromacs in order for lesstif2 to migrate. There's no SONAME bump or anything. The issue only came up at all, because we needed to make sure the new lesstif2 does not add any new FTBFS in other packages

Bug#683555: subversion: not working at all SASL context error

2012-08-09 Thread Peter Samuelson
[Stephen Fox] I rebuilt subversion without SASL after realizing SASL is an optional dependency, and svn is working fine. I suppose a way to isolate it to the ABI issue would be rebuilding the SASL libs, and building svn against that? I don't entirely understand the implications of Bug

Bug#683555: subversion: not working at all SASL context error

2012-08-02 Thread Peter Samuelson
[Norbert Preining] $ svn up Updating '.': svn: E170001: Unable to connect to a repository at URL 'svn://u...@server.org/some/path' svn: E170001: Could not create SASL context: generic failure: No such file or directory The same happens with svn+ssh://... on svn.debian.org This is a

Bug#683398: FTBFS: build-indep needed for binary-arch

2012-07-31 Thread Peter Samuelson
Package: cmucl Version: 20c-2 Severity: important The cmucl build is split into build-arch and build-indep, but build-indep builds doc files that appear in arch-dependent packages. This issue would cause a buildd to fail. Because it is a single-arch package, it is not normally autobuilt, but a

Bug#683316: unblock: mtink/1.0.16-6

2012-07-30 Thread Peter Samuelson
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package mtink Two FTBFS issues fixed: one for new lesstif2 (which is not in wheezy yet), the other for dpkg-dev 'binary' vs 'binary-arch'. Unfortunately I wasn't thinking

Bug#682929: equivs: Confused by symlinks in Files

2012-07-27 Thread Peter Samuelson
[Ian Zimmerman] [50+1]transitional-foo$ grep '^Files:' control Files: foo /usr/bin [51+1]transitional-foo$ file foo foo: broken symbolic link to `bar' [...] Cannot copy foo to /usr/local/var/git/transitional-sp/equivs.nI3JY_/install/0/foo:\ No such file or directory Yeah, equivs uses

Bug#677788: multi-arch for lesstif2

2012-07-25 Thread Peter Samuelson
[Michael Gilbert] Make sure to file an unblock request bug for the release team to review. I doubt they will want it at this point. I should have thought of this earlier: the new lesstif2 causes FTBFSs in dependent packages. I don't know how many yet, as my workstation is still test-building

Bug#677788: multi-arch for lesstif2

2012-07-19 Thread Peter Samuelson
[Michael Gilbert] If you wouldn't mind. Please go ahead with this. I'm already causing too much trouble for the release team with my efforts on the multiarch release goal. I saw your thread on debian-release. It looks like they aren't very interested in fixing this (and the new ia32-libs)

Bug#677788: multi-arch for lesstif2

2012-07-15 Thread Peter Samuelson
[Michael Gilbert] This package has not been updated in 3 years, so it is a prime candidate for nmu'ing. In fact, it's perfectly appropriate to nmu without advance permission of the maintainer in general. I noticed later that the new empty/dummy ia32-libs is not in wheezy, so that makes this

Bug#677788: [patch] multi-arch for lesstif2

2012-07-12 Thread Peter Samuelson
This patch works for me, and allows me to upgrade ia32-libs:amd64 to the sid version. IMO, this bug is important enough to fix in wheezy, as it affects the ability to upgrade ia32-libs. I'd be happy to NMU, if the maintainers don't mind. Peter diff -u lesstif2-0.95.2/debian/rules

Bug#680427: Please add libjack alternative depends

2012-07-05 Thread Peter Samuelson
Source: ia32-libs-i386 Version: 20120616 Severity: normal ia32-libs-i386 Depends: libjack0 But libjack0 conflicts with libjack-jackd2-0, so if you have libjack-jackd2-0 installed already, it is not easy to upgrade ia32-libs. We believe the dependency should really be libjack0 |

Bug#680074: subversion: Bad french translation in svn help pset

2012-07-03 Thread Peter Samuelson
[Christian Bac] Id - résumé compacte des 4 libellés précédents. and in french it should be: Id - résumé compact des 4 libellés précédents. Compact should not have a e because resumé is male and not female. Fixed upstream:

Bug#678845: [Svn-bp-devel] Bug#678845: svn-buildpackage: svn-inject fails with subversion 1.7

2012-07-02 Thread Peter Samuelson
tags 678845 patch thanks [Neil Williams] $ svn-inject -o pycparser_2.07+dfsg-1.dsc \ file:///home/neil/code/debian/svn-buildpackage/test/svn/upstream/ ... which fails. So this is only related to the -o option. From your log: cd /tmp/tmp.e9DyJwzOqX/unpdir/pycparser-2.07+dfsg ; tar -c

Bug#678760: [patch] Fix FTBFS

2012-06-29 Thread Peter Samuelson
tags 678760 patch thanks Trivial patch to fix the FTBFS with libsvn-dev 1.7. This is one of those cases, as we see with major new g++ / libstdc++ releases, where an include has been missing all along, just not previously noticed. From: Peter Samuelson pet...@p12n.org Subject: Include needed

Bug#678203: svn-do: Fails with E: Not in a SVN checkout after subversion upgrade to 1.7.5

2012-06-28 Thread Peter Samuelson
[Daniel Leidert] --- /usr/bin/svn-do.orig 2010-05-23 17:48:50.0 +0200 +++ /usr/bin/svn-do 2012-06-20 20:12:50.0 +0200 @@ -50,7 +50,7 @@ case $1 in esac done -if ! [ -d .svn ]; then +if ! `svn info /dev/null 21`; then echo E: Not in a SVN checkout 2

Bug#678203: [Svn-bp-devel] Bug#678203: svn-do: Fails with E: Not in a SVN checkout after subversion upgrade to 1.7.5

2012-06-28 Thread Peter Samuelson
[Neil Williams] Frankly, the new subversion working copy structure is insane and will break hundreds of tools of all different kinds by removing the .svn directory. Hundreds of tools try to look inside the .svn directory? They shouldn't, and they never should've. The working copy format

Bug#678845: svn-buildpackage: svn-inject fails with subversion 1.7

2012-06-28 Thread Peter Samuelson
[Stefano Rivera] Since upgrading to subversion 1.7, svn-inject no longer works: ... svn co svn+ssh://purcell/tmp/test/pycparser/trunk /tmp/tmp.jKa9wdfMh5/trunk svn: E125001: Couldn't determine absolute path of '.' svn: E02: No such file or directory mkdir -p

Bug#679095: svn log segfaults on a certain path after svn upgrade

2012-06-26 Thread Peter Samuelson
I had a checked out copy created by svn 1.6; after updating the subversion package to 1.7.5, it insisted on running svn upgrade, which I did. $ svn st ! gif/mobile Trying to run svn log on this directory causes svn to segfault: Huh. Can you reproduce this? I mean, do you have a

Bug#678664: subversion-tools: Where is svn2cl?

2012-06-23 Thread Peter Samuelson
[Arthur de Jong] I'm the upstream author of svn2cl and also a Debian developer. I've filed an ITP for it (http://bugs.debian.org/678664) and I'll provide a package soon. Ah, thanks. (You mean bug #678676.) I know I pinged you about this several months ago, but I should have pinged you again

Bug#650022: subversion: Disabling gnome-keyring does not work anymore

2012-06-22 Thread Peter Samuelson
[Sven-Haegar Koch] $ svn ls https://svn.sdinet.de/src/kernel WARNING: gnome-keyring:: no socket to connect to ... (Of course this specific warning from the gnome-keyring library has since been fixed.) I have reason to believe this use of gnome-keyring may actually be caused by

Bug#678556: rapidsvn: please drop Build-Depends: libserf-0-0-dev

2012-06-22 Thread Peter Samuelson
Package: rapidsvn Version: 0.12.0dfsg-5 Severity: serious Justification: FTBFS Please drop the 'Build-Depends: libserf-0-0-dev' from rapidsvn. It appears not to be needed. If it _is_ needed, note that I have renamed the package to 'libserf-dev'. -- To UNSUBSCRIBE, email to

Bug#678557: lua-svn: please drop Build-Depends: libserf-0-0-dev

2012-06-22 Thread Peter Samuelson
Package: lua-svn Version: 0.4.0-6 Severity: serious Justification: FTBFS Please drop the 'Build-Depends: libserf-0-0-dev' from lua-svn. It appears you do not need this build-dep at all. But if you do need it, note the package has been renamed to 'libserf-dev'. Thanks. -- To UNSUBSCRIBE,

Bug#678224: subversion-1.7.5 source build fails on hppa due to svn_gnome_keyring version mismatch

2012-06-20 Thread Peter Samuelson
BUILD/subversion/svn/svn --version /dev/null svn: E200019: Version mismatch in 'svn_gnome_keyring': found 1.6.17, expected 1.7.5 make: *** [debian/stamp-build-arch] Error 1 This means libsvn1 1.6.17 is installed in the build chroot. Uninstall libsvn1 and try again. This may or may not be

Bug#539637: subversion: Please split package into *-client and *-server

2012-06-20 Thread Peter Samuelson
tags 539637 wontfix thanks Please split the package into corresponding *-client and *-server packages. libapache2-svn is already a *-server package split out from subversion. It isn't named *-server but it is server code. Other than that, a split makes little sense: (a) Subversion is mostly

Bug#678346: subversion: svn no longer resolves symlinks (error E155010)

2012-06-20 Thread Peter Samuelson
retitle 678346 subversion: 'svn log' output tricked by symlinks in some cases found 678346 1.1.0-1 notfound 678346 1.7.5-1 fixed 678346 1.7.5-1 thanks tl;dr I'm closing this because I believe it is a bugfix, not a bug. I'm marking it found in 1.1.0, not because I've tested it, but because that

Bug#621692: 621692

2012-06-13 Thread Peter Samuelson
Since serf is now in SID, is it possible to push svn 1.7 ? That's my plan. I uploaded serf last weekend (as you noticed), and have been working on svn 1.7 this week, hope to upload 1.7.5 today or tomorrow. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#677418: gpm shares its clipboard among different users

2012-06-13 Thread Peter Samuelson
As one can easily test, gpm uses one clip-board space for all users (including root). So if any of them marks anything sensitive, a following user can gather this information. Likewise, if you log out, your Linux console screen is still readable for the next user. And even if you clear the

Bug#644438: [libsvn-java] Add OSGi metadata to the java binding

2012-06-12 Thread Peter Samuelson
[Jakub Adam] I see you are preparing a package for Subversion 1.6.18 in experimental. Would you please consider including the patch from #644438 [1] into the final upload? I'd like to finally package eclipse-subclipse before Wheezy is frozen. Actually 1.7.5 if I can manage it. I hope to

Bug#664134: NMU that will hopefully fix the issue.

2012-06-10 Thread Peter Samuelson
I just checked the build logs. Every buildd, plus my local amd64 build, used gzip 1.4-5. [Hilko Bengen] Strange. Does a rebuild produce different results? I just downloaded all the libgpm2 debs and compared them and you are right: the amd64 build (the one I uploaded) has a different

Bug#664134: NMU that will hopefully fix the issue.

2012-06-09 Thread Peter Samuelson
[Hilko Bengen] I am preparing an NMU to DELAYED/7 right now. You can find the changelog entry below. A binNMU would not work because it would break co-installability with a new changelog entry. In other words, any 'M-A: same' package that is _ever_ binNMU'd is broken. Argh. I just checked

Bug#676808: override: libsvn-dev:libdevel/extra, libsvn-ruby:oldlibs/extra, libsvn-ruby1.8:oldlibs/extra

2012-06-09 Thread Peter Samuelson
Package: ftp.debian.org Severity: normal libsvn-dev is not for use with a 'vcs' but is for _building_ software that uses a vcs. Thus I think 'libdevel' is more appropriate. libsvn-ruby and libsvn-ruby1.8 are now transition packages, not ruby packages, so I think they should go in 'oldlibs'.

Bug#676651: Please update Build-Depends: libgpm-dev

2012-06-08 Thread Peter Samuelson
Package: dosemu Version: 1.4.0+svn.2010-1 Severity: minor Please update your Build-Depends sometime from libgpmg1-dev to libgpm-dev. After multiple releases as a dummy package, I've finally gotten around to dropping libgpmg1-dev entirely. I'm keeping a 'Provides' and of course I can keep it as

Bug#676455: ${misc:Depends} injects broken versioned depends (Was: Bug#676455: gnumed-doc: uninstallable in sid: depends on outdated libjs-jquery-livequery)

2012-06-07 Thread Peter Samuelson
[Raphael Hertzog] It the next upstream version of your javascript library provides new files, they will not be in the symlink tree that you built in your package. So at runtime, it will fail because of the missing file. Forgive me if I'm missing something basic here, but this sounds like a

Bug#675987: Misses proper Replaces for overwriting /usr/lib/x86_64-linux-gnu/jni/libsvnjavahl-1.so.0.0.0

2012-06-04 Thread Peter Samuelson
severity 675987 important thanks [Daniel Leidert] Package misses a proper Replaces, because it overwrites /usr/lib/x86_64-linux-gnu/jni/libsvnjavahl-1.so.0.0.0 also in libsvn-jni 1.6.17dfsg-4~. Argh, you're right. For a package that was in sid for only 2 days, that 1.6.17dfsg-3.1 NMU has

Bug#621460: Accepted subversion 1.6.17dfsg-3.1 (source all amd64)

2012-06-01 Thread Peter Samuelson
[Ondřej Surý] I did reply you: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621460#34 and you didn't respond from that time at all. Yes, your reply was: | I thing it is reasonable that in your case it's probably better to | either depend directly on libdb5.1-dev + db5.1-util (and

Bug#653036: gpm: please default to /dev/input/mice instead of legacy /dev/psaux

2012-05-10 Thread Peter Samuelson
[Stefan Lippers-Hollmann] I'd like to ask you to consider uploading the attached NMU diff or something equivalent Ah yes - sorry about that! I completely forgot that this hadn't been done yet. I will try to find time to do an upload in the next couple of days. Thanks for your patch! It

Bug#672157: subversion: update watch file for http://subversion.apache.org

2012-05-08 Thread Peter Samuelson
[Petr Vorel] subversion site has been migrated to http://subversion.apache.org some time ago. Please update watch file (actually last version from old site is 1.6.18 - not sure if you're going to package it or if you take 1.7.4). Right, the 1.6 series is still hosted at

Bug#666794: subversion: sourceful transition towards Apache 2.4

2012-05-06 Thread Peter Samuelson
[Arno Töll] as promised lately I investigated the issue with your package manually now. The Debian version of subversion is not compatible with the new upstream release of Apache 2.4, subversion 1.7.4 however is [1]. Thanks for investigating and all that helpful information! Note,

Bug#669494: subversion: FTBFS: tests failed

2012-04-19 Thread Peter Samuelson
[Lucas Nussbaum] During a rebuild of all packages in sid, your package failed to build on amd64. This looks a lot like a failure due to apr 1.4.6, which now randomizes hash enumeration for security reasons. This then randomizes the ordering of a lot of things in the Subversion API, which

Bug#669111: subversion: globs in groups should be matched in order of their appearance

2012-04-17 Thread Peter Samuelson
[Friedrich Delgado] The problem is that the order of matches is non-deterministic since this monday for me (I can't see a relevant updated package, but it used to work before). I'm guessing this is the fault of apr 1.4.6, which randomizes hash table ordering for security reasons. (Some hash

Bug#668825: libsvn-dev: adds dependency on libsvn-private which makes subcommander uninstallable

2012-04-14 Thread Peter Samuelson
reassign 668825 subcommander tags 668825 patch thanks [Robert Luberda] I guess subcommander uses some libsvn symbols that it shouldn't use, however I have no idea how to find which ones. That's why I'm reporting this bug against libsvn-dev. Good guess, but ... oooh. Interesting - I haven't

Bug#664300: [NMU] xsok: Helping to update to packaging format 3.0

2012-04-06 Thread Peter Samuelson
[Jari Aalto] I'm planning to NMU with changes listed in previous mail's patch to help migrate away from deprecated dpatch. I don't understand the urgency to get away from dpatch (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646420#17 - I think Marga is right) but I suppose that's a

Bug#664311: [NMU] cplay: Helping to update to packaging format 3.0

2012-04-06 Thread Peter Samuelson
[Jari Aalto] I'm planning to NMU with changes listed in previous mail's patch to help migrate away from deprecated dpatch. I don't understand the urgency to get away from dpatch (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646420#17 - I think Marga is right) but I suppose that's a

Bug#663424: please use a VCS and indicate it in debian/control

2012-03-11 Thread Peter Samuelson
severity 663424 wishlist tags 663424 wontfix thanks please use a VCS to package equivs and document it in debian/control with the VCS-* lines. Severity normal? Really? Anyway, I'm not really interested. Peter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#632573: serf-1.0.1 packaged

2012-03-09 Thread Peter Samuelson
close 632573 1.0.1-1 close 525035 1.0.1-1 thanks [Michael Diers] Sorry for the noise, I just noticed that serf (1.0.1-1) is in fact available in experimental. Yes, sorry for not metioning this earlier: the reason I didn't follow up with your sponsor request is that 1.0.0 - 1.0.1 was such a

Bug#605090: Linux 3.2 in wheezy

2012-01-30 Thread Peter Samuelson
[Brad Spengler] Frankly it makes more sense for me to offer .debs myself than to deal with a bureaucracy and non-standard kernel in Debian. It contains who-knows-what extra code, and I doubt anyone looked at any of it to see if it allows for some way to leak information I prevent against a

Bug#644438: Fwd: Re: Add OSGi metadata to the java binding

2012-01-27 Thread Peter Samuelson
[Jakub Adam] upstream accepted my OSGi metadata patch for JavaHL and commited to trunk. Until this version is released and packaged, could you please add the attached file to debian/patches? Ah, yeah, I see, r1234864 upstream. Sure, I'll do the equivalent in my next upload, which I really

Bug#621692: Status of 1.7 packaging

2012-01-27 Thread Peter Samuelson
[Diego Fernández Durán] What's the state of Subversion 1.7 packaging for Debian? Is there any way in which I can help? I've just been really really short on time. I hope I can find time to get a 1.7 package uploaded this weekend. I will probably disable serf support on kFreeBSD until I

Bug#657304: subversion-tools: svn-bisect doesn't work if good_rev bad_rev

2012-01-25 Thread Peter Samuelson
[Nicolas Bonifas] svn-bisect doesn't behave as expected if good_rev bad_rev (a subsequent svn-bisect bad command will select the wrong half of the suspucious revisions). Indeed. When I (re-)wrote it I assumed the only interesting case was to detect a regression (good bad). But 'good' and

Bug#647545: svnserve: CRAM-MD5 authentication implementation is vulnerable to replay attack

2012-01-15 Thread Peter Samuelson
Another detail I missed before: nowadays apr_generate_random_bytes() reads from urandom, not /dev/random, so this would not cause bug#285708 to come back. Right. Now that apr reads /dev/urandom, there doesn't seem to still be a need for this patch. I suppose I'll remove it in the next

Bug#646084: swaks: [PATCH] TZ calculation incorrect

2011-10-21 Thread Peter Samuelson
Package: swaks Version: 20100211.0-4 Tags: patch The timezone field of RFC 822 date format is [+-]HHMM, whereas swaks calculates it as hundredths-of-an-hour. So it is wrong any time the MM field is nonzero. For example: Timezone RFC822 swaks ---

  1   2   3   4   5   6   7   8   >