Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1645)

Unified Diff: src/third_party/gmock/debian/control

Issue 536056: Bump gtest to 1.4.0 and add gmock 1.4.0 (Closed)
Patch Set: fixed nits from cjwatson Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/third_party/gmock/debian/compat ('k') | src/third_party/gmock/debian/libgmock.install » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/third_party/gmock/debian/control
diff --git a/src/third_party/gmock/debian/control b/src/third_party/gmock/debian/control
new file mode 100644
index 0000000000000000000000000000000000000000..724abd1fdfa2efc3ecb6ea86af0cca40a4297aca
--- /dev/null
+++ b/src/third_party/gmock/debian/control
@@ -0,0 +1,24 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+Source: gmock
+Priority: extra
+Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com>
+Build-Depends: debhelper (>= 7.3.0), libgtest0 (<= 1.4.0), libgtest-dev
+Standards-Version: 3.8.0
+Section: libs
+
+Package: libgmock
+Section: libs
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtest0 (<= 1.4.0)
+Description: Google's C++ Mocking framework
+ Shared objects for Google's C++ Mocking framework.
+
+Package: libgmock-dev
+Section: libs
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgmock, libgtest-dev
+Description: Google's C++ Mocking framework
+ Headers and static libraries as well as configuration binaries.
« no previous file with comments | « src/third_party/gmock/debian/compat ('k') | src/third_party/gmock/debian/libgmock.install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698