From 1f73a34a549b4806b1939c374147e93fcdffea84 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 9 Feb 2015 19:23:41 +0300 Subject: [PATCH] Don't put empty Source: fields into package stanza. #195 --- deb/package.go | 4 +- .../PublishSnapshot1Test_packages_amd64 | 73 ++++--- .../PublishSnapshot1Test_packages_i386 | 73 ++++--- .../PublishSnapshot35Test_packages_amd64 | 59 +++-- .../PublishSnapshot35Test_packages_i386 | 89 ++++---- system/t06_publish/PublishSwitch2Test_binary | 203 +++++++++--------- system/t06_publish/PublishSwitch8Test_binaryA | 203 +++++++++--------- 7 files changed, 350 insertions(+), 354 deletions(-) diff --git a/deb/package.go b/deb/package.go index b83628d2..73a4e757 100644 --- a/deb/package.go +++ b/deb/package.go @@ -427,7 +427,9 @@ func (p *Package) Stanza() (result Stanza) { result["Architecture"] = p.SourceArchitecture } else { result["Architecture"] = p.Architecture - result["Source"] = p.Source + if p.Source != "" { + result["Source"] = p.Source + } } if p.IsSource { diff --git a/system/t06_publish/PublishSnapshot1Test_packages_amd64 b/system/t06_publish/PublishSnapshot1Test_packages_amd64 index fe39b007..96cabae2 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot1Test_packages_amd64 @@ -1,10 +1,16 @@ Package: gnuplot -Version: 4.6.1-1~maverick2 -Installed-Size: 20 Priority: optional Section: math +Installed-Size: 20 Maintainer: Debian Science Team Architecture: all +Version: 4.6.1-1~maverick2 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) +Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb +Size: 1046 +MD5sum: 4912a4464d5588f685c4aa6cfc6be46c +SHA1: 4a50deb413e05f77b31687405465b1229b3be328 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -17,21 +23,20 @@ Description: Command-line driven interactive plotting program . This package is for transition and to install a full-featured gnuplot supporting the X11-output. -MD5sum: 4912a4464d5588f685c4aa6cfc6be46c -SHA1: 4a50deb413e05f77b31687405465b1229b3be328 -Source: -Size: 1046 -Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb -Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) Package: gnuplot-doc -Version: 4.6.1-1~maverick2 -Installed-Size: 5572 Priority: optional Section: doc +Installed-Size: 5572 Maintainer: Debian Science Team Architecture: all +Source: gnuplot +Version: 4.6.1-1~maverick2 +Depends: dpkg (>= 1.15.4) | install-info +Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb +Size: 2675242 +MD5sum: 25a5028811171f2f1fa157a2f6953e82 +SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -43,20 +48,23 @@ Description: Command-line driven interactive plotting program and can work with complex numbers. . This package contains the additional documentation. -MD5sum: 25a5028811171f2f1fa157a2f6953e82 -SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 -Source: gnuplot -Depends: dpkg (>= 1.15.4) | install-info -Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb -Size: 2675242 Package: gnuplot-nox -Version: 4.6.1-1~maverick2 -Installed-Size: 2624 Priority: optional Section: math +Installed-Size: 2624 Maintainer: Debian Science Team Architecture: amd64 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) +Recommends: groff, ttf-liberation +Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_amd64.deb +Size: 1129114 +MD5sum: db55daca818697b23024255e536399da +SHA1: d5a1b0bbfb562e5cecef3f3fb70ddb4cd6103507 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -68,23 +76,21 @@ Description: Command-line driven interactive plotting program and can work with complex numbers. . This package is for working without an X server. -MD5sum: db55daca818697b23024255e536399da -SHA1: d5a1b0bbfb562e5cecef3f3fb70ddb4cd6103507 -Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) -Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_amd64.deb -Replaces: gnuplot (<< 4.0.0) -Source: gnuplot -Recommends: groff, ttf-liberation -Size: 1129114 -Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) Package: gnuplot-x11 -Version: 4.6.1-1~maverick2 -Installed-Size: 1716 Priority: optional Section: math +Installed-Size: 1716 Maintainer: Debian Science Team Architecture: amd64 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 +Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_amd64.deb +Size: 819248 +MD5sum: 17ab6787992b979e3a4851a90dfaf0a8 +SHA1: d60b0ee30a885ba0202adddccd7968ab70be7426 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -99,11 +105,4 @@ Description: Command-line driven interactive plotting program images interactively under X11. Most users will want this, it is however packaged separately so that low-end systems don't need X installed to use gnuplot. -MD5sum: 17ab6787992b979e3a4851a90dfaf0a8 -SHA1: d60b0ee30a885ba0202adddccd7968ab70be7426 -Size: 819248 -Source: gnuplot -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 -Replaces: gnuplot (<< 4.0.0) -Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_amd64.deb diff --git a/system/t06_publish/PublishSnapshot1Test_packages_i386 b/system/t06_publish/PublishSnapshot1Test_packages_i386 index 1c5127de..d11a06e5 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot1Test_packages_i386 @@ -1,10 +1,16 @@ Package: gnuplot -Version: 4.6.1-1~maverick2 -Installed-Size: 20 Priority: optional Section: math +Installed-Size: 20 Maintainer: Debian Science Team Architecture: all +Version: 4.6.1-1~maverick2 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) +Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb +Size: 1046 +MD5sum: 4912a4464d5588f685c4aa6cfc6be46c +SHA1: 4a50deb413e05f77b31687405465b1229b3be328 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -17,21 +23,20 @@ Description: Command-line driven interactive plotting program . This package is for transition and to install a full-featured gnuplot supporting the X11-output. -MD5sum: 4912a4464d5588f685c4aa6cfc6be46c -SHA1: 4a50deb413e05f77b31687405465b1229b3be328 -Size: 1046 -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) -Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) -Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb -Source: Package: gnuplot-doc -Version: 4.6.1-1~maverick2 -Installed-Size: 5572 Priority: optional Section: doc +Installed-Size: 5572 Maintainer: Debian Science Team Architecture: all +Source: gnuplot +Version: 4.6.1-1~maverick2 +Depends: dpkg (>= 1.15.4) | install-info +Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb +Size: 2675242 +MD5sum: 25a5028811171f2f1fa157a2f6953e82 +SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -43,20 +48,23 @@ Description: Command-line driven interactive plotting program and can work with complex numbers. . This package contains the additional documentation. -MD5sum: 25a5028811171f2f1fa157a2f6953e82 -SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 -Source: gnuplot -Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb -Depends: dpkg (>= 1.15.4) | install-info -Size: 2675242 Package: gnuplot-nox -Version: 4.6.1-1~maverick2 -Installed-Size: 2536 Priority: optional Section: math +Installed-Size: 2536 Maintainer: Debian Science Team Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) +Recommends: groff, ttf-liberation +Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb +Size: 1046496 +MD5sum: a7ef16004b62fd78acb77edb058ea1c1 +SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -68,23 +76,21 @@ Description: Command-line driven interactive plotting program and can work with complex numbers. . This package is for working without an X server. -MD5sum: a7ef16004b62fd78acb77edb058ea1c1 -SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d -Size: 1046496 -Source: gnuplot -Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) -Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) -Recommends: groff, ttf-liberation -Replaces: gnuplot (<< 4.0.0) -Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb Package: gnuplot-x11 -Version: 4.6.1-1~maverick2 -Installed-Size: 1604 Priority: optional Section: math +Installed-Size: 1604 Maintainer: Debian Science Team Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 +Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb +Size: 724388 +MD5sum: fcad938905d0ace50a6ce0c73b2c6583 +SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 Description: Command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers @@ -99,11 +105,4 @@ Description: Command-line driven interactive plotting program images interactively under X11. Most users will want this, it is however packaged separately so that low-end systems don't need X installed to use gnuplot. -MD5sum: fcad938905d0ace50a6ce0c73b2c6583 -SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 -Source: gnuplot -Replaces: gnuplot (<< 4.0.0) -Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 -Size: 724388 diff --git a/system/t06_publish/PublishSnapshot35Test_packages_amd64 b/system/t06_publish/PublishSnapshot35Test_packages_amd64 index 32ad0b4b..3ee55f9f 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot35Test_packages_amd64 @@ -1,10 +1,16 @@ Package: dmraid -Version: 1.0.0.rc16-4.1 -Installed-Size: 112 Priority: optional Section: admin +Installed-Size: 112 Maintainer: Giuseppe Iuculano Architecture: amd64 +Version: 1.0.0.rc16-4.1 +Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup +Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_amd64.deb +Size: 38620 +MD5sum: 35da9bcdd12c7fb08eb7192f0a17ddf2 +SHA1: 6a89d3f9e3b80a172811bb7d74eac43f119a8b7c +SHA256: 125405c4b0a7364bf209c161f393d4d0152ba9d02a55a95d90a7637f7b373b8f Description: Device-Mapper Software RAID support tool dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. @@ -23,23 +29,23 @@ Description: Device-Mapper Software RAID support tool . Please read the documentation in /usr/share/doc/dmraid BEFORE attempting any use of this software. Improper use can cause data loss! -MD5sum: 35da9bcdd12c7fb08eb7192f0a17ddf2 -SHA1: 6a89d3f9e3b80a172811bb7d74eac43f119a8b7c -SHA256: 125405c4b0a7364bf209c161f393d4d0152ba9d02a55a95d90a7637f7b373b8f -Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning -Size: 38620 -Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Source: -Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_amd64.deb +Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning Package: libdmraid-dev -Version: 1.0.0.rc16-4.1 -Installed-Size: 496 Priority: optional Section: libdevel +Installed-Size: 496 Maintainer: Giuseppe Iuculano Architecture: amd64 +Source: dmraid +Version: 1.0.0.rc16-4.1 +Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) +Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_amd64.deb +Size: 152618 +MD5sum: bb209b5796592d786c28844b949216dc +SHA1: cd8baba807fa92a88a265a044d821df8b677b5cb +SHA256: 081a48ad5372a941c35d41733da89a52cbe2d8f49032c2a4ef03148e4049615f Description: Device-Mapper Software RAID support tool - header files dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. @@ -49,23 +55,24 @@ Description: Device-Mapper Software RAID support tool - header files . This package contains the header files needed to link programs against dmraid. -MD5sum: bb209b5796592d786c28844b949216dc -SHA1: cd8baba807fa92a88a265a044d821df8b677b5cb -SHA256: 081a48ad5372a941c35d41733da89a52cbe2d8f49032c2a4ef03148e4049615f -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver -Size: 152618 -Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) -Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_amd64.deb -Source: dmraid +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ Package: libdmraid1.0.0.rc16 -Version: 1.0.0.rc16-4.1 -Installed-Size: 244 Priority: optional Section: libs +Installed-Size: 244 Maintainer: Giuseppe Iuculano Architecture: amd64 +Source: dmraid +Version: 1.0.0.rc16-4.1 +Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) +Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_amd64.deb +Size: 108978 +MD5sum: a66d03bb1ddad78f879660ddedf86295 +SHA1: 6292936617c466e67a3148c66d0c27c068d055d3 +SHA256: 29f06bd3ae42e3380b356b69598be07724d178af35f2f1a64648c7f8ff85bef9 Description: Device-Mapper Software RAID support tool - shared library dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. @@ -75,14 +82,6 @@ Description: Device-Mapper Software RAID support tool - shared library . This package contains the dmraid shared library, which implements the back half of dmraid, including on-disk metadata formats. -MD5sum: a66d03bb1ddad78f879660ddedf86295 -SHA1: 6292936617c466e67a3148c66d0c27c068d055d3 -SHA256: 29f06bd3ae42e3380b356b69598be07724d178af35f2f1a64648c7f8ff85bef9 -Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Size: 108978 Tag: admin::hardware, admin::kernel, devel::lang:c, devel::library, hardware::storage, implemented-in::c, role::{devel-lib,kernel,shared-lib}, use::driver -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_amd64.deb -Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) -Source: dmraid diff --git a/system/t06_publish/PublishSnapshot35Test_packages_i386 b/system/t06_publish/PublishSnapshot35Test_packages_i386 index be1c153c..72ecc2f8 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot35Test_packages_i386 @@ -1,37 +1,16 @@ -Package: libdmraid1.0.0.rc16 -Version: 1.0.0.rc16-4.1 -Installed-Size: 268 -Priority: optional -Section: libs -Maintainer: Giuseppe Iuculano -Architecture: i386 -Description: Device-Mapper Software RAID support tool - shared library - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. - . - dmraid uses the Linux device-mapper to create devices with respective - mappings for the ATARAID sets discovered. - . - This package contains the dmraid shared library, which implements - the back half of dmraid, including on-disk metadata formats. -MD5sum: 9330ba2ffd2f22d695fdf692f8120159 -SHA1: 6b262419836e8cad4500043f5e9e6a1581074023 -SHA256: 2b2238679ac8ff4776a3a2caf533c551700d9f92a7d2af23d6457acf7de5d6c8 -Tag: admin::hardware, admin::kernel, devel::lang:c, devel::library, hardware::storage, implemented-in::c, role::{devel-lib,kernel,shared-lib}, use::driver -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_i386.deb -Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Source: dmraid -Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) -Size: 106088 - Package: dmraid -Version: 1.0.0.rc16-4.1 -Installed-Size: 176 Priority: optional Section: admin +Installed-Size: 176 Maintainer: Giuseppe Iuculano Architecture: i386 +Version: 1.0.0.rc16-4.1 +Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup +Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_i386.deb +Size: 37984 +MD5sum: f8aea4e9eaea341b112f02e9efe1678e +SHA1: bb96a258038c79bc04eef49d5875deed4c67dd16 +SHA256: 6a8294bef99040055009da41597869bfdb17ac89c3166e49c57340abe7f702ba Description: Device-Mapper Software RAID support tool dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. @@ -50,23 +29,23 @@ Description: Device-Mapper Software RAID support tool . Please read the documentation in /usr/share/doc/dmraid BEFORE attempting any use of this software. Improper use can cause data loss! -MD5sum: f8aea4e9eaea341b112f02e9efe1678e -SHA1: bb96a258038c79bc04eef49d5875deed4c67dd16 -SHA256: 6a8294bef99040055009da41597869bfdb17ac89c3166e49c57340abe7f702ba -Size: 37984 -Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup -Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_i386.deb Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning -Source: Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ Package: libdmraid-dev -Version: 1.0.0.rc16-4.1 -Installed-Size: 440 Priority: optional Section: libdevel +Installed-Size: 440 Maintainer: Giuseppe Iuculano Architecture: i386 +Source: dmraid +Version: 1.0.0.rc16-4.1 +Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) +Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_i386.deb +Size: 145808 +MD5sum: 5395970df02ab5f1609cd7eccc15ead1 +SHA1: f27bd38eeb58a32ee7e58ac8a2950649bd4ef17b +SHA256: 2abe9142ce6aa341df57303b5bc847522779ea9109b0fe734e2ae4419872da71 Description: Device-Mapper Software RAID support tool - header files dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. @@ -76,13 +55,33 @@ Description: Device-Mapper Software RAID support tool - header files . This package contains the header files needed to link programs against dmraid. -MD5sum: 5395970df02ab5f1609cd7eccc15ead1 -SHA1: f27bd38eeb58a32ee7e58ac8a2950649bd4ef17b -SHA256: 2abe9142ce6aa341df57303b5bc847522779ea9109b0fe734e2ae4419872da71 Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Size: 145808 -Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_i386.deb -Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) -Source: dmraid + +Package: libdmraid1.0.0.rc16 +Priority: optional +Section: libs +Installed-Size: 268 +Maintainer: Giuseppe Iuculano +Architecture: i386 +Source: dmraid +Version: 1.0.0.rc16-4.1 +Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) +Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_i386.deb +Size: 106088 +MD5sum: 9330ba2ffd2f22d695fdf692f8120159 +SHA1: 6b262419836e8cad4500043f5e9e6a1581074023 +SHA256: 2b2238679ac8ff4776a3a2caf533c551700d9f92a7d2af23d6457acf7de5d6c8 +Description: Device-Mapper Software RAID support tool - shared library + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. + . + dmraid uses the Linux device-mapper to create devices with respective + mappings for the ATARAID sets discovered. + . + This package contains the dmraid shared library, which implements + the back half of dmraid, including on-disk metadata formats. +Tag: admin::hardware, admin::kernel, devel::lang:c, devel::library, hardware::storage, implemented-in::c, role::{devel-lib,kernel,shared-lib}, use::driver +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ diff --git a/system/t06_publish/PublishSwitch2Test_binary b/system/t06_publish/PublishSwitch2Test_binary index 9224d25c..d11a06e5 100644 --- a/system/t06_publish/PublishSwitch2Test_binary +++ b/system/t06_publish/PublishSwitch2Test_binary @@ -1,109 +1,108 @@ - - - - - . - . - . - . - . - . - . - . - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - This package contains the additional documentation. - This package contains the terminal driver that enables gnuplot to plot - This package is for transition and to install a full-featured gnuplot - This package is for working without an X server. - and can work with complex numbers. - and can work with complex numbers. - and can work with complex numbers. - and can work with complex numbers. - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - gnuplot. - images interactively under X11. Most users will want this, it is however - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - packaged separately so that low-end systems don't need X installed to use - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - supporting the X11-output. -Architecture: all -Architecture: all -Architecture: i386 -Architecture: i386 -Depends: dpkg (>= 1.15.4) | install-info -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 -Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb -Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb -Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb -Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb -Installed-Size: 1604 -Installed-Size: 20 -Installed-Size: 2536 -Installed-Size: 5572 -MD5sum: 25a5028811171f2f1fa157a2f6953e82 -MD5sum: 4912a4464d5588f685c4aa6cfc6be46c -MD5sum: a7ef16004b62fd78acb77edb058ea1c1 -MD5sum: fcad938905d0ace50a6ce0c73b2c6583 -Maintainer: Debian Science Team -Maintainer: Debian Science Team -Maintainer: Debian Science Team -Maintainer: Debian Science Team Package: gnuplot +Priority: optional +Section: math +Installed-Size: 20 +Maintainer: Debian Science Team +Architecture: all +Version: 4.6.1-1~maverick2 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) +Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb +Size: 1046 +MD5sum: 4912a4464d5588f685c4aa6cfc6be46c +SHA1: 4a50deb413e05f77b31687405465b1229b3be328 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package is for transition and to install a full-featured gnuplot + supporting the X11-output. + Package: gnuplot-doc +Priority: optional +Section: doc +Installed-Size: 5572 +Maintainer: Debian Science Team +Architecture: all +Source: gnuplot +Version: 4.6.1-1~maverick2 +Depends: dpkg (>= 1.15.4) | install-info +Filename: pool/main/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb +Size: 2675242 +MD5sum: 25a5028811171f2f1fa157a2f6953e82 +SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package contains the additional documentation. + Package: gnuplot-nox +Priority: optional +Section: math +Installed-Size: 2536 +Maintainer: Debian Science Team +Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) +Recommends: groff, ttf-liberation +Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/main/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb +Size: 1046496 +MD5sum: a7ef16004b62fd78acb77edb058ea1c1 +SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package is for working without an X server. + Package: gnuplot-x11 Priority: optional -Priority: optional -Priority: optional -Priority: optional -Recommends: groff, ttf-liberation +Section: math +Installed-Size: 1604 +Maintainer: Debian Science Team +Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 Replaces: gnuplot (<< 4.0.0) -Replaces: gnuplot (<< 4.0.0) -SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 -SHA1: 4a50deb413e05f77b31687405465b1229b3be328 -SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d -SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 -Section: doc -Section: math -Section: math -Section: math -Size: 1046 -Size: 1046496 -Size: 2675242 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 +Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb Size: 724388 -Source: -Source: gnuplot -Source: gnuplot -Source: gnuplot -Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) -Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 +MD5sum: fcad938905d0ace50a6ce0c73b2c6583 +SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package contains the terminal driver that enables gnuplot to plot + images interactively under X11. Most users will want this, it is however + packaged separately so that low-end systems don't need X installed to use + gnuplot. + diff --git a/system/t06_publish/PublishSwitch8Test_binaryA b/system/t06_publish/PublishSwitch8Test_binaryA index 51c8d2dd..7f0a2f15 100644 --- a/system/t06_publish/PublishSwitch8Test_binaryA +++ b/system/t06_publish/PublishSwitch8Test_binaryA @@ -1,109 +1,108 @@ - - - - - . - . - . - . - . - . - . - . - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Data files and self-defined functions can be manipulated by the internal - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - Gnuplot is a portable command-line driven interactive data and function - This package contains the additional documentation. - This package contains the terminal driver that enables gnuplot to plot - This package is for transition and to install a full-featured gnuplot - This package is for working without an X server. - and can work with complex numbers. - and can work with complex numbers. - and can work with complex numbers. - and can work with complex numbers. - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output - gnuplot. - images interactively under X11. Most users will want this, it is however - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - is packaged in gnuplot-x11. - packaged separately so that low-end systems don't need X installed to use - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - plotting utility that supports lots of output formats, including drivers - supporting the X11-output. -Architecture: all -Architecture: all -Architecture: i386 -Architecture: i386 -Depends: dpkg (>= 1.15.4) | install-info -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) -Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 -Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Description: Command-line driven interactive plotting program -Filename: pool/a/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb -Filename: pool/a/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb -Filename: pool/a/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb -Filename: pool/a/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb -Installed-Size: 1604 -Installed-Size: 20 -Installed-Size: 2536 -Installed-Size: 5572 -MD5sum: 25a5028811171f2f1fa157a2f6953e82 -MD5sum: 4912a4464d5588f685c4aa6cfc6be46c -MD5sum: a7ef16004b62fd78acb77edb058ea1c1 -MD5sum: fcad938905d0ace50a6ce0c73b2c6583 -Maintainer: Debian Science Team -Maintainer: Debian Science Team -Maintainer: Debian Science Team -Maintainer: Debian Science Team Package: gnuplot +Priority: optional +Section: math +Installed-Size: 20 +Maintainer: Debian Science Team +Architecture: all +Version: 4.6.1-1~maverick2 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), gnuplot-x11 (>= 4.6.1-1~maverick2) +Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/a/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb +Size: 1046 +MD5sum: 4912a4464d5588f685c4aa6cfc6be46c +SHA1: 4a50deb413e05f77b31687405465b1229b3be328 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package is for transition and to install a full-featured gnuplot + supporting the X11-output. + Package: gnuplot-doc +Priority: optional +Section: doc +Installed-Size: 5572 +Maintainer: Debian Science Team +Architecture: all +Source: gnuplot +Version: 4.6.1-1~maverick2 +Depends: dpkg (>= 1.15.4) | install-info +Filename: pool/a/g/gnuplot/gnuplot-doc_4.6.1-1~maverick2_all.deb +Size: 2675242 +MD5sum: 25a5028811171f2f1fa157a2f6953e82 +SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package contains the additional documentation. + Package: gnuplot-nox +Priority: optional +Section: math +Installed-Size: 2536 +Maintainer: Debian Science Team +Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 +Replaces: gnuplot (<< 4.0.0) +Depends: libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) +Recommends: groff, ttf-liberation +Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) +Filename: pool/a/g/gnuplot/gnuplot-nox_4.6.1-1~maverick2_i386.deb +Size: 1046496 +MD5sum: a7ef16004b62fd78acb77edb058ea1c1 +SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package is for working without an X server. + Package: gnuplot-x11 Priority: optional -Priority: optional -Priority: optional -Priority: optional -Recommends: groff, ttf-liberation +Section: math +Installed-Size: 1604 +Maintainer: Debian Science Team +Architecture: i386 +Source: gnuplot +Version: 4.6.1-1~maverick2 Replaces: gnuplot (<< 4.0.0) -Replaces: gnuplot (<< 4.0.0) -SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 -SHA1: 4a50deb413e05f77b31687405465b1229b3be328 -SHA1: 629c3e62f787b0af47b184beb0460dd261c9ca4d -SHA1: 837dd002143054ca01d3b01cae410cc4b4fe10c4 -Section: doc -Section: math -Section: math -Section: math -Size: 1046 -Size: 1046496 -Size: 2675242 +Depends: gnuplot-nox (>= 4.6.1-1~maverick2), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libedit2 (>= 2.5.cvs.20010821-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libwxbase2.8-0 (>= 2.8.11.0), libwxgtk2.8-0 (>= 2.8.11.0), libx11-6 +Filename: pool/a/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb Size: 724388 -Source: -Source: gnuplot -Source: gnuplot -Source: gnuplot -Suggests: gnuplot-doc (>= 4.6.1-1~maverick2) -Suggests: gnuplot-x11 (>= 4.6.1-1~maverick2), gnuplot-doc (>= 4.6.1-1~maverick2) -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 -Version: 4.6.1-1~maverick2 +MD5sum: fcad938905d0ace50a6ce0c73b2c6583 +SHA1: 02f9a93097a8f798a054e26154dbe5789088c069 +Description: Command-line driven interactive plotting program + Gnuplot is a portable command-line driven interactive data and function + plotting utility that supports lots of output formats, including drivers + for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output + is packaged in gnuplot-x11. + . + Data files and self-defined functions can be manipulated by the internal + C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, + and can work with complex numbers. + . + This package contains the terminal driver that enables gnuplot to plot + images interactively under X11. Most users will want this, it is however + packaged separately so that low-end systems don't need X installed to use + gnuplot. +