From 7d4a70ba2587444a0945b3516d1e7186c5c56f87 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 10 Jun 2015 13:44:03 +0300 Subject: [PATCH 1/8] Make first line of multiline field empty for all fields except for `Description`. #261 --- deb/format.go | 4 ++++ deb/format_test.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/deb/format.go b/deb/format.go index 1348fe2c..0aeb7b62 100644 --- a/deb/format.go +++ b/deb/format.go @@ -102,6 +102,10 @@ func writeField(w *bufio.Writer, field, value string) (err error) { if !strings.HasSuffix(value, "\n") { value = value + "\n" } + + if field != "Description" { + value = "\n" + value + } _, err = w.WriteString(field + ":" + value) } diff --git a/deb/format_test.go b/deb/format_test.go index d7f43acc..3a1018d5 100644 --- a/deb/format_test.go +++ b/deb/format_test.go @@ -108,7 +108,7 @@ func (s *ControlFileSuite) TestReadWriteStanza(c *C) { buf := &bytes.Buffer{} w := bufio.NewWriter(buf) - err = stanza.Copy().WriteTo(w, false, false) + err = stanza.Copy().WriteTo(w, true, false) c.Assert(err, IsNil) err = w.Flush() c.Assert(err, IsNil) From c2993c669160e680772058230ef3d0d3a20f3c0b Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 01:52:37 +0300 Subject: [PATCH 2/8] Use other port that doesn't interfere with PostgreSQL. --- swift/public_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/public_test.go b/swift/public_test.go index c32175ec..86821879 100644 --- a/swift/public_test.go +++ b/swift/public_test.go @@ -11,7 +11,7 @@ import ( ) const ( - TestAddress = "localhost:5324" + TestAddress = "localhost:5487" AuthURL = "http://" + TestAddress + "/v1.0" ) From a030e24b96febdd91591a55f72546b7e6bd9ba22 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 02:13:15 +0300 Subject: [PATCH 3/8] Update publish tests, as some multiline fields are actually multiline. --- system/t06_publish/PublishRepo12Test_release | 3 + system/t06_publish/PublishRepo15Test_release | 3 + system/t06_publish/PublishRepo17Test_release | 3 + system/t06_publish/PublishRepo1Test_binary | 6 +- system/t06_publish/PublishRepo1Test_release | 3 + system/t06_publish/PublishRepo1Test_sources | 79 +++---- .../t06_publish/PublishRepo27Test_udeb_binary | 33 +-- .../t06_publish/PublishSnapshot13Test_release | 3 + .../t06_publish/PublishSnapshot15Test_release | 3 + .../t06_publish/PublishSnapshot16Test_release | 3 + .../t06_publish/PublishSnapshot16Test_sources | 41 ++-- .../t06_publish/PublishSnapshot17Test_binary | 6 +- .../t06_publish/PublishSnapshot17Test_release | 3 + .../t06_publish/PublishSnapshot17Test_sources | 79 +++---- .../PublishSnapshot1Test_packages_amd64 | 203 +++++++++--------- .../PublishSnapshot1Test_packages_i386 | 203 +++++++++--------- .../t06_publish/PublishSnapshot1Test_release | 4 +- .../t06_publish/PublishSnapshot24Test_release | 3 + .../t06_publish/PublishSnapshot26Test_release | 3 + .../t06_publish/PublishSnapshot2Test_release | 3 + .../PublishSnapshot35Test_packages_amd64 | 147 +++++++------ .../PublishSnapshot35Test_packages_i386 | 147 +++++++------ .../PublishSnapshot35Test_packages_udeb_amd64 | 77 +++---- .../PublishSnapshot35Test_packages_udeb_i386 | 73 ++++--- .../t06_publish/PublishSnapshot35Test_release | 52 +---- .../t06_publish/PublishSnapshot3Test_release | 3 + .../t06_publish/PublishSnapshot4Test_release | 3 + system/t06_publish/PublishSwitch1Test_binary | 6 +- system/t06_publish/PublishSwitch1Test_release | 3 + system/t06_publish/PublishSwitch2Test_binary | 203 +++++++++--------- system/t06_publish/PublishSwitch8Test_binaryA | 203 +++++++++--------- system/t06_publish/PublishSwitch8Test_binaryB | 3 +- system/t06_publish/PublishSwitch8Test_binaryC | 6 +- system/t06_publish/PublishSwitch8Test_release | 3 + system/t06_publish/PublishUpdate1Test_binary | 6 +- system/t06_publish/PublishUpdate1Test_release | 3 + system/t06_publish/PublishUpdate2Test_binary | 9 +- system/t06_publish/PublishUpdate2Test_sources | 21 +- system/t06_publish/PublishUpdate7Test_binary2 | 6 +- system/t06_publish/PublishUpdate7Test_sources | 18 +- system/t06_publish/S3Publish1Test_binary | 51 ++--- system/t06_publish/S3Publish1Test_release | 28 +-- system/t06_publish/S3Publish1Test_sources | 79 +++---- system/t06_publish/S3Publish2Test_binary | 51 ++--- system/t06_publish/S3Publish2Test_release | 28 +-- 45 files changed, 992 insertions(+), 924 deletions(-) diff --git a/system/t06_publish/PublishRepo12Test_release b/system/t06_publish/PublishRepo12Test_release index 8e0cd9b6..2ee4d267 100644 --- a/system/t06_publish/PublishRepo12Test_release +++ b/system/t06_publish/PublishRepo12Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishRepo15Test_release b/system/t06_publish/PublishRepo15Test_release index 9c016172..3b25cfdd 100644 --- a/system/t06_publish/PublishRepo15Test_release +++ b/system/t06_publish/PublishRepo15Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: contrib Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishRepo17Test_release b/system/t06_publish/PublishRepo17Test_release index 2f4a5f54..7998e035 100644 --- a/system/t06_publish/PublishRepo17Test_release +++ b/system/t06_publish/PublishRepo17Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: contrib main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishRepo1Test_binary b/system/t06_publish/PublishRepo1Test_binary index ae94c343..c02f06b8 100644 --- a/system/t06_publish/PublishRepo1Test_binary +++ b/system/t06_publish/PublishRepo1Test_binary @@ -3,10 +3,12 @@ (name, value) pairs from the user, via conventional methods such as . . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -18,8 +20,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishRepo1Test_release b/system/t06_publish/PublishRepo1Test_release index 8e0cd9b6..2ee4d267 100644 --- a/system/t06_publish/PublishRepo1Test_release +++ b/system/t06_publish/PublishRepo1Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishRepo1Test_sources b/system/t06_publish/PublishRepo1Test_sources index 63cdaa3b..225625b7 100644 --- a/system/t06_publish/PublishRepo1Test_sources +++ b/system/t06_publish/PublishRepo1Test_sources @@ -1,42 +1,49 @@ -Package: pyspi -Version: 0.6.1-1.3 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Homepage: http://people.redhat.com/zcerza/dogtail -Binary: python-at-spi -Directory: pool/main/p/pyspi -Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz -Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Format: 1.0 -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Package: pyspi -Version: 0.6.1-1.4 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Binary: python-at-spi -Format: 1.0 -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Homepage: http://people.redhat.com/zcerza/dogtail -Standards-Version: 3.7.3 -Directory: pool/main/p/pyspi -Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Architecture: any +Architecture: any +Binary: python-at-spi +Binary: python-at-spi +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Checksums-Sha1: +Checksums-Sha1: +Checksums-Sha256: +Checksums-Sha256: +Directory: pool/main/p/pyspi +Directory: pool/main/p/pyspi +Files: +Files: +Format: 1.0 +Format: 1.0 +Homepage: http://people.redhat.com/zcerza/dogtail +Homepage: http://people.redhat.com/zcerza/dogtail +Maintainer: Jose Carlos Garcia Sogo +Maintainer: Jose Carlos Garcia Sogo +Package: pyspi +Package: pyspi +Standards-Version: 3.7.3 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Version: 0.6.1-1.3 +Version: 0.6.1-1.4 \ No newline at end of file diff --git a/system/t06_publish/PublishRepo27Test_udeb_binary b/system/t06_publish/PublishRepo27Test_udeb_binary index dbfc3986..ecbab82c 100644 --- a/system/t06_publish/PublishRepo27Test_udeb_binary +++ b/system/t06_publish/PublishRepo27Test_udeb_binary @@ -1,20 +1,23 @@ -Package: dmraid-udeb -Version: 1.0.0.rc16-4.1 -Installed-Size: 36 -Priority: optional -Section: debian-installer -Maintainer: Giuseppe Iuculano -Architecture: i386 -Description: Device-Mapper Software RAID support tool (udeb) - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. + + . This is the minimal package (udeb) used by debian-installer -MD5sum: 4d8bb4dafb0ef9059dac75846e162784 -SHA1: fd5c73e08d4c5381b1136c2ff170332d77526246 -SHA256: fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 + dmraid discovers, activates, deactivates and displays properties + fd5c73e08d4c5381b1136c2ff170332d77526246 + fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 + of software RAID sets (eg, ATARAID) and contained DOS partitions. +Architecture: i386 +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb +Description: Device-Mapper Software RAID support tool (udeb) Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb +Installed-Size: 36 +MD5sum: 4d8bb4dafb0ef9059dac75846e162784 +Maintainer: Giuseppe Iuculano +Package: dmraid-udeb +Priority: optional +SHA1: +SHA256: +Section: debian-installer Size: 11022 Source: dmraid -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb - +Version: 1.0.0.rc16-4.1 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot13Test_release b/system/t06_publish/PublishSnapshot13Test_release index 65d09a12..933af6ab 100644 --- a/system/t06_publish/PublishSnapshot13Test_release +++ b/system/t06_publish/PublishSnapshot13Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot15Test_release b/system/t06_publish/PublishSnapshot15Test_release index 65d09a12..933af6ab 100644 --- a/system/t06_publish/PublishSnapshot15Test_release +++ b/system/t06_publish/PublishSnapshot15Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot16Test_release b/system/t06_publish/PublishSnapshot16Test_release index 65d09a12..933af6ab 100644 --- a/system/t06_publish/PublishSnapshot16Test_release +++ b/system/t06_publish/PublishSnapshot16Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot16Test_sources b/system/t06_publish/PublishSnapshot16Test_sources index aaac2603..99b8881d 100644 --- a/system/t06_publish/PublishSnapshot16Test_sources +++ b/system/t06_publish/PublishSnapshot16Test_sources @@ -1,27 +1,32 @@ -Package: gnuplot -Version: 4.6.1-1~maverick2 -Section: math -Maintainer: Debian Science Team -Architecture: any all -Package-List: gnuplot deb math optional + + + 021df43737184e40b1ef8cef3cbd18b9 2431 gnuplot_4.6.1-1~maverick2.dsc + 103201f00bd80a7408dfb0e0b630eb14 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + 1ea21a628223159b0297ae65fe8293afd5aab3c0 4959670 gnuplot_4.6.1.orig.tar.gz + 2dd7bd3ee9abf89a0c2d518dfea56e7cbf01e0c2 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + 4c9a06461f402482c30cf94e267eb877 4959670 gnuplot_4.6.1.orig.tar.gz + e1e3ad5ad145cf7909a029a4dba6b9fffb5faabc3bc6b5099a3d6a92c7b5da2c 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + f4bf99907d0fea7db90b6e50147f1730b5bde2fbb93d9e58478b6b94409eebc6 4959670 gnuplot_4.6.1.orig.tar.gz + gnuplot deb math optional gnuplot-doc deb doc optional gnuplot-nox deb math optional gnuplot-x11 deb math optional -Dm-Upload-Allowed: yes -Checksums-Sha1: 2dd7bd3ee9abf89a0c2d518dfea56e7cbf01e0c2 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - 1ea21a628223159b0297ae65fe8293afd5aab3c0 4959670 gnuplot_4.6.1.orig.tar.gz +Architecture: any all Binary: gnuplot, gnuplot-nox, gnuplot-x11, gnuplot-doc +Build-Depends: debhelper (>= 7), libpng-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, liblua5.1-dev, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev, autoconf, automake +Checksums-Sha1: +Checksums-Sha256: Directory: pool/main/g/gnuplot -Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gnuplot.git -Vcs-Git: git://git.debian.org/git/debian-science/packages/gnuplot.git +Dm-Upload-Allowed: yes +Files: Format: 3.0 (quilt) -Files: 103201f00bd80a7408dfb0e0b630eb14 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - 021df43737184e40b1ef8cef3cbd18b9 2431 gnuplot_4.6.1-1~maverick2.dsc - 4c9a06461f402482c30cf94e267eb877 4959670 gnuplot_4.6.1.orig.tar.gz Homepage: http://gnuplot.sourceforge.net/ +Maintainer: Debian Science Team +Package-List: +Package: gnuplot +Section: math Standards-Version: 3.8.4 Uploaders: Bradley Smith , Anton Gladky -Checksums-Sha256: e1e3ad5ad145cf7909a029a4dba6b9fffb5faabc3bc6b5099a3d6a92c7b5da2c 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - f4bf99907d0fea7db90b6e50147f1730b5bde2fbb93d9e58478b6b94409eebc6 4959670 gnuplot_4.6.1.orig.tar.gz -Build-Depends: debhelper (>= 7), libpng-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, liblua5.1-dev, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev, autoconf, automake - +Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gnuplot.git +Vcs-Git: git://git.debian.org/git/debian-science/packages/gnuplot.git +Version: 4.6.1-1~maverick2 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot17Test_binary b/system/t06_publish/PublishSnapshot17Test_binary index ae94c343..c02f06b8 100644 --- a/system/t06_publish/PublishSnapshot17Test_binary +++ b/system/t06_publish/PublishSnapshot17Test_binary @@ -3,10 +3,12 @@ (name, value) pairs from the user, via conventional methods such as . . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -18,8 +20,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishSnapshot17Test_release b/system/t06_publish/PublishSnapshot17Test_release index 8e0cd9b6..2ee4d267 100644 --- a/system/t06_publish/PublishSnapshot17Test_release +++ b/system/t06_publish/PublishSnapshot17Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot17Test_sources b/system/t06_publish/PublishSnapshot17Test_sources index 63cdaa3b..225625b7 100644 --- a/system/t06_publish/PublishSnapshot17Test_sources +++ b/system/t06_publish/PublishSnapshot17Test_sources @@ -1,42 +1,49 @@ -Package: pyspi -Version: 0.6.1-1.3 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Homepage: http://people.redhat.com/zcerza/dogtail -Binary: python-at-spi -Directory: pool/main/p/pyspi -Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz -Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Format: 1.0 -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Package: pyspi -Version: 0.6.1-1.4 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Binary: python-at-spi -Format: 1.0 -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Homepage: http://people.redhat.com/zcerza/dogtail -Standards-Version: 3.7.3 -Directory: pool/main/p/pyspi -Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Architecture: any +Architecture: any +Binary: python-at-spi +Binary: python-at-spi +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Checksums-Sha1: +Checksums-Sha1: +Checksums-Sha256: +Checksums-Sha256: +Directory: pool/main/p/pyspi +Directory: pool/main/p/pyspi +Files: +Files: +Format: 1.0 +Format: 1.0 +Homepage: http://people.redhat.com/zcerza/dogtail +Homepage: http://people.redhat.com/zcerza/dogtail +Maintainer: Jose Carlos Garcia Sogo +Maintainer: Jose Carlos Garcia Sogo +Package: pyspi +Package: pyspi +Standards-Version: 3.7.3 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Version: 0.6.1-1.3 +Version: 0.6.1-1.4 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot1Test_packages_amd64 b/system/t06_publish/PublishSnapshot1Test_packages_amd64 index 96cabae2..551f91f6 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot1Test_packages_amd64 @@ -1,108 +1,113 @@ -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 + . + . + . + . + . + . + . + 4a50deb413e05f77b31687405465b1229b3be328 + 837dd002143054ca01d3b01cae410cc4b4fe10c4 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - and can work with complex numbers. - . + 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. - -Package: gnuplot-nox -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 - 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 + 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. + d5a1b0bbfb562e5cecef3f3fb70ddb4cd6103507 + d60b0ee30a885ba0202adddccd7968ab70be7426 + 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: amd64 +Architecture: amd64 +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_amd64.deb +Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_amd64.deb +Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb +Installed-Size: 1716 +Installed-Size: 20 +Installed-Size: 2624 +Installed-Size: 5572 +MD5sum: 17ab6787992b979e3a4851a90dfaf0a8 +MD5sum: 25a5028811171f2f1fa157a2f6953e82 +MD5sum: 4912a4464d5588f685c4aa6cfc6be46c +MD5sum: db55daca818697b23024255e536399da +Maintainer: Debian Science Team +Maintainer: Debian Science Team +Maintainer: Debian Science Team +Maintainer: Debian Science Team +Package: gnuplot +Package: gnuplot-doc +Package: gnuplot-nox Package: gnuplot-x11 Priority: optional -Section: math -Installed-Size: 1716 -Maintainer: Debian Science Team -Architecture: amd64 -Source: gnuplot -Version: 4.6.1-1~maverick2 +Priority: optional +Priority: optional +Priority: optional +Recommends: groff, ttf-liberation 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 +Replaces: gnuplot (<< 4.0.0) +SHA1: +SHA1: +SHA1: +SHA1: +Section: doc +Section: math +Section: math +Section: math +Size: 1046 +Size: 1129114 +Size: 2675242 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 - 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. - +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 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot1Test_packages_i386 b/system/t06_publish/PublishSnapshot1Test_packages_i386 index d11a06e5..f9b22f12 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot1Test_packages_i386 @@ -1,108 +1,113 @@ -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 + . + . + . + . + . + . + . + 02f9a93097a8f798a054e26154dbe5789088c069 + 4a50deb413e05f77b31687405465b1229b3be328 + 629c3e62f787b0af47b184beb0460dd261c9ca4d + 837dd002143054ca01d3b01cae410cc4b4fe10c4 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - and can work with complex numbers. - . + 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. - -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 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 +Package: gnuplot-doc +Package: gnuplot-nox Package: gnuplot-x11 Priority: optional -Section: math -Installed-Size: 1604 -Maintainer: Debian Science Team -Architecture: i386 -Source: gnuplot -Version: 4.6.1-1~maverick2 +Priority: optional +Priority: optional +Priority: optional +Recommends: groff, ttf-liberation 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 +Replaces: gnuplot (<< 4.0.0) +SHA1: +SHA1: +SHA1: +SHA1: +Section: doc +Section: math +Section: math +Section: math +Size: 1046 +Size: 1046496 +Size: 2675242 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 - 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. - +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 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot1Test_release b/system/t06_publish/PublishSnapshot1Test_release index 834b90ed..933af6ab 100644 --- a/system/t06_publish/PublishSnapshot1Test_release +++ b/system/t06_publish/PublishSnapshot1Test_release @@ -2,10 +2,12 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick -Date: Fri, 31 Jan 2014 14:18:52 UTC Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot24Test_release b/system/t06_publish/PublishSnapshot24Test_release index bc1969d9..963f6bbe 100644 --- a/system/t06_publish/PublishSnapshot24Test_release +++ b/system/t06_publish/PublishSnapshot24Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot26Test_release b/system/t06_publish/PublishSnapshot26Test_release index b6b333b8..251a51fc 100644 --- a/system/t06_publish/PublishSnapshot26Test_release +++ b/system/t06_publish/PublishSnapshot26Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: contrib main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot2Test_release b/system/t06_publish/PublishSnapshot2Test_release index 1dc41a3b..0856111b 100644 --- a/system/t06_publish/PublishSnapshot2Test_release +++ b/system/t06_publish/PublishSnapshot2Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot35Test_packages_amd64 b/system/t06_publish/PublishSnapshot35Test_packages_amd64 index 3ee55f9f..62ce3ed4 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot35Test_packages_amd64 @@ -1,24 +1,7 @@ -Package: dmraid -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. - . - dmraid uses the Linux device-mapper to create devices with respective - mappings for the ATARAID sets discovered. - . - The following formats are supported: + + + + Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID @@ -27,61 +10,85 @@ Description: Device-Mapper Software RAID support tool Silicon Image(tm) Medley(tm) VIA Software RAID . + . + . + . + . + . + . + 081a48ad5372a941c35d41733da89a52cbe2d8f49032c2a4ef03148e4049615f + 125405c4b0a7364bf209c161f393d4d0152ba9d02a55a95d90a7637f7b373b8f + 29f06bd3ae42e3380b356b69598be07724d178af35f2f1a64648c7f8ff85bef9 + 6292936617c466e67a3148c66d0c27c068d055d3 + 6a89d3f9e3b80a172811bb7d74eac43f119a8b7c Please read the documentation in /usr/share/doc/dmraid BEFORE attempting - any use of this software. Improper use can cause data loss! -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning - -Package: libdmraid-dev -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. - . - dmraid uses the Linux device-mapper to create devices with respective - mappings for the ATARAID sets discovered. - . + The following formats are supported: + This package contains the dmraid shared library, which implements This package contains the header files needed to link programs against + any use of this software. Improper use can cause data loss! + cd8baba807fa92a88a265a044d821df8b677b5cb + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + dmraid uses the Linux device-mapper to create devices with respective + dmraid uses the Linux device-mapper to create devices with respective + dmraid uses the Linux device-mapper to create devices with respective dmraid. -Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver + mappings for the ATARAID sets discovered. + mappings for the ATARAID sets discovered. + mappings for the ATARAID sets discovered. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + the back half of dmraid, including on-disk metadata formats. +Architecture: amd64 +Architecture: amd64 +Architecture: amd64 +Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup +Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) +Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) +Description: Device-Mapper Software RAID support tool +Description: Device-Mapper Software RAID support tool - header files +Description: Device-Mapper Software RAID support tool - shared library +Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_amd64.deb +Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_amd64.deb +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_amd64.deb Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ - +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ +Installed-Size: 112 +Installed-Size: 244 +Installed-Size: 496 +MD5sum: 35da9bcdd12c7fb08eb7192f0a17ddf2 +MD5sum: a66d03bb1ddad78f879660ddedf86295 +MD5sum: bb209b5796592d786c28844b949216dc +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Package: dmraid +Package: libdmraid-dev Package: libdmraid1.0.0.rc16 Priority: optional -Section: libs -Installed-Size: 244 -Maintainer: Giuseppe Iuculano -Architecture: amd64 -Source: dmraid -Version: 1.0.0.rc16-4.1 +Priority: optional +Priority: optional 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 +SHA1: +SHA1: +SHA1: +SHA256: +SHA256: +SHA256: +Section: admin +Section: libdevel +Section: libs 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. - . - 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. -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ +Size: 152618 +Size: 38620 +Source: dmraid +Source: dmraid +Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning Tag: admin::hardware, admin::kernel, devel::lang:c, devel::library, hardware::storage, implemented-in::c, role::{devel-lib,kernel,shared-lib}, use::driver - +Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot35Test_packages_i386 b/system/t06_publish/PublishSnapshot35Test_packages_i386 index 72ecc2f8..94d7b5a4 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot35Test_packages_i386 @@ -1,24 +1,7 @@ -Package: dmraid -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. - . - dmraid uses the Linux device-mapper to create devices with respective - mappings for the ATARAID sets discovered. - . - The following formats are supported: + + + + Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID @@ -27,61 +10,85 @@ Description: Device-Mapper Software RAID support tool Silicon Image(tm) Medley(tm) VIA Software RAID . + . + . + . + . + . + . + 2abe9142ce6aa341df57303b5bc847522779ea9109b0fe734e2ae4419872da71 + 2b2238679ac8ff4776a3a2caf533c551700d9f92a7d2af23d6457acf7de5d6c8 + 6a8294bef99040055009da41597869bfdb17ac89c3166e49c57340abe7f702ba + 6b262419836e8cad4500043f5e9e6a1581074023 Please read the documentation in /usr/share/doc/dmraid BEFORE attempting - any use of this software. Improper use can cause data loss! -Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ - -Package: libdmraid-dev -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. - . - dmraid uses the Linux device-mapper to create devices with respective - mappings for the ATARAID sets discovered. - . + The following formats are supported: + This package contains the dmraid shared library, which implements This package contains the header files needed to link programs against + any use of this software. Improper use can cause data loss! + bb96a258038c79bc04eef49d5875deed4c67dd16 + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + dmraid uses the Linux device-mapper to create devices with respective + dmraid uses the Linux device-mapper to create devices with respective + dmraid uses the Linux device-mapper to create devices with respective dmraid. -Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver + f27bd38eeb58a32ee7e58ac8a2950649bd4ef17b + mappings for the ATARAID sets discovered. + mappings for the ATARAID sets discovered. + mappings for the ATARAID sets discovered. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. + the back half of dmraid, including on-disk metadata formats. +Architecture: i386 +Architecture: i386 +Architecture: i386 +Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup +Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) +Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) +Description: Device-Mapper Software RAID support tool +Description: Device-Mapper Software RAID support tool - header files +Description: Device-Mapper Software RAID support tool - shared library +Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_i386.deb +Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_i386.deb +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_i386.deb Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ - +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ +Installed-Size: 176 +Installed-Size: 268 +Installed-Size: 440 +MD5sum: 5395970df02ab5f1609cd7eccc15ead1 +MD5sum: 9330ba2ffd2f22d695fdf692f8120159 +MD5sum: f8aea4e9eaea341b112f02e9efe1678e +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Package: dmraid +Package: libdmraid-dev 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 +Priority: optional +Priority: optional 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 +SHA1: +SHA1: +SHA1: +SHA256: +SHA256: +SHA256: +Section: admin +Section: libdevel +Section: libs 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. +Size: 145808 +Size: 37984 +Source: dmraid +Source: dmraid +Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning 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/ - +Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 b/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 index 45ca5fd0..d359d01d 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 +++ b/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 @@ -1,40 +1,45 @@ -Package: dmraid-udeb -Version: 1.0.0.rc16-4.1 -Installed-Size: 32 -Priority: optional -Section: debian-installer -Maintainer: Giuseppe Iuculano -Architecture: amd64 -Description: Device-Mapper Software RAID support tool (udeb) - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. - . - This is the minimal package (udeb) used by debian-installer -MD5sum: 721685fde18001ad0c9ac172c3118983 -SHA1: 88e229b76cb5866c8868a491a6690b3fde2b33d5 -SHA256: efae69921b97494e40437712053b60a5105fa433f3cfbae3bb2991d341eb95a6 -Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_amd64.udeb -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb -Source: dmraid -Size: 11806 -Package: libdmraid1.0.0.rc16-udeb -Version: 1.0.0.rc16-4.1 -Installed-Size: 0 -Priority: optional -Section: debian-installer -Maintainer: Giuseppe Iuculano -Architecture: amd64 -Description: Device-Mapper Software RAID support tool - shared library (udeb) - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. + + . + . + 2ef8c01a0375c92f59fed32949b9469cc53d0b99 + 88e229b76cb5866c8868a491a6690b3fde2b33d5 This is the minimal package (udeb shared library) used by debian-installer -MD5sum: efae3ee2d1ccd78aaec7d452ecba4c6a -SHA1: 2ef8c01a0375c92f59fed32949b9469cc53d0b99 -SHA256: aabf098de9fcf2da0c0f66f2d9f1cb61f7e244dd2b009361e40cd29827749d44 -Size: 92372 -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_amd64.udeb -Source: dmraid + This is the minimal package (udeb) used by debian-installer + aabf098de9fcf2da0c0f66f2d9f1cb61f7e244dd2b009361e40cd29827749d44 + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + efae69921b97494e40437712053b60a5105fa433f3cfbae3bb2991d341eb95a6 + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. +Architecture: amd64 +Architecture: amd64 Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) - +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb +Description: Device-Mapper Software RAID support tool (udeb) +Description: Device-Mapper Software RAID support tool - shared library (udeb) +Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_amd64.udeb +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_amd64.udeb +Installed-Size: 0 +Installed-Size: 32 +MD5sum: 721685fde18001ad0c9ac172c3118983 +MD5sum: efae3ee2d1ccd78aaec7d452ecba4c6a +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Package: dmraid-udeb +Package: libdmraid1.0.0.rc16-udeb +Priority: optional +Priority: optional +SHA1: +SHA1: +SHA256: +SHA256: +Section: debian-installer +Section: debian-installer +Size: 11806 +Size: 92372 +Source: dmraid +Source: dmraid +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 b/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 index 0f65046d..a845c825 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 +++ b/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 @@ -1,40 +1,45 @@ -Package: dmraid-udeb -Version: 1.0.0.rc16-4.1 -Installed-Size: 36 -Priority: optional -Section: debian-installer -Maintainer: Giuseppe Iuculano -Architecture: i386 -Description: Device-Mapper Software RAID support tool (udeb) - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. - . - This is the minimal package (udeb) used by debian-installer -MD5sum: 4d8bb4dafb0ef9059dac75846e162784 -SHA1: fd5c73e08d4c5381b1136c2ff170332d77526246 -SHA256: fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 -Source: dmraid -Size: 11022 -Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb -Package: libdmraid1.0.0.rc16-udeb -Version: 1.0.0.rc16-4.1 -Installed-Size: 212 -Priority: optional -Section: debian-installer -Maintainer: Giuseppe Iuculano -Architecture: i386 -Description: Device-Mapper Software RAID support tool - shared library (udeb) - dmraid discovers, activates, deactivates and displays properties - of software RAID sets (eg, ATARAID) and contained DOS partitions. + + . + . + 1c51dbf4cd1a5a683fd60e2b4f44dc6f8f574de3aea52354541a9a105f10f918 This is the minimal package (udeb shared library) used by debian-installer -MD5sum: aba78093c15c8bcd8e237f6a578c6c65 -SHA1: c5e95d443889775a48d6c48bf332a21a37ce63c6 -SHA256: 1c51dbf4cd1a5a683fd60e2b4f44dc6f8f574de3aea52354541a9a105f10f918 + This is the minimal package (udeb) used by debian-installer + c5e95d443889775a48d6c48bf332a21a37ce63c6 + dmraid discovers, activates, deactivates and displays properties + dmraid discovers, activates, deactivates and displays properties + fd5c73e08d4c5381b1136c2ff170332d77526246 + fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 + of software RAID sets (eg, ATARAID) and contained DOS partitions. + of software RAID sets (eg, ATARAID) and contained DOS partitions. +Architecture: i386 +Architecture: i386 Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) -Source: dmraid +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb +Description: Device-Mapper Software RAID support tool (udeb) +Description: Device-Mapper Software RAID support tool - shared library (udeb) +Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_i386.udeb +Installed-Size: 212 +Installed-Size: 36 +MD5sum: 4d8bb4dafb0ef9059dac75846e162784 +MD5sum: aba78093c15c8bcd8e237f6a578c6c65 +Maintainer: Giuseppe Iuculano +Maintainer: Giuseppe Iuculano +Package: dmraid-udeb +Package: libdmraid1.0.0.rc16-udeb +Priority: optional +Priority: optional +SHA1: +SHA1: +SHA256: +SHA256: +Section: debian-installer +Section: debian-installer +Size: 11022 Size: 89490 - +Source: dmraid +Source: dmraid +Version: 1.0.0.rc16-4.1 +Version: 1.0.0.rc16-4.1 \ No newline at end of file diff --git a/system/t06_publish/PublishSnapshot35Test_release b/system/t06_publish/PublishSnapshot35Test_release index 9936f356..0856111b 100644 --- a/system/t06_publish/PublishSnapshot35Test_release +++ b/system/t06_publish/PublishSnapshot35Test_release @@ -2,58 +2,12 @@ Origin: . squeeze Label: . squeeze Suite: squeeze Codename: squeeze -Date: Tue, 30 Sep 2014 15:35:22 UTC Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - a75ee7a5106ba4369de928e26b7afefd 803 main/debian-installer/binary-i386/Packages.bz2 - d82f063b0a674ee60d070fc960c33c92 677 main/debian-installer/binary-amd64/Packages.gz - 8b51fb682910e0d52caa31b61ef1192a 807 main/debian-installer/binary-amd64/Packages.bz2 - a77ec46f63b69e32fdf3a5aa484c1190 1592 main/binary-i386/Packages.bz2 - 9efff4ebb46b70b71215a8df4f71069d 88 main/binary-amd64/Release - d9d38d0cff22f7364cbabb4e8b536316 87 main/debian-installer/binary-i386/Release - 0eaacc9b677879735bcc958c2e24c699 1395 main/binary-i386/Packages.gz - e1c910470349056521dbc4d473a48637 677 main/debian-installer/binary-i386/Packages.gz - d9d38d0cff22f7364cbabb4e8b536316 87 main/binary-i386/Release - 1093e4c5170235ac5cc872f985088815 3669 main/binary-amd64/Packages - c4b9d1069fcb04fdad832a657ff02ef3 3663 main/binary-i386/Packages - b58a784bc0764d523fd9134b53c8dda0 1585 main/binary-amd64/Packages.bz2 - 9ac58b6597a8e0344d69c2550aca9720 1601 main/debian-installer/binary-i386/Packages - f940214380907f004b1e175a6c20bf07 1603 main/debian-installer/binary-amd64/Packages - 9efff4ebb46b70b71215a8df4f71069d 88 main/debian-installer/binary-amd64/Release - 703b425641f4e847a1f0a8a0c28fb128 1394 main/binary-amd64/Packages.gz + SHA1: - a0c5944608dc219fad9d799b3fa6aae280d331c0 803 main/debian-installer/binary-i386/Packages.bz2 - 5faf018385934f65a6af0c4ab3af2fda62c63aff 677 main/debian-installer/binary-amd64/Packages.gz - 61c9b82f75a642839e6e32e5a734f890417b1160 807 main/debian-installer/binary-amd64/Packages.bz2 - e69414d40bb79bca8dc1b274ceb42fb04c3d02ee 1592 main/binary-i386/Packages.bz2 - 7c25a15429615225e3eb90540ba783561fc09448 88 main/binary-amd64/Release - f07fcb0797d81341b6284ed86e5903dc57341a90 87 main/debian-installer/binary-i386/Release - a8657c2409859da9f91280a5da48f3b5276e2829 1395 main/binary-i386/Packages.gz - b8e5b5b41a6ded99006a94c0550cd2291ac19d7f 677 main/debian-installer/binary-i386/Packages.gz - f07fcb0797d81341b6284ed86e5903dc57341a90 87 main/binary-i386/Release - 0c86f7bd6ed2b52b0ab12ea08a76d14235b85d7c 3669 main/binary-amd64/Packages - 4227cdcd3260e10eee066182f22ec8eec4fc7f0a 3663 main/binary-i386/Packages - 8cec67723e4cee24f67ffa46a1f4ae7165fb31f0 1585 main/binary-amd64/Packages.bz2 - ae94f4b0b3396951399de65e04784ef7b0f95119 1601 main/debian-installer/binary-i386/Packages - 6f8e5137388e594b31bed56ca9e08f8e9f305ca4 1603 main/debian-installer/binary-amd64/Packages - 7c25a15429615225e3eb90540ba783561fc09448 88 main/debian-installer/binary-amd64/Release - 163a7a656c5e338d53bbc6cbe80263ca551dfa15 1394 main/binary-amd64/Packages.gz + SHA256: - 4f8eeab36071b8791ce74099df89e01d46ab66f3c76dd9afe6c31fe48c30783d 803 main/debian-installer/binary-i386/Packages.bz2 - bf7b96d1c66abb7dc6037299ab4fe0119d42b66c8c01cfa0520e27d813c99e50 677 main/debian-installer/binary-amd64/Packages.gz - 3a30d9da1ed1108d3451c0c7fe60d99594a2cdf2459a8e505920ed69043bdc6c 807 main/debian-installer/binary-amd64/Packages.bz2 - 1d947dcc40ad2ace3b8226b68161948478a187eb9865d4b62c5068200e0ec058 1592 main/binary-i386/Packages.bz2 - e8378aced6fec291729f656e1d884225ec9c28ba67fc434ef2531223bc37033e 88 main/binary-amd64/Release - 62b9292134aefb30a75aff3e25c2c694d128d73a1d193f29a397789dd902a854 87 main/debian-installer/binary-i386/Release - e30a8b568654e69f1fe7744ace4ffb0d385a8e52502ffd9f84a8184130386a08 1395 main/binary-i386/Packages.gz - f6f2350eab308eb2f290b98f088e973e70ded5d1244688b71edfb201ac85e832 677 main/debian-installer/binary-i386/Packages.gz - 62b9292134aefb30a75aff3e25c2c694d128d73a1d193f29a397789dd902a854 87 main/binary-i386/Release - e2d936cb65a504e6bf13bb09c5a0c6e8943cdd7845d715d571b1fb58262a624f 3669 main/binary-amd64/Packages - 14ae70d15fa8263b55056ef36bac9208ee9e03847118788cc00b6d2a46b5fa10 3663 main/binary-i386/Packages - 0128db3912e0e2f92b2e3a277c28239d6e072323b35bc007dbf32bc696df413c 1585 main/binary-amd64/Packages.bz2 - c3f2708d36c503619f5b3f43b2c7da3f559b72f723c96d0ce9c664f92c6fcc14 1601 main/debian-installer/binary-i386/Packages - 1f90f76bc0df9a588940d14f3ee0ad7d26a86809537f2e5ff4d340e4a8a21f3d 1603 main/debian-installer/binary-amd64/Packages - e8378aced6fec291729f656e1d884225ec9c28ba67fc434ef2531223bc37033e 88 main/debian-installer/binary-amd64/Release - e179f48a91a8dc614a37e2fb21d8d82ff3937fd44e077ec0e2507b8382d896ab 1394 main/binary-amd64/Packages.gz + diff --git a/system/t06_publish/PublishSnapshot3Test_release b/system/t06_publish/PublishSnapshot3Test_release index f1aa99ac..453f6c81 100644 --- a/system/t06_publish/PublishSnapshot3Test_release +++ b/system/t06_publish/PublishSnapshot3Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: contrib Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSnapshot4Test_release b/system/t06_publish/PublishSnapshot4Test_release index 960b26eb..d8e1ee4e 100644 --- a/system/t06_publish/PublishSnapshot4Test_release +++ b/system/t06_publish/PublishSnapshot4Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishSwitch1Test_binary b/system/t06_publish/PublishSwitch1Test_binary index 70d9c276..e4e48d19 100644 --- a/system/t06_publish/PublishSwitch1Test_binary +++ b/system/t06_publish/PublishSwitch1Test_binary @@ -1,6 +1,8 @@ + . . + 02f9a93097a8f798a054e26154dbe5789088c069 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, Data files and self-defined functions can be manipulated by the internal Gnuplot is a portable command-line driven interactive data and function @@ -22,8 +24,8 @@ 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 + . + . + . + . + . + . + . + 02f9a93097a8f798a054e26154dbe5789088c069 + 4a50deb413e05f77b31687405465b1229b3be328 + 629c3e62f787b0af47b184beb0460dd261c9ca4d + 837dd002143054ca01d3b01cae410cc4b4fe10c4 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - and can work with complex numbers. - . + 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. - -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 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 +Package: gnuplot-doc +Package: gnuplot-nox Package: gnuplot-x11 Priority: optional -Section: math -Installed-Size: 1604 -Maintainer: Debian Science Team -Architecture: i386 -Source: gnuplot -Version: 4.6.1-1~maverick2 +Priority: optional +Priority: optional +Priority: optional +Recommends: groff, ttf-liberation 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 +Replaces: gnuplot (<< 4.0.0) +SHA1: +SHA1: +SHA1: +SHA1: +Section: doc +Section: math +Section: math +Section: math +Size: 1046 +Size: 1046496 +Size: 2675242 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 - 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. - +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 \ No newline at end of file diff --git a/system/t06_publish/PublishSwitch8Test_binaryA b/system/t06_publish/PublishSwitch8Test_binaryA index 7f0a2f15..48b3f6c8 100644 --- a/system/t06_publish/PublishSwitch8Test_binaryA +++ b/system/t06_publish/PublishSwitch8Test_binaryA @@ -1,108 +1,113 @@ -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 + . + . + . + . + . + . + . + 02f9a93097a8f798a054e26154dbe5789088c069 + 4a50deb413e05f77b31687405465b1229b3be328 + 629c3e62f787b0af47b184beb0460dd261c9ca4d + 837dd002143054ca01d3b01cae410cc4b4fe10c4 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, - and can work with complex numbers. - . + 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. - -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 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 +Package: gnuplot-doc +Package: gnuplot-nox Package: gnuplot-x11 Priority: optional -Section: math -Installed-Size: 1604 -Maintainer: Debian Science Team -Architecture: i386 -Source: gnuplot -Version: 4.6.1-1~maverick2 +Priority: optional +Priority: optional +Priority: optional +Recommends: groff, ttf-liberation 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/a/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_i386.deb +Replaces: gnuplot (<< 4.0.0) +SHA1: +SHA1: +SHA1: +SHA1: +Section: doc +Section: math +Section: math +Section: math +Size: 1046 +Size: 1046496 +Size: 2675242 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 - 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. - +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 \ No newline at end of file diff --git a/system/t06_publish/PublishSwitch8Test_binaryB b/system/t06_publish/PublishSwitch8Test_binaryB index 53c9874c..fcc09193 100644 --- a/system/t06_publish/PublishSwitch8Test_binaryB +++ b/system/t06_publish/PublishSwitch8Test_binaryB @@ -2,6 +2,7 @@ . . + 02f9a93097a8f798a054e26154dbe5789088c069 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, Data files and self-defined functions can be manipulated by the internal Gnuplot is a portable command-line driven interactive data and function @@ -23,7 +24,7 @@ Maintainer: Debian Science Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishSwitch8Test_release b/system/t06_publish/PublishSwitch8Test_release index 8f0e668a..9bf61743 100644 --- a/system/t06_publish/PublishSwitch8Test_release +++ b/system/t06_publish/PublishSwitch8Test_release @@ -6,5 +6,8 @@ Architectures: amd64 i386 Components: a b c Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishUpdate1Test_binary b/system/t06_publish/PublishUpdate1Test_binary index ae94c343..c02f06b8 100644 --- a/system/t06_publish/PublishUpdate1Test_binary +++ b/system/t06_publish/PublishUpdate1Test_binary @@ -3,10 +3,12 @@ (name, value) pairs from the user, via conventional methods such as . . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -18,8 +20,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishUpdate1Test_release b/system/t06_publish/PublishUpdate1Test_release index 8e0cd9b6..2ee4d267 100644 --- a/system/t06_publish/PublishUpdate1Test_release +++ b/system/t06_publish/PublishUpdate1Test_release @@ -6,5 +6,8 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: + SHA1: + SHA256: + diff --git a/system/t06_publish/PublishUpdate2Test_binary b/system/t06_publish/PublishUpdate2Test_binary index 8f5a0d4a..c02f06b8 100644 --- a/system/t06_publish/PublishUpdate2Test_binary +++ b/system/t06_publish/PublishUpdate2Test_binary @@ -1,11 +1,14 @@ + (name, value) pairs from the user, via conventional methods such as . . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -17,9 +20,9 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults -Version: 1.49.0.1 +Version: 1.49.0.1 \ No newline at end of file diff --git a/system/t06_publish/PublishUpdate2Test_sources b/system/t06_publish/PublishUpdate2Test_sources index f1c4cf3c..225625b7 100644 --- a/system/t06_publish/PublishUpdate2Test_sources +++ b/system/t06_publish/PublishUpdate2Test_sources @@ -1,11 +1,18 @@ + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc @@ -18,14 +25,14 @@ Binary: python-at-spi Binary: python-at-spi Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc -Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz -Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc -Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz +Checksums-Sha1: +Checksums-Sha1: +Checksums-Sha256: +Checksums-Sha256: Directory: pool/main/p/pyspi Directory: pool/main/p/pyspi -Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz -Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc +Files: +Files: Format: 1.0 Format: 1.0 Homepage: http://people.redhat.com/zcerza/dogtail @@ -39,4 +46,4 @@ Standards-Version: 3.7.3 Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Version: 0.6.1-1.3 -Version: 0.6.1-1.4 +Version: 0.6.1-1.4 \ No newline at end of file diff --git a/system/t06_publish/PublishUpdate7Test_binary2 b/system/t06_publish/PublishUpdate7Test_binary2 index d961b618..9f02d94d 100644 --- a/system/t06_publish/PublishUpdate7Test_binary2 +++ b/system/t06_publish/PublishUpdate7Test_binary2 @@ -3,10 +3,12 @@ (name, value) pairs from the user, via conventional methods such as . . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -18,8 +20,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +SHA1: +SHA256: Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishUpdate7Test_sources b/system/t06_publish/PublishUpdate7Test_sources index 90f5cac5..225625b7 100644 --- a/system/t06_publish/PublishUpdate7Test_sources +++ b/system/t06_publish/PublishUpdate7Test_sources @@ -2,11 +2,17 @@ 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc @@ -19,14 +25,14 @@ Binary: python-at-spi Binary: python-at-spi Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc -Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz -Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc -Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz +Checksums-Sha1: +Checksums-Sha1: +Checksums-Sha256: +Checksums-Sha256: Directory: pool/main/p/pyspi Directory: pool/main/p/pyspi -Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz -Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc +Files: +Files: Format: 1.0 Format: 1.0 Homepage: http://people.redhat.com/zcerza/dogtail diff --git a/system/t06_publish/S3Publish1Test_binary b/system/t06_publish/S3Publish1Test_binary index eecd933f..c02f06b8 100644 --- a/system/t06_publish/S3Publish1Test_binary +++ b/system/t06_publish/S3Publish1Test_binary @@ -1,25 +1,28 @@ -Package: libboost-program-options-dev -Version: 1.49.0.1 -Installed-Size: 26 -Priority: optional -Section: libdevel -Maintainer: Debian Boost Team -Architecture: i386 -Description: program options library for C++ (default version) - This package forms part of the Boost C++ Libraries collection. - . - Library to let program developers obtain program options, that is - (name, value) pairs from the user, via conventional methods such as - command line and config file. - . - This package is a dependency package, which depends on Debian's default - Boost version (currently 1.49). -MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 -Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb -Size: 2738 -Homepage: http://www.boost.org/libs/program_options/ -Source: boost-defaults -Depends: libboost-program-options1.49-dev + + (name, value) pairs from the user, via conventional methods such as + . + . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b + Boost version (currently 1.49). + Library to let program developers obtain program options, that is + This package forms part of the Boost C++ Libraries collection. + This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 + command line and config file. +Architecture: i386 +Depends: libboost-program-options1.49-dev +Description: program options library for C++ (default version) +Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb +Homepage: http://www.boost.org/libs/program_options/ +Installed-Size: 26 +MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 +Maintainer: Debian Boost Team +Package: libboost-program-options-dev +Priority: optional +SHA1: +SHA256: +Section: libdevel +Size: 2738 +Source: boost-defaults +Version: 1.49.0.1 \ No newline at end of file diff --git a/system/t06_publish/S3Publish1Test_release b/system/t06_publish/S3Publish1Test_release index 797e1922..2ee4d267 100644 --- a/system/t06_publish/S3Publish1Test_release +++ b/system/t06_publish/S3Publish1Test_release @@ -2,34 +2,12 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick -Date: Wed, 1 Oct 2014 08:48:48 UTC Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - b844530d1336e9a3c431f0d36cfc01b0 602 main/binary-i386/Packages.gz - 1d7829dac8923aafe499f313abfaadd7 652 main/binary-i386/Packages.bz2 - 307b6495eab59c221e2ff8962896631b 2300 main/source/Sources - 65dd7338cfac70762457b586629e87e4 839 main/source/Sources.gz - 5cc219da21fdb8a96b265bca1c4c0808 1009 main/source/Sources.bz2 - 60b30b7b0c62ae04bb3bc457abadaced 90 main/binary-i386/Release - 945211dc923a8d1b97835232648c0aa7 92 main/source/Release - d419bd11e2b7fe9669bccdf67a18ca17 984 main/binary-i386/Packages + SHA1: - 1b314cedcf18a6d08d4aabbd8b9b5605ba293d04 602 main/binary-i386/Packages.gz - 5406a984c100b20fbebacdbac24ae3378885f73b 652 main/binary-i386/Packages.bz2 - e30d7bc51cd042ee987316967bf3043ab95c8ce9 2300 main/source/Sources - d60a7032080848eb48bcf68962698ba642dcc383 839 main/source/Sources.gz - fb194b90e0e0efd456a7346c4224294018b6677d 1009 main/source/Sources.bz2 - 2bfef2580deadf6863ee6f893e8b9a2c7522e1ed 90 main/binary-i386/Release - 8b98a2148d157bf87cc1955ef00ba1ba31275f94 92 main/source/Release - be80e1c588c6052f30865e44e3f1429f730d5bc8 984 main/binary-i386/Packages + SHA256: - a079102fdc72e6228229aaa8e5e6ad59b582026419737e81e11a8af2addd125e 602 main/binary-i386/Packages.gz - 25d101a333e85d952afc74f684cef3716d69e3c33d8a4b1544faec683c1b5d96 652 main/binary-i386/Packages.bz2 - bcf1fcf1ca2d1bb5565da8b4c39052d906832ad4885c21682d605b830e55a506 2300 main/source/Sources - 3e6cf6dc079333cdf01905957c611702f4ee10f654c84895ac7bf166bbbbd3bc 839 main/source/Sources.gz - 47b9d37fa81d23d227dd26e85821dd4f74db8f17ddefbe6ca686f62ddfedd8ad 1009 main/source/Sources.bz2 - 1d91164164e6310a5e5fc93390995028956f657490a9ce7aa136dc94291828a8 90 main/binary-i386/Release - 2d75333511325affcefe66c6cfbaa6ab21e6aa0e85a6b4fa39a4191146b81460 92 main/source/Release - 59643cc2d105694d6876dc328290a1c949b4e91e62ee8db396abac83a7034f9f 984 main/binary-i386/Packages + diff --git a/system/t06_publish/S3Publish1Test_sources b/system/t06_publish/S3Publish1Test_sources index 7ea3c88c..225625b7 100644 --- a/system/t06_publish/S3Publish1Test_sources +++ b/system/t06_publish/S3Publish1Test_sources @@ -1,42 +1,49 @@ -Package: pyspi -Version: 0.6.1-1.3 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Binary: python-at-spi -Standards-Version: 3.7.3 -Format: 1.0 -Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Homepage: http://people.redhat.com/zcerza/dogtail -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Directory: pool/main/p/pyspi -Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Package: pyspi -Version: 0.6.1-1.4 -Maintainer: Jose Carlos Garcia Sogo -Architecture: any -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Standards-Version: 3.7.3 -Homepage: http://people.redhat.com/zcerza/dogtail -Directory: pool/main/p/pyspi -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + + + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz -Format: 1.0 -Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz -Binary: python-at-spi -Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz - + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Architecture: any +Architecture: any +Binary: python-at-spi +Binary: python-at-spi +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Checksums-Sha1: +Checksums-Sha1: +Checksums-Sha256: +Checksums-Sha256: +Directory: pool/main/p/pyspi +Directory: pool/main/p/pyspi +Files: +Files: +Format: 1.0 +Format: 1.0 +Homepage: http://people.redhat.com/zcerza/dogtail +Homepage: http://people.redhat.com/zcerza/dogtail +Maintainer: Jose Carlos Garcia Sogo +Maintainer: Jose Carlos Garcia Sogo +Package: pyspi +Package: pyspi +Standards-Version: 3.7.3 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Version: 0.6.1-1.3 +Version: 0.6.1-1.4 \ No newline at end of file diff --git a/system/t06_publish/S3Publish2Test_binary b/system/t06_publish/S3Publish2Test_binary index 05d63c09..c02f06b8 100644 --- a/system/t06_publish/S3Publish2Test_binary +++ b/system/t06_publish/S3Publish2Test_binary @@ -1,25 +1,28 @@ -Package: libboost-program-options-dev -Version: 1.49.0.1 -Installed-Size: 26 -Priority: optional -Section: libdevel -Maintainer: Debian Boost Team -Architecture: i386 -Description: program options library for C++ (default version) - This package forms part of the Boost C++ Libraries collection. - . - Library to let program developers obtain program options, that is - (name, value) pairs from the user, via conventional methods such as - command line and config file. - . - This package is a dependency package, which depends on Debian's default - Boost version (currently 1.49). -MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 -SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b -SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 -Source: boost-defaults -Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb -Depends: libboost-program-options1.49-dev -Homepage: http://www.boost.org/libs/program_options/ -Size: 2738 + + (name, value) pairs from the user, via conventional methods such as + . + . + 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b + Boost version (currently 1.49). + Library to let program developers obtain program options, that is + This package forms part of the Boost C++ Libraries collection. + This package is a dependency package, which depends on Debian's default + c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 + command line and config file. +Architecture: i386 +Depends: libboost-program-options1.49-dev +Description: program options library for C++ (default version) +Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb +Homepage: http://www.boost.org/libs/program_options/ +Installed-Size: 26 +MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 +Maintainer: Debian Boost Team +Package: libboost-program-options-dev +Priority: optional +SHA1: +SHA256: +Section: libdevel +Size: 2738 +Source: boost-defaults +Version: 1.49.0.1 \ No newline at end of file diff --git a/system/t06_publish/S3Publish2Test_release b/system/t06_publish/S3Publish2Test_release index 663c30cc..2ee4d267 100644 --- a/system/t06_publish/S3Publish2Test_release +++ b/system/t06_publish/S3Publish2Test_release @@ -2,34 +2,12 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick -Date: Wed, 1 Oct 2014 09:13:14 UTC Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - d41d8cd98f00b204e9800998ecf8427e 0 main/source/Sources - f41c10a4b35cd3e1ec8abb9c2ab676ed 23 main/source/Sources.gz - 4059d198768f9f8dc9372dc1c54bc3c3 14 main/source/Sources.bz2 - 60b30b7b0c62ae04bb3bc457abadaced 90 main/binary-i386/Release - 945211dc923a8d1b97835232648c0aa7 92 main/source/Release - db76ccafa3c9e4c1dba620259df78f87 984 main/binary-i386/Packages - d666eb8b2fc8a0ef525d37aff33c7b2f 603 main/binary-i386/Packages.gz - ca2b3a9fc60f4a0a1091b9f0357b11eb 651 main/binary-i386/Packages.bz2 + SHA1: - da39a3ee5e6b4b0d3255bfef95601890afd80709 0 main/source/Sources - 92c6cff562771f64540523a54baaa0b2afe54b3f 23 main/source/Sources.gz - 64a543afbb5f4bf728636bdcbbe7a2ed0804adc2 14 main/source/Sources.bz2 - 2bfef2580deadf6863ee6f893e8b9a2c7522e1ed 90 main/binary-i386/Release - 8b98a2148d157bf87cc1955ef00ba1ba31275f94 92 main/source/Release - 7dcfa6945771369da0a22c2f90f2300b5d238662 984 main/binary-i386/Packages - ba6efb87b17aa8d08476b3f181702e4d3199794e 603 main/binary-i386/Packages.gz - 0b36a014d1a5ccbf3d73de0035970737659e3c0f 651 main/binary-i386/Packages.bz2 + SHA256: - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/source/Sources - 1775fca35fb6a4d31c541746eaea63c5cb3c00280c8b5a351d4e944cdca7489d 23 main/source/Sources.gz - d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058 14 main/source/Sources.bz2 - 1d91164164e6310a5e5fc93390995028956f657490a9ce7aa136dc94291828a8 90 main/binary-i386/Release - 2d75333511325affcefe66c6cfbaa6ab21e6aa0e85a6b4fa39a4191146b81460 92 main/source/Release - 0e2e7586903004efb49dd419be8a98260dab502352c4b1bf6074f658220aef4e 984 main/binary-i386/Packages - e2bd1d551b4983253cc26004504ead7b6987e609db8cb7185ab3dde69d346acd 603 main/binary-i386/Packages.gz - 81bcd3d47fc3e9dbe1e201d7ec1b356dd2ae3bc5c171f76247243a64755c25d6 651 main/binary-i386/Packages.bz2 + From f032196d703e249518ed2809ac893e11119eab16 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 02:15:39 +0300 Subject: [PATCH 4/8] Mirror has been updated. --- system/t04_mirror/CreateMirror14Test_mirror_show | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/t04_mirror/CreateMirror14Test_mirror_show b/system/t04_mirror/CreateMirror14Test_mirror_show index c124a040..77bb26e1 100644 --- a/system/t04_mirror/CreateMirror14Test_mirror_show +++ b/system/t04_mirror/CreateMirror14Test_mirror_show @@ -11,7 +11,7 @@ Information from release file: Architectures: i386 amd64 Archive: Debian_7.0 Codename: Debian_7.0 -Date: Sun May 3 12:37:48 2015 +Date: Fri Jun 12 02:35:21 2015 Description: MirrorBrain (Debian_7.0) Label: Apache:MirrorBrain From e39736153db9cfe2218819b63af7266ed0f016ab Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 03:29:12 +0300 Subject: [PATCH 5/8] Update package tests. --- system/t11_package/ShowPackage1Test_gold | 48 ++++++++++++++-------- system/t11_package/ShowPackage3Test_gold | 33 ++++++++------- system/t11_package/ShowPackage4Test_gold | 37 +++++++++-------- system/t11_package/ShowPackage5Test_gold | 49 ++++++++++++----------- system/t11_package/ShowPackage6Test_gold | 51 +++++++++++++----------- 5 files changed, 123 insertions(+), 95 deletions(-) diff --git a/system/t11_package/ShowPackage1Test_gold b/system/t11_package/ShowPackage1Test_gold index 2596fdce..5d4c6192 100644 --- a/system/t11_package/ShowPackage1Test_gold +++ b/system/t11_package/ShowPackage1Test_gold @@ -7,6 +7,22 @@ + 286a9e206c57dfd33ee318ed4f45c3619d3a68d4 + 2b2901cd6fac19b06bd8750ce6dd337306e76fdf5ae27b5693702b41fb96ad1b + 390323fef7da9a6465eb25139cde8bbeb3588398f1e40c31973921dfea32d8bf + 5ae182d975a5d249340b9cc24512ac92157ce170 + 5dc4cd5bfa96083ad01a32ff83c11857304c3a8b + 69f94693a5693d0e02d8f473ab0fb8628c26fdde + 778e4cd89b4323f307ba0476488982fec1c30b34 + 8970a47653ed40d4b2096c2c42d7e3858fe8ac6b291c1bc6f3c52a535589d790 + 932ad607b2ce5e130071d403e62adf8c4e90e257 + 9e38a151e26168a05b39e9f50ee12e621cf7fef44096dc0856b70f81205de24b + a1cc9d55d5e17b6b0ab000a7b50a76dd175e83fe89742827b62ca36cd05042f6 + abd23b106ee886c5fab024433f1ef6db4699c282 + b7bbee42030cf59a17a9fa28d9bc3aa07dd7e328a5bd002ac7fa3698c5456f1b + bbb5c9abac66cc848b9b8ce8b6fabe1d9b3e826959afd6d8ec502b95d5f0c814 + d970bbb7fb92bc13fa1447de0c04c9e31c45056a450ce173f75d4e5715d0850b + fe254aca7d88d7b0f42ef5951ab4e4013e147958 Architecture: amd64 Architecture: amd64 Architecture: amd64 @@ -109,22 +125,22 @@ Provides: httpd, httpd-cgi, nginx Provides: httpd, httpd-cgi, nginx Provides: httpd, nginx Provides: httpd, nginx -SHA1: 286a9e206c57dfd33ee318ed4f45c3619d3a68d4 -SHA1: 5ae182d975a5d249340b9cc24512ac92157ce170 -SHA1: 5dc4cd5bfa96083ad01a32ff83c11857304c3a8b -SHA1: 69f94693a5693d0e02d8f473ab0fb8628c26fdde -SHA1: 778e4cd89b4323f307ba0476488982fec1c30b34 -SHA1: 932ad607b2ce5e130071d403e62adf8c4e90e257 -SHA1: abd23b106ee886c5fab024433f1ef6db4699c282 -SHA1: fe254aca7d88d7b0f42ef5951ab4e4013e147958 -SHA256: 2b2901cd6fac19b06bd8750ce6dd337306e76fdf5ae27b5693702b41fb96ad1b -SHA256: 390323fef7da9a6465eb25139cde8bbeb3588398f1e40c31973921dfea32d8bf -SHA256: 8970a47653ed40d4b2096c2c42d7e3858fe8ac6b291c1bc6f3c52a535589d790 -SHA256: 9e38a151e26168a05b39e9f50ee12e621cf7fef44096dc0856b70f81205de24b -SHA256: a1cc9d55d5e17b6b0ab000a7b50a76dd175e83fe89742827b62ca36cd05042f6 -SHA256: b7bbee42030cf59a17a9fa28d9bc3aa07dd7e328a5bd002ac7fa3698c5456f1b -SHA256: bbb5c9abac66cc848b9b8ce8b6fabe1d9b3e826959afd6d8ec502b95d5f0c814 -SHA256: d970bbb7fb92bc13fa1447de0c04c9e31c45056a450ce173f75d4e5715d0850b +SHA1: +SHA1: +SHA1: +SHA1: +SHA1: +SHA1: +SHA1: +SHA1: +SHA256: +SHA256: +SHA256: +SHA256: +SHA256: +SHA256: +SHA256: +SHA256: Section: debug Section: debug Section: debug diff --git a/system/t11_package/ShowPackage3Test_gold b/system/t11_package/ShowPackage3Test_gold index d8eeb960..e480a027 100644 --- a/system/t11_package/ShowPackage3Test_gold +++ b/system/t11_package/ShowPackage3Test_gold @@ -1,21 +1,24 @@ -Package: nginx-full -Version: 1.2.1-2.2+wheezy2 -Installed-Size: 915 -Priority: optional -Section: httpd -Maintainer: Kartik Mistry + + + 7bf9b91714046f12d765adad860677f5b650c616 + aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b Architecture: amd64 -Description: nginx web/proxy server (standard version) -MD5sum: 586a2ff5648004cd0114447f5df46a29 -SHA1: 7bf9b91714046f12d765adad860677f5b650c616 -SHA256: aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b -Description-md5: b334eec6202adf5e9045cc6066a082d1 Conflicts: nginx-extras, nginx-light, nginx-naxsi -Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb -Size: 435328 -Homepage: http://nginx.net Depends: nginx-common (= 1.2.1-2.2+wheezy2), libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) +Description-md5: b334eec6202adf5e9045cc6066a082d1 +Description: nginx web/proxy server (standard version) +Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb +Homepage: http://nginx.net +Installed-Size: 915 +MD5sum: 586a2ff5648004cd0114447f5df46a29 +Maintainer: Kartik Mistry +Package: nginx-full +Priority: optional Provides: httpd, nginx +SHA1: +SHA256: +Section: httpd +Size: 435328 Source: nginx Tag: network::server, protocol::http, role::program - +Version: 1.2.1-2.2+wheezy2 \ No newline at end of file diff --git a/system/t11_package/ShowPackage4Test_gold b/system/t11_package/ShowPackage4Test_gold index 4d72b1df..5edb7f95 100644 --- a/system/t11_package/ShowPackage4Test_gold +++ b/system/t11_package/ShowPackage4Test_gold @@ -1,24 +1,27 @@ -Package: nginx-full -Version: 1.2.1-2.2+wheezy2 -Installed-Size: 915 -Priority: optional -Section: httpd -Maintainer: Kartik Mistry + + + + /Users/smira/.aptly/pool/58/6a/nginx-full_1.2.1-2.2+wheezy2_amd64.deb + 7bf9b91714046f12d765adad860677f5b650c616 + aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b Architecture: amd64 -Description: nginx web/proxy server (standard version) -MD5sum: 586a2ff5648004cd0114447f5df46a29 -SHA1: 7bf9b91714046f12d765adad860677f5b650c616 -SHA256: aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b Conflicts: nginx-extras, nginx-light, nginx-naxsi -Description-md5: b334eec6202adf5e9045cc6066a082d1 -Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb -Size: 435328 Depends: nginx-common (= 1.2.1-2.2+wheezy2), libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) +Description-md5: b334eec6202adf5e9045cc6066a082d1 +Description: nginx web/proxy server (standard version) +Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb +Files in the pool: Homepage: http://nginx.net +Installed-Size: 915 +MD5sum: 586a2ff5648004cd0114447f5df46a29 +Maintainer: Kartik Mistry +Package: nginx-full +Priority: optional Provides: httpd, nginx +SHA1: +SHA256: +Section: httpd +Size: 435328 Source: nginx Tag: network::server, protocol::http, role::program - -Files in the pool: - ${HOME}/.aptly/pool/58/6a/nginx-full_1.2.1-2.2+wheezy2_amd64.deb - +Version: 1.2.1-2.2+wheezy2 \ No newline at end of file diff --git a/system/t11_package/ShowPackage5Test_gold b/system/t11_package/ShowPackage5Test_gold index a8f69479..b98bf6d3 100644 --- a/system/t11_package/ShowPackage5Test_gold +++ b/system/t11_package/ShowPackage5Test_gold @@ -1,25 +1,28 @@ -Package: nginx-full -Version: 1.2.1-2.2+wheezy2 -Installed-Size: 915 -Priority: optional -Section: httpd -Maintainer: Kartik Mistry -Architecture: amd64 -Description: nginx web/proxy server (standard version) -MD5sum: 586a2ff5648004cd0114447f5df46a29 -SHA1: 7bf9b91714046f12d765adad860677f5b650c616 -SHA256: aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b -Homepage: http://nginx.net -Source: nginx -Size: 435328 -Conflicts: nginx-extras, nginx-light, nginx-naxsi -Description-md5: b334eec6202adf5e9045cc6066a082d1 -Tag: network::server, protocol::http, role::program -Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb -Depends: nginx-common (= 1.2.1-2.2+wheezy2), libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) -Provides: httpd, nginx -References to package: - mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy + + mirror [wheezy-main-src]: http://mirror.yandex.ru/debian/ wheezy [src] - + mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy + 7bf9b91714046f12d765adad860677f5b650c616 + aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b +Architecture: amd64 +Conflicts: nginx-extras, nginx-light, nginx-naxsi +Depends: nginx-common (= 1.2.1-2.2+wheezy2), libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) +Description-md5: b334eec6202adf5e9045cc6066a082d1 +Description: nginx web/proxy server (standard version) +Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb +Homepage: http://nginx.net +Installed-Size: 915 +MD5sum: 586a2ff5648004cd0114447f5df46a29 +Maintainer: Kartik Mistry +Package: nginx-full +Priority: optional +Provides: httpd, nginx +References to package: +SHA1: +SHA256: +Section: httpd +Size: 435328 +Source: nginx +Tag: network::server, protocol::http, role::program +Version: 1.2.1-2.2+wheezy2 \ No newline at end of file diff --git a/system/t11_package/ShowPackage6Test_gold b/system/t11_package/ShowPackage6Test_gold index 122178d8..a0f30333 100644 --- a/system/t11_package/ShowPackage6Test_gold +++ b/system/t11_package/ShowPackage6Test_gold @@ -1,29 +1,32 @@ -Package: nginx-full -Version: 1.2.1-2.2+wheezy2 -Installed-Size: 915 -Priority: optional -Section: httpd -Maintainer: Kartik Mistry + + + + local repo [repo1] + mirror [wheezy-main-src]: http://mirror.yandex.ru/debian/ wheezy [src] + mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy + snapshot [snap1]: Snapshot from mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy + snapshot [snap3]: Snapshot from mirror [wheezy-main-src]: http://mirror.yandex.ru/debian/ wheezy [src] + snapshot [snap4]: Merged from sources: 'snap1', 'snap2', 'snap3' + 7bf9b91714046f12d765adad860677f5b650c616 + aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b Architecture: amd64 -Description: nginx web/proxy server (standard version) -MD5sum: 586a2ff5648004cd0114447f5df46a29 -SHA1: 7bf9b91714046f12d765adad860677f5b650c616 -SHA256: aa724376b6bf534c8ff38a8c5de4d4208d4de2b57946f875857349436542306b -Homepage: http://nginx.net -Tag: network::server, protocol::http, role::program Conflicts: nginx-extras, nginx-light, nginx-naxsi -Source: nginx -Size: 435328 -Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb -Provides: httpd, nginx Depends: nginx-common (= 1.2.1-2.2+wheezy2), libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Description-md5: b334eec6202adf5e9045cc6066a082d1 - +Description: nginx web/proxy server (standard version) +Filename: nginx-full_1.2.1-2.2+wheezy2_amd64.deb +Homepage: http://nginx.net +Installed-Size: 915 +MD5sum: 586a2ff5648004cd0114447f5df46a29 +Maintainer: Kartik Mistry +Package: nginx-full +Priority: optional +Provides: httpd, nginx References to package: - mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy - mirror [wheezy-main-src]: http://mirror.yandex.ru/debian/ wheezy [src] - local repo [repo1] - snapshot [snap1]: Snapshot from mirror [wheezy-main]: http://mirror.yandex.ru/debian/ wheezy - snapshot [snap4]: Merged from sources: 'snap1', 'snap2', 'snap3' - snapshot [snap3]: Snapshot from mirror [wheezy-main-src]: http://mirror.yandex.ru/debian/ wheezy [src] - +SHA1: +SHA256: +Section: httpd +Size: 435328 +Source: nginx +Tag: network::server, protocol::http, role::program +Version: 1.2.1-2.2+wheezy2 \ No newline at end of file From 4a54bff225e1468ea7ee780078c73d1799efe215 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 03:32:23 +0300 Subject: [PATCH 6/8] Add missing return statements. --- cmd/snapshot_verify.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/snapshot_verify.go b/cmd/snapshot_verify.go index 9095efe8..a52443e3 100644 --- a/cmd/snapshot_verify.go +++ b/cmd/snapshot_verify.go @@ -31,25 +31,25 @@ func aptlySnapshotVerify(cmd *commander.Command, args []string) error { packageList, err := deb.NewPackageListFromRefList(snapshots[0].RefList(), context.CollectionFactory().PackageCollection(), context.Progress()) if err != nil { - fmt.Errorf("unable to load packages: %s", err) + return fmt.Errorf("unable to load packages: %s", err) } sourcePackageList := deb.NewPackageList() err = sourcePackageList.Append(packageList) if err != nil { - fmt.Errorf("unable to merge sources: %s", err) + return fmt.Errorf("unable to merge sources: %s", err) } var pL *deb.PackageList for i := 1; i < len(snapshots); i++ { pL, err = deb.NewPackageListFromRefList(snapshots[i].RefList(), context.CollectionFactory().PackageCollection(), context.Progress()) if err != nil { - fmt.Errorf("unable to load packages: %s", err) + return fmt.Errorf("unable to load packages: %s", err) } err = sourcePackageList.Append(pL) if err != nil { - fmt.Errorf("unable to merge sources: %s", err) + return fmt.Errorf("unable to merge sources: %s", err) } } From c44d3475408a058cd374cb619cf77be9f3361c17 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 03:32:35 +0300 Subject: [PATCH 7/8] Don't need to manually insert \n, multiline fields are handled correctly. --- deb/publish.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deb/publish.go b/deb/publish.go index 81f73074..8b98cc45 100644 --- a/deb/publish.go +++ b/deb/publish.go @@ -666,9 +666,9 @@ func (p *PublishedRepo) Publish(packagePool aptly.PackagePool, publishedStorageP release["Date"] = time.Now().UTC().Format("Mon, 2 Jan 2006 15:04:05 MST") release["Architectures"] = strings.Join(utils.StrSlicesSubstract(p.Architectures, []string{"source"}), " ") release["Description"] = " Generated by aptly\n" - release["MD5Sum"] = "\n" - release["SHA1"] = "\n" - release["SHA256"] = "\n" + release["MD5Sum"] = "" + release["SHA1"] = "" + release["SHA256"] = "" release["Components"] = strings.Join(p.Components(), " ") From 40e48c963a2b5f89ccc2bb097581360cee094c76 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Jun 2015 03:33:09 +0300 Subject: [PATCH 8/8] Revert "Update publish tests, as some multiline fields are actually multiline." This reverts commit a030e24b96febdd91591a55f72546b7e6bd9ba22. --- system/t06_publish/PublishRepo12Test_release | 3 - system/t06_publish/PublishRepo15Test_release | 3 - system/t06_publish/PublishRepo17Test_release | 3 - system/t06_publish/PublishRepo1Test_binary | 6 +- system/t06_publish/PublishRepo1Test_release | 3 - system/t06_publish/PublishRepo1Test_sources | 87 ++++---- .../t06_publish/PublishRepo27Test_udeb_binary | 33 ++- .../t06_publish/PublishSnapshot13Test_release | 3 - .../t06_publish/PublishSnapshot15Test_release | 3 - .../t06_publish/PublishSnapshot16Test_release | 3 - .../t06_publish/PublishSnapshot16Test_sources | 47 ++-- .../t06_publish/PublishSnapshot17Test_binary | 6 +- .../t06_publish/PublishSnapshot17Test_release | 3 - .../t06_publish/PublishSnapshot17Test_sources | 87 ++++---- .../PublishSnapshot1Test_packages_amd64 | 207 +++++++++--------- .../PublishSnapshot1Test_packages_i386 | 207 +++++++++--------- .../t06_publish/PublishSnapshot1Test_release | 4 +- .../t06_publish/PublishSnapshot24Test_release | 3 - .../t06_publish/PublishSnapshot26Test_release | 3 - .../t06_publish/PublishSnapshot2Test_release | 3 - .../PublishSnapshot35Test_packages_amd64 | 147 ++++++------- .../PublishSnapshot35Test_packages_i386 | 147 ++++++------- .../PublishSnapshot35Test_packages_udeb_amd64 | 81 ++++--- .../PublishSnapshot35Test_packages_udeb_i386 | 81 ++++--- .../t06_publish/PublishSnapshot35Test_release | 52 ++++- .../t06_publish/PublishSnapshot3Test_release | 3 - .../t06_publish/PublishSnapshot4Test_release | 3 - system/t06_publish/PublishSwitch1Test_binary | 6 +- system/t06_publish/PublishSwitch1Test_release | 3 - system/t06_publish/PublishSwitch2Test_binary | 207 +++++++++--------- system/t06_publish/PublishSwitch8Test_binaryA | 207 +++++++++--------- system/t06_publish/PublishSwitch8Test_binaryB | 3 +- system/t06_publish/PublishSwitch8Test_binaryC | 6 +- system/t06_publish/PublishSwitch8Test_release | 3 - system/t06_publish/PublishUpdate1Test_binary | 6 +- system/t06_publish/PublishUpdate1Test_release | 3 - system/t06_publish/PublishUpdate2Test_binary | 9 +- system/t06_publish/PublishUpdate2Test_sources | 21 +- system/t06_publish/PublishUpdate7Test_binary2 | 6 +- system/t06_publish/PublishUpdate7Test_sources | 18 +- system/t06_publish/S3Publish1Test_binary | 43 ++-- system/t06_publish/S3Publish1Test_release | 28 ++- system/t06_publish/S3Publish1Test_sources | 87 ++++---- system/t06_publish/S3Publish2Test_binary | 45 ++-- system/t06_publish/S3Publish2Test_release | 28 ++- 45 files changed, 946 insertions(+), 1014 deletions(-) diff --git a/system/t06_publish/PublishRepo12Test_release b/system/t06_publish/PublishRepo12Test_release index 2ee4d267..8e0cd9b6 100644 --- a/system/t06_publish/PublishRepo12Test_release +++ b/system/t06_publish/PublishRepo12Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishRepo15Test_release b/system/t06_publish/PublishRepo15Test_release index 3b25cfdd..9c016172 100644 --- a/system/t06_publish/PublishRepo15Test_release +++ b/system/t06_publish/PublishRepo15Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: contrib Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishRepo17Test_release b/system/t06_publish/PublishRepo17Test_release index 7998e035..2f4a5f54 100644 --- a/system/t06_publish/PublishRepo17Test_release +++ b/system/t06_publish/PublishRepo17Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: contrib main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishRepo1Test_binary b/system/t06_publish/PublishRepo1Test_binary index c02f06b8..ae94c343 100644 --- a/system/t06_publish/PublishRepo1Test_binary +++ b/system/t06_publish/PublishRepo1Test_binary @@ -3,12 +3,10 @@ (name, value) pairs from the user, via conventional methods such as . . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -20,8 +18,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishRepo1Test_release b/system/t06_publish/PublishRepo1Test_release index 2ee4d267..8e0cd9b6 100644 --- a/system/t06_publish/PublishRepo1Test_release +++ b/system/t06_publish/PublishRepo1Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishRepo1Test_sources b/system/t06_publish/PublishRepo1Test_sources index 225625b7..63cdaa3b 100644 --- a/system/t06_publish/PublishRepo1Test_sources +++ b/system/t06_publish/PublishRepo1Test_sources @@ -1,49 +1,42 @@ - - - - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Architecture: any -Architecture: any -Binary: python-at-spi -Binary: python-at-spi -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: -Checksums-Sha1: -Checksums-Sha256: -Checksums-Sha256: -Directory: pool/main/p/pyspi -Directory: pool/main/p/pyspi -Files: -Files: -Format: 1.0 -Format: 1.0 -Homepage: http://people.redhat.com/zcerza/dogtail -Homepage: http://people.redhat.com/zcerza/dogtail -Maintainer: Jose Carlos Garcia Sogo -Maintainer: Jose Carlos Garcia Sogo Package: pyspi -Package: pyspi -Standards-Version: 3.7.3 -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Version: 0.6.1-1.3 -Version: 0.6.1-1.4 \ No newline at end of file +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Homepage: http://people.redhat.com/zcerza/dogtail +Binary: python-at-spi +Directory: pool/main/p/pyspi +Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz +Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz +Format: 1.0 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz + +Package: pyspi +Version: 0.6.1-1.4 +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Binary: python-at-spi +Format: 1.0 +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Homepage: http://people.redhat.com/zcerza/dogtail +Standards-Version: 3.7.3 +Directory: pool/main/p/pyspi +Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz + diff --git a/system/t06_publish/PublishRepo27Test_udeb_binary b/system/t06_publish/PublishRepo27Test_udeb_binary index ecbab82c..dbfc3986 100644 --- a/system/t06_publish/PublishRepo27Test_udeb_binary +++ b/system/t06_publish/PublishRepo27Test_udeb_binary @@ -1,23 +1,20 @@ - - +Package: dmraid-udeb +Version: 1.0.0.rc16-4.1 +Installed-Size: 36 +Priority: optional +Section: debian-installer +Maintainer: Giuseppe Iuculano +Architecture: i386 +Description: Device-Mapper Software RAID support tool (udeb) + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. . This is the minimal package (udeb) used by debian-installer - dmraid discovers, activates, deactivates and displays properties - fd5c73e08d4c5381b1136c2ff170332d77526246 - fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 - of software RAID sets (eg, ATARAID) and contained DOS partitions. -Architecture: i386 -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb -Description: Device-Mapper Software RAID support tool (udeb) -Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb -Installed-Size: 36 MD5sum: 4d8bb4dafb0ef9059dac75846e162784 -Maintainer: Giuseppe Iuculano -Package: dmraid-udeb -Priority: optional -SHA1: -SHA256: -Section: debian-installer +SHA1: fd5c73e08d4c5381b1136c2ff170332d77526246 +SHA256: fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 +Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb Size: 11022 Source: dmraid -Version: 1.0.0.rc16-4.1 \ No newline at end of file +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb + diff --git a/system/t06_publish/PublishSnapshot13Test_release b/system/t06_publish/PublishSnapshot13Test_release index 933af6ab..65d09a12 100644 --- a/system/t06_publish/PublishSnapshot13Test_release +++ b/system/t06_publish/PublishSnapshot13Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot15Test_release b/system/t06_publish/PublishSnapshot15Test_release index 933af6ab..65d09a12 100644 --- a/system/t06_publish/PublishSnapshot15Test_release +++ b/system/t06_publish/PublishSnapshot15Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot16Test_release b/system/t06_publish/PublishSnapshot16Test_release index 933af6ab..65d09a12 100644 --- a/system/t06_publish/PublishSnapshot16Test_release +++ b/system/t06_publish/PublishSnapshot16Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot16Test_sources b/system/t06_publish/PublishSnapshot16Test_sources index 99b8881d..aaac2603 100644 --- a/system/t06_publish/PublishSnapshot16Test_sources +++ b/system/t06_publish/PublishSnapshot16Test_sources @@ -1,32 +1,27 @@ - - - 021df43737184e40b1ef8cef3cbd18b9 2431 gnuplot_4.6.1-1~maverick2.dsc - 103201f00bd80a7408dfb0e0b630eb14 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - 1ea21a628223159b0297ae65fe8293afd5aab3c0 4959670 gnuplot_4.6.1.orig.tar.gz - 2dd7bd3ee9abf89a0c2d518dfea56e7cbf01e0c2 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - 4c9a06461f402482c30cf94e267eb877 4959670 gnuplot_4.6.1.orig.tar.gz - e1e3ad5ad145cf7909a029a4dba6b9fffb5faabc3bc6b5099a3d6a92c7b5da2c 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz - f4bf99907d0fea7db90b6e50147f1730b5bde2fbb93d9e58478b6b94409eebc6 4959670 gnuplot_4.6.1.orig.tar.gz - gnuplot deb math optional +Package: gnuplot +Version: 4.6.1-1~maverick2 +Section: math +Maintainer: Debian Science Team +Architecture: any all +Package-List: gnuplot deb math optional gnuplot-doc deb doc optional gnuplot-nox deb math optional gnuplot-x11 deb math optional -Architecture: any all -Binary: gnuplot, gnuplot-nox, gnuplot-x11, gnuplot-doc -Build-Depends: debhelper (>= 7), libpng-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, liblua5.1-dev, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev, autoconf, automake -Checksums-Sha1: -Checksums-Sha256: -Directory: pool/main/g/gnuplot Dm-Upload-Allowed: yes -Files: -Format: 3.0 (quilt) -Homepage: http://gnuplot.sourceforge.net/ -Maintainer: Debian Science Team -Package-List: -Package: gnuplot -Section: math -Standards-Version: 3.8.4 -Uploaders: Bradley Smith , Anton Gladky +Checksums-Sha1: 2dd7bd3ee9abf89a0c2d518dfea56e7cbf01e0c2 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + 1ea21a628223159b0297ae65fe8293afd5aab3c0 4959670 gnuplot_4.6.1.orig.tar.gz +Binary: gnuplot, gnuplot-nox, gnuplot-x11, gnuplot-doc +Directory: pool/main/g/gnuplot Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gnuplot.git Vcs-Git: git://git.debian.org/git/debian-science/packages/gnuplot.git -Version: 4.6.1-1~maverick2 \ No newline at end of file +Format: 3.0 (quilt) +Files: 103201f00bd80a7408dfb0e0b630eb14 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + 021df43737184e40b1ef8cef3cbd18b9 2431 gnuplot_4.6.1-1~maverick2.dsc + 4c9a06461f402482c30cf94e267eb877 4959670 gnuplot_4.6.1.orig.tar.gz +Homepage: http://gnuplot.sourceforge.net/ +Standards-Version: 3.8.4 +Uploaders: Bradley Smith , Anton Gladky +Checksums-Sha256: e1e3ad5ad145cf7909a029a4dba6b9fffb5faabc3bc6b5099a3d6a92c7b5da2c 18955 gnuplot_4.6.1-1~maverick2.debian.tar.gz + f4bf99907d0fea7db90b6e50147f1730b5bde2fbb93d9e58478b6b94409eebc6 4959670 gnuplot_4.6.1.orig.tar.gz +Build-Depends: debhelper (>= 7), libpng-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, liblua5.1-dev, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev, autoconf, automake + diff --git a/system/t06_publish/PublishSnapshot17Test_binary b/system/t06_publish/PublishSnapshot17Test_binary index c02f06b8..ae94c343 100644 --- a/system/t06_publish/PublishSnapshot17Test_binary +++ b/system/t06_publish/PublishSnapshot17Test_binary @@ -3,12 +3,10 @@ (name, value) pairs from the user, via conventional methods such as . . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -20,8 +18,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishSnapshot17Test_release b/system/t06_publish/PublishSnapshot17Test_release index 2ee4d267..8e0cd9b6 100644 --- a/system/t06_publish/PublishSnapshot17Test_release +++ b/system/t06_publish/PublishSnapshot17Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot17Test_sources b/system/t06_publish/PublishSnapshot17Test_sources index 225625b7..63cdaa3b 100644 --- a/system/t06_publish/PublishSnapshot17Test_sources +++ b/system/t06_publish/PublishSnapshot17Test_sources @@ -1,49 +1,42 @@ - - - - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Architecture: any -Architecture: any -Binary: python-at-spi -Binary: python-at-spi -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: -Checksums-Sha1: -Checksums-Sha256: -Checksums-Sha256: -Directory: pool/main/p/pyspi -Directory: pool/main/p/pyspi -Files: -Files: -Format: 1.0 -Format: 1.0 -Homepage: http://people.redhat.com/zcerza/dogtail -Homepage: http://people.redhat.com/zcerza/dogtail -Maintainer: Jose Carlos Garcia Sogo -Maintainer: Jose Carlos Garcia Sogo Package: pyspi -Package: pyspi -Standards-Version: 3.7.3 -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Version: 0.6.1-1.3 -Version: 0.6.1-1.4 \ No newline at end of file +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Homepage: http://people.redhat.com/zcerza/dogtail +Binary: python-at-spi +Directory: pool/main/p/pyspi +Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz +Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz +Format: 1.0 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz + +Package: pyspi +Version: 0.6.1-1.4 +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Binary: python-at-spi +Format: 1.0 +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Homepage: http://people.redhat.com/zcerza/dogtail +Standards-Version: 3.7.3 +Directory: pool/main/p/pyspi +Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz + diff --git a/system/t06_publish/PublishSnapshot1Test_packages_amd64 b/system/t06_publish/PublishSnapshot1Test_packages_amd64 index 551f91f6..96cabae2 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot1Test_packages_amd64 @@ -1,113 +1,108 @@ - - - - - - . - . - . - . - . - . - . - . - 4a50deb413e05f77b31687405465b1229b3be328 - 837dd002143054ca01d3b01cae410cc4b4fe10c4 - 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. - d5a1b0bbfb562e5cecef3f3fb70ddb4cd6103507 - d60b0ee30a885ba0202adddccd7968ab70be7426 - 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: amd64 -Architecture: amd64 -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_amd64.deb -Filename: pool/main/g/gnuplot/gnuplot-x11_4.6.1-1~maverick2_amd64.deb -Filename: pool/main/g/gnuplot/gnuplot_4.6.1-1~maverick2_all.deb -Installed-Size: 1716 -Installed-Size: 20 -Installed-Size: 2624 -Installed-Size: 5572 -MD5sum: 17ab6787992b979e3a4851a90dfaf0a8 -MD5sum: 25a5028811171f2f1fa157a2f6953e82 -MD5sum: 4912a4464d5588f685c4aa6cfc6be46c -MD5sum: db55daca818697b23024255e536399da -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: 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 + 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: 1716 +Maintainer: Debian Science Team +Architecture: amd64 +Source: gnuplot +Version: 4.6.1-1~maverick2 Replaces: gnuplot (<< 4.0.0) -Replaces: gnuplot (<< 4.0.0) -SHA1: -SHA1: -SHA1: -SHA1: -Section: doc -Section: math -Section: math -Section: math -Size: 1046 -Size: 1129114 -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_amd64.deb Size: 819248 -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 \ No newline at end of file +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 + 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/PublishSnapshot1Test_packages_i386 b/system/t06_publish/PublishSnapshot1Test_packages_i386 index f9b22f12..d11a06e5 100644 --- a/system/t06_publish/PublishSnapshot1Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot1Test_packages_i386 @@ -1,113 +1,108 @@ - - - - - - . - . - . - . - . - . - . - . - 02f9a93097a8f798a054e26154dbe5789088c069 - 4a50deb413e05f77b31687405465b1229b3be328 - 629c3e62f787b0af47b184beb0460dd261c9ca4d - 837dd002143054ca01d3b01cae410cc4b4fe10c4 - 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: -SHA1: -SHA1: -SHA1: -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: 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 \ No newline at end of file +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/PublishSnapshot1Test_release b/system/t06_publish/PublishSnapshot1Test_release index 933af6ab..834b90ed 100644 --- a/system/t06_publish/PublishSnapshot1Test_release +++ b/system/t06_publish/PublishSnapshot1Test_release @@ -2,12 +2,10 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick +Date: Fri, 31 Jan 2014 14:18:52 UTC Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot24Test_release b/system/t06_publish/PublishSnapshot24Test_release index 963f6bbe..bc1969d9 100644 --- a/system/t06_publish/PublishSnapshot24Test_release +++ b/system/t06_publish/PublishSnapshot24Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot26Test_release b/system/t06_publish/PublishSnapshot26Test_release index 251a51fc..b6b333b8 100644 --- a/system/t06_publish/PublishSnapshot26Test_release +++ b/system/t06_publish/PublishSnapshot26Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: contrib main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot2Test_release b/system/t06_publish/PublishSnapshot2Test_release index 0856111b..1dc41a3b 100644 --- a/system/t06_publish/PublishSnapshot2Test_release +++ b/system/t06_publish/PublishSnapshot2Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot35Test_packages_amd64 b/system/t06_publish/PublishSnapshot35Test_packages_amd64 index 62ce3ed4..3ee55f9f 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_amd64 +++ b/system/t06_publish/PublishSnapshot35Test_packages_amd64 @@ -1,7 +1,24 @@ - - - - +Package: dmraid +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. + . + dmraid uses the Linux device-mapper to create devices with respective + mappings for the ATARAID sets discovered. + . + The following formats are supported: Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID @@ -10,85 +27,61 @@ Silicon Image(tm) Medley(tm) VIA Software RAID . - . - . - . - . - . - . - 081a48ad5372a941c35d41733da89a52cbe2d8f49032c2a4ef03148e4049615f - 125405c4b0a7364bf209c161f393d4d0152ba9d02a55a95d90a7637f7b373b8f - 29f06bd3ae42e3380b356b69598be07724d178af35f2f1a64648c7f8ff85bef9 - 6292936617c466e67a3148c66d0c27c068d055d3 - 6a89d3f9e3b80a172811bb7d74eac43f119a8b7c Please read the documentation in /usr/share/doc/dmraid BEFORE attempting - The following formats are supported: - This package contains the dmraid shared library, which implements - This package contains the header files needed to link programs against any use of this software. Improper use can cause data loss! - cd8baba807fa92a88a265a044d821df8b677b5cb - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - dmraid uses the Linux device-mapper to create devices with respective - dmraid uses the Linux device-mapper to create devices with respective - dmraid uses the Linux device-mapper to create devices with respective - dmraid. - mappings for the ATARAID sets discovered. - mappings for the ATARAID sets discovered. - mappings for the ATARAID sets discovered. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - the back half of dmraid, including on-disk metadata formats. -Architecture: amd64 -Architecture: amd64 -Architecture: amd64 -Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup -Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) -Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) -Description: Device-Mapper Software RAID support tool -Description: Device-Mapper Software RAID support tool - header files -Description: Device-Mapper Software RAID support tool - shared library -Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_amd64.deb -Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_amd64.deb -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_1.0.0.rc16-4.1_amd64.deb Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Installed-Size: 112 -Installed-Size: 244 -Installed-Size: 496 -MD5sum: 35da9bcdd12c7fb08eb7192f0a17ddf2 -MD5sum: a66d03bb1ddad78f879660ddedf86295 -MD5sum: bb209b5796592d786c28844b949216dc -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano -Package: dmraid +Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning + Package: libdmraid-dev +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. + . + dmraid uses the Linux device-mapper to create devices with respective + mappings for the ATARAID sets discovered. + . + This package contains the header files needed to link programs against + dmraid. +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/ + Package: libdmraid1.0.0.rc16 Priority: optional -Priority: optional -Priority: optional -Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) -SHA1: -SHA1: -SHA1: -SHA256: -SHA256: -SHA256: -Section: admin -Section: libdevel 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 -Size: 152618 -Size: 38620 -Source: dmraid -Source: dmraid -Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning +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. + . + 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. +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ Tag: admin::hardware, admin::kernel, devel::lang:c, devel::library, hardware::storage, implemented-in::c, role::{devel-lib,kernel,shared-lib}, use::driver -Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver -Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 \ No newline at end of file + diff --git a/system/t06_publish/PublishSnapshot35Test_packages_i386 b/system/t06_publish/PublishSnapshot35Test_packages_i386 index 94d7b5a4..72ecc2f8 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_i386 +++ b/system/t06_publish/PublishSnapshot35Test_packages_i386 @@ -1,7 +1,24 @@ - - - - +Package: dmraid +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. + . + dmraid uses the Linux device-mapper to create devices with respective + mappings for the ATARAID sets discovered. + . + The following formats are supported: Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID @@ -10,85 +27,61 @@ Silicon Image(tm) Medley(tm) VIA Software RAID . - . - . - . - . - . - . - 2abe9142ce6aa341df57303b5bc847522779ea9109b0fe734e2ae4419872da71 - 2b2238679ac8ff4776a3a2caf533c551700d9f92a7d2af23d6457acf7de5d6c8 - 6a8294bef99040055009da41597869bfdb17ac89c3166e49c57340abe7f702ba - 6b262419836e8cad4500043f5e9e6a1581074023 Please read the documentation in /usr/share/doc/dmraid BEFORE attempting - The following formats are supported: - This package contains the dmraid shared library, which implements - This package contains the header files needed to link programs against any use of this software. Improper use can cause data loss! - bb96a258038c79bc04eef49d5875deed4c67dd16 - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - dmraid uses the Linux device-mapper to create devices with respective - dmraid uses the Linux device-mapper to create devices with respective - dmraid uses the Linux device-mapper to create devices with respective - dmraid. - f27bd38eeb58a32ee7e58ac8a2950649bd4ef17b - mappings for the ATARAID sets discovered. - mappings for the ATARAID sets discovered. - mappings for the ATARAID sets discovered. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. - the back half of dmraid, including on-disk metadata formats. -Architecture: i386 -Architecture: i386 -Architecture: i386 -Depends: libc6 (>= 2.3), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), libselinux1 (>= 1.32), libsepol1 (>= 1.14), udev, dmsetup -Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20) -Depends: libdmraid1.0.0.rc16 (= 1.0.0.rc16-4.1) -Description: Device-Mapper Software RAID support tool -Description: Device-Mapper Software RAID support tool - header files -Description: Device-Mapper Software RAID support tool - shared library -Filename: pool/main/d/dmraid/dmraid_1.0.0.rc16-4.1_i386.deb -Filename: pool/main/d/dmraid/libdmraid-dev_1.0.0.rc16-4.1_i386.deb -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16_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 Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ -Installed-Size: 176 -Installed-Size: 268 -Installed-Size: 440 -MD5sum: 5395970df02ab5f1609cd7eccc15ead1 -MD5sum: 9330ba2ffd2f22d695fdf692f8120159 -MD5sum: f8aea4e9eaea341b112f02e9efe1678e -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano -Package: dmraid + Package: libdmraid-dev +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. + . + dmraid uses the Linux device-mapper to create devices with respective + mappings for the ATARAID sets discovered. + . + This package contains the header files needed to link programs against + dmraid. +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/ + Package: libdmraid1.0.0.rc16 Priority: optional -Priority: optional -Priority: optional -Replaces: libdmraid1.0.0.rc15 (<< 1.0.0.rc16-1) -SHA1: -SHA1: -SHA1: -SHA256: -SHA256: -SHA256: -Section: admin -Section: libdevel 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 -Size: 145808 -Size: 37984 -Source: dmraid -Source: dmraid -Tag: admin::filesystem, admin::kernel, hardware::storage, implemented-in::c, interface::commandline, role::program, scope::utility, use::scanning +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 -Tag: admin::hardware, devel::lang:c, devel::library, hardware::storage, implemented-in::c, qa::low-popcon, role::devel-lib, use::driver -Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 \ No newline at end of file +Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ + diff --git a/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 b/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 index d359d01d..45ca5fd0 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 +++ b/system/t06_publish/PublishSnapshot35Test_packages_udeb_amd64 @@ -1,45 +1,40 @@ - - - - . - . - 2ef8c01a0375c92f59fed32949b9469cc53d0b99 - 88e229b76cb5866c8868a491a6690b3fde2b33d5 - This is the minimal package (udeb shared library) used by debian-installer - This is the minimal package (udeb) used by debian-installer - aabf098de9fcf2da0c0f66f2d9f1cb61f7e244dd2b009361e40cd29827749d44 - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - efae69921b97494e40437712053b60a5105fa433f3cfbae3bb2991d341eb95a6 - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. -Architecture: amd64 -Architecture: amd64 -Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb -Description: Device-Mapper Software RAID support tool (udeb) -Description: Device-Mapper Software RAID support tool - shared library (udeb) -Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_amd64.udeb -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_amd64.udeb -Installed-Size: 0 -Installed-Size: 32 -MD5sum: 721685fde18001ad0c9ac172c3118983 -MD5sum: efae3ee2d1ccd78aaec7d452ecba4c6a -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano Package: dmraid-udeb -Package: libdmraid1.0.0.rc16-udeb -Priority: optional -Priority: optional -SHA1: -SHA1: -SHA256: -SHA256: -Section: debian-installer -Section: debian-installer -Size: 11806 -Size: 92372 -Source: dmraid -Source: dmraid Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 \ No newline at end of file +Installed-Size: 32 +Priority: optional +Section: debian-installer +Maintainer: Giuseppe Iuculano +Architecture: amd64 +Description: Device-Mapper Software RAID support tool (udeb) + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. + . + This is the minimal package (udeb) used by debian-installer +MD5sum: 721685fde18001ad0c9ac172c3118983 +SHA1: 88e229b76cb5866c8868a491a6690b3fde2b33d5 +SHA256: efae69921b97494e40437712053b60a5105fa433f3cfbae3bb2991d341eb95a6 +Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_amd64.udeb +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb +Source: dmraid +Size: 11806 + +Package: libdmraid1.0.0.rc16-udeb +Version: 1.0.0.rc16-4.1 +Installed-Size: 0 +Priority: optional +Section: debian-installer +Maintainer: Giuseppe Iuculano +Architecture: amd64 +Description: Device-Mapper Software RAID support tool - shared library (udeb) + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. + . + This is the minimal package (udeb shared library) used by debian-installer +MD5sum: efae3ee2d1ccd78aaec7d452ecba4c6a +SHA1: 2ef8c01a0375c92f59fed32949b9469cc53d0b99 +SHA256: aabf098de9fcf2da0c0f66f2d9f1cb61f7e244dd2b009361e40cd29827749d44 +Size: 92372 +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_amd64.udeb +Source: dmraid +Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) + diff --git a/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 b/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 index a845c825..0f65046d 100644 --- a/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 +++ b/system/t06_publish/PublishSnapshot35Test_packages_udeb_i386 @@ -1,45 +1,40 @@ - - - - . - . - 1c51dbf4cd1a5a683fd60e2b4f44dc6f8f574de3aea52354541a9a105f10f918 - This is the minimal package (udeb shared library) used by debian-installer - This is the minimal package (udeb) used by debian-installer - c5e95d443889775a48d6c48bf332a21a37ce63c6 - dmraid discovers, activates, deactivates and displays properties - dmraid discovers, activates, deactivates and displays properties - fd5c73e08d4c5381b1136c2ff170332d77526246 - fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 - of software RAID sets (eg, ATARAID) and contained DOS partitions. - of software RAID sets (eg, ATARAID) and contained DOS partitions. -Architecture: i386 -Architecture: i386 -Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) -Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb -Description: Device-Mapper Software RAID support tool (udeb) -Description: Device-Mapper Software RAID support tool - shared library (udeb) -Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb -Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_i386.udeb -Installed-Size: 212 -Installed-Size: 36 -MD5sum: 4d8bb4dafb0ef9059dac75846e162784 -MD5sum: aba78093c15c8bcd8e237f6a578c6c65 -Maintainer: Giuseppe Iuculano -Maintainer: Giuseppe Iuculano Package: dmraid-udeb -Package: libdmraid1.0.0.rc16-udeb -Priority: optional -Priority: optional -SHA1: -SHA1: -SHA256: -SHA256: -Section: debian-installer -Section: debian-installer -Size: 11022 -Size: 89490 -Source: dmraid -Source: dmraid Version: 1.0.0.rc16-4.1 -Version: 1.0.0.rc16-4.1 \ No newline at end of file +Installed-Size: 36 +Priority: optional +Section: debian-installer +Maintainer: Giuseppe Iuculano +Architecture: i386 +Description: Device-Mapper Software RAID support tool (udeb) + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. + . + This is the minimal package (udeb) used by debian-installer +MD5sum: 4d8bb4dafb0ef9059dac75846e162784 +SHA1: fd5c73e08d4c5381b1136c2ff170332d77526246 +SHA256: fe4ff3351186f03039f8cd6f78e8e4f473a75b613f950caac06fa21dda2d59e8 +Source: dmraid +Size: 11022 +Filename: pool/main/d/dmraid/dmraid-udeb_1.0.0.rc16-4.1_i386.udeb +Depends: libc6-udeb (>= 2.11), libdmraid1.0.0.rc16-udeb (>= 1.0.0.rc16), dmsetup-udeb + +Package: libdmraid1.0.0.rc16-udeb +Version: 1.0.0.rc16-4.1 +Installed-Size: 212 +Priority: optional +Section: debian-installer +Maintainer: Giuseppe Iuculano +Architecture: i386 +Description: Device-Mapper Software RAID support tool - shared library (udeb) + dmraid discovers, activates, deactivates and displays properties + of software RAID sets (eg, ATARAID) and contained DOS partitions. + . + This is the minimal package (udeb shared library) used by debian-installer +MD5sum: aba78093c15c8bcd8e237f6a578c6c65 +SHA1: c5e95d443889775a48d6c48bf332a21a37ce63c6 +SHA256: 1c51dbf4cd1a5a683fd60e2b4f44dc6f8f574de3aea52354541a9a105f10f918 +Depends: libc6-udeb (>= 2.11), libdevmapper1.02.1-udeb (>= 2:1.02.48) +Source: dmraid +Filename: pool/main/d/dmraid/libdmraid1.0.0.rc16-udeb_1.0.0.rc16-4.1_i386.udeb +Size: 89490 + diff --git a/system/t06_publish/PublishSnapshot35Test_release b/system/t06_publish/PublishSnapshot35Test_release index 0856111b..9936f356 100644 --- a/system/t06_publish/PublishSnapshot35Test_release +++ b/system/t06_publish/PublishSnapshot35Test_release @@ -2,12 +2,58 @@ Origin: . squeeze Label: . squeeze Suite: squeeze Codename: squeeze +Date: Tue, 30 Sep 2014 15:35:22 UTC Architectures: amd64 i386 Components: main Description: Generated by aptly MD5Sum: - + a75ee7a5106ba4369de928e26b7afefd 803 main/debian-installer/binary-i386/Packages.bz2 + d82f063b0a674ee60d070fc960c33c92 677 main/debian-installer/binary-amd64/Packages.gz + 8b51fb682910e0d52caa31b61ef1192a 807 main/debian-installer/binary-amd64/Packages.bz2 + a77ec46f63b69e32fdf3a5aa484c1190 1592 main/binary-i386/Packages.bz2 + 9efff4ebb46b70b71215a8df4f71069d 88 main/binary-amd64/Release + d9d38d0cff22f7364cbabb4e8b536316 87 main/debian-installer/binary-i386/Release + 0eaacc9b677879735bcc958c2e24c699 1395 main/binary-i386/Packages.gz + e1c910470349056521dbc4d473a48637 677 main/debian-installer/binary-i386/Packages.gz + d9d38d0cff22f7364cbabb4e8b536316 87 main/binary-i386/Release + 1093e4c5170235ac5cc872f985088815 3669 main/binary-amd64/Packages + c4b9d1069fcb04fdad832a657ff02ef3 3663 main/binary-i386/Packages + b58a784bc0764d523fd9134b53c8dda0 1585 main/binary-amd64/Packages.bz2 + 9ac58b6597a8e0344d69c2550aca9720 1601 main/debian-installer/binary-i386/Packages + f940214380907f004b1e175a6c20bf07 1603 main/debian-installer/binary-amd64/Packages + 9efff4ebb46b70b71215a8df4f71069d 88 main/debian-installer/binary-amd64/Release + 703b425641f4e847a1f0a8a0c28fb128 1394 main/binary-amd64/Packages.gz SHA1: - + a0c5944608dc219fad9d799b3fa6aae280d331c0 803 main/debian-installer/binary-i386/Packages.bz2 + 5faf018385934f65a6af0c4ab3af2fda62c63aff 677 main/debian-installer/binary-amd64/Packages.gz + 61c9b82f75a642839e6e32e5a734f890417b1160 807 main/debian-installer/binary-amd64/Packages.bz2 + e69414d40bb79bca8dc1b274ceb42fb04c3d02ee 1592 main/binary-i386/Packages.bz2 + 7c25a15429615225e3eb90540ba783561fc09448 88 main/binary-amd64/Release + f07fcb0797d81341b6284ed86e5903dc57341a90 87 main/debian-installer/binary-i386/Release + a8657c2409859da9f91280a5da48f3b5276e2829 1395 main/binary-i386/Packages.gz + b8e5b5b41a6ded99006a94c0550cd2291ac19d7f 677 main/debian-installer/binary-i386/Packages.gz + f07fcb0797d81341b6284ed86e5903dc57341a90 87 main/binary-i386/Release + 0c86f7bd6ed2b52b0ab12ea08a76d14235b85d7c 3669 main/binary-amd64/Packages + 4227cdcd3260e10eee066182f22ec8eec4fc7f0a 3663 main/binary-i386/Packages + 8cec67723e4cee24f67ffa46a1f4ae7165fb31f0 1585 main/binary-amd64/Packages.bz2 + ae94f4b0b3396951399de65e04784ef7b0f95119 1601 main/debian-installer/binary-i386/Packages + 6f8e5137388e594b31bed56ca9e08f8e9f305ca4 1603 main/debian-installer/binary-amd64/Packages + 7c25a15429615225e3eb90540ba783561fc09448 88 main/debian-installer/binary-amd64/Release + 163a7a656c5e338d53bbc6cbe80263ca551dfa15 1394 main/binary-amd64/Packages.gz SHA256: - + 4f8eeab36071b8791ce74099df89e01d46ab66f3c76dd9afe6c31fe48c30783d 803 main/debian-installer/binary-i386/Packages.bz2 + bf7b96d1c66abb7dc6037299ab4fe0119d42b66c8c01cfa0520e27d813c99e50 677 main/debian-installer/binary-amd64/Packages.gz + 3a30d9da1ed1108d3451c0c7fe60d99594a2cdf2459a8e505920ed69043bdc6c 807 main/debian-installer/binary-amd64/Packages.bz2 + 1d947dcc40ad2ace3b8226b68161948478a187eb9865d4b62c5068200e0ec058 1592 main/binary-i386/Packages.bz2 + e8378aced6fec291729f656e1d884225ec9c28ba67fc434ef2531223bc37033e 88 main/binary-amd64/Release + 62b9292134aefb30a75aff3e25c2c694d128d73a1d193f29a397789dd902a854 87 main/debian-installer/binary-i386/Release + e30a8b568654e69f1fe7744ace4ffb0d385a8e52502ffd9f84a8184130386a08 1395 main/binary-i386/Packages.gz + f6f2350eab308eb2f290b98f088e973e70ded5d1244688b71edfb201ac85e832 677 main/debian-installer/binary-i386/Packages.gz + 62b9292134aefb30a75aff3e25c2c694d128d73a1d193f29a397789dd902a854 87 main/binary-i386/Release + e2d936cb65a504e6bf13bb09c5a0c6e8943cdd7845d715d571b1fb58262a624f 3669 main/binary-amd64/Packages + 14ae70d15fa8263b55056ef36bac9208ee9e03847118788cc00b6d2a46b5fa10 3663 main/binary-i386/Packages + 0128db3912e0e2f92b2e3a277c28239d6e072323b35bc007dbf32bc696df413c 1585 main/binary-amd64/Packages.bz2 + c3f2708d36c503619f5b3f43b2c7da3f559b72f723c96d0ce9c664f92c6fcc14 1601 main/debian-installer/binary-i386/Packages + 1f90f76bc0df9a588940d14f3ee0ad7d26a86809537f2e5ff4d340e4a8a21f3d 1603 main/debian-installer/binary-amd64/Packages + e8378aced6fec291729f656e1d884225ec9c28ba67fc434ef2531223bc37033e 88 main/debian-installer/binary-amd64/Release + e179f48a91a8dc614a37e2fb21d8d82ff3937fd44e077ec0e2507b8382d896ab 1394 main/binary-amd64/Packages.gz diff --git a/system/t06_publish/PublishSnapshot3Test_release b/system/t06_publish/PublishSnapshot3Test_release index 453f6c81..f1aa99ac 100644 --- a/system/t06_publish/PublishSnapshot3Test_release +++ b/system/t06_publish/PublishSnapshot3Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: contrib Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSnapshot4Test_release b/system/t06_publish/PublishSnapshot4Test_release index d8e1ee4e..960b26eb 100644 --- a/system/t06_publish/PublishSnapshot4Test_release +++ b/system/t06_publish/PublishSnapshot4Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishSwitch1Test_binary b/system/t06_publish/PublishSwitch1Test_binary index e4e48d19..70d9c276 100644 --- a/system/t06_publish/PublishSwitch1Test_binary +++ b/system/t06_publish/PublishSwitch1Test_binary @@ -1,8 +1,6 @@ - . . - 02f9a93097a8f798a054e26154dbe5789088c069 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, Data files and self-defined functions can be manipulated by the internal Gnuplot is a portable command-line driven interactive data and function @@ -24,8 +22,8 @@ Maintainer: Debian Science Team = 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: -SHA1: -SHA1: -SHA1: -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: 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 \ No newline at end of file +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 48b3f6c8..7f0a2f15 100644 --- a/system/t06_publish/PublishSwitch8Test_binaryA +++ b/system/t06_publish/PublishSwitch8Test_binaryA @@ -1,113 +1,108 @@ - - - - - - . - . - . - . - . - . - . - . - 02f9a93097a8f798a054e26154dbe5789088c069 - 4a50deb413e05f77b31687405465b1229b3be328 - 629c3e62f787b0af47b184beb0460dd261c9ca4d - 837dd002143054ca01d3b01cae410cc4b4fe10c4 - 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: -SHA1: -SHA1: -SHA1: -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: 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 \ No newline at end of file +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_binaryB b/system/t06_publish/PublishSwitch8Test_binaryB index fcc09193..53c9874c 100644 --- a/system/t06_publish/PublishSwitch8Test_binaryB +++ b/system/t06_publish/PublishSwitch8Test_binaryB @@ -2,7 +2,6 @@ . . - 02f9a93097a8f798a054e26154dbe5789088c069 C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, Data files and self-defined functions can be manipulated by the internal Gnuplot is a portable command-line driven interactive data and function @@ -24,7 +23,7 @@ Maintainer: Debian Science Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishSwitch8Test_release b/system/t06_publish/PublishSwitch8Test_release index 9bf61743..8f0e668a 100644 --- a/system/t06_publish/PublishSwitch8Test_release +++ b/system/t06_publish/PublishSwitch8Test_release @@ -6,8 +6,5 @@ Architectures: amd64 i386 Components: a b c Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishUpdate1Test_binary b/system/t06_publish/PublishUpdate1Test_binary index c02f06b8..ae94c343 100644 --- a/system/t06_publish/PublishUpdate1Test_binary +++ b/system/t06_publish/PublishUpdate1Test_binary @@ -3,12 +3,10 @@ (name, value) pairs from the user, via conventional methods such as . . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -20,8 +18,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishUpdate1Test_release b/system/t06_publish/PublishUpdate1Test_release index 2ee4d267..8e0cd9b6 100644 --- a/system/t06_publish/PublishUpdate1Test_release +++ b/system/t06_publish/PublishUpdate1Test_release @@ -6,8 +6,5 @@ Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - SHA1: - SHA256: - diff --git a/system/t06_publish/PublishUpdate2Test_binary b/system/t06_publish/PublishUpdate2Test_binary index c02f06b8..8f5a0d4a 100644 --- a/system/t06_publish/PublishUpdate2Test_binary +++ b/system/t06_publish/PublishUpdate2Test_binary @@ -1,14 +1,11 @@ - (name, value) pairs from the user, via conventional methods such as . . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -20,9 +17,9 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults -Version: 1.49.0.1 \ No newline at end of file +Version: 1.49.0.1 diff --git a/system/t06_publish/PublishUpdate2Test_sources b/system/t06_publish/PublishUpdate2Test_sources index 225625b7..f1c4cf3c 100644 --- a/system/t06_publish/PublishUpdate2Test_sources +++ b/system/t06_publish/PublishUpdate2Test_sources @@ -1,18 +1,11 @@ - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc @@ -25,14 +18,14 @@ Binary: python-at-spi Binary: python-at-spi Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: -Checksums-Sha1: -Checksums-Sha256: -Checksums-Sha256: +Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc +Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz +Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc +Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz Directory: pool/main/p/pyspi Directory: pool/main/p/pyspi -Files: -Files: +Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz +Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc Format: 1.0 Format: 1.0 Homepage: http://people.redhat.com/zcerza/dogtail @@ -46,4 +39,4 @@ Standards-Version: 3.7.3 Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Version: 0.6.1-1.3 -Version: 0.6.1-1.4 \ No newline at end of file +Version: 0.6.1-1.4 diff --git a/system/t06_publish/PublishUpdate7Test_binary2 b/system/t06_publish/PublishUpdate7Test_binary2 index 9f02d94d..d961b618 100644 --- a/system/t06_publish/PublishUpdate7Test_binary2 +++ b/system/t06_publish/PublishUpdate7Test_binary2 @@ -3,12 +3,10 @@ (name, value) pairs from the user, via conventional methods such as . . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b Boost version (currently 1.49). Library to let program developers obtain program options, that is This package forms part of the Boost C++ Libraries collection. This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 command line and config file. Architecture: i386 Depends: libboost-program-options1.49-dev @@ -20,8 +18,8 @@ MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 Maintainer: Debian Boost Team Package: libboost-program-options-dev Priority: optional -SHA1: -SHA256: +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Section: libdevel Size: 2738 Source: boost-defaults diff --git a/system/t06_publish/PublishUpdate7Test_sources b/system/t06_publish/PublishUpdate7Test_sources index 225625b7..90f5cac5 100644 --- a/system/t06_publish/PublishUpdate7Test_sources +++ b/system/t06_publish/PublishUpdate7Test_sources @@ -2,17 +2,11 @@ 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc @@ -25,14 +19,14 @@ Binary: python-at-spi Binary: python-at-spi Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: -Checksums-Sha1: -Checksums-Sha256: -Checksums-Sha256: +Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc +Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz +Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc +Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz Directory: pool/main/p/pyspi Directory: pool/main/p/pyspi -Files: -Files: +Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz +Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc Format: 1.0 Format: 1.0 Homepage: http://people.redhat.com/zcerza/dogtail diff --git a/system/t06_publish/S3Publish1Test_binary b/system/t06_publish/S3Publish1Test_binary index c02f06b8..eecd933f 100644 --- a/system/t06_publish/S3Publish1Test_binary +++ b/system/t06_publish/S3Publish1Test_binary @@ -1,28 +1,25 @@ - - - (name, value) pairs from the user, via conventional methods such as - . - . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b - Boost version (currently 1.49). - Library to let program developers obtain program options, that is - This package forms part of the Boost C++ Libraries collection. - This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 - command line and config file. -Architecture: i386 -Depends: libboost-program-options1.49-dev -Description: program options library for C++ (default version) -Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb -Homepage: http://www.boost.org/libs/program_options/ -Installed-Size: 26 -MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 -Maintainer: Debian Boost Team Package: libboost-program-options-dev +Version: 1.49.0.1 +Installed-Size: 26 Priority: optional -SHA1: -SHA256: Section: libdevel +Maintainer: Debian Boost Team +Architecture: i386 +Description: program options library for C++ (default version) + This package forms part of the Boost C++ Libraries collection. + . + Library to let program developers obtain program options, that is + (name, value) pairs from the user, via conventional methods such as + command line and config file. + . + This package is a dependency package, which depends on Debian's default + Boost version (currently 1.49). +MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 +Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb Size: 2738 +Homepage: http://www.boost.org/libs/program_options/ Source: boost-defaults -Version: 1.49.0.1 \ No newline at end of file +Depends: libboost-program-options1.49-dev + diff --git a/system/t06_publish/S3Publish1Test_release b/system/t06_publish/S3Publish1Test_release index 2ee4d267..797e1922 100644 --- a/system/t06_publish/S3Publish1Test_release +++ b/system/t06_publish/S3Publish1Test_release @@ -2,12 +2,34 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick +Date: Wed, 1 Oct 2014 08:48:48 UTC Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - + b844530d1336e9a3c431f0d36cfc01b0 602 main/binary-i386/Packages.gz + 1d7829dac8923aafe499f313abfaadd7 652 main/binary-i386/Packages.bz2 + 307b6495eab59c221e2ff8962896631b 2300 main/source/Sources + 65dd7338cfac70762457b586629e87e4 839 main/source/Sources.gz + 5cc219da21fdb8a96b265bca1c4c0808 1009 main/source/Sources.bz2 + 60b30b7b0c62ae04bb3bc457abadaced 90 main/binary-i386/Release + 945211dc923a8d1b97835232648c0aa7 92 main/source/Release + d419bd11e2b7fe9669bccdf67a18ca17 984 main/binary-i386/Packages SHA1: - + 1b314cedcf18a6d08d4aabbd8b9b5605ba293d04 602 main/binary-i386/Packages.gz + 5406a984c100b20fbebacdbac24ae3378885f73b 652 main/binary-i386/Packages.bz2 + e30d7bc51cd042ee987316967bf3043ab95c8ce9 2300 main/source/Sources + d60a7032080848eb48bcf68962698ba642dcc383 839 main/source/Sources.gz + fb194b90e0e0efd456a7346c4224294018b6677d 1009 main/source/Sources.bz2 + 2bfef2580deadf6863ee6f893e8b9a2c7522e1ed 90 main/binary-i386/Release + 8b98a2148d157bf87cc1955ef00ba1ba31275f94 92 main/source/Release + be80e1c588c6052f30865e44e3f1429f730d5bc8 984 main/binary-i386/Packages SHA256: - + a079102fdc72e6228229aaa8e5e6ad59b582026419737e81e11a8af2addd125e 602 main/binary-i386/Packages.gz + 25d101a333e85d952afc74f684cef3716d69e3c33d8a4b1544faec683c1b5d96 652 main/binary-i386/Packages.bz2 + bcf1fcf1ca2d1bb5565da8b4c39052d906832ad4885c21682d605b830e55a506 2300 main/source/Sources + 3e6cf6dc079333cdf01905957c611702f4ee10f654c84895ac7bf166bbbbd3bc 839 main/source/Sources.gz + 47b9d37fa81d23d227dd26e85821dd4f74db8f17ddefbe6ca686f62ddfedd8ad 1009 main/source/Sources.bz2 + 1d91164164e6310a5e5fc93390995028956f657490a9ce7aa136dc94291828a8 90 main/binary-i386/Release + 2d75333511325affcefe66c6cfbaa6ab21e6aa0e85a6b4fa39a4191146b81460 92 main/source/Release + 59643cc2d105694d6876dc328290a1c949b4e91e62ee8db396abac83a7034f9f 984 main/binary-i386/Packages diff --git a/system/t06_publish/S3Publish1Test_sources b/system/t06_publish/S3Publish1Test_sources index 225625b7..7ea3c88c 100644 --- a/system/t06_publish/S3Publish1Test_sources +++ b/system/t06_publish/S3Publish1Test_sources @@ -1,49 +1,42 @@ - - - - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz - 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz - 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc - 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc - 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz - b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc - d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz - def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz -Architecture: any -Architecture: any -Binary: python-at-spi -Binary: python-at-spi -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev -Checksums-Sha1: -Checksums-Sha1: -Checksums-Sha256: -Checksums-Sha256: -Directory: pool/main/p/pyspi -Directory: pool/main/p/pyspi -Files: -Files: -Format: 1.0 -Format: 1.0 -Homepage: http://people.redhat.com/zcerza/dogtail -Homepage: http://people.redhat.com/zcerza/dogtail -Maintainer: Jose Carlos Garcia Sogo -Maintainer: Jose Carlos Garcia Sogo Package: pyspi -Package: pyspi -Standards-Version: 3.7.3 -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk -Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk Version: 0.6.1-1.3 -Version: 0.6.1-1.4 \ No newline at end of file +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Binary: python-at-spi +Standards-Version: 3.7.3 +Format: 1.0 +Files: 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + b72cb94699298a117b7c82641c68b6fd 1782 pyspi_0.6.1-1.3.dsc + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz +Checksums-Sha1: 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 56c8a9b1f4ab636052be8966690998cbe865cd6c 1782 pyspi_0.6.1-1.3.dsc + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Homepage: http://people.redhat.com/zcerza/dogtail +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Directory: pool/main/p/pyspi +Checksums-Sha256: 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + d494aaf526f1ec6b02f14c2f81e060a5722d6532ddc760ec16972e45c2625989 1782 pyspi_0.6.1-1.3.dsc + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz + +Package: pyspi +Version: 0.6.1-1.4 +Maintainer: Jose Carlos Garcia Sogo +Architecture: any +Vcs-Svn: svn://svn.tribulaciones.org/srv/svn/pyspi/trunk +Standards-Version: 3.7.3 +Homepage: http://people.redhat.com/zcerza/dogtail +Directory: pool/main/p/pyspi +Build-Depends: debhelper (>= 5), cdbs, libatspi-dev, python-pyrex, python-support (>= 0.4), python-all-dev, libx11-dev +Checksums-Sha256: 289d3aefa970876e9c43686ce2b02f478d7f3ed35a713928464a98d54ae4fca3 893 pyspi-0.6.1-1.3.stripped.dsc + 2e770b28df948f3197ed0b679bdea99f3f2bf745e9ddb440c677df9c3aeaee3c 3456 pyspi_0.6.1-1.3.diff.gz + 64069ee828c50b1c597d10a3fefbba279f093a4723965388cdd0ac02f029bfb9 29063 pyspi_0.6.1.orig.tar.gz +Format: 1.0 +Checksums-Sha1: 5005fbd1f30637edc1d380b30f45db9b79100d07 893 pyspi-0.6.1-1.3.stripped.dsc + 95a2468e4bbce730ba286f2211fa41861b9f1d90 3456 pyspi_0.6.1-1.3.diff.gz + 9694b80acc171c0a5bc99f707933864edfce555e 29063 pyspi_0.6.1.orig.tar.gz +Binary: python-at-spi +Files: 2f5bd47cf38852b6fc927a50f98c1448 893 pyspi-0.6.1-1.3.stripped.dsc + 22ff26db69b73d3438fdde21ab5ba2f1 3456 pyspi_0.6.1-1.3.diff.gz + def336bd566ea688a06ec03db7ccf1f4 29063 pyspi_0.6.1.orig.tar.gz + diff --git a/system/t06_publish/S3Publish2Test_binary b/system/t06_publish/S3Publish2Test_binary index c02f06b8..05d63c09 100644 --- a/system/t06_publish/S3Publish2Test_binary +++ b/system/t06_publish/S3Publish2Test_binary @@ -1,28 +1,25 @@ - - - (name, value) pairs from the user, via conventional methods such as - . - . - 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b - Boost version (currently 1.49). - Library to let program developers obtain program options, that is - This package forms part of the Boost C++ Libraries collection. - This package is a dependency package, which depends on Debian's default - c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 - command line and config file. -Architecture: i386 -Depends: libboost-program-options1.49-dev -Description: program options library for C++ (default version) -Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb -Homepage: http://www.boost.org/libs/program_options/ -Installed-Size: 26 -MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 -Maintainer: Debian Boost Team Package: libboost-program-options-dev +Version: 1.49.0.1 +Installed-Size: 26 Priority: optional -SHA1: -SHA256: Section: libdevel -Size: 2738 +Maintainer: Debian Boost Team +Architecture: i386 +Description: program options library for C++ (default version) + This package forms part of the Boost C++ Libraries collection. + . + Library to let program developers obtain program options, that is + (name, value) pairs from the user, via conventional methods such as + command line and config file. + . + This package is a dependency package, which depends on Debian's default + Boost version (currently 1.49). +MD5sum: 0035d7822b2f8f0ec4013f270fd650c2 +SHA1: 36895eb64cfe89c33c0a2f7ac2f0c6e0e889e04b +SHA256: c76b4bd12fd92e4dfe1b55b18a67a669d92f62985d6a96c8a21d96120982cf12 Source: boost-defaults -Version: 1.49.0.1 \ No newline at end of file +Filename: pool/main/b/boost-defaults/libboost-program-options-dev_1.49.0.1_i386.deb +Depends: libboost-program-options1.49-dev +Homepage: http://www.boost.org/libs/program_options/ +Size: 2738 + diff --git a/system/t06_publish/S3Publish2Test_release b/system/t06_publish/S3Publish2Test_release index 2ee4d267..663c30cc 100644 --- a/system/t06_publish/S3Publish2Test_release +++ b/system/t06_publish/S3Publish2Test_release @@ -2,12 +2,34 @@ Origin: . maverick Label: . maverick Suite: maverick Codename: maverick +Date: Wed, 1 Oct 2014 09:13:14 UTC Architectures: i386 Components: main Description: Generated by aptly MD5Sum: - + d41d8cd98f00b204e9800998ecf8427e 0 main/source/Sources + f41c10a4b35cd3e1ec8abb9c2ab676ed 23 main/source/Sources.gz + 4059d198768f9f8dc9372dc1c54bc3c3 14 main/source/Sources.bz2 + 60b30b7b0c62ae04bb3bc457abadaced 90 main/binary-i386/Release + 945211dc923a8d1b97835232648c0aa7 92 main/source/Release + db76ccafa3c9e4c1dba620259df78f87 984 main/binary-i386/Packages + d666eb8b2fc8a0ef525d37aff33c7b2f 603 main/binary-i386/Packages.gz + ca2b3a9fc60f4a0a1091b9f0357b11eb 651 main/binary-i386/Packages.bz2 SHA1: - + da39a3ee5e6b4b0d3255bfef95601890afd80709 0 main/source/Sources + 92c6cff562771f64540523a54baaa0b2afe54b3f 23 main/source/Sources.gz + 64a543afbb5f4bf728636bdcbbe7a2ed0804adc2 14 main/source/Sources.bz2 + 2bfef2580deadf6863ee6f893e8b9a2c7522e1ed 90 main/binary-i386/Release + 8b98a2148d157bf87cc1955ef00ba1ba31275f94 92 main/source/Release + 7dcfa6945771369da0a22c2f90f2300b5d238662 984 main/binary-i386/Packages + ba6efb87b17aa8d08476b3f181702e4d3199794e 603 main/binary-i386/Packages.gz + 0b36a014d1a5ccbf3d73de0035970737659e3c0f 651 main/binary-i386/Packages.bz2 SHA256: - + e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 main/source/Sources + 1775fca35fb6a4d31c541746eaea63c5cb3c00280c8b5a351d4e944cdca7489d 23 main/source/Sources.gz + d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058 14 main/source/Sources.bz2 + 1d91164164e6310a5e5fc93390995028956f657490a9ce7aa136dc94291828a8 90 main/binary-i386/Release + 2d75333511325affcefe66c6cfbaa6ab21e6aa0e85a6b4fa39a4191146b81460 92 main/source/Release + 0e2e7586903004efb49dd419be8a98260dab502352c4b1bf6074f658220aef4e 984 main/binary-i386/Packages + e2bd1d551b4983253cc26004504ead7b6987e609db8cb7185ab3dde69d346acd 603 main/binary-i386/Packages.gz + 81bcd3d47fc3e9dbe1e201d7ec1b356dd2ae3bc5c171f76247243a64755c25d6 651 main/binary-i386/Packages.bz2