Package: debhelper
Version: 9.20140228
Severity: wishlist
Hello,
Please document that "dh_installdirs is only meant to be used when you need to
ship an empty directory" [1].
Regards,
Franklin
[1] https://wiki.debian.org/Multiarch/Implementation#Dynamic_debian.2F.2A_files
--
To UNSUBSCRIBE
Package: wnpp
Severity: wishlist
Owner: Frank Lin PIAT
* Package name: scap-workbench
Version : 0.8.8
Upstream Author : Martin Preisler
: Maros Barabas
* URL : https://fedorahosted.org/scap-workbench/
* License : GPL3
Programming Lang: C
Source: openscap
Version: 1.0.2-1
Severity: wishlist
Tags: patch
Hello,
upstream have release openscap 1.0.8. Could you upgrade the Debian
package ?
I have worked on packaging 1.0.8, it's currently available on my
personal git repo [1], on branch fpiat-prep-108.
> * Imported Upstream version 1
Package: libpam-modules
Version: 1.1.3-6
Severity: normal
Hello,
The binary file /sbin/pam_timestamp_check is neither in
libpam-modules (or libpam-modules-bin), even though
the manpage (/usr/share/man/man8/pam_timestamp_check.8.gz)
exist in libpam-modules.
Regards,
Franklin
--
To UNSUBSCRIB
Package: rhino
Version: 1.7R3-2
Severity: normal
The following command fails:
$ /usr/bin/js
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (101, '
Hello,
Some comment regarding the package description...
On Sun, 2011-11-20 at 02:32 +, Dave Walker (Daviey) wrote:
> Package: wnpp
>
> * Package name: pxe-kexec
> Description : Retrieves PXE configuration file and kexec entries
> Tool that fetches PXE configuration from a TFTP (o
Package: puppet-common
Version: 2.7.18-2
Severity: normal
Tags: patch upstream
When running the following command:
puppet describe --list
Puppet fails with the error:
Could not run: Could not autoload
/var/lib/puppet/lib/puppet/type/mountpoint.rb:
undefined method `downcase' for nil:Nil
Package: openais
Version: 1.1.4-4
Severity: normal
Hello,
I noticed that OpenAIS seems discontinued upstream.
Their website (openais.org) is currently down. Google's cache of that
website mention:
> The main developers of this project have decided not to continue further
> development of the AI
On Sun, 2010-02-28 at 08:31 -0500, Luke Faraone wrote:
> Package: wnpp
>
> * Package name: cmospwd
> Description : decrypt BIOS passwords from CMOS
> CmosPwd is a cross-platform tool to decrypt password stored in CMOS used
> to access a computer's BIOS setup.
>
> This application should
Hello dear developers,
I was testing lighttpd and got hit by this bug. I read the thread and I
think that you are all right:
1. People upgrading existing systems expect smooth upgrade.
2. Fresh installed system are IPv6 enabled.
3. Disabling IPv6 on a new system should be possible and easy.
Rega
Package: lighttpd
Version: 1.4.26-1
Severity: normal
Hello,
I wanted to setup lighttpd so it doesn't use the port 80 (because I want
to enable both apache and lighttpd on my test lapptop;)
The two setting below are missleading:
> ## Use ipv6 only if available. (disabled for while, check #560837
Package: util-linux
Version: 2.16.2-0
Severity: normal
Hi,
On my system, blkid report LABEL="" for a FAT partition. That's
certainly something blkid users don't expect (like linux-base).
% blkid /dev/sda6
/dev/sda6: LABEL="" UUID="68F6-270E" TYPE="vfat"
^^ouch
Also, I have at
Package: linux-base
Version: 2.6.33-1~experimental.2
Severity: normal
linux-base should not use LABEL="", in the case where blkid provide such
data[1]
In my /etc/fstab, linux-base has inserted:
> # /dev/sda6 /foobar vfat defaults 0 2
> LABEL= /foobar vfat defaults 0 2
Package: linux-base
Version: 2.6.33-1~experimental.2
Severity: normal
Hello,
In Linux-base and linux-image, I have weird prompts "" and ""
prompts, like :
^X9> >
│ Update disk device ids in system configuration?
│
│ ^X9���
.
Versions of packages findutils suggests:
ii mlocate 0.22.2-1 quickly find files on the filesyst
-- no debconf information
>From 3fd0404277a20f2ab813de1eadf4f429a856566c Mon Sep 17 00:00:00 2001
From: Frank Lin PIAT
Date: Sat, 6 Mar 2010 20:03:22 +0100
Subj
Dear devscripts maintainers,
On Tue, 2009-10-20 at 07:17 +0200, Frank Lin PIAT wrote:
>
> I have written a small script to make it easy to submit manpage
> improvements (it's attached).
> I believe that it much more effective to submit a patch, rather than
> explaining what
Hello,
On Thu, 2010-03-04 at 21:06 +0100, Luis Galdos wrote:
>
> * Package name: usbview2
> Version : 1.0.0
> Upstream Author : Luis Galdos
> * URL : http://sourceforge.net/projects/usbview2/
> * License : GPL
> Programming Lang: C
> Description : USB
Package: qemu-kvm
Version: 0.11.1+dfsg-1
Severity: normal
Hi,
Some systems don't have system.product, or system.vendor, but do have
system.board.product and system.board.vendor (like My Thinkpad T500).
I suggest the following regex in /usr/share/bug/qemu-kvm:
lshal | egrep '^\s*(system\.(board
Package: qemu-kvm
Version: 0.11.1+dfsg-1
Severity: normal
Hi,
Recent kernels (including Lenny, IIRC), publish DMI information in
/sys/class/dmi/.
In /usr/share/bug/qemu-kvm, you could uses something like that (I don't
know what you really want to collect):
> if [ -d /sys/class/dmi/ ]; then
>
Package: libutempter0
Version: 1.1.5-2
Severity: normal
Hello,
The wrapper utempter is not world readable:
> % ls -al /usr/lib/utempter/utempter
> -rwx--s--x. 1 root utmp 4940 2009-08-29 13:03 /usr/lib/utempter/utempter
According to Debian policy, executables should be world-readable[1]:
> Setu
eported by Lintian...
So I decided to switch to the same packaging scheme as aspell-en, for
easier maintennace in the future.
Thr changelog goes like this:
> [Frank Lin PIAT]
> * Use packaging rules from aspell-en, to fix multiple issues and
> Lintian errors:
>- md5sums list
retitle 540215 Introduce dh_checksums
tag 540215 +patch
thanks
On Thu, 2010-03-04 at 20:08 +0100, Tollef Fog Heen wrote:
> Frank Lin PIAT wrote:
> > What about a transitional dh_md5sums that would produce md5sum AND
> > invoke dh_sha ?
>
> Or call it dh_checksums or somet
On Mon, 2010-03-08 at 12:21 -0500, Joey Hess wrote:
> Frank Lin PIAT wrote:
> > Note regarding the patch:
> > I have tried to make the patch so it isn't too intrusive (for
> > instance, dh_checksums is a symlink to dh_md5sums even though it
> > should be the
Package: lintian
Version: 2.3.3
Severity: normal
Hello,
The "etcfiles" test seems broken:
1. The file ./testset/etcfiles/debian/rules contains some test entries for
md5which gets
overritten immediately:
>echo '68b329da9893e34099c7d8ad5cb9c940
> ./etc/cron.daily/cronfile-normal' \
>
sg00038.html
[2] http://wiki.debian.org/Sha256sumsInPackages
>From b6566aebe1bc44eaf6339e779ebed09da8a2b835 Mon Sep 17 00:00:00 2001
From: Frank Lin PIAT
Date: Mon, 8 Mar 2010 19:02:22 +0100
Subject: [PATCH] Allow and recommend sha256sums
---
checks/control-files|1 +
On Mon, 2010-03-08 at 12:59 -0800, Russ Allbery wrote:
> Frank Lin PIAT writes:
>
> > Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
> > recent checksum.
>
> > The way it is implemented, is that the dh_md5sums is a symlink to the
> >
On Mon, 2010-03-29 at 02:52 +0100, Ben Hutchings wrote:
> Package: www.debian.org
> Severity: normal
>
> Various pages use the long architecture names 'AMD64' and 'Intel x86'
> for our architectures 'amd64' and 'i386'. The name 'AMD64' sometimes
> confuses users with Intel x86-64 chips, who inste
Package: moin
Version: 1.5.3-1.2etch2
Severity: security
Hello,
There is a XSS in moinmoin "Despam" action (see [1] and
CVE-2010-0828[2]). Note that Despam action is only accessible to
superusers, not by regular users.
Franklin
[1] http://moinmo.in/SecurityFixes
[2] http://cve.mitre.org/cgi-bi
Hi,
Here's a patch for Debian Lenny (Unmodified from upstream[1])
I have made a quick test, and it seems ok.
Jonas, can you upload it?
thanks
On Wed, 2010-03-31 at 09:10 +0200, Frank Lin PIAT wrote:
> Package: moin
> Version: 1.5.3-1.2etch2
Unstable and testing need a patch too.
Hello,
FYI, upstream has merged the feature.
Regards,
Franklin
Forwarded Message
From: James Youngman
Subject: [bug #29089] SELinux --context and %Z options
Date: Wed, 31 Mar 2010 07:27:57 +
Update of bug #29089 (project findutils):
Open/Closed:
On Wed, 2010-03-31 at 10:13 +0200, Frank Lin PIAT wrote:
> On Wed, 2010-03-31 at 09:10 +0200, Frank Lin PIAT wrote:
> > Package: moin
> > Version: 1.5.3-1.2etch2
>
> Unstable and testing need a patch too. but I can't work on it before
> tonight.
Here's a pat
Hello,
Any progress on this? It would be nice if DebianSqueeze dhelp users
weren't thrown errors like:
De-registering 294, re-registering 294 doc-base files
/usr/lib/ruby/1.8/pathname.rb:263: warning: `*' interpreted as argument prefix
Thanks,
Franklin
--
To UNSUBSCRIBE, email to debian-b
severity 446195 minor
thanks
Hello,
Upstream have improve the situation:
* Using a carriage return in a page don't "break" the table
the CR is just replaced with a white space.
* Alternatively, one can insert a <> macro
Regards,
Franklin
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ.
fixed 392588 1.7.1-2
thanks
I review this BR, so you wanted to shorten the userlinks, not the user
name... this was a sensible request. I shouldn't have tagged it
wont-fix.
Upstream fixed in meanwhile! (somewhere before 1.7).
I am therefore closing this bug.
Franklin
--
To UNSUBSCRIBE, em
tag 557956 -pending
tag 557956 +pending
thanks
Hello,
The last upload was incomplete. (it did fixed python FTBS, but it didn't
fix the "install/$(pkg)::" rule).
I have committed[1] Jakub's suggestion for that issue.
Thanks,
Franklin
[1] http://git.debian.org/?p=collab-maint/moin.git;a=commitd
Package: pbuilder
Version: 0.196
Severity: normal
Hello,
pbuilder fails if TMPDIR is set to a subdirectory of /tmp (for instance,
libpam-tmpdir configures per-user temporary directory, like
TMPDIR=/tmp/user/0)
This is quite trick to diagnose, because dpkg-deb log is missleading:
> -> Creating
Package: moin
Version: 1.9.2-1
Hello Jonas,
Regarding Lintian error "build-depends-on-python-dev-with-no-arch-any"
The python policy (appendix A)[1], mention that:
> Build dependencies for Python dependent packages must be declared for
> every Python version that the package is built for. The py
Hello Martin,
On Wed, 2010-04-07 at 21:27 +0200, martin f krafft wrote:
>
> I think it would make sense to list version info (e.g. download date
> for daily images, or version.info for testing images) in the menu.
I agree that it would be a nice feature. I may implement it in the
future.
It shou
Hello Martin,
On Wed, 2010-04-07 at 21:22 +0200, martin f krafft wrote:
>
> The following patch updates the existing daily URLs, but it does not
> add new ones:
Than you for pinging me on this: I have an upload pending with some of
modification you sent. I'll try to upload within a week (I have
Hello,
Package: wnpp
Owner: Osamu Aoki
* Package name: pxe-pdhcp
Version : 0.1
Description : ProxyDHCP server for the non-DHCP server host
..
The upstream source is old (2007) and not active. But there are
patches on the web.
The folllowing updates are made to fit for De
Package: hyde
Version: 0.8.5a1-2
Severity: normal
In debian/control, the upstream Homepage should be
http://hyde.github.com/
Regards,
Franklin
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (101, 'unstable')
Architecture: i386 (i686)
K
Package: libjs-modestmaps
Version: 0.21.0+ds1
Severity: normal
Hello,
In debian/control, the upstream Homepage should be
http://modestmaps.com/
Regards,
Franklin
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (101, 'unstable')
Architect
Package: nautilus-gtkhash
Version: 0.6.0-1
Severity: normal
Hi,
[I have a mixed testing/unstable system]
I had the following error while installing.
I looks like nautilus-gtkhash should depends on gtkhash >= 0.6.0-1.
Regards,
Franklin
> Selecting previously unselected package gtkhash.
> (Read
Package: remmina
Version: 1.0.0-3
Severity: normal
Dear Maintainer,
What led up to the situation ?
> I installed remmina on a minimalist system...
What exactly did you do (or not do) that was effective (or ineffective) ?
> It happens that remmina requires dbus-x11 to work:
> remmina -h
> Err
Package: remmina-plugin-vnc
Version: 1.0.0-3
Severity: normal
Dear Maintainer,
> What led up to the situation?
Connect from Remmina 1.0.0-3 to Vino 3.2.2-1+b1 (both are wheezy version)
using VNC. Once you are connected, click on "Window fit remote resolution"
button...
The content of the window g
Package: directvnc
Version: 0.7.7-1
Severity: normal
Dear Maintainer,
when I run directvnc, I get the error:
Couldn't parse the keyboard mapping file
Could you explain in the README.Debian how build those mapping.
(or even better... build them when the package is installed)
Regards,
Frankl
Package: puppetmaster-passenger
Version: 2.7.11-1
Severity: wishlist
Hello,
puppetmaster-passenger depends on facter. this dependency isn't needed
since puppetmaster-passenger depends on puppetmaster-common which
depends on facter.
regards,
Franklin
-- System Information:
Debian Release: wheez
Package: release-notes
Severity: normal
After upgrading to wheezy, PHP will produce error like this (in web
server's log, on PHP command line, in mail from Cron Daemon...),
if php5-suhosin was installed in squeeze before the upgrade.
> PHP Warning: PHP Startup: Unable to load dynamic library
> '
Package: php5-sqlite
Version: 5.4.0-3
Severity: normal
Hello dear maintainers,
After upgrading to wheezy, PHP will produce error like this (in web
server's log, in mail from Cron Daemon...), if php5-sqlite is/was
installed (in squeeze).
> PHP Warning: PHP Startup: Unable to load dynamic libra
affects 668739 + php5-suhosin
thanks
Bug #668739 is a release-notes request for problem documented in bug
#647219
Regards,
Franklin
see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647219
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668739
--
To UNSUBSCRIBE, email to debian-bu
Package: bugs.debian.org
Cloning an archived bug produced a misleading error message.
I tried to clone 647219 (which actually worked, see 668719), but the
error was misleading :
> On Sat, 2012-04-14 at 07:06 +, Debian Bug Tracking System wrote:
> > Processing commands for cont...@bugs.debia
Package: btnx
Version: 0.4.11-3
Severity: normal
Hello,
I noticed that upstream's homepage URL is Cybersqatted.
BTW, It would be nice to give a package use case in the
description because the following statement wasn't
very clear to me: "a daemon [..] to send keyboard and
mouse button combinati
Package: sshuttle
Version: 0.54-1
Severity: normal
Hello,
in sshuttle(8) manpage, the double dash shoudl be escaped.
options like "--auto-nets" are displayed like "—auto-nets" :
> -N, —auto-nets
> in addition to the subnets provided on the command line, ask
> the server
Package: debian-faq
Version: 8.1
Severity: normal
Hello,
The state of LSB in Debian Strech is modified, as described in package lsb NEWS
file (quoted below) and in the release notes (see Bug#804264):
URL:
https://www.debian.org/releases/stretch/amd64/release-notes/ch-information.en.html#reduced-
[CC'ing Pierre]
On sam., 2016-04-30 at 11:52 -0400, Klee Dienes wrote:
> I'd be happy to sponsor the package. I noticed you have Pierre
> Chifflier listed in the Uploaders: field ... is
> he already sponsoring the package? If so I'll gladly defer.
Your offer is welcome and accepted, Pierre nev
[Sorry for the late response]
On mar., 2016-05-03 at 22:59 -0400, Greg Elin wrote:
> What is the difference between the collab-maint repo and the Alioth
> group?
An Alioth project is meant for a group of people to collaborate. Each
project has one or more repository (GIT/SVN/HG...), mailing list
r, dh_bash-completion (from bash-completion) still install bash completion
snippets in /etc/bash_completion.d
Could you update dh_bash-completion to install the snippet in the proper
location, or prompt lintian maintainer to disable that warning until
it's fixed.
Thanks,
Frank lin Piat
Hello
I am looking for a co-maintainer & sponsor for this package.
anyone interested in this tool ?
On Mon, 2014-06-02 at 00:57 +0200, Frank Lin PIAT wrote:
> * Package name: scap-workbench
> Version : 0.8.8
I have now updated this package to the latest release (1.0.3)
Package: retty
Severity: normal
Hello,
This package is compiled for i386 only. That's certainly frustrating
many x86_64 users :-)
Could you provide binaries for other archs.
(I understand that upstream has stalled... maybe it's sensible to switch
to reredirect[1]?)
Regards,
Franklin Piat
[1
Package: wnpp
Severity: wishlist
* Package name: reredirect
Version : 0.1
Upstream Author : Jérôme Pouiller
* URL : https://github.com/jerome-pouiller/reredirect/blob/master
* License : MIT
Programming Lang: C
Description : Tool to dynamicly redirect ou
avannah.gnu.org/cgit/coreutils.git/commit/?id=e7198a67b8dd7f23925dfa40b7a90342e185f729
Regards
Thanks
Frank lin Piat
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: Debian Live
Hi FTP masters,
Please, remove src:autorun4linuxcd.
Even though the package has a popcon of 27 users, I doubt that anyone is
still using it: It was never ported to Windows Vista/7/8 .. (and the
popcon isn't very relevant, since i
Package: dmeventd
Version: 2:1.02.110-1
Severity: normal
Hello,
dmeventd isn't loading library from apropriate direcory.
# dpkg -L dmeventd | grep libdevmapper-event-lvm2raid.so
/lib/x86_64-linux-gnu/device-mapper/libdevmapper-event-lvm2raid.so
^
Hello,
I have the same issue :
Remmina 1.1.2-3 works fine on libgtk 3.18.2-1 on X11
but it fails if I start my gnome session with Wayland.
But this seems similar to a bug known upstream about some remaining X11
calls. It is probably fixed remmina 1.2.0.
"Remmina crashes using the Mir GTK back
Package: release-notes
Severity: normal
This should be worth being mentioned in the release-notes(?)
Quoting lsb NEWS files
> lsb (9.20150826) unstable; urgency=low
>
> This update drops all lsb-* compatibility packages, and is therefore an
> abandon of the pursuit of LSB compatibility for Deb
Package: release-notes
Severity: normal
Quoting cryptsetup's NEWS file:
I must tell that I don't know if whirlpool is the default crypo or not.
> cryptsetup (2:1.6.4-5) unstable; urgency=medium
>
> The whirlpool hash implemenation has been broken in gcrypt until version
> 1.5.3. This has been
Package: soundconverter
Version: 2.1.3-1
Severity: important
When I launch soundconverter with my own useraccount, it dies with the
following traceback.
On the same machine, when I launch with another useraccount, it starts properly
(with
the same warning but no traceback).
Regards.
Franklin
Hello,
I have investigated a little bit. The problem occurs when soundconverter
is loading my previous settings (my gconf settings are attached below).
I could bypass the conversion problem, by manually forcing a the output
location with:
gconftool --type string --set /apps/SoundConverter/selec
Hello,
I had a similar error (bug 757587) related to smb:/// , i'll write some
hints do diagnose "TypeError: could not parse URI".
If you encounter an error like "TypeError: could not parse URI" and more
specifically when it's related to "set_widget_initial_values" for the
"selected-folder" like
Package: virt-manager
Version: 1:1.2.1-4
Followup-For: Bug #766294
Hello,
I have the same problem when my guest is running in VNC mode.
But it's fine when running in Spice mode.
Frank lin Piat
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (800,
Hello,
On Thu, 2016-12-15 at 15:28 +0100, Petter Reinholdtsen wrote:
> Frank, do you plan to set up a shared git repo for the package now?
What about collab-maint ?
> The build failed everywhere, probably because of missing build
> dependencies, see
> https://buildd.debian.org/status/package.php?
Package: selinux-policy-default
Version: 2:2.20210203-7
Severity: minor
After upgading from bullseye to bookworm...
I had the following error many time (tens or hundreds times) when I use
apt/dpkg programs:
> dpkg: warning: selinux: Regex version mismatch, expected: 10.42 2022-12-11
> actual: 1
Package: selinux-policy-default
Version: 2:2.20210203-7
Severity: minor
After upgading from bullseye to bookworm...
I had the following error many time (tens or hundreds times) when I use
apt/dpkg programs:
> dpkg: warning: selinux: Regex version mismatch, expected: 10.42 2022-12-11
> actual: 1
Package: mount
Version: 2.13.1.1-1
Followup-For: Bug #441375
Hello, as described in an LWN article[1], the read-only bind mounts works, BUT
one should mount the share as RW, then turn it in RO mode :
$mount /foo /bar
$mount /bar -o remount,ro
$touch /bar/test
touch: cannot touch `/bar/test': R
Package: module-assistant
Version: 0.10.11.0
Severity: minor
When running one of those commands (and may be others), apt-get will prompt
if the user want to "continue" downloading dependencies, with a [Y/n] prompt
m-a prepare
m-a update
However, I one simply press "Enter", then the action sele
Package: installation-reports
Version: 2.38
Severity: normal
-- Package-specific info:
Boot method: network/PXE
Image version:
http://people.debian.org/~joeyh/d-i/images/daily/netboot/gtk/netboot.tar.gz
Date:
Machine: IBM Thinkpad T43 (type 2373)
Partitions: manual
Base System Installation C
Package: clock-setup
Followup-For: Bug #485064
I have just tested this hwclock bug on a Thinkpad T61, using the
DI build : "5.0 (lenny) - installer build 20081023-09:05"
which uses clock-setup 0.97, kernel 2.6.26, and
util-linux 2.13.1.1-1.
The problem didn't show up.
Franklin
-- System Inform
Package: installation-reports
Followup-For: Bug #495726
-- Package-specific info:
Boot method: network
Image version: joey's daily image.
Date: 2008-08-25
Machine: Lenovo Thinkpad T61 (intel graphic card and Wifi)
Partitions: /manual/
Base System Installation Checklist:
[O] = OK, [E] = Error (
package di-netboot-assistant
tag pending
thanks
Hello,
I've merged your patch in my personal repository. I'll upload it once
Lenny is released.
Thank you for your contribution.
Franklin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL P
'packages': SchemaItemList(),
'support': SchemaItemList(),
}
diff --git a/debian/changelog b/debian/changelog
index bbbe478..e871f01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+firmware-nonfree (0.14) unstable; urgency=low
+
Package: firmware-nonfree
Followup-For: Bug #449235
Hello,
I've attached a patch to add ipw2200 firmware. That license issue was
discussed on debian-kernel and debian-legal[1] and in this bug.
This patch depends on a feature that is added by a patch I've also submitted
in bug #504668[2].
The L
re-nonfree (0.14) unstable; urgency=low
* gencontrol can generate license acceptation prompt, based on
sun-java5 preinst script and template.
* Added ipw2200 firwmare, version 3.0,
+ * Added ipw2100 firwmare, version 1.3,
-- Frank Lin PIAT <[EMAIL PROTECTED]> Mon, 27 Oct 2008 00:05
; urgency=low
* gencontrol can generate links file.
* gencontrol can generate license acceptation prompt, based on
sun-java5 preinst script and template.
+ * Added ipw2200 firwmare, version 3.0,
-- Frank Lin PIAT <[EMAIL PROTECTED]> Mon, 27 Oct 2008 00:05:03 +0100
diff -
forwarded 409482 http://moinmo.in/MoinMoinBugs/IndentingTableFails
severity 409482 minor
--
I am downgrading the severity of this bug, because the GUI editor will
be disabled in Lenny, so it can't break anything.
I am not closing the bug because the GUI will be re-introduced in 1.8.
Franklin
On Sat, 2008-11-29 at 14:55 +0100, Robert Millan wrote:
> On Wed, Nov 12, 2008 at 11:12:10PM +0100, Frank Lin PIAT wrote:
> > The module ifcpu64.c32 doesn't work as expected under virtualbox.
> >
> > If we build a simple test image with the script below.
> > * v
severity 504918 grave
--
[BCC Stuart Prescott: "stuart+debian AT nanonanonano net"]
Hello Stuart,
(I hope you are the right "Stuart")
You added the following comment on the wiki page:
On Mon, 2008-12-01 at 18:27 +, Debian Wiki wrote:
> The following page has been changed by StuartPrescott:
Package: linux-image-2.6.26-1-686
Version: 2.6.26-5
Severity: wishlist
Hello,
Intel has a new wireless chipset. Laptops with those chipset are currently
hitting the market, and we can assume they will replace the 3965/4965 soon.
Are there any plan (and any chance) to have them supported in Lenny
Package: nvram-wakeup
Version: 0.97-14
Followup-For: Bug #425120
Hello,
The command time is provided by two packages:
/usr/bin/time time(1)
/usr/sbin/time nvram-wakeup(8)
The policy (section 10.1) states that:
> Two different packages must not install programs with different
> functionalit
Package: lsb-core
Version: 3.2-20
Severity: normal
Hello,
The command "time" is recommended by LSB-3.2 specifications. It is provided
by the package time only (plus bug #425120), but lsb-* don't depend on it.
For the record: bash provide time as a built-in command, dash doesn't. Also,
the packag
tch
020_password_reminder.patch)
>From 701448f691f2677da7ca92b618df1be33cef3cd3 Mon Sep 17 00:00:00 2001
From: Frank Lin PIAT
Date: Sat, 10 Jan 2009 17:33:09 +0100
Subject: [PATCH] Fix the forgotten password email login URL.
---
debian/changelog |7 +++
debian/patc
reassign 511355 python-moinmoin
found 511355 1.5.3-1.2etch1
merge 511355 504562
severity 504562 important
tag 504562 patch
--
Hello,
On Fri, 2009-01-09 at 20:37 -0200, todoesverso wrote:
> At http://wiki.debian.org/Grub/Grub2, there is a broken link (?).
> It says:
>
> "AyudaDeContenidos"
This
Package: hwinfo
Version: 14.19-2
Followup-For: Bug #495866
Hello, I have a mixed system with testing and lenny...
I have hwinfo 14.19-2 installed, which depends on libhd14.
libhd15 pretends to "Provide" libhd14 but is doesen't:
$ hwinfo
hwinfo: error while loading shared libraries: libhd.so.14:
Package: ftp.debian.org
Severity: wishlist
Hello,
w3m should be in Section web (linke links, elinks and lynx), IMHO.
Thanks,
Franklin
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi,
> w3m should be in Section web (linke links, elinks and lynx), IMHO.
I forgot a binary package from the same source "w3m-img".
Franklin
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi,
On Sun, 2009-01-11 at 19:56 +, Jack Grahl wrote:
> If some program belongs to a package which does not have the same name
> as the program, the man page for that command should say which package
> the program is part of.
Assuming that one can run:
dpkg -S $(man -w hostname)
manpage
Package: cheese
Version: 2.22.3-3
Severity: normal
Hello,
Some of the images are duplicated in the packages:
$md5sum /usr/share/gnome/help/cheese/*/figures/*.jpg
0a773e6a421f02d6dbf53259c63a34b0
/usr/share/gnome/help/cheese/C/figures/cheese-effects-screenshot.jpg
e24f99c6208e8556528e347fcf73
Hi,
It seems that there are quite a few other packages with the same bug:
md5sum /usr/share/gnome/help/*/*/figures/*.{png,jpg} \
| sed -e 's,/usr/share/gnome/help/\(.*\)/.*/figures/,\1 ,' \
| sort | uniq -c | grep -Ev '^ *1 ' > list
#Let's identifies the packages that have some duplicates f
On Sat, Jan 10, 2009 at 06:54:54PM +0100, Frank Lin PIAT wrote:
> >First of all, I would like to wish you a happy new year.
>
> >I am wondering about a stable-proposed-update for Etch's moinmoin.
> >There are two bugs that seriously affects the usability. Th
On Thu, 2008-11-06 at 01:47 +0100, Frank Lin PIAT wrote:
> The patch license.diff implements license=[required|no-preseed]
> and license_name entry in the firmware's define file.
> When used, those fields are used to generate a preinst script
> that present the license to the us
Hello,
Here's an update for my previous report.
Newer kernel (maybe 2.6.24, and 2.6.26) reveals a bug in VirtualPC,
where it fails to boot with the error message "An unrecoverable
processor error has been encountered. The virtual machine will reset
now."
This bug only occurs on the installed sys
1 - 100 of 371 matches
Mail list logo