Bug#871420: dpkg(1) manpage path-exclude docs possible license issue

2017-08-07 Thread Adam Heath
package: dpkg version: 1.17.27 In the manpage for dpkg, there is an example for path-exclude/path-include: == --path-exclude=/usr/share/doc/* --path-include=/usr/share/doc/*/copyright == These 2 patterns will end up skipping packages that have /usr/share/doc/$foo as a symlink to another package.

Bug#816687: -switch: Please use ifquery in init script

2016-03-03 Thread Adam Heath
Package: openvswitch-switch Version: 2.3.0+git20140819-3 Severity: minor In /etc/init.d/openvswitch-switch, the function network_interfaces does a manual parse of /etc/network/interfaces. This prevents it from finding interfaces defined in /etc/network/interfaces.d. Please switch to use "ifqu

Bug#816410: "/usr/share/mdadm/mkconf generate" can erase mdadm.conf if it encounters an error

2016-03-01 Thread Adam Heath
Package: mdadm Severity: important Version: 3.3.2-5+deb8u1 If you pass 'generate' to the mkconf script, it attempts to parse some existing values out of the file, then does an "exec >$CONFIG". At this point, the output file has been removed, and is effectively 0 bytes in size. All the existi

Bug#816409: /usr/share/mdadm/mkconf removes DEVICE settings

2016-03-01 Thread Adam Heath
Package: mdadm Severity: important Version: 3.3.2-5+deb8u1 If I specify a DEVICE line in mdadm.conf, /usr/share/mdadm/mkconf does *not* keep it; instead, the output file contains the DEVICE line prefixed with a comment character('#'). == root@virt-22:~# diff -u <(cat /etc/mdadm/mdadm.conf) <

Bug#816406: mdadm mkconf doesn't parse mdadm.conf correctly(whitespace)

2016-03-01 Thread Adam Heath
Package: mdadm Severity: minor Version: 3.3.2-5+deb8u1 /usr/share/mdadm/mkconf attemps to read DEVICE out of /etc/mdadm/mdadm.conf, using sed. It does this, with a simple regex, "s/^DEVICE //p". This is not valid. mdadm.conf(5) says you can have any whitespace after it(space, tab, even newli

Bug#780680: libpam-modules: pam_userdb.so depends on a library in /usr

2015-03-17 Thread Adam Heath
package: libpam-modules Version: 1.1.3-7.1 Severity: serious A library in /lib shouldn't depend on a library in /usr/lib. However, pam_userdb.so has such an issue. == root@zoot:~# ldd /lib/x86_64-linux-gnu/security/pam_userdb.so linux-vdso.so.1 (0x76081000) libpam.so.0

Bug#780622: RFP: mini-sendmail -- reads standard input and sends a copy of the message found there to all of the addresses listed

2015-03-16 Thread Adam Heath
Package: wnpp Version: N/A; originaly reported 2003-06-11 Severity: wishlist * Package name: mini-sendmail Version : 1.3.2 Upstream Author : Jef Poskanzer * URL :http://www.acme.com/software/mini_sendmail/ * License : BSD Description : Reads its standard

Bug#762060: nodejs: non FHS config file location

2014-09-17 Thread Adam Heath
package: nodejs version: 0.10.32-1nodesource1~wheezy1 severity: serious == root@HOST:~# npm config set --global proxy http://192.168.3.245:3128/ root@HOST:~# npm config list ; cli configs registry = "https://registry.npmjs.org/"; user-agent = "npm/1.4.28 node/v0.10.32 linux x64" ; globalconfig /

Bug#712909: ifquery doesn't process source correctly

2013-06-20 Thread Adam Heath
On 06/20/2013 01:37 PM, Andrew Shadura wrote: Hello, On Thu, 20 Jun 2013 13:30:14 -0500 Adam Heath wrote: ifquery should probably do the same thing as ifup. ifup -a *does* prepend /etc/network to it. Ifquery is the same ifup which just doesn't run commands. The parsing part is the

Bug#712909: ifquery doesn't process source correctly

2013-06-20 Thread Adam Heath
On 06/20/2013 01:21 PM, Andrew Shadura wrote: A workaround is to specify the full path in /etc/network/interfaces. I'm not sure it's a bug, actually... It's said nowhere if relative paths are supported at all, or if they're calculated relatively to /e/n/interfaces. Not sure how it should be do

Bug#712909: ifquery doesn't process source correctly

2013-06-20 Thread Adam Heath
package: ifupdown version: 0.7.8 severity: minor I make use of a relative path to source in /etc/network/interfaces, as implied by the manpage. ifup -a will see all defined interfaces in external files. However, ifquery uses $PWD when attempting to find the referenced file. So, if I am in

Bug#699923: grub-pc fails to upgrade when virtualized device changes type

2013-02-06 Thread Adam Heath
package: grub-pc version: 1.99-23.1 severity: important I use opennebula for virtualization. I had originaly created a new image, and installed squeeze to it. The device mapping I used at the time exposed this drive as /dev/vda. Then, I cloned(copied) the image file, and started a new machine.

Bug#699274: wget segfault: -T 0 --no-check-certificate

2013-01-29 Thread Adam Heath
package: wget version: 1.13.4-2 version: 1.13.4-3 arch: i386 amd64 Issuing a wget to an https scheme that has a bad cert(both expired, and hostname != cert_host), then setting a timeout to 0, causes wget to segfault. == 10:53:19 -0600 adam@zoot:~(zoot)$ wget -T 0 --no-check-certificate "https://d

Bug#691508: [PATCH] ovs-vsctl: Allow command-specific options to mingle with global options.

2012-11-06 Thread Adam Heath
On 11/06/2012 11:10 AM, Ben Pfaff wrote: > On Fri, Nov 02, 2012 at 02:26:20PM -0700, Ben Pfaff wrote: >> On Fri, Nov 02, 2012 at 04:21:56PM -0500, Adam Heath wrote: >>> On 11/02/2012 04:19 PM, Ben Pfaff wrote: >>>> I still don't understand. Why would an exist

Bug#691508: [PATCH] ovs-vsctl: Allow command-specific options to mingle with global options.

2012-11-02 Thread Adam Heath
On 11/02/2012 04:19 PM, Ben Pfaff wrote: > I still don't understand. Why would an existing script call ovs-vsctl > with --may-exist as a global option? The call would not do anything > useful, because it would exit with a fatal error every time. Taking > this argument to its logical conclusion,

Bug#691508: [PATCH] ovs-vsctl: Allow command-specific options to mingle with global options.

2012-11-02 Thread Adam Heath
On 11/02/2012 12:49 PM, Ben Pfaff wrote: > On Mon, Oct 29, 2012 at 03:03:13PM -0500, Adam Heath wrote: >> On 10/29/2012 11:34 AM, Ben Pfaff wrote: >>> Until now, a command like "ovs-vsctl --may-exist add-br br0" yielded a >>> confusing error message. Users had

Bug#691508: [PATCH] ovs-vsctl: Allow command-specific options to mingle with global options.

2012-10-29 Thread Adam Heath
few days for it to become publically available. > > CC: 691...@bugs.debian.org > Reported-by: Adam Heath > Signed-off-by: Ben Pfaff > --- > AUTHORS |1 + > tests/ovs-vsctl.at | 13 - > utilities/ovs-vsctl.8.in | 11 ++-- > utilit

Bug#691508: ovs-vsctl: --may-exist --if-exists don't work

2012-10-26 Thread Adam Heath
On 10/26/2012 01:11 PM, Ben Pfaff wrote: > On Fri, Oct 26, 2012 at 01:00:32PM -0500, Adam Heath wrote: >> On 10/26/2012 11:43 AM, Ben Pfaff wrote: >>> >>> [snip] >> >> Right you are, mea-culpa. You're right that there is an example in >> the ma

Bug#691508: ovs-vsctl: --may-exist --if-exists don't work

2012-10-26 Thread Adam Heath
On 10/26/2012 11:43 AM, Ben Pfaff wrote: > > [snip] Right you are, mea-culpa. You're right that there is an example in the manpage, showing exactly what I want. Sorry for the noise, and thanks for the fast response. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#691508: ovs-vsctl: --may-exist --if-exists don't work

2012-10-26 Thread Adam Heath
Package: openvswitch-switch Version: 1.4.2+git20120612-9 >From the man page: [--may-exist] add-br bridge [--may-exist] add-br bridge parent vlan [--may-exist] add-port bridge port [column[:key]=value]... [--if-exists] del-port [bridge] port >From my script: ++ ovs-vs

Bug#668231: vmstat: output isn't aligned when a large amount of memory is available

2012-04-09 Thread Adam Heath
package: procps version: 1:3.2.8-9 severity: minor See attached file(which shouldn't have any word-wrap issues). Basically, I have a machine with 24G of ram, and the value rows in vmstat don't align with their headers. 17:22:46 -0500 doogie@vm10:/home/doogie(master)$ vmstat 1 procs ---memo

Bug#665686: bad found-in values in archived bugs

2012-03-24 Thread Adam Heath
package: bugs.debian.org The following bugs have a url for their found-in values. I don't believe this is allowed. file: archive/36/297536.summary Found-In: http://d-i.alioth.debian.org/manual/en.powerpc/ch05s01.html file: archive/62/472762.summary Found-In: http://ftp.nl.debian.org/debian/

Bug#665684: bad package values in archived bugs

2012-03-24 Thread Adam Heath
package: bugs.debian.org The following list of bad package values are split incorrectly in the cgi scripts. == file: archive/00/79500.summary package: amanda-server 1:2.4.1p1-12 file: archive/01/256801.summary package: libstdc++3-dev (1:3.0.4-7) , g++-3.0 (1:3.0.4-7) file: archive/04/93004.s

Bug#665200: http://bugs.debian.org/package/desktop-file-utils has invalid relative links

2012-03-22 Thread Adam Heath
package: bugs.debian.org The url in $subject links to relative links, like 'bugreport.cgi' and 'version.cgi'. However, since the .htaccess pattern matching doesn't actually issue an external redirect, the base directory is wrong, so you end up getting a 404 when you click on anything. == 10:06:2

Bug#664978: active bugs that are merged with archived bugs

2012-03-21 Thread Adam Heath
package: bugs.debian.org == debbugs=> select a.bug_id, a.archived, b.type_id, c.bug_id, c.archived from bug a join bug_assoc b on a.bug_id = b.from_id join bug c on b.to_id = c.bug_id where a.archived = 'N' and c.archived = 'Y' and b.type_id = 'MERGED_WITH'; bug_id | archived | type_id | bug_

Bug#664972: incorrect blocked-by processing on bugs.d.o

2012-03-21 Thread Adam Heath
package: bugs.debian.org severity: minor There are several bugs that are blocked by bug#1, which of course doesn't exist. Maybe the blocked-by processor doesn't verify that the target bug actually exists? == debbugs=> select b.archived, a.from_id as parent_bug_id, a.type_id, a.to_id as missing_b

Bug#664971: utf8 weirdness in some archived bugs

2012-03-21 Thread Adam Heath
package: bugs.debian.org 473236: Found-In contains '0xab' 644945: Subject contains '0x95' 400153: Fixed-In contains '0xa0' 391560: Subject contains '0xff' '0xf4' '0xff' 0xfd' 107361: Found-In contains '0xa0' 117166: Fixed-In contains '0xa0' 153968: Fixed-In contains '0xa0' 390970: Fixed-In contain

Bug#619841: No package of expected?

2012-03-19 Thread Adam Heath
On 03/19/2012 06:58 PM, Vincent Blut wrote: Good to hear :-) BTW, did you package the last version (1.6.24)? 1.6.20-~3 is what I have uploaded locally. I'm using git as well, but I need to split/rebase my work into separate chunks before I send it anywhere. I can certainly use a newer upstr

Bug#619841: No package of expected?

2012-03-19 Thread Adam Heath
On 03/19/2012 04:43 PM, Vincent Blut wrote: > Le 15/03/2012 11:54, Frédéric Massot a écrit : >> Hi, >> > > Hi Frédéric, > >> No package of expected? > > I don't know if Aurélien (cc'd) is still working on it, but it seems that > Adam is interested to package it. Adam? I've got it packaged, and

Bug#664139: lintian should warn about mis-named file in /etc/apt/sources.list.d/

2012-03-15 Thread Adam Heath
package: lintian version: 2.5.5~bpo60+1 severity: minor Reading package lists... Done N: Ignoring file 'my-common-apt' in directory '/etc/apt/sources.list.d/' as it has no filename extension I generally name these files $foo.list, but forgot to in this one situation. Lintian should warn in that

Bug#663623: mount doesn't support /etc/fstab.d

2012-03-12 Thread Adam Heath
Package: mount Version: 2.20.1-4 Severity: wishlist libmount has support for /etc/fstab.d. However, /bin/mount does not. According to upstream(1), this wasn't fully supported, but will be for 2.21. I think it would be nice to backport this feature for the next release of stable, if possible. 1

Bug#663041: please enable ib_srpt

2012-03-08 Thread Adam Heath
On 03/08/2012 01:57 AM, Jonathan Nieder wrote: reassign 663041 src:linux-2.6 3.3~rc6-1~experimental.1 found 663041 linux-2.6/3.2.9-1 tags 663041 + upstream patch quit Adam Heath wrote: [commit a42d985bd5b234da8b61347a78dc3057bf7bb94d, applied during the 3.3 merge window] That enables SRP

Bug#663041: please enable ib_srpt

2012-03-07 Thread Adam Heath
Package: linux-image-3.3.0-rc6-amd64 Version: 3.3~rc6-1~experimental.1 Severity: wishlist http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=f59e842fc0871cd5baa213dc32e0ce8e5aaf4758 That enables SRP target support for Infiniband. -- To UNSUBSCRIBE, email to debian-bugs-di

Bug#619841: RFP: MooseFS -- MooseFS is a fault tolerant, network distributed file system.

2012-03-07 Thread Adam Heath
Any update on this? I just downloaded the 1.6.20-2.tar.gz from upstream, and it almost works. * $(MAKE) is commented out in debian/rules. * All the upstream example config files install as /etc/$foo.dist; they then need to be renamed for them to work. Since they are registered with dpkg as $foo.

Bug#656676: acpi_listen(8) manpage has pointless See Also section

2012-01-24 Thread Adam Heath
On 01/24/2012 09:15 AM, Ted Felix wrote: On 1/20/2012 3:42 PM, Adam Heath wrote: See Also in a manpage should provide useful links. Maybe one pointed at acpid(8). Thanks for the bug report. This has been done in my local version. It will appear in the next release of acpid (2.0.15). In the

Bug#656675: acpid(8) manpage mentions /proc/acpi/event

2012-01-24 Thread Adam Heath
On 01/24/2012 09:12 AM, Ted Felix wrote: On 1/20/2012 3:39 PM, Adam Heath wrote: The manpage for acpid(8) mentions /proc/acpi/event. That file doesn't exist in 3.2(probably 3.1, maybe others). I'm guessing that the file hasn't actually existed for a large number of kernel re

Bug#656668: 3.2 has different /sys/class/power

2012-01-20 Thread Adam Heath
I use module-init-tools 3.16-1. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#656677: pm-utils long description seems rather pointless

2012-01-20 Thread Adam Heath
package: pm-utils Version: 1.4.1-9 severity: wishlist Looking at the description of this package, it says it contains scripts for suspending/hibernating a laptop. Why would I install it, when I already have s2disk/s2ram? Please create a better description, like maybe talking about how you c

Bug#656676: acpi_listen(8) manpage has pointless See Also section

2012-01-20 Thread Adam Heath
package: acpid Version: 1:2.0.14-1 severity: wishlist The See Also section the acpi_listen(8) manpage points to regcomp(3), sh(1), socket(2), connect(2). Why should it point to the functions it calls, or the shell, or even regcomp? If that were a sane thing to do, then *all* programs install

Bug#656675: acpid(8) manpage mentions /proc/acpi/event

2012-01-20 Thread Adam Heath
package: acpid Version: 1:2.0.14-1 severity: wishlist The manpage for acpid(8) mentions /proc/acpi/event. That file doesn't exist in 3.2(probably 3.1, maybe others). I'm guessing that the file hasn't actually existed for a large number of kernel revisions. Since debian is going to be shippi

Bug#656668: 3.2 has different /sys/class/power

2012-01-20 Thread Adam Heath
severity 656668 minor thanks (haven't actually gotten your mail yet, it's stuck due to greylisting; I'm writing this based on what I see in website). Actually, this is not the correct bug. My laptop lost complete power. The battery was fully drained. I plugged in it, booted it up, and ther

Bug#656668: 3.2 has different /sys/class/power

2012-01-20 Thread Adam Heath
package: linux-image-3.2.0-1-amd64 version: 3.2.1-1 severity: major linux 3.2 changed what is available in /sys/class/power_supply. wmbattery worked fine with 3.1, but the new 3.2 upgrade broke it. This is a kernel problem, please change this back. You can add the new ADP1, but don't remove

Bug#626549: xserver-xorg-input-evdev: middle mouse button emulation doesn't anymore by default

2012-01-14 Thread Adam Heath
severity 626549 important thanks I had this problem to. Bought a new laptop last sunday, installed squeeze. Did a full upgrade to testing earlier this week, and middle button emulation stopped. I suggest adding a debconf prompt during upgrade, and creating a config file snippet in /etc/X11

Bug#655026: bash <(pipeline) fails to reap children soon enough, causes file descriptor leak

2012-01-07 Thread Adam Heath
package: bash version: 4.1-3 The attached short script showcases the bug. The important things needed for it to be replicated, is that the loop *must* be run in a function. The inner <(pipeline) is where the leak takes place. If you don't have the complex if .. fi, then bash will never reap the

Bug#646965: lintian should check for validly formed /etc/apt/sources.list.d/foo files

2011-10-28 Thread Adam Heath
package: linitian version: 2.4.3 severity: wishlist As $subject says. I had the following line in a local package, which apt barfed on. It would have been nice if lintian had warned me. http://name.domain.com/path distribution Note the lack of main/contrib/non-free. -- To UNSUBSCRIBE, emai

Bug#639290: partial upgrade from squeeze to wheezy fails

2011-08-26 Thread Adam Heath
On 08/26/2011 09:20 AM, Jonathan Nieder wrote: > Julian Andres Klode wrote: > >> Obviously dpkg has no --deconfigure command that you could >> use for this. > > But it does have an --auto-deconfigure command that does just what one > might expect, so... > > We are dancing around the actual point

Bug#639290: partial upgrade from squeeze to wheezy fails

2011-08-26 Thread Adam Heath
On 08/26/2011 12:43 AM, Jonathan Nieder wrote: > reassign 639290 apt > quit > > Hi again, > > Adam Heath wrote: > >> 639290 says that you can deconfigure perl. That is not possible. > > Why? I thought the whole point of having a separate perl and > per

Bug#639290: partial upgrade from squeeze to wheezy fails

2011-08-25 Thread Adam Heath
On 08/25/2011 12:37 PM, Jonathan Nieder wrote: > Hi APT team, > > Quick puzzle for you. > > Adam Heath wrote: > >> E: Could not perform immediate configuration on 'perl'. Please see man >> 5 apt.conf under APT::Immediate-Configure for details. (2) >&

Bug#639290: partial upgrade from squeeze to wheezy fails

2011-08-25 Thread Adam Heath
On 08/25/2011 12:37 PM, Jonathan Nieder wrote: > Hi APT team, > > Quick puzzle for you. > > Adam Heath wrote: > >> E: Could not perform immediate configuration on 'perl'. Please see man >> 5 apt.conf under APT::Immediate-Configure for details. (2) >&

Bug#639290: Acknowledgement (partial upgrade from squeeze to wheezy fails)

2011-08-25 Thread Adam Heath
Summary of simple steps to replicate the problem: == debootstrap squeeze squeeze chroot squeeze (edit sources.list, add wheezy) (edit apt.conf, disable suggests/recommends, set default-release to stable) apt-get install perl apt-get -t testing install iceweasel (or perl, or libc6) == -- To UNSU

Bug#639290: partial upgrade from squeeze to wheezy fails

2011-08-25 Thread Adam Heath
package: libc6 The warnings about the locales below is because I don't have that installed in the debootstrap squeeze chroot. == zoot:/Media/chroot# rsync squeeze.save/ squeeze/ --exclude var/cache/apt/archives/ --exclude etc/apt/ -a zoot:/Media/chroot# chroot squeeze root@zoot:/# apt-get install

Bug#639008: APT: removable automatically installed package list is not alphabetical

2011-08-23 Thread Adam Heath
package: apt version: 0.8.10.3+squeeze1 severity: minor == The following packages were automatically installed and are no longer required: libffado-dev sharutils bochsbios libtasn1-3-dev libaudio-dev libiec61883-0 libkadm5clnt-mit7 liblucene-java libgpg-error-dev libc-dev-bin python-all mesa-c

Bug#133491: Copyright of dpkg-awk

2011-07-29 Thread Adam Heath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, if I had to assign a license to anything I have written, I would probably go for 3-clause bsd-like. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFOMt30

Bug#620392: cron looses job output if no mta is installed

2011-04-01 Thread Adam Heath
package: cron version: 3.0pl1-106 cron has no depends on any mta; instead, it just has a recommends. However, when no mta is installed, the output of the job being run gets thrown away. This is very bad, and makes debugging things difficult. I suggest that in this case the output should be s

Bug#619646: apport report messages

2011-03-30 Thread Adam Heath
This could be considered a vote, but libapt-pkg .so should not include stuff for packages not even uploaded to debian yet. The patch should be backed out until apport is uploaded or packaged. Otherwise, the eventual packaging of apport may be different than what apt is expecting. Then, once

Bug#614731: support for env-var substitutions in .install (helps multiarch)

2011-03-15 Thread Adam Heath
Actually, that's more complex, and has the standard backwards compatible issues. Better would be: debian/%.install: debian/%.install.in sed 's///' < $^ > $@.tmp mv $@.tmp $@ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#616029: what is kwalitee?

2011-03-01 Thread Adam Heath
package: libtest-strict-perl version: 0.14-1 There is an unknown word, 'kwalitee' in the package description. Please put the correct word in its place. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Bug#614684: already fixed

2011-02-22 Thread Adam Heath
close 614684 thanks This was fixed in 0.7.26~exp4. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#614684: apt-get should not complain about missing partial folders

2011-02-22 Thread Adam Heath
package: apt version: 0.7.11 severity: minor I exclude both /var/lib/apt and /var/cache/apt from my backups. There's no reason to save any of those files, as they can always be refetched. However, when I do a restore, I get errors from apt, like this: E: Lists directory /var/lib/apt/lists/pa

Bug#614397: iostat(from sysstat) doesn't support more than 256 device-mapper names

2011-02-21 Thread Adam Heath
package: sysstat severity: minor version: 9.0.6.1-2 iostat tries to do bit-shifting of device ids; this is a big no-no. Attached patch at least fixes it for mapping of device-mapper names(iostat -N). I would love to have this go into stable-updates(squeeze), but can understand if it's not th

Bug#609042: mtr gtk/curses field order not consistent

2011-01-05 Thread Adam Heath
package: mtr version: 0.80 curses mode has Avg before Best; gtk mode has Best before Avg. The field order should probably be the same. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#608924: mtr --curses doesn't show received pkts(--gtk does)

2011-01-04 Thread Adam Heath
package: mtr version: 0.80-1,0.75-2 severity: minor mtr in --curses mode does not show the number of packets received; --gtk does. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#606579: git-annex add from subdir using SHA1 backend is buggy

2010-12-09 Thread Adam Heath
package: git-annex version: 0.11 Please see attached typescript. Script started on Fri 10 Dec 2010 12:32:15 AM CST 00:32:16 -0600 a...@zoot[1]:/tmp/annex-bug$ git init Initialized empty Git repository in /tmp/annex-bug/.git/ 00:32:20 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex init "buggy" init b

Bug#606578: git-annex manpage needs indentation for each command description

2010-12-09 Thread Adam Heath
package: git-annex version: 0.11 The paragraph for each subcommand in git annex --help(the manpage) should be indented one level. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#606577: git-annex unlock needs an option to not copy the file

2010-12-09 Thread Adam Heath
package: git-annex version: 0.11 Currently, git-annex unlock will copy the raw bytes from its internal store, so that the file could be modified. However, some editing workflows don't actually modify the file, and just write out the new contents. Consider the case of a workflow that writes the n

Bug#606576: git show old-version:path should work with git-annex

2010-12-09 Thread Adam Heath
package: git-annex version: 0.11 git show version:path currently outputs the content of the symlink. This is sub-optimal. It would be nice if this would call into git-annex, and request the proper data from annex's store, optionally fetching the content from a remote if required. I know this mig

Bug#606575: git-annex sha1 backend should be hashed

2010-12-09 Thread Adam Heath
package: git-annex version: 0.11 When using the SHA1 backend, it becomes possible to track changes to files over time. A standard annex unlock, modify, git add/commit will add a new object to the annex store, with an updated symlink at the correct location. Over time, this could lead to a large

Bug#568971: disk filled up with modemmanager dbus crap

2010-10-29 Thread Adam Heath
severity serious thanks This bug is still occurring. I have dbus 1.2.24-3 installed, and modemmanager 0.4+git.20100624t180933.6e79d15-1+b1. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#597654: [Fwd: Re: Bug#597654: postgresql-8.4 8.4.4-2 breaks start ordering of init scripts]

2010-09-22 Thread Adam Heath
--- Begin Message --- Martin Pitt wrote: > Hello Adam, > > Adam Heath [2010-09-22 8:13 -0500]: >> Note, that this affects the version in testing. > > Yep, known. I mailed -release@ and got it unblocked for migration, and > it's urgency=high. > >> If insser

Bug#597654: closed by Martin Pitt (Bug#597654: fixed in postgresql-common 111)

2010-09-22 Thread Adam Heath
Debian Bug Tracking System wrote: >* debian/rules: Put init script priority back to S29/K21 to match the > previous postgresql-8.4 init script. Fix the priorities on upgrade in > debian/postgresql-common.preinst. (Closes: #597654) s/S29/S19/ -- To UNSUBSCRIBE, email to debian-b

Bug#597654: postgresql-8.4 8.4.4-2 breaks start ordering of init scripts

2010-09-21 Thread Adam Heath
Package: postgresql-8.4 Version: 8.4.4-2 Severity: serious I just upgraded postgres-8.4 from 8.4.4-1+b1 to 8.4.4-2. This removed the separate postgresql-8.4 init script, and replaced it with a common one. Previously, postgresql-8.4 would start at S19. The new version starts at S20. So, any

Bug#586036: lintian doesn't handle comments in debian/po/POTFILES.in

2010-06-15 Thread Adam Heath
package: lintian version: 2.4.1 severity: minor W: ofbiz source: missing-file-from-potfiles-in # W: ofbiz source: missing-file-from-potfiles-in # Licensed to the Apache Software Foundation (ASF) under one W: ofbiz source: missing-

Bug#563962: guilt-import-commit test script

2010-01-07 Thread Adam Heath
Josef 'Jeff' Sipek wrote: > Alright, here's a patch that should fix it. Let me know if it does, and > I'll make a new release. > > Thanks, > > Josef 'Jeff' Sipek. I applied the patch by hand to my installed guilt files, and the previously attached shell script works now. I haven't tried the ot

Bug#563962: guilt-import-commit test script

2010-01-06 Thread Adam Heath
try-binary-import-patch.sh Description: Bourne shell script

Bug#563962: guilt-import-commit does not support binary files

2010-01-06 Thread Adam Heath
package: guilt version: 0.32.1-1 I tried importing a series of commits with guilt, and got no errors when doing so. However, when trying to reapply the resulting patch series, it failed, with an error like this: == error: framework/birt/webapp/birt/webcontent/birt/images/dialog/common/ok-cancel-

Bug#530894: control of when to generate Contents-$arch files

2009-05-28 Thread Adam Heath
package: reprepro version: 3.9.2-1 reprepro always generates Contents-$arch files, even if nothing has changed. I have etch configured as a pull; this distribution doesn't change anymore. However, each time an export is done, it's contents are generated. Even with --export=changed. Please add

Bug#518370: please enable macro module during install

2009-03-05 Thread Adam Heath
package: libapache2-mod-macro version: 1.1.4-3.1 severity: minor This package does not enable the module when it is installed, unlike libapache2-mod-jk, which does. If I've installed the package, then in all likelyhood I want to use it, so it should be enabled automatically. This also breaks oth

Bug#506364: split out api docs into a separate package

2008-11-20 Thread Adam Heath
package: libcommons-logging-java version: 1.1.1-1 severity: minor Developers are the only ones interested in api documentation; a production install does not need this documentation to be included in the deb. Please move the api docs into a separate package. -- To UNSUBSCRIBE, email to [EMAIL

Bug#506365: move api docs to a separate package

2008-11-20 Thread Adam Heath
package: libcommons-net-java version: 1.4.1-1 severity: minor It would be much friendlier to servers to have the api documentation moved to a separate package. Only developers are interested in this; other packages that require this one don't need to have the api docs installed. Please move the

Bug#506366: move api docs to a separate package

2008-11-20 Thread Adam Heath
package: libjdom1-java version: 1.0-4 severity: minor It's poor taste to include the api documentation alongside the code; packages that only require the library end up having to have the docs installed as well. This increases the disk space usage on production servers. Please split the docs int

Bug#506361: please split out api docs

2008-11-20 Thread Adam Heath
package: libcommons-pool-java version: 1.3-1 severity: minor This package contains api documentation, that is not useful at runtime; it's only useful during development. Having it included for all installs, is a waste, as most installs don't need to see the individual method calls. Please split

Bug#506360: split api docs into separate package

2008-11-20 Thread Adam Heath
package: libcommons-codec-java version: 1.3-4 severity: minor There is no reason to force the api docs to be installed, when one is only interested in the library code. Please split the docs into a separate package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#506362: please move documentation to a separate package

2008-11-20 Thread Adam Heath
package: libfreemarker-java version: 2.3.13+debian1-1 severity: minor The documentation included in this package is only of interest to developers; if another package has a depends on it, it is not interested in having all this extra baggage installed. It just increases the disk space usage. Ple

Bug#506359: split out api docs into a separate package

2008-11-20 Thread Adam Heath
package: libcommons-discovery-java version: 0.4-1 severity: minor Production servers don't need to have api docs installed for every single library that their software requires. The api docs are only useful when developing code, not when running it. Please move the api docs into a separate packa

Bug#506356: split out api docs into separate package

2008-11-20 Thread Adam Heath
package: libcommons-digester-java version: 1.8-1 severity: minor The api docs included in this package are only useful during development of software. For production servers, they just take up useless space. Please split the api docs into a separate package. -- To UNSUBSCRIBE, email to [EMAIL

Bug#506357: split out the documentation

2008-11-20 Thread Adam Heath
package: libbsf-java version: 1:2.4.0-2 severity: minor This package contains duplicate api docs(/usr/share/doc/$pkg/api and /usr/share/doc/$pkg/docs/api. Additionally, the documentation should not be in the library package. There's no reason to force it to be installed, when you just need to hav

Bug#506355: provide antlr library as a separate package

2008-11-20 Thread Adam Heath
package: antlr version: 2.7.7-6 severity: minor This package has an java antlr library, some python antlr thing, and a system binary. When other packages just want to make use of the antlr jar by itself, all the other things get pulled in. Please split this package, and provide a libantlr-java,

Bug#506130: ManagementFactory is broken

2008-11-18 Thread Adam Heath
package: cacao-oj6-jdk version: 6b11-2 [EMAIL PROTECTED]:~/code/upstream/ofbiz-orig$ cat Bug.java import java.lang.management.ManagementFactory; public class Bug { public static void main(String[] args) { System.err.println(ManagementFactory.getPlatformMBeanServer()); } } [EMAIL P

Bug#488845: ant-optional needs symlinks to required jars

2008-07-01 Thread Adam Heath
package: ant-optional version: 1.7.0-6 sevewrity: wishlist /usr/share/ant/lib/ant-apache-bsf.jar contains the classes nescessary to make ant use bsf or jsr-223 languages(

Bug#484117: Please add dh --without

2008-06-02 Thread Adam Heath
Package: debhelper Version: 7.0.9 Severity: wishlist I know it's not used yet, but it'd be nice to have a --without option, to turn off modules selectively, for future proofing. So, in the makefile, you are using per-target DH_OPTIONS, with all wanted --with options, then in the rules for the

Bug#474333: include_dir support in nrpe

2008-04-04 Thread Adam Heath
package: nagios-nrpe-server severity: wishlist version: 2.8.1-1 Please add include_dir=/etc/nagios/nrpe.d/ to /etc/nagios/nrpe.cfg, then add that as an empty dir to the package. This way, other packages can drop files there to extend the config. At work, we have a package that is installed o

Bug#473857: tzdata.postinst fails when TZ is not in the environment

2008-04-02 Thread Adam Heath
Aurelien Jarno wrote: Adam Heath a écrit : Package: tzdata Version: 2008b-1 Severity: important If I do not have TZ in my environment, then the postinst fails. It has an unprotected "unset TZ", which will fail the script if TZ is not actually in the environment. Huh?!? Which str

Bug#473857: tzdata.postinst fails when TZ is not in the environment

2008-04-01 Thread Adam Heath
Package: tzdata Version: 2008b-1 Severity: important If I do not have TZ in my environment, then the postinst fails. It has an unprotected "unset TZ", which will fail the script if TZ is not actually in the environment. The simple fix is to use "|| true" in the 2 places where this occurs.

Bug#472208: #472208: dpkg should remove package from status on complete purge

2008-03-22 Thread Adam Heath
@@ -1,3 +1,11 @@ +dpkg (1.14.16.6.1) unstable; urgency=medium + + * NMU. + * When a package is completely purged, remove it's entry from status. +Closes: #472208. + + -- Adam Heath <[EMAIL PROTECTED]> Sat, 22 Mar 2008 13:40:37 -0500 + dpkg (1.14.16.6) unstable; urgency=medium

Bug#470860: distcc has missing depends on dbus

2008-03-13 Thread Adam Heath
package: distcc version: 2.18.3-5 severity: serious ... socket(PF_FILE, SOCK_STREAM, 0) = 7 connect(7, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"}, 33) = -1 ENOENT (No such file or directory) close(7)= 0 write(2, "distccd: client.c:776: av

Bug#470571: ucf speed issues with multiple files

2008-03-11 Thread Adam Heath
package: ucf version: 3.005 severity: wishlist When using ucf to manage large numbers of files, I've noticed pauses while the maintainer script is calling ucf in a loop. I am uncertain as to what this slowdown is, whether is it ucf startup overhead, or some other overhead. For comparison, m

Bug#465782: /var/isns not removed during purge

2008-02-14 Thread Adam Heath
package: isns version: 2.1-01+dfsg-1 severity: serious Please remove /var/isns when the package is purged. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#465781: /etc/init.d/isns stop is not fail-safe

2008-02-14 Thread Adam Heath
package: isns version: 2.1-01+dfsg-1 Please add --oknodo to start-stop-daemon --stop. If the daemon is not running, and you attempt to stop it, s-s-d will fail. The --oknodo keeps the failure from happening. This keeps the package from being removed if the daemon has been stopped. -- To U

Bug#465651: Dpkg/Version.pm needs to use Dpkg::Gettext

2008-02-13 Thread Adam Heath
Package: dpkg-dev Version: 1.14.16.6 Undefined subroutine &Dpkg::Version::_g called at /usr/share/perl5/Dpkg/Version.pm line 204. If I use Dpkg::Gettext, the problem goes away. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#434301: long names break annotation output

2007-07-22 Thread Adam Heath
package: viewvc version: 1.0.3-2 tags: patch The following output breaks the annotation output: == webslinger:/# svn blame file:///svn/code/trunk/Makefile ... 58 adam @ant jar 58 adam @mkdir -p $(@D) 58 adam @touch $@ 58 adam 1163 [EMAIL

  1   2   >