Skip to content
Snippets Groups Projects
Commit dc335420 authored by Holger Levsen's avatar Holger Levsen Committed by Apertis package maintainers
Browse files

Import Debian changes 0.0~git20181028.e517b90-1.1

golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.
.
golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1) unstable; urgency=medium
.
  * Initial release (Closes: #919278)
parent cb091615
No related branches found
No related tags found
No related merge requests found
Pipeline #885249 passed
golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Fri, 08 Jan 2021 14:12:15 +0100
golang-github-pquerna-ffjson (0.0~git20181028.e517b90-1) unstable; urgency=medium
* Initial release (Closes: #919278)
-- Reinhard Tartler <siretart@tauware.de> Mon, 14 Jan 2019 17:31:56 -0500
11
Source: golang-github-pquerna-ffjson
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-google-gofuzz-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.2.1
Homepage: https://github.com/pquerna/ffjson
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pquerna-ffjson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pquerna-ffjson.git
XS-Go-Import-Path: github.com/pquerna/ffjson
Testsuite: autopkgtest-pkg-go
Package: ffjson
Architecture: any
Depends: ${misc:Depends},
golang-github-pquerna-ffjson-dev
Description: faster JSON serialization for Go
ffjson generates static MarshalJSON and UnmarshalJSON functions for
structures in Go. The generated functions reduce the reliance upon runtime
reflection to do serialization and are generally 2 to 3 times faster.
In cases where ffjson doesn't understand a Type involved, it falls back to
encoding/json, meaning it is a safe drop in replacement. By using ffjson
your JSON serialization just gets faster with no additional code changes.
.
This package contains the ffjson executable.
Package: golang-github-pquerna-ffjson-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-google-gofuzz-dev,
golang-github-stretchr-testify-dev
Description: faster JSON serialization for Go
ffjson generates static MarshalJSON and UnmarshalJSON functions for
structures in Go. The generated functions reduce the reliance upon runtime
reflection to do serialization and are generally 2 to 3 times faster.
In cases where ffjson doesn't understand a Type involved, it falls back to
encoding/json, meaning it is a safe drop in replacement. By using ffjson
your JSON serialization just gets faster with no additional code changes.
.
This package contains the source code for other go programs to link against.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ffjson
Source: https://github.com/pquerna/ffjson
Files-Excluded:
tests/vendor
Godeps/_workspace
Files: *
Copyright: 2014-2019, Paul Querna <pquerna@apache.org>, Klaus Post <klauspost@gmail.com>, Erik Dubbelboer <erik@dubbelboer.com>
License: Apache-2.0
Files: debian/*
Copyright: 2019 Reinhard Tartler <siretart@tauware.de>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
README.md
usr/bin/ffjson
[DEFAULT]
pristine-tar = True
usr/share/gocode
Subject: Update .gitignore from Debian packaging branch
The Debian packaging git branch contains these updates to the upstream
.gitignore file(s). This patch is autogenerated, to provide these
updates to users of the official Debian archive view of the package.
[dgit (3.11~deb9u1) update-gitignore]
---
diff --git a/.gitignore b/.gitignore
index 2b62c96..1ffc8d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ tests/goser/ff/goser_ffjson.go
tests/types/ff/everything_ffjson.go
tests/number/ff/number_ffjson.go
tests/ff_ffjson.go
+
+.pc
auto-gitignore
#!/usr/bin/make -f
# tests have a bogous import that confuses the debhelper
export DH_GOLANG_EXCLUDES=github.com/pquerna/ffjson/tests
%:
dh $@ --buildsystem=golang --with=golang
3.0 (quilt)
version=4
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-pquerna-ffjson-\$1\.tar\.gz/,\
uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
https://github.com/pquerna/ffjson/tags .*/v?(\d\S*)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment