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.
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
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
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)
<
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
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
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
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 /
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
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
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
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.
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
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
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,
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
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
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
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
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
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
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/
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
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
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_
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
>&
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)
>&
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
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
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
-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
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
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
--- 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
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
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
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-
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
try-binary-import-patch.sh
Description: Bourne shell script
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-
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
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
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
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
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
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
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"
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
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
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
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
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,
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
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(
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
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
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
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.
@@ -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
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
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
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]
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
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]
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 - 100 of 147 matches
Mail list logo