Package: dh-exec Version: 0.23-1rusoft1.1~debian7.1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 87 Depends: libc6 (>= 2.8), libpipeline1 (>= 1.0.0), perl (>= 5.14.2~), debhelper (>= 9), libdpkg-perl (>= 1.16.1) Filename: pool/debian-wheezy/amd64/dh-exec/dh-exec_0.23-1rusoft1.1~debian7.1_amd64.deb Size: 29958 MD5sum: 34f99903e70ac9a804027826baef49b6 SHA1: e70533ff9707d97721f5bc25b3f79ad8d7edb65a SHA256: fe5703dcfb649a3a26575d703d1f4896bc83b87ca00459ab9ec0e41fc49d3247 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: amd64 Maintainer: Steve M. Robbins Installed-Size: 7 Depends: googletest (= 1.8.0-10.1rusoft1~wheezy1) Filename: pool/debian-wheezy/amd64/googletest/google-mock_1.8.0-10.1rusoft1~wheezy1_amd64.deb Size: 6112 MD5sum: 058750b188a4e87ea0b36e2d0ed42eed SHA1: 13daf18d403bfa5d034649510d7d8f800d46fe7b SHA256: 323b1d3580819bc0110c4748165691cc4b8a6480d5d9574ef56129f47d8afdbd 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: amd64 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/amd64/googletest/googletest_1.8.0-10.1rusoft1~wheezy1_amd64.deb Size: 1277390 MD5sum: 2fae4ecf9a209269886f4d83e157000d SHA1: ce789bf3536a715a51719968d32fd2fc696b0602 SHA256: b4920ec2bf62330b903a7b327aeb15f1f16a1bbb1ec9ba15b9fb0baaeb2b1df9 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: amd64 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/amd64/googletest/googletest-tools_1.8.0-10.1rusoft1~wheezy1_amd64.deb Size: 28980 MD5sum: eb5e6f9285e184a0d1cf8be2e13563b1 SHA1: 4896a41ba3a9db9413670e13a5675a6c782b5211 SHA256: f9b98182e796e6c70e64f5b18b2d9792ae2421e5a5aea21057f7a356b46e6ad4 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: amd64 Maintainer: Steve M. Robbins Installed-Size: 2482 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/amd64/googletest/libgmock-dev_1.8.0-10.1rusoft1~wheezy1_amd64.deb Size: 515810 MD5sum: 1e31174f42d649d1a46ab3dae455564c SHA1: f6e9095a6369802c3c2a013a766b0589b1c5b1c6 SHA256: 16d4c264dc84bcd099cafd480feb4cc00ae697a8159dc483a63b8ac914c0ec46 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: amd64 Maintainer: Steve M. Robbins Installed-Size: 1606 Depends: googletest (= 1.8.0-10.1rusoft1~wheezy1) Conflicts: googletest (<= 1.8.0-8) Replaces: googletest (<= 1.8.0-8) Filename: pool/debian-wheezy/amd64/googletest/libgtest-dev_1.8.0-10.1rusoft1~wheezy1_amd64.deb Size: 291998 MD5sum: b1bc3405b45214bb4a926bd2712bb4ed SHA1: 3e17562bfec47ae814d56fa5f769334cdff41996 SHA256: 3028924e65706864fcb0b83f139f822669e0a58485b9c535fb078d1b87d90d53 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: amd64 Maintainer: Ubuntu Developers Installed-Size: 355 Depends: libc6 (>= 2.4), libsigsegv2, dpkg (>= 1.15.4) | install-info Filename: pool/debian-wheezy/amd64/m4/m4_1.4.17-2ubuntu1rusoft1~wheezy1_amd64.deb Size: 270170 MD5sum: a5bfa8762bdbdb943b282a0d7aedebab SHA1: bf528f2dd3641663b46fb182c8e25906fd7aa371 SHA256: ca4882f1c9854afa58c91c020b127f803db2ee0470edd9c4150758013fbb6531 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