Debian Bug report logs -
#478677
print('foo.pdf','-dpdf') fails
Reported by: Soeren Sonnenburg <bugreports@nn7.de>
Date: Wed, 30 Apr 2008 10:12:02 UTC
Severity: normal
Tags: confirmed
Found in version octave3.0/1:3.0.1-2
Fixed in version octave3.0/1:3.0.1-4
Done: Thomas Weber <thomas.weber.mail@gmail.com>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Soeren Sonnenburg <bugreports@nn7.de>:
New Bug report received and forwarded. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: octave3.0
Version: 1:3.0.1-2
Severity: normal
to reproduce just do (note print('foo.ps','-dps') works):
octave
plot([1,2,3])
print('foo.pdf','-dpdf')
which gives this output:
gnuplot> set terminal pdf color enhanced;
^
line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list
gnuplot> plot "-" using ($1):($2) axes x1y1 title "" with lines linestyle 1 ;
^
line 0: use 'set term' to set terminal type first
gnuplot> 1 1
^
line 0: invalid command
gnuplot> 2 2
^
line 0: invalid command
gnuplot> 3 3
^
line 0: invalid command
gnuplot> e
^
line 0: invalid command
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-sonne (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages octave3.0 depends on:
ii libatlas3gf-base [libl 3.6.0-21.4 Automatically Tuned Linear Algebra
ii libatlas3gf-sse2 [libl 3.6.0-21.4 Automatically Tuned Linear Algebra
ii libblas3gf [libblas.so 1.2-1.5 Basic Linear Algebra Subroutines 3
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.1-1 Multi-protocol file transfer libra
ii libfftw3-3 3.1.2-3 library for computing Fast Fourier
ii libgcc1 1:4.3.0-3 GCC support library
ii libgfortran3 4.3.0-3 Runtime library for GNU Fortran ap
ii libglpk0 4.28-3 linear programming kit with intege
ii libhdf5-serial-1.6.6-0 1.6.6-4 Hierarchical Data Format 5 (HDF5)
ii liblapack3gf [liblapac 3.1.1-0.4 library of linear algebra routines
ii libncurses5 5.6+20080419-2 Shared libraries for terminal hand
ii libpcre3 7.6-2 Perl 5 Compatible Regular Expressi
ii libqhull5 2003.1-9 calculate convex hulls and related
ii libreadline5 5.2-3 GNU readline and history libraries
ii libstdc++6 4.3.0-3 The GNU Standard C++ Library v3
ii libsuitesparse-3.1.0 3.1.0-3 collection of libraries for comput
ii texinfo 4.11.dfsg.1-4 Documentation system for on-line i
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages octave3.0 recommends:
ii gnuplot 4.2.2-1 A command-line driven interactive
ii libatlas3gf-base 3.6.0-21.4 Automatically Tuned Linear Algebra
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #10 received at 478677@bugs.debian.org (full text, mbox, reply):
Am Mittwoch, den 30.04.2008, 12:10 +0200 schrieb Soeren Sonnenburg:
> Package: octave3.0
> Version: 1:3.0.1-2
> Severity: normal
>
> to reproduce just do (note print('foo.ps','-dps') works):
>
> octave
>
> plot([1,2,3])
> print('foo.pdf','-dpdf')
gnuplot needs pdflib to produce PDF output. pdflib's license is
non-free.
Which raises the question: did this ever work?
[looking through BTS ...] => #248426
Thomas
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Rafael Laboissiere <rafael@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #15 received at 478677@bugs.debian.org (full text, mbox, reply):
package octave3.0
tags 478677 confirmed
thanks
* Thomas Weber <thomas.weber.mail@gmail.com> [2008-04-30 13:21]:
> Am Mittwoch, den 30.04.2008, 12:10 +0200 schrieb Soeren Sonnenburg:
> > Package: octave3.0
> > Version: 1:3.0.1-2
> > Severity: normal
> >
> > to reproduce just do (note print('foo.ps','-dps') works):
> >
> > octave
> >
> > plot([1,2,3])
> > print('foo.pdf','-dpdf')
>
> gnuplot needs pdflib to produce PDF output. pdflib's license is
> non-free.
>
> Which raises the question: did this ever work?
>
> [looking through BTS ...] => #248426
This explains the problem, but I think that we still ought to fix print.m,
whose documentation ("help print") lists PDF as a possible output format and
yields the cryptic error message "unknown or ambiguous terminal type".
If I have some time next week I will try to create a patch for fixing this.
--
Rafael
Tags added: confirmed
Request was from Rafael Laboissiere <rafael@debian.org>
to control@bugs.debian.org.
(Wed, 30 Apr 2008 13:18:03 GMT) (full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #22 received at 478677@bugs.debian.org (full text, mbox, reply):
On 30/04/08 15:15 +0200, Rafael Laboissiere wrote:
> * Thomas Weber <thomas.weber.mail@gmail.com> [2008-04-30 13:21]:
> > gnuplot needs pdflib to produce PDF output. pdflib's license is
> > non-free.
> >
> > Which raises the question: did this ever work?
> >
> > [looking through BTS ...] => #248426
>
> This explains the problem, but I think that we still ought to fix print.m,
> whose documentation ("help print") lists PDF as a possible output format and
> yields the cryptic error message "unknown or ambiguous terminal type".
To be fair, it prints a line with a pointer right at the "pdf" part.
> If I have some time next week I will try to create a patch for fixing this.
How to fix it? I think dropping the 'pdf' part from print()'s help
string should suffice, shouldn't it?
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #27 received at 478677@bugs.debian.org (full text, mbox, reply):
Am Donnerstag, den 01.05.2008, 10:59 +0200 schrieb Thomas Weber:
> On 30/04/08 15:15 +0200, Rafael Laboissiere wrote:
> > * Thomas Weber <thomas.weber.mail@gmail.com> [2008-04-30 13:21]:
> > > gnuplot needs pdflib to produce PDF output. pdflib's license is
> > > non-free.
> > >
> > > Which raises the question: did this ever work?
> > >
> > > [looking through BTS ...] => #248426
> >
> > This explains the problem, but I think that we still ought to fix print.m,
> > whose documentation ("help print") lists PDF as a possible output format and
> > yields the cryptic error message "unknown or ambiguous terminal type".
>
> To be fair, it prints a line with a pointer right at the "pdf" part.
>
> > If I have some time next week I will try to create a patch for fixing this.
>
> How to fix it? I think dropping the 'pdf' part from print()'s help
> string should suffice, shouldn't it?
I like to fix this bug with the next upload. Now, how to fix it:
dropping the pdf part from the documentation? I don't want to change the
actual code, people may want to compile both pdflib and gnuplot
themselves.
Thomas
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Soeren Sonnenburg <bugreports@nn7.de>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #32 received at 478677@bugs.debian.org (full text, mbox, reply):
On Wed, 2008-05-21 at 10:49 +0200, Thomas Weber wrote:
> Am Donnerstag, den 01.05.2008, 10:59 +0200 schrieb Thomas Weber:
> > On 30/04/08 15:15 +0200, Rafael Laboissiere wrote:
> > > * Thomas Weber <thomas.weber.mail@gmail.com> [2008-04-30 13:21]:
> > > > gnuplot needs pdflib to produce PDF output. pdflib's license is
> > > > non-free.
> > > >
> > > > Which raises the question: did this ever work?
> > > >
> > > > [looking through BTS ...] => #248426
> > >
> > > This explains the problem, but I think that we still ought to fix print.m,
> > > whose documentation ("help print") lists PDF as a possible output format and
> > > yields the cryptic error message "unknown or ambiguous terminal type".
> >
> > To be fair, it prints a line with a pointer right at the "pdf" part.
> >
> > > If I have some time next week I will try to create a patch for fixing this.
> >
> > How to fix it? I think dropping the 'pdf' part from print()'s help
> > string should suffice, shouldn't it?
>
> I like to fix this bug with the next upload. Now, how to fix it:
> dropping the pdf part from the documentation? I don't want to change the
> actual code, people may want to compile both pdflib and gnuplot
> themselves.
I guess it is sufficient to add a note to help print that says that pdf
support is not available in gnuplot... hmmhh but maybe it is gnuplot
that could give a more reasonable error here.
Soeren
Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#478677; Package octave3.0.
(full text, mbox, link).
Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>.
(full text, mbox, link).
Message #37 received at 478677@bugs.debian.org (full text, mbox, reply):
Am Mittwoch, den 21.05.2008, 10:55 +0200 schrieb Soeren Sonnenburg:
> On Wed, 2008-05-21 at 10:49 +0200, Thomas Weber wrote:
> > Am Donnerstag, den 01.05.2008, 10:59 +0200 schrieb Thomas Weber:
> > > On 30/04/08 15:15 +0200, Rafael Laboissiere wrote:
> > > > * Thomas Weber <thomas.weber.mail@gmail.com> [2008-04-30 13:21]:
> > > > > gnuplot needs pdflib to produce PDF output. pdflib's license is
> > > > > non-free.
> > > > >
> > > > > Which raises the question: did this ever work?
> > > > >
> > > > > [looking through BTS ...] => #248426
> > > >
> > > > This explains the problem, but I think that we still ought to fix print.m,
> > > > whose documentation ("help print") lists PDF as a possible output format and
> > > > yields the cryptic error message "unknown or ambiguous terminal type".
> > >
> > > To be fair, it prints a line with a pointer right at the "pdf" part.
> > >
> > > > If I have some time next week I will try to create a patch for fixing this.
> > >
> > > How to fix it? I think dropping the 'pdf' part from print()'s help
> > > string should suffice, shouldn't it?
> >
> > I like to fix this bug with the next upload. Now, how to fix it:
> > dropping the pdf part from the documentation? I don't want to change the
> > actual code, people may want to compile both pdflib and gnuplot
> > themselves.
>
> I guess it is sufficient to add a note to help print that says that pdf
> support is not available in gnuplot... hmmhh but maybe it is gnuplot
> that could give a more reasonable error here.
That might be an option, but as Octave is on its way away from gnuplot,
I don't want to spend to much time with it ...
Thomas
Tags added: pending
Request was from Thomas Weber <thomas-guest@alioth.debian.org>
to control@bugs.debian.org.
(Wed, 21 May 2008 10:51:08 GMT) (full text, mbox, link).
Reply sent to Thomas Weber <thomas.weber.mail@gmail.com>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Soeren Sonnenburg <bugreports@nn7.de>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #44 received at 478677-close@bugs.debian.org (full text, mbox, reply):
Source: octave3.0
Source-Version: 1:3.0.1-4
We believe that the bug you reported is fixed in the latest version of
octave3.0, which is due to be installed in the Debian FTP archive:
octave2.9-doc_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9-doc_3.0.1-4_all.deb
octave2.9-emacsen_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9-emacsen_3.0.1-4_all.deb
octave2.9-headers_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9-headers_3.0.1-4_all.deb
octave2.9-htmldoc_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9-htmldoc_3.0.1-4_all.deb
octave2.9-info_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9-info_3.0.1-4_all.deb
octave2.9_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave2.9_3.0.1-4_all.deb
octave3.0-dbg_3.0.1-4_i386.deb
to pool/main/o/octave3.0/octave3.0-dbg_3.0.1-4_i386.deb
octave3.0-doc_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave3.0-doc_3.0.1-4_all.deb
octave3.0-emacsen_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave3.0-emacsen_3.0.1-4_all.deb
octave3.0-headers_3.0.1-4_i386.deb
to pool/main/o/octave3.0/octave3.0-headers_3.0.1-4_i386.deb
octave3.0-htmldoc_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave3.0-htmldoc_3.0.1-4_all.deb
octave3.0-info_3.0.1-4_all.deb
to pool/main/o/octave3.0/octave3.0-info_3.0.1-4_all.deb
octave3.0_3.0.1-4.diff.gz
to pool/main/o/octave3.0/octave3.0_3.0.1-4.diff.gz
octave3.0_3.0.1-4.dsc
to pool/main/o/octave3.0/octave3.0_3.0.1-4.dsc
octave3.0_3.0.1-4_i386.deb
to pool/main/o/octave3.0/octave3.0_3.0.1-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 478677@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Weber <thomas.weber.mail@gmail.com> (supplier of updated octave3.0 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 24 May 2008 13:49:51 +0200
Source: octave3.0
Binary: octave3.0 octave3.0-doc octave3.0-htmldoc octave3.0-headers octave3.0-emacsen octave3.0-info octave2.9 octave2.9-doc octave2.9-htmldoc octave2.9-headers octave2.9-emacsen octave2.9-info octave3.0-dbg
Architecture: source i386 all
Version: 1:3.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Thomas Weber <thomas.weber.mail@gmail.com>
Description:
octave2.9 - GNU Octave language for numerical computations (dummy package)
octave2.9-doc - PDF documentation on the GNU Octave language (dummy package)
octave2.9-emacsen - Emacs support for the GNU Octave language (dummy package)
octave2.9-headers - header files for the GNU Octave language (dummy package)
octave2.9-htmldoc - HTML documentation on the GNU Octave language (dummy package)
octave2.9-info - GNU Info documentation on the GNU Octave language (dummy package)
octave3.0 - GNU Octave language for numerical computations (3.0 branch)
octave3.0-dbg - Debug symbols for octave3.0
octave3.0-doc - PDF documentation on the GNU Octave language (3.0 branch)
octave3.0-emacsen - Emacs support for the GNU Octave language (3.0 branch)
octave3.0-headers - header files for the GNU Octave language (3.0 branch)
octave3.0-htmldoc - HTML documentation on the GNU Octave language (3.0 branch)
octave3.0-info - GNU Info documentation on the GNU Octave language (3.0 branch)
Closes: 477349 477556 477688 478271 478677
Changes:
octave3.0 (1:3.0.1-4) unstable; urgency=low
.
* New patches:
- 50_add_syspath.dpatch: Prepend library path again in the loadpath
(closes: #477556). Thanks to Kim Hansen <kimhanse@gmail.com> for the
patch.
- randn_doc.dpatch: better explanation of randn()'s return value
(closes: #477349)
- no_pdf_in_print.dpatch: explain that PDF generation is not possible with
packaged gnuplot (closes: #478677)
- imshow_only_handles_octave_images.dpatch: documentation patch, imshow
only handles Octave's image format (closes: #478271)
- dont_set_helvetica.dpatch: Go with gnuplot's default font as Helvetica
is not available as a TrueType font (closes: #477688)
.
* debian/in/PACKAGE.conf: Remove explicit library path addition.
Checksums-Sha1:
844b5ae9add3082a6676107282e7f8b5091d0414 1923 octave3.0_3.0.1-4.dsc
afcc9faf9335e721ecc8d8344c1b3f27c3b25228 60696 octave3.0_3.0.1-4.diff.gz
ab3245b2dfc208ce7efad7d907436128d8ba3eae 8741488 octave3.0_3.0.1-4_i386.deb
f002a146d052cdf8c73ef69e42167cf543e1440d 447400 octave3.0-headers_3.0.1-4_i386.deb
7b84bfc855e1ec74b27fdd4288bccfcf956d21a6 41884108 octave3.0-dbg_3.0.1-4_i386.deb
1feb049ada4fe21858a84cafc4b12173dfc834d9 4804912 octave3.0-doc_3.0.1-4_all.deb
da5c50be2f54b0fe8fb4c87da64b9a6d12a3da16 959032 octave3.0-htmldoc_3.0.1-4_all.deb
a137594dc957f9fcb90a9d8699ca14ac80a780b1 97064 octave3.0-emacsen_3.0.1-4_all.deb
32d1b431ce193f1b1ff4137bf6e181fe463755a2 495228 octave3.0-info_3.0.1-4_all.deb
c0ec70a6bb63711b1ebdb9ac6b1e3b4c4ebd0bb6 71774 octave2.9_3.0.1-4_all.deb
3d25c62ce02c19b402fb06715dc5e233bcaaccad 71778 octave2.9-doc_3.0.1-4_all.deb
643fd7a3921b1d7ec020e5ceea4e52064239dbf7 71790 octave2.9-htmldoc_3.0.1-4_all.deb
2c1e81305fc7ecb6e4c0f6f1aab8443cc513abb0 71788 octave2.9-headers_3.0.1-4_all.deb
ffff52b65d37b23a2374eff011a36edcef5e9ae3 71790 octave2.9-emacsen_3.0.1-4_all.deb
ce6d6a5bd49f3f7ad7b21838f6010b508b58522e 71784 octave2.9-info_3.0.1-4_all.deb
Checksums-Sha256:
49d6c1ee6546e6b77322f5cefa8f19a9488c1b7dfb25699fa5587731a81ba8ab 1923 octave3.0_3.0.1-4.dsc
6339ba46eb9af1353036c444a0e35ebd71bd26430e0583604d1d18624a18bc00 60696 octave3.0_3.0.1-4.diff.gz
4c72af360c7e78d02e961b1e1b7d5852edd29dfca0b3125310afb50bddd2c03b 8741488 octave3.0_3.0.1-4_i386.deb
5e6d394d13ed67bd169f6d6cfa97266d881816d6a55df3561834e062f28f26b4 447400 octave3.0-headers_3.0.1-4_i386.deb
e448667a66cdc8bdcc46b15e3a4ec11f156838d670e9ec5cac0379f8b2873059 41884108 octave3.0-dbg_3.0.1-4_i386.deb
ec04d41c111598b3a9a34739a4eff7302b1892deea4ffc664455fa08d0aa82a6 4804912 octave3.0-doc_3.0.1-4_all.deb
f6cf1fe2aea6fe2152f2c9a76e8ce4a158e7eb2c40b4ea97191254706f894f4a 959032 octave3.0-htmldoc_3.0.1-4_all.deb
d7f3b8d0bb47ea5cf5d2cadda33f1d4a0830bf8355edaeea94cf536030c62b40 97064 octave3.0-emacsen_3.0.1-4_all.deb
bf13754bf84b246ee3a4fb1174b3f3188b689e8c3c06b597d66d6abcfedaea3d 495228 octave3.0-info_3.0.1-4_all.deb
e8019afa5b0d2952738664a459e501343e2e2efb7d851a7d646fa62913dc3e88 71774 octave2.9_3.0.1-4_all.deb
758716521b554f4b478f7a0dc2c555dd81489704f7bcc4bd0626ed86deef505d 71778 octave2.9-doc_3.0.1-4_all.deb
ac3b3de1dd0064eac6950cbc425e364301bae47833b2883854b81b5fce843134 71790 octave2.9-htmldoc_3.0.1-4_all.deb
f410ed4f13cc12272655433c69a1512b37eb0908a089bb95b3b24b196c09ea8b 71788 octave2.9-headers_3.0.1-4_all.deb
cb1d1228a571d8aeb46c85fde2c47e6e7cb08a00435330ad5ba04c7806894a7e 71790 octave2.9-emacsen_3.0.1-4_all.deb
850a9bc759ce4f22b835362044cb5f516a7c7e03444c6151ef937d0274acfe36 71784 octave2.9-info_3.0.1-4_all.deb
Files:
8569a8723288549c6f02707ec44a5189 1923 math optional octave3.0_3.0.1-4.dsc
2e020f4d7e95bf212c5f41c4e9b57883 60696 math optional octave3.0_3.0.1-4.diff.gz
e2e2ef6c9f5cd70c30dd10e668b7bea1 8741488 math optional octave3.0_3.0.1-4_i386.deb
e132fda7d632f0fb3d40d18ac10dd00b 447400 math optional octave3.0-headers_3.0.1-4_i386.deb
556a667c73ab358bea85ce1a80fea017 41884108 devel extra octave3.0-dbg_3.0.1-4_i386.deb
44b84cc9138cc3c31c8cddd8bc62e188 4804912 doc optional octave3.0-doc_3.0.1-4_all.deb
3c3506439f3095efe34022f52a982770 959032 doc optional octave3.0-htmldoc_3.0.1-4_all.deb
74974ba4bcef62637ed3aae162dfe792 97064 math optional octave3.0-emacsen_3.0.1-4_all.deb
8edceae6d5de3f5137c5a3d204be1f59 495228 math optional octave3.0-info_3.0.1-4_all.deb
31ff493970c35046c3757cc650827670 71774 math optional octave2.9_3.0.1-4_all.deb
8adc6ece47271d76201362fda93728e0 71778 doc optional octave2.9-doc_3.0.1-4_all.deb
b9baa1404fdcaeb7c24b646991e591e1 71790 doc optional octave2.9-htmldoc_3.0.1-4_all.deb
d96110eb9618e6a6b22b6ec25b2dbdf9 71788 math optional octave2.9-headers_3.0.1-4_all.deb
140cc3bfc30c581df84932dc2ff29d36 71790 math optional octave2.9-emacsen_3.0.1-4_all.deb
bda79c0a7ae9ed00ad0aca18725e2391 71784 math optional octave2.9-info_3.0.1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIOYnXPqD4a3lPnXwRAg/PAJ9a3mqSSmOxIeWj/QvKxhcN05EjSACfbp8A
Q2kTwprSKtE3Vblnl9GSCrw=
=Qo/B
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 12 Jul 2008 07:32:18 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Jul 1 14:24:50 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.