From: Andrew Pollock Date: Thu, 24 Sep 2015 01:33:03 +0000 (+0100) Subject: grpc (0.11.1-1) unstable; urgency=low X-Git-Tag: archive/raspbian/1.30.2-2.1+rpi1~1^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e87bf7d5358871ec1126b7b721c0c5d30086f71;p=grpc.git grpc (0.11.1-1) unstable; urgency=low * New upstream release * debian/control: update maintainer with upstream address, add myself as uploader [dgit import unpatched grpc 0.11.1-1] --- 3e87bf7d5358871ec1126b7b721c0c5d30086f71 diff --cc debian/changelog index 00000000,00000000..ea7f23df new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,25 @@@ ++grpc (0.11.1-1) unstable; urgency=low ++ ++ * New upstream release ++ * debian/control: update maintainer with upstream address, add myself as ++ uploader ++ ++ -- Andrew Pollock Thu, 24 Sep 2015 11:33:03 +1000 ++ ++grpc (0.11.0.0-1) unstable; urgency=low ++ ++ * New upstream release ++ ++ -- Andrew Pollock Wed, 09 Sep 2015 13:05:55 +1000 ++ ++grpc (0.10.2-1) unstable; urgency=medium ++ ++ * New upstream release (closes: #795766) ++ ++ -- Andrew Pollock Fri, 28 Aug 2015 09:26:25 +1000 ++ ++grpc (0.10.0-1) unstable; urgency=low ++ ++ * Initial release (Closes: #786375) ++ ++ -- Andrew Pollock Thu, 07 May 2015 13:28:11 +1000 diff --cc debian/clean index 00000000,00000000..9b562b0f new file mode 100644 --- /dev/null +++ b/debian/clean @@@ -1,0 -1,0 +1,2 @@@ ++client.prof ++server.prof diff --cc debian/compat index 00000000,00000000..ec635144 new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++9 diff --cc debian/control index 00000000,00000000..b114fa74 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,31 @@@ ++Source: grpc ++Priority: optional ++Maintainer: gRPC Package Maintainers ++Uploaders: Andrew Pollock , Laszlo Boszormenyi (GCS) ++Build-Depends: debhelper (>= 9), zlib1g-dev, libssl-dev, libprotobuf-dev, protobuf-compiler, libgflags-dev, libgtest-dev, libgoogle-perftools-dev, python ++Standards-Version: 3.9.6 ++Section: libs ++Homepage: http://www.grpc.io/ ++Vcs-Git: https://github.com/grpc/grpc.git ++Vcs-Browser: https://github.com/grpc/grpc ++ ++Package: libgrpc-dev ++Section: libdevel ++Architecture: any ++Depends: libgrpc0 (= ${binary:Version}), ${misc:Depends} ++Description: high performance general RPC framework (development) ++ A modern, open source remote procedure call (RPC) framework that can ++ run anywhere. It enables client and server applications to communicate ++ transparently, and makes it easier to build connected systems. ++ . ++ This package contains the headers and the static library for libgrpc0. ++ ++Package: libgrpc0 ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: high performance general RPC framework ++ A modern, open source remote procedure call (RPC) framework that can ++ run anywhere. It enables client and server applications to communicate ++ transparently, and makes it easier to build connected systems. ++ . ++ This package provides the gRPC C bindings. diff --cc debian/copyright index 00000000,00000000..f404e084 new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,54 @@@ ++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ++Upstream-Name: grpc ++Source: https://github.com/grpc/grpc ++ ++Files: * ++Copyright: Copyright 2015, Google Inc. ++License: BSD-3-clause ++ Copyright 2015, Google Inc. ++ All rights reserved. ++ . ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions are ++ met: ++ . ++ * Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ * Redistributions in binary form must reproduce the above ++ copyright notice, this list of conditions and the following disclaimer ++ in the documentation and/or other materials provided with the ++ distribution. ++ * Neither the name of Google Inc. nor the names of its ++ contributors may be used to endorse or promote products derived from ++ this software without specific prior written permission. ++ . ++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ++ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ++ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ++ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ++ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ++ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ ++Files: debian/* ++Copyright: 2015 Andrew Pollock ++License: GPL-2+ ++ This package is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ . ++ This package is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ . ++ You should have received a copy of the GNU General Public License ++ along with this program. If not, see ++ . ++ On Debian systems, the complete text of the GNU General ++ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --cc debian/docs index 00000000,00000000..b43bf86b new file mode 100644 --- /dev/null +++ b/debian/docs @@@ -1,0 -1,0 +1,1 @@@ ++README.md diff --cc debian/libgrpc-dev.dirs index 00000000,00000000..44188162 new file mode 100644 --- /dev/null +++ b/debian/libgrpc-dev.dirs @@@ -1,0 -1,0 +1,2 @@@ ++usr/lib ++usr/include diff --cc debian/libgrpc-dev.install index 00000000,00000000..509bcc52 new file mode 100644 --- /dev/null +++ b/debian/libgrpc-dev.install @@@ -1,0 -1,0 +1,5 @@@ ++usr/include/grpc/ ++usr/lib/libgpr.a ++usr/lib/libgpr.so ++usr/lib/libgrpc.a ++usr/lib/libgrpc.so diff --cc debian/libgrpc0.dirs index 00000000,00000000..68457717 new file mode 100644 --- /dev/null +++ b/debian/libgrpc0.dirs @@@ -1,0 -1,0 +1,1 @@@ ++usr/lib diff --cc debian/libgrpc0.install index 00000000,00000000..e090f8e3 new file mode 100644 --- /dev/null +++ b/debian/libgrpc0.install @@@ -1,0 -1,0 +1,2 @@@ ++usr/lib/libgpr.so.* ++usr/lib/libgrpc.so.* diff --cc debian/libgrpc0.lintian-overrides index 00000000,00000000..6c17eb32 new file mode 100644 --- /dev/null +++ b/debian/libgrpc0.lintian-overrides @@@ -1,0 -1,0 +1,1 @@@ ++possible-gpl-code-linked-with-openssl diff --cc debian/rules index 00000000,00000000..f8d0e4ac new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,29 @@@ ++#!/usr/bin/make -f ++# -*- makefile -*- ++ ++# output every command that modifies files on the build system. ++#DH_VERBOSE = 1 ++ ++DPKG_EXPORT_BUILDFLAGS = 1 ++include /usr/share/dpkg/default.mk ++ ++export DEB_BUILD_MAINT_OPTIONS = hardening=+all ++ ++# package maintainers to append CFLAGS ++#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic ++# package maintainers to append LDFLAGS ++#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed ++ ++override_dh_auto_build: ++ make shared_c prefix=/usr ++ ++override_dh_auto_test: ++ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ++ make test_c ++endif ++ ++override_dh_auto_install: ++ make install_c prefix=$(CURDIR)/debian/tmp/usr ++ ++%: ++ dh $@ --parallel diff --cc debian/source/format index 00000000,00000000..163aaf8d new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt)