On Fri, 03 Feb 2023 07:55:53 +0100 Gürkan Myczko wrote:
> Dear Angus
>
> Can you be more details, like what is the command you try and how does
> it fail?
>
> From the standard output of just running rtl-433, I can see they are
> supposed to
> be supported:
>
On Fri, 03 Feb 2023 07:55:53 +0100 Gürkan Myczko wrote:
> Dear Angus
>
> Can you be more details, like what is the command you try and how does
> it fail?
>
> From the standard output of just running rtl-433, I can see they are
> supposed to
> be supported:
>
On Fri, 03 Feb 2023 07:55:53 +0100 Gürkan Myczko wrote:
> Dear Angus
>
> Can you be more details, like what is the command you try and how does
> it fail?
>
> From the standard output of just running rtl-433, I can see they are
> supposed to
> be supported:
>
Package: rtl-433
Version: 22.11-1
Severity: important
X-Debbugs-Cc: anxious...@gmail.com
Dear Maintainer,
I'm attempting to run rtl_433 with a Bresser 5 in 1 Weather station, but the
list of available devices only
goes up to 99. The list on the github merbanan/rtl_433 site extends to 223. Has
t
I think you are trying to compile a project that requires in-development
features of the Rust compiler. I think you also want to do that without
getting involved in the Rust upstream development process and tools (like
rustup). I don't think there is a way to resolve those two conflicting
goals t
ile itself)
- Gus
On Thu, 6 Dec 2018 at 18:36, Elimar Riesebieter wrote:
> * Angus Lees [2018-12-06 09:29 +1100]:
>
> [...]
> >
> > After *much* debugging, I stumbled across
> >
> https://github.com/edrose/dell-dock-audio-fix/issues/2#issuecomment-440420105
> >
Package: libasound2-data
Version: 1.1.7-1
Severity: normal
Dear Maintainer,
The usb-audio interface on my Dell USB-C WD15 dock stopped working
recently. The immediate symptom is the device gone from pulseaudio,
with:
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulse
I think I am responsible for this dangling symlink :)
The issue is that the symlink target is _not_ in the 'rust-doc' package,
but in the 'gdb-doc' package which has nothing to do with the rust src
package, nor the rust maintainers. Moving the rust-gdb symlink into
gdb-doc is not appropriate.
Ba
On Sun, 19 Aug 2018 at 20:39 Moritz Mühlenhoff wrote:
> On Sat, Aug 18, 2018 at 03:19:46PM +0200, Nicolas Braud-Santoni wrote:
> > Would it be possible to turn it into a security upload, along with a
> binNMU of
> > all packages that were built with rustc (<< 1.24.1) ?
>
> 1.24 will reach stretch
Fwiw: Unless there is something that acts on `rustc --print target-list`
without applying some human judgement first, I would rather we just
reassigned this bug to LLVM and enabled wasm. "Fixing" this in rustc, and
then unfixing it again once we add support to LLVM seems a little bit like
chasing
severity 898792 normal
thanks
Downgrading severity, since I think we'd all agree that using a single CSS
file from one source rather than another does not render the entire Rust
toolchain as unusable or not suitable for release ;)
(and the Debian policy section cited is a "should" not "must" direc
tags 884775 + unreproducible notabug
close 884775
thanks
I suspect the original issue was caused by having a non-standard "ld" in
your $PATH - specifically, I suspect it was the guix ld-wrapper[1]. (Or
perhaps a non-standard "cc" that in turn uses this guix ld)
The reply to your stack overflow q
Package: squid-deb-proxy-client
Version: 0.8.14
Severity: normal
Dear Maintainer,
I'm trying to setup static dns-sd entries for my apt cache (I don't
want to run avahi/mDNS on my proxy server). This involves creating
_apt_proxy._tcp entries on a domain other than .local[1]. For reasons
that are
Package: xournal
Version: 1:0.4.8-1
Followup-For: Bug #704176
Dear Maintainer,
Regarding upstream bug report https://sourceforge.net/p/xournal/bugs/165/
this issue have been resolved in commits 78d9643 and e03ebdb
I recompiled xournal from upstream source and I can confirm that the
legacy export
On Tue, 29 Nov 2016, 10:51 Dato Simó wrote:
> It would be nice to have a rustc-src package containing the source for
> Rust itself.
>
> The (widely-used) racer completion engine needs access to the source in
> order to work.
>
I'm becoming a big fan of racer, so I'm all for this! I haven't look
A relevant upstream discussion[*] seems to suggest that we should be using
arm-unknown-linux-gnueabihf and not armv7-*
I think this results in armv6, which sounds preferable to armv7+neon, and I
don't think will cause any other issues (Steve?). Other options include
creating a new combination of "
(Capturing some investigation I dumped into IRC)
On Wed, 27 Jul 2016 at 09:54 Ximin Luo wrote:
> librustc_llvm-xx.so is approx 30MB, taking about half the space of
> libstd-rust-xx.
> Upstream tells me that this is due to embedding pretty much all of LLVM.
>
> We should explore options to make i
On Wed, 30 Mar 2016 at 13:27 Lihe Wang
wrote:
> #~ rustc hello.rs
> error: linking with `cc` failed: exit code: 1
> note: "cc" "-Wl,--as-needed" "-m64" "-L"
> "/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib" "hello.0.o" "-o" "hello"
> "-Wl,--gc-sections" "-pie" "-nodefaultlibs" "-L"
> "/usr/lib/ru
Urgh. These aren't bugs, and it looks like we're going to have to add
"-Wno-error=misleading-indentation" (or disable the misleading-indentation
warning entirely).
- Gus
Interesting. Yes, setting Standard Input=null/Output=syslog/Error=syslog
works for me with sane-utils 1.0.24-13 and systemd 224-1.
I think part of my earlier confusion was because I hadn't realised saned
(now) has native systemd socket-activation support, and didn't need to be
run in inetd-compati
On Mon, 31 Aug 2015 at 19:26 Ximin Luo wrote:
> On 31/08/15 10:58, Sylvestre Ledru wrote:
> > Le 31/08/2015 10:37, Ximin Luo a écrit :
> >> On 31/08/15 08:59, Sylvestre Ledru wrote:
> >>> We are aware of this and we decided to take this approach on purpose
> for
> >>> now. This is not perfect but
Indeed, I'm thoroughly confused by the conclusion in #782971 - it seems the
exact opposite of my experience just now with sane-utils 1.0.24-13 and
systemd 224-1.
For me, I needed to modify /lib/systemd/system/saned@.service and set both
Standard{Input,Output} to 'socket' to get saned working corre
tags 796256 upstream wontfix
close 796256
thanks
On Fri, 21 Aug 2015 at 06:03 Josh Triplett wrote:
> Quite a bit of the Cargo ecosystem makes use of #![feature(...)] to
> enable unstable features. Rust release builds prohibit this by default:
>
>
> /home/josh/.cargo/git/checkouts/rust-fuse-e037
On Wed, 22 Jul 2015 at 04:48 Gustavo Prado Alkmim
wrote:
> Package: rustc
> Version: 1.1.0+dfsg1-1
> Package is failing to build on buildd. I'm working on a fix and I will
> attach it as soon as possible.
Oops. This is a known issue (the toolchain bootstrapping currently only
works on i386+amd
Package: lldb
Version: 1:3.5-25
Severity: wishlist
This package provides an unversioned "lldb" executable. For all the
same reasons, it would be nice to have an unversioned "lldb" manpage.
(I would like to take advantage of this to provide the manpage in the
rust-lldb package without adding a de
let me know
if I can supply any more info at all.
Angus
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: aspell-en
Version: 7.1-0-1
Severity: minor
"Gaol" is a decreasingly popular, but still quite valid(*),
alternative spelling of "jail" in UK, Ireland and Australia. See for
example the brief discussion on http://en.wiktionary.org/wiki/gaol
(*) Indeed, some view "gaol" as the "more correc
To follow myself up.
Zoneminder starts but doesn't work properly with either of the fixes I
suggested. I don't think the camera views update, and closing the windows
doesn't return to the zm home page.
The Apache log contains lots of warnings about use of a now deprecated PHP
mysql method, but
Zoneminder fails to start if "short_open_tag" is set to "Off" in
/etc/php5/apache2/php.ini; the change to Off (recommended) is what has
precipitated this bug. A workaround is to set this to "On"
Searching /usr/share/zoneminder/includes/functions.php for short opening tags
reveals just one, on l
The error log contains this line:
Mono-INFO: DllImport loading library: \
'/usr/lib/tangerine/plugins/libsessionglue.so.so'
I removed the ".so" from Session.dll.config target="libsessionglue.so"
Tangerine then starts.
AAM
fyi: Upstream bug and trivial patch is here:
http://code.google.com/p/bullet/issues/detail?id=481
- Gus
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Le 01/déc - 00:48, Russ Allbery a écrit :
> Angus Frinc writes:
>
> > What does it mean ?
> > Puppet which is able to push configuration for different distros and OS
> > isn't capable for different version of Debian ?
>
> > Is it mean that I need to upgrade
Hi,
Le 30/nov - 17:59, micah anderson a écrit :
> Excerpts from Angus Frinc's message of Mon Nov 30 13:59:56 -0500 2009:
> > Package: puppet
> > Version: 0.25.1-2
> > Severity: important
> >
> > On a fresh install of squeeze, I'm not abble to regist
Package: puppet
Version: 0.25.1-2
Severity: important
Hi,
On a fresh install of squeeze, I'm not abble to register my squeeze client on
my lenny's server.
first try :
squeezeclient:~# puppetd --test -w 120 --server lennyserver.domain
warning: peer certificate won't be verified in this SSL sess
ip.so,
sipmodule.so,
sip.py and sip.pyc" in /usr/share/eric/modules/KdeQt/. A symlink to an
installed copy
of sip.so did not help.
Following an email discussion, I removed python-kde4 and its dev and doc
packages.
Eric now starts normally. It's good to have it back.
Angus Mackenzie
-- Sys
Sorry for the submission of this bug, which was already signaled,
see #531340.
Regards,
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: freevo
Version: 1.9.0-1
Severity: important
Since the update to freevo 1.9.0, starting it will close himself just
after being "ready". Here are my logs.
For the moment, freevo is unusable on my system.
If I can help,
Thank you for yours,
Regards.
-- Freevo main.log
===
Package: puppet
Version: 0.24.5-3
Severity: minor
The syntax does not work properly, you have to load it by hand.
According to Debian Packagin Policy for Vim [1], it need a yaml file to
permit autoloading the configuration.
Or maybe the files are in the wrong place (cf: debian.vim)
thanks for th
Package: awesome
Version: 3.3~rc2-1
Severity: normal
Hi,
while trying to run ssh-add from the "run prompt bar" to have the
ssh-askpass dialog, awesome will be at max of CPU, doesn't respond and
no asskpass dialog window appear.
No problems with other programs from the run,
Ssh-asskpass work fin
Package: poppler-utils
Version: 0.4.5-5.1etch3
Followup-For: Bug #491073
I found a pdf that reproduce this bug.
pdftotext and other pdfto* from this package are making the same
segfault.
Using the 0.8.7-1 version of poppler-utils doesn't seem to introduce this
segfault.
Regards,
-- System Inform
Sorry, I installed the unstable version as soon as one in testing failed,
and didn't think to let you know that it worked. Everything seems to be
working okay with 0.98.3-3, under i386.
Thanks,
Angus.
--
AJC McMorland
Post-doctoral research fellow
Neurobiology, University of Pittsburgh
I can confirm that this bug also affects the i386 package.
--
AJC McMorland
Post-doctoral research fellow
Neurobiology, University of Pittsburgh
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Raphael Hertzog a écrit :
On Tue, 09 Sep 2008, Angus Frinc wrote:
Package: zim
Version: 0.26-1
Severity: normal
In the preference menu, event if i check or not the interface box about
"Ctrl-Space", when I enter a simple space character in a note, zim switch
to lateral bar (but write
Package: zim
Version: 0.26-1
Severity: normal
In the preference menu, event if i check or not the interface box about
"Ctrl-Space", when I enter a simple space character in a note, zim switch
to lateral bar (but write the space)
-- System Information:
Debian Release: lenny/sid
APT prefers unsta
On Wed, Apr 9, 2008 at 6:41 PM, Paul Slootman <[EMAIL PROTECTED]> wrote:
> Package: defoma
> Version: 0.11.10-0.2
> Severity: normal
>
> I have my homedir on an NFS mounted filesystem. Hence root has no rights
> on my files.
>
> When installing latex-xft-fonts, I got the following output:
>
> Sett
Never look at lovemaking the same way again - Click here
http://www.nobtahun.com/
How to make your woman come
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Lose all your frustration all at once by trying our amazing product
http://www.Hardrockhard.com/
Re: what she really wants
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
She loves to give me head every single night now that Im a large 9 inches.
http://www.eosrcra.com/
Re: Coming over
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ShlongBouffantMeredith http://www.Twalveen.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: eric
Version: 4.0.4-1
Severity: important
I've installed eric on two different unstable systems this evening. The
main window comes up; I refuse the chance to upgrade to the latest
version and I'm informed that as this is the first run the configuration
program will run. The window then
Company Name SOS Mail Int.
Job Category Customer Suppport
Location USA
Position Type Employee, Part-Time
Salary from 2,500/month
Experience 1+
Education Level High School or Equivalent
Date Posted February 21, 2008
REQUEREMENTS:
U.S. Citizenship, valid TAX ID, computer with Internet acess, know
Package: ftp.debian.org
Severity: normal
Superseded upstream by libembperl-perl (although not completely
compatible). No support for apache2 so its time for this package to
die.
Already removed from testing, please remove from unstable.
--
- Gus
pgpP0sHrmv34v.pgp
Description: PGP signature
Package: wnpp
Severity: normal
I request an adopter for the defoma package.
I still think defoma fills a need and we should keep it. It needs a
rewrite into something more resembling maintainable/modern perl, the
gtk1 gui updated/removed and the font hints to be better specified
(look to fontcon
This also occurs with exim4-daemon-heavy and my Nokia E70 with EPOC
mail.
Since the problem is in GNUTLS, it can be worked around by using
OpenSSL, which is fortunately simply a case of editing debian/rules
such that OPENSSL := 1.
UNfortunately, this isn't so staightforward with -heavy because
ap
On 5/1/07, Gunnar Wolf <[EMAIL PROTECTED]> wrote:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412521
In short, the user states embperl only works with the Prefork Apache
MPM. I have only used this MPM (and not the other ones, particularly
the ones based on threading) - and this is because
Package: apache2-mpm-prefork
Version: 2.2.3-4
Severity: normal
In apache2.2 (at least prefork mpm), 'apache2 -X' doesn't create a new
process group. Despite that, on exit it sends a SIGTERM to whatever
the process group is, causing all sorts of damage. Amongst them a
FTBFS on libembperl-perl whe
Package: ipvsadm
Version: 1.24+1.21-1.4
Severity: important
This line in ipvsadm.postinst:
ipvsadm -L -n >& /dev/null || true
should be changed to:
ipvsadm -L -n > /dev/null 2>&1 || true
in order to be more portable amongst bourne shells. In particular, this
made ipvsadm uninstallable for me u
On 1/22/07, Keith Packard <[EMAIL PROTECTED]> wrote:
On Sun, 2007-01-21 at 23:08 +1100, Angus Lees wrote:
> hrm. you're right - we need to run fc-cache on the directories we
> didn't need to symlink to ..
Would it be better to add the new font directories to the fo
At Sun, 21 Jan 2007 07:19:01 +1100, Keith Packard wrote:
> On Tue, 2007-01-16 at 17:39 +1100, Angus Lees wrote:
> > Keith, here's the patch written during your talk at LCA ;)
> >
> > It fixes bug 402014, by simply adding '-f' to the fc-cache run, hence
&g
Keith, here's the patch written during your talk at LCA ;)
It fixes bug 402014, by simply adding '-f' to the fc-cache run, hence
me filing it under this bug number. Really though, this patch avoids
creating symlinks for fonts that are already in a directory covered by
fontconfig - but I couldn't
section.
Angus Mackenzie
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On 11/20/06, Christian Perrier <[EMAIL PROTECTED]> wrote:> Dear maintainer
of libapache-sessionx-perl and Debian translators,
On 13 nov 2006 I sent a notice to the maintainer of the
libapache-sessionx-perl Debian
package, mentioning the status of at least one old po-debconf translation
update i
reassign 393746 msttcorefontsthanksOn 10/17/06, Sam Morris <[EMAIL PROTECTED]> wrote:
I'm not sure exactly which package I should be reporting this bugagainst, so please bear with me. :)My problem: web pages that ask for the 'courier' font look ugly. Thefont is very blurry, and lines that should be
On 10/2/06, Josselin Mouette <[EMAIL PROTECTED]> wrote:
Hi Angus,we're currently facing some issues with the fontconfig defoma script,which is displaying "error scanning" messages. As neither Keith nor I doreally understand how defoma is working, I was wondering whether you
Attached
flowchart.odg
Description: application/vnd.oasis.opendocument.graphics
Package: openoffice.org-draw
Version: 2.0.4~rc2-1
Severity: important
I have an .odg file generated with the 32 bit version, which loads fine on 32
bit. If I
attempt to load it on my 64 bit system, the window freezes and stops redrawing,
requiring me to kill the soffice process to allow me to
reassign 365315 xserver-xorg
retitle xserver-xorg whitespace in charcell fonts rendered as squares
thanks
> With the new version of today, the opendir issue has gone, but I
> found some kind of wrong encodings (with the space char) in a font
> previously perfectly working. See the xterm screensho
On 7/29/06, Linas Žvirblis <[EMAIL PROTECTED]> wrote:
The latest packages, by the bug owner, I could find date back to year2005. Although upstream currently ships with Debian packaging filescreated by Angus Lees in March 2006.Is anyone still working on packaging Warzone 2100 for inclus
[uninitialised variable at gs.defoma line 108]
That is/was a bug with gs.defoma; I've merged many bug reports for
it. As far as I know without having fixed the bug, it is not an
issue with ttf-farsiweb.-- - Gus
On 6/16/06, Raphael Hertzog <[EMAIL PROTECTED]> wrote:
[ please keep me in CC since the BTS hasn't affected a maintainer toacpi-support yet ]thanks for your bug reports. You appear to have some knowledge on thetopic and evidently some interest, would you be interested to co-maintain
the package?Sur
Package: acpi-support
Version: 0.80-1
Severity: normal
suspend.d/55-down-interfaces.sh takes down all interfaces that exist,
even those that are already down and resume.d/62-ifup.sh diligently
brings up all the interfaces that were taken down. This means that my
ethernet interface (which is manag
Package: acpi-support
Version: 0.80-1
Severity: serious
acpi_fakekey doesn't seem to do anything on my Thinkpad T43p laptop.
This means suspend and hibernate doesn't actually trigger at all for
me.
I'm not sure what acpi_fakekey is supposed to do (strace shows it
writing to my keyboard /dev/input
[Debian Bug Tracking System <[EMAIL PROTECTED]>, 2006-05-14 11.03 CEST]
> Date: Sun, 14 May 2006 11:02:20 +0200
> From: Pierre HABOUZIT <[EMAIL PROTECTED]>
> Subject: Re: konqueror: Konqueror registers itself as the default image viewer
> To: Carlos <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>
> On Mo
Package: mutt
Version: 1.5.11+cvs20060403-0bpo1
Severity: normal
When extracting keys from a signed S/MIME message with the extract-keys
command, extract-keys will fail if the signature includes a bundled CA
certificate. smime_keys will attempt to add the CA certificate and
never get to the cert
You can merge this bug with #364229. I ran setxkbmap from that directory and
the layout is working all right. Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On 4/2/06, Kurt Roeckx <[EMAIL PROTECTED]> wrote:
Package: libembperl-perlVersion: 2.0.1-1Severity: seriousHi,Your package is failing to build with the following error:#147 match/div.htm... ok#148 match/div.asc...Error in Line 1
Is:Should: Input: test/html/match/div.ascOutput:
It seems you'll also want to replace
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Roman.ttf
with
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
in ttf-dejavu.defoma-hints, since that file has also been renamed.
--
- Gus
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a s
Package: links2
Version: 2.1pre20-3
Severity: important
$ links2 -g -driver x
Unknown graphics driver x.
The following graphics drivers are supported:
directfb, fb, svgalib
$
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architectu
Package: ctwm
Version: 3.7-2
Severity: important
"Occupy" now shows a window painted in DefaultBackground (I guess), with a
beveled box drawn inside (same color). The cursor changes to a hand when
moved inside the window. That's all.
How to reproduce: From menu, select "Occupy", click on any win
Package: swisswatch
Version: 0.6-10
Severity: normal
I upgraded to the newest swisswatch and I lost the clock with black
face and green ticks (?). None of the listed "-name" options in the
man page show that skin, which was the default before.
I would like to have the old design back.
-- Syste
At Fri, 4 Nov 2005 02:03:31 - (GMT), Wookey wrote:
> http://buildd.debian.org/fetch.php?&pkg=libembperl-perl&ver=2.0.1-1&arch=arm&st$
>
> fails during output caching tests:
> sub EXPIRES in source... ok
> sub EXPIRES in source (cached)...ok
>
> Performing httpd syntax check 1 ... ERROR:
Recent updates of udev/hal have forced the purging of hotplug
This makes synce-serial uninstallable because of its dependency on hotplug
To reinstall hotplug would force the removal of udev/hal/hald
Would it be possible to remove the dependency on hotplug please?
I'm using 2.6.12-1-amd64-k8 and
Package: pwc-source
Version: 10.0.7a-5
Severity: normal
The KLINUX code in debian/rules doesn't work (always ends up with
KLINUX=linux). Adding "&& echo yes" to the ifeq conditions fixes it:
ifeq ($(shell test $(strip $(ksublevel)) -le 11 && echo yes), yes)
KLINUX=kernel
else
At Sun, 04 Sep 2005 11:49:58 +0200, Vincent Lönngren wrote:
> Use of uninitialized value in print at /var/lib/defoma/scripts/gs.defoma line
> 108.
For the record, what version of gs-common do you have installed?
--
- Gus
pgpJEAC9vebnY.pgp
Description: PGP signature
At Sun, 28 Aug 2005 08:42:30 -0400, Kirill wrote:
> > Having the letter spacing wrong probably means the original kword app
> > somehow didn't get the font metric information correct, however. Has
> > this ever worked for you in the past?
>
> Not with Times New Roman. But if after editing gsfonts
At Sat, 11 Jun 2005 12:14:17 -0400, Kirill wrote:
> I am trying to set up an HPLJ 1012 to print from KDE apps (KWord, Konqueror)
> using CUPS. I am getting most fonts messed up by ghostscript (gs-esp). I've
> been struggling with it for a whole week now with very little progress so far.
> When I p
At Sat, 13 Aug 2005 11:18:11 +0200, Marc 'HE' Brockschmidt wrote:
> This problem is caused by a radical API change in libapach2-mod-perl2
> 1.999_22. Upstream has already reacted, so packaging the new 2.0rc5
> version should fix this FTBFS.
Yep, the 2.0rc5 build breaks somehow (doesn't find apache
reopen 315682
retitle 315682 "defoma-ps should generate Location and FontName hints"
reassign 315682 psfontmgr
severity 315862 normal
thanks
At Sun, 26 Jun 2005 18:18:06 -0700, Debian Bug Tracking System wrote:
> However, many of the hintfiles installed automatically have no Location
> entries, an
At Wed, 22 Jun 2005 20:04:10 -0700 (PDT), Andrew Young wrote:
> The behavior reported here seems very similar to the problems with
> printing from mozilla, filed under 251067. Take a look and see if
> these can be combined -- and see if it's possible to decide just *where*
> in the font-handling s
Package: zaptel
Version: 1:1.0.7-4.1
Severity: important
zaptel.postinst contains this piece of code:
N=1;
while (( $N < 250 )) ; do
rm -f /dev/zap/$N;
mknod /dev/zap/$N c 196 $N;
N=`expr $
Package: zaptel
Version: 1:1.0.7-4.1
Severity: normal
dpatch-run (used in the zaptel .dpatch scripts) was only introduced in
dpatch 2.0.9
- Gus
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (890, 'testing'), (89, 'unstable'), (1, 'experimental')
Architecture: i3
Package: 855resolution
Version: 0.3-4
Severity: normal
855resolution only needs to be run once during bootup (it has no
"stop" equivalent) and has essentially no boot-time dependencies. IMO
the init script should be run from runlevel "S", not the usual [2345]
priority 20.
- Gus
-- System Infor
Package: units
Version: 1.81-4
Severity: wishlist
Would be nice if units knew about "rack units" (RU)
- Gus
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (890, 'testing'), (89, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Package: libapache2-mod-perl2
Severity: important
Version: 1.999.23-1
The upstream changes document mentions that CGI.pm >= 3.08 is required
to understand the Great Apache2 Renaming. This version is unavailable
in Debian, since libcgi-perl is ancient, libcgi-pm-perl no longer
exists and perl-modu
At Sat, 26 Mar 2005 15:28:35 -0800, Steve Langasek wrote:
> Ok, downgrading; I'll leave it to the maintainer to evaluate whether this is
> something that needs changing.
Thanks for your debugging efforts. It can't hurt to add the -x check,
so I'll do that in the next upload - good to know it isn'
Package: developers-reference
Version: 3.3.5
Severity: wishlist
Apparently [EMAIL PROTECTED] email aliases exist.
Unless I'm just being dumb, I can't find that mentioned anywhere in
the developers-reference and is something I would have liked to have
known earlier - particular for "please requeue
Package: lilo-installer
Severity: important
Version: 1.05
Tags: patch
lilo-installer.postinst dies before doing anything if debconf
priority=critical, due to an unchecked debconf return code:
- db_input high lilo-installer/bootdev
+ db_input high lilo-installer/bootdev || [ $? -eq 30 ]
- Gus
-
Package: modutils
Version: 2.4.26-1.1
Severity: normal
% dpkg --info modutils-basic_2.4.26-1.1_i386.udeb
new debian package, version 2.0.
size 52600 bytes: control archive= 395 bytes.
374 bytes,11 lines control
Package: modutils-basic
Version: 2.4.26-1.1
Architectu
98 matches
Mail list logo