Package: dh-exec Version: 0.23-1rusoft1.1~debian7.1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 83 Depends: libc6 (>= 2.8), libpipeline1 (>= 1.0.0), perl (>= 5.14.2~), debhelper (>= 9), libdpkg-perl (>= 1.16.1) Filename: pool/debian-wheezy/i386/dh-exec/dh-exec_0.23-1rusoft1.1~debian7.1_i386.deb Size: 29174 MD5sum: 81ecf81d093a1fb4ae2e73b3b1256092 SHA1: 1ad4288d984d919491a8ca7051a8c841b3c7c745 SHA256: 1d4d93670057d1f744d21093624a72ef2baa85d8ac99aa9610e0a0c73bfa09ac Section: devel Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/dh-exec Description: Scripts to help with executable debhelper files Debhelper (in compat level 9 and above) allows its config files to be executable, and uses the output of such scripts as if it was the content of the config file. . To ease and standardize the most common tasks, this package provides a few solutions to help constructing such executable scripts: . * A way to ease variable substitution, from environment variables or dpkg-architecture. * Ability to filter files by architecture or build profile, within a single debhelper control file. * An extension to dh_install and dh_installman, with the ability to rename files. Package: google-mock Source: googletest Version: 1.8.0-10.1rusoft1~wheezy1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 7 Depends: googletest (= 1.8.0-10.1rusoft1~wheezy1) Filename: pool/debian-wheezy/i386/googletest/google-mock_1.8.0-10.1rusoft1~wheezy1_i386.deb Size: 6114 MD5sum: 9f4ec2aa2235302be70d2e067a50d9f7 SHA1: c7b552c9b9ef3d151b68d752a6ca21a374f0b9f8 SHA256: 9c3d57c797eaa8b236689278a9c37178b30d93c1f75a10e3f22d5f10c3c909db Section: oldlibs Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest Description: Google's framework for writing and using C++ mock classes NOTE: This is a transitional package, retained for backwards compatibility. New code should instead use either package libgmock-dev (for compiled lib) or package googletest (for lib sources). Package: googletest Version: 1.8.0-10.1rusoft1~wheezy1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 5542 Conflicts: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Replaces: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Filename: pool/debian-wheezy/i386/googletest/googletest_1.8.0-10.1rusoft1~wheezy1_i386.deb Size: 1277376 MD5sum: 6d4aa6e04f77e94e058a487cedb41b40 SHA1: 6df2679d7d711a6a258a7b3a7f6a2b7927c47a9e SHA256: 43c04de4a0ef35c9c6f0a573248737c8340436aa9199ed0226f26b030eeb0d22 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest Description: Google's C++ test framework sources This package provides sources for Google Test and Google Mock. . Google Test is a framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. . Google Mock is an extension of Google Test for C++ mocking. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. . NOTE: This package does not contain a library to link against, but rather the source code to build the google test and mock libraries. This enables building the google test and mock libraries with the same flags as the C++ code under test. Package: googletest-tools Source: googletest Version: 1.8.0-10.1rusoft1~wheezy1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 102 Depends: python:any Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/debian-wheezy/i386/googletest/googletest-tools_1.8.0-10.1rusoft1~wheezy1_i386.deb Size: 28978 MD5sum: 5a1cc0865330ab8330ab73790b11c8ca SHA1: 3ed11c78c211adde550281dde73e578727f6fc5f SHA256: f03c296885a8847b02aa14b3a5f761c17ca914721d5052c46d1b5716efb9f94a Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest Description: Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. Package: libgmock-dev Source: googletest Version: 1.8.0-10.1rusoft1~wheezy1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 2083 Depends: libgtest-dev (= 1.8.0-10.1rusoft1~wheezy1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/debian-wheezy/i386/googletest/libgmock-dev_1.8.0-10.1rusoft1~wheezy1_i386.deb Size: 520888 MD5sum: d3616057fbf79c6357de527c05a892bc SHA1: 511790bc890206525663bfce6bcdd3209a75188c SHA256: fe1391ab04cd7529793a09812ddd9089967dd585da62faacaaaa9be7baa5fb2c Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest Description: Google's framework for writing C++ tests Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. Package: libgtest-dev Source: googletest Version: 1.8.0-10.1rusoft1~wheezy1 Architecture: i386 Maintainer: Steve M. Robbins Installed-Size: 1459 Depends: googletest (= 1.8.0-10.1rusoft1~wheezy1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/debian-wheezy/i386/googletest/libgtest-dev_1.8.0-10.1rusoft1~wheezy1_i386.deb Size: 294490 MD5sum: c0f613d2db6ab470713113645d72dfdb SHA1: ae14d882ccd99aff13c58204b9103c75a1fbc435 SHA256: 2442594e84f050296dcbd25b19b95c0757d77c5752dbfcebfbdfeee6ac372ff2 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/google/googletest Description: Google's framework for writing C++ tests Google's framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. Package: m4 Version: 1.4.17-2ubuntu1rusoft1~wheezy1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 342 Depends: libc6 (>= 2.4), libsigsegv2, dpkg (>= 1.15.4) | install-info Filename: pool/debian-wheezy/i386/m4/m4_1.4.17-2ubuntu1rusoft1~wheezy1_i386.deb Size: 262488 MD5sum: 1e82b59c4508bdeb1ef087c4ab7bb9aa SHA1: 9d48d292cd0113220618803aa2c2d4011ee71a53 SHA256: 38f16acbb8d653de9b464386da9293f15072992dea1413d67a3d7de7dc910dd5 Section: interpreters Priority: standard Multi-Arch: foreign Homepage: http://www.gnu.org/software/m4/ Description: a macro processing language GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them. Original-Maintainer: Santiago Vila Package: autoconf Version: 2.69-6rusoft1~wheezy1 Architecture: all Maintainer: Ben Pfaff Installed-Size: 1816 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf2.13, autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: autoconf2.13 (<< 2.13-47), gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Filename: pool/debian-wheezy/all/autoconf/autoconf_2.69-6rusoft1~wheezy1_all.deb Size: 585748 MD5sum: 25db971c202d74efbfbb218af16e6b44 SHA1: 349e96273c3064b0392bf3c8247beb6d38c0d9e7 SHA256: 33b4d69ca5ab36ce7349a0de06a7d310bfc210de20e8815fb03dfbe39d08044e Section: devel Priority: optional Multi-Arch: foreign Homepage: http://www.gnu.org/software/autoconf/ Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. If you need support for such scripts, you must also install the autoconf2.13 package. Package: autoconf-doc Source: autoconf Version: 2.69-6rusoft1~wheezy1 Architecture: all Maintainer: Ben Pfaff Installed-Size: 4236 Depends: dpkg (>= 1.15.4) | install-info, gnu-standards Filename: pool/debian-wheezy/all/autoconf/autoconf-doc_2.69-6rusoft1~wheezy1_all.deb Size: 2931946 MD5sum: bd630c948d2e9861ad51c5e4f03ea62a SHA1: f59f0c0834ea2c2553b70d5f65d7bcd45386ddf5 SHA256: 7078a32af11f2e61e16ff452b3df3f8f235e22fe5dc342469c63c366a58e3e9f Section: doc Priority: optional Homepage: http://www.gnu.org/software/autoconf/ Description: automatic configure script builder documentation GNU Autoconf is a package for creating scripts to configure source code packages using templates and an M4 macro package. This package contains the manual for GNU Autoconf. It documents the current version; if you are using Autoconf 2.13 instead, install the autoconf2.13 package. Package: automake Source: automake-1.14 Version: 1:1.14.1-4+deb8u1rusoft1~wheezy1 Architecture: all Maintainer: Eric Dorland Installed-Size: 1628 Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1), dpkg (>= 1.15.4) | install-info Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Provides: automake-1.14, automaken Filename: pool/debian-wheezy/all/automake-1.14/automake_1.14.1-4+deb8u1rusoft1~wheezy1_all.deb Size: 787030 MD5sum: ecaa95009fa6e027116c7f3983f8ef9e SHA1: ec9de5f665ae08272325b907f48d3bdf9d0717d2 SHA256: 611ad2cc861f9bc14d6a9021ebed414919c7f58aa1b661bd38346673136df85f Section: devel Priority: optional Multi-Arch: foreign Homepage: http://www.gnu.org/software/automake/ Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.14 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9, 1.10 and 1.11 did, so previous versions are available as separate packages. Package: bats Version: 0.4.0-1.1rusoft1~debian7.1 Architecture: all Maintainer: Yaroslav Halchenko Installed-Size: 25 Filename: pool/debian-wheezy/all/bats/bats_0.4.0-1.1rusoft1~debian7.1_all.deb Size: 15362 MD5sum: 0a203cc9d369789d64af45713b7c5d42 SHA1: 0d35f44d7a8ee3c235d0117158549f148564b00f SHA256: e9530790d2c1cfb4299cf9937959ffb72cf814a65bf42f8e78cfcb5a8cd6957c Section: shells Priority: optional Homepage: https://github.com/sstephenson/bats Description: bash automated testing system Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program. Package: m4-doc Source: m4 Version: 1.4.17-2ubuntu1rusoft1~wheezy1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 743 Filename: pool/debian-wheezy/all/m4/m4-doc_1.4.17-2ubuntu1rusoft1~wheezy1_all.deb Size: 205838 MD5sum: 237741e943aaeff6030a1d995deb3573 SHA1: a5755887e98fc25745f2351ace8b71527f2fde4c SHA256: bca801e9b1a7769570f84feaebbe626cc920c303427a13d5eaec229e84e7faac Section: doc Priority: optional Homepage: http://www.gnu.org/software/m4/ Description: Documentation for GNU m4 This package contains the HTML documentation for GNU m4. Original-Maintainer: Santiago Vila