[Pkg-bitcoin-commits] [libunivalue] annotated tag debian/1.0.3-1 created (now 7012f27)

Jonas Smedegaard dr at jones.dk
Mon Feb 27 01:13:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.0.3-1
in repository libunivalue.

        at  7012f27   (tag)
   tagging  5727a8073b2e4b5960cceaa794107c06292398ff (commit)
  replaces  upstream/1.0.3
 tagged by  Jonas Smedegaard
        on  Mon Feb 27 02:11:02 2017 +0100

- Log -----------------------------------------------------------------
libunivalue Debian release 1.0.3-1
-----BEGIN PGP SIGNATURE-----

iQIcBAABCAAGBQJYs3ymAAoJECx8MUbBoAEhvEgQAIxqTTKmOeka4z6Gt3tCbB9m
AhXz0t9HV47cr5ZcVa0UDXVEfjhvML40CKYxqZFfvlmT8sLW6JxqN5ffvOPRB19C
TJQqyS2U/HFmfGji5ssVV0mZqBbmNgpHIR/+wUcUX/QPjg3kQu2y+WQDnaqDNBkn
9a2xFLsUklUsRHm2kdgg1pPfxRp4fswq1xpqzBMo75a/CN/mpjjFFkzUOQqgZV2O
uxoVd8AauAvqYtvBJf2L71OiRvpPN0mWn3+7rIFcUVTbtLr2Jw2CqsHAsReVQRr/
/0LBvLTmNCaDO3MNp2/lCT8OfgoVY5/0lkOLdB7Z+YLRQ64icrZac9XHc4Ys7wji
t21EUCYy+UOiJnd/UZro+sLCODYT3CY3/hfHSHkfMVZCnrwARHK/vImjeVFwGZBU
3ASiY5HulRp1z4jO82UZl8ARm1/7rM+0RvDlqGgtXh2GZCjpX1JWimnkv9V4wjUQ
w1mHjxAlES2OORg47/weScIMoZ0UfWOeSsutOKT0gCwjhLw2iFZxoxW72fBDeZYM
jafcBj319UCx0PQjxQ71Uy6qYN/k9LDyg9m0S9DSYaN0hmYzGC9XOrSWNiz9wndX
xPugoH6qHPOHA4/gKv8eLFhw0RnXU7DCPc//fUwjM5HDyuyd0zIDFhg8f8ZvQ3eR
SkRmT2E9UJRJDojaTxT/
=LueD
-----END PGP SIGNATURE-----

Jonas Smedegaard (23):
      Initial packaging.
      Drop bogus section on lack of upstream releases from README.source.
      Update package relations: Relax to build-depend unversioned on d-shlibs: Needed version satisfied even in oldstable.
      Update changelog and control file.
      Update symbols.
      Relax symbols check on experimental builds. Tighten build-dependency on dpkg-dev.
      Prepare for release: Update changelog, control file and copyright hints.
      Fix fail on testsuite failure when targeted non-experimental.
      Declare compliance with Debian Policy 3.9.8.
      Prepare for release: Update changelog and control file(s).
      Update watch file: Use substitution string @PACKAGE at .
      Use CDBS get-orig-source target for git snapshots. Mention in README.source.
      Update git-buildpage config: Avoid git- prefix. Filter any .git* file.
      Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.
      Update watch file: Add usage comment.
      Modernize Vcs-Browser field: Use git subdir (not cgit).
      Update copyright info: Extend coverage of Debian packaging.
      Update changelog, control file(s), and copyright hints.
      Merge tag 'upstream/1.0.2+20161120'
      Update copyright info: Cover univalue_utffilter.h (Expat license).
      Prepare for release: Update changelog, and copyright hints.
      Merge tag 'upstream/1.0.3'
      Prepare for release: Update changelog and copyright hints.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  c9a716c   Handle UTF-8
       new  fceb4f8   Do not shadow variables
       new  c74a04c   Merge pull request #23 from paveljanik/20160527_Wshadow
       new  09a2693   Merge pull request #22 from laanwj/2016_04_unicode
       new  faf260f   Rem unused vars and prefer prefix operator for non-primitive type
       new  d9e62d3   Merge pull request #24 from MarcoFalke/Mf1608-cleanup
       new  8a8451a   Update watch file: Use substitution string @PACKAGE at .
       new  cfa0384   Convenience wrappers for push_back-ing integer types
       new  9f0b997   [travis] Work around osx libtool issue
       new  cedda14   Merge pull request #28 from MarcoFalke/patch-1
       new  5668ca3   Return const references from getKeys, getValues, get_str
       new  3f03bfd   Merge pull request #27 from laanwj/2016_09_const_refs
       new  26ef3ff   Remove trailing whitespace from JSON export
       new  839ccd7   Add test driver for JSONTestSuite
       new  28876d0   Merge pull request #29 from btcdrak/exportspace
       new  0bb1439   Support parsing raw literals in UniValue
       new  fd32d1a   Don't require nul-terminated string inputs
       new  a38fcd3   Do not shadow member variable codepoint.
       new  77974f3   Merge pull request #34 from paveljanik/20161116_Wshadow_codepoint
       new  8289f14   Use CDBS get-orig-source target for git snapshots. Mention in README.source.
       new  f9dcda1   Update git-buildpage config: Avoid git- prefix. Filter any .git* file.
       new  7a86a74   Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.
       new  64a26c1   Update watch file: Add usage comment.
       new  bdf3618   Modernize Vcs-Browser field: Use git subdir (not cgit).
       new  6d3868a   Update copyright info: Extend coverage of Debian packaging.
       new  8af5ff0   Update changelog, control file(s), and copyright hints.
       new  d58e8d9   New upstream version 1.0.2+20161120
       new  39e62cb   Merge tag 'upstream/1.0.2+20161120'
       new  c879d9c   Update copyright info: Cover univalue_utffilter.h (Expat license).
       new  0f202b6   Prepare for release: Update changelog, and copyright hints.
       new  511008c   Merge pull request #30 from ryanofsky/test-driver
       new  89bb073   Merge pull request #31 from ryanofsky/raw-literals
       new  3640541   Merge PR #32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
       new  81eba33   Merge pull request #26 from isle2983/pushBackHelpers
       new  a31231b   Version 1.0.3
       new  58984e3   New upstream version 1.0.3
       new  4509bfe   Merge tag 'upstream/1.0.3'
       new  5727a80   Prepare for release: Update changelog and copyright hints.

The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list