[med-svn] [Git][med-team/concurrentqueue][master] 5 commits: Fix homepage

Andreas Tille gitlab at salsa.debian.org
Tue Jun 30 15:17:46 BST 2020



Andreas Tille pushed to branch master at Debian Med / concurrentqueue


Commits:
017ae18b by Andreas Tille at 2020-06-30T16:13:45+02:00
Fix homepage

- - - - -
c25bea6b by Andreas Tille at 2020-06-30T16:14:06+02:00
No first person in description

- - - - -
b72534d4 by Andreas Tille at 2020-06-30T16:14:36+02:00
dversionmangle=auto

- - - - -
f6646ef4 by Andreas Tille at 2020-06-30T16:14:49+02:00
DEP3

- - - - -
e990dc00 by Andreas Tille at 2020-06-30T16:16:30+02:00
BSD-2-clause is the correct DEP5 name of this license

- - - - -


4 changed files:

- debian/control
- debian/copyright
- debian/patches/dontBuildBenchmark.patch
- debian/watch


Changes:

=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>
 Build-Depends: debhelper-compat (= 13)
 Standards-Version: 4.5.0
 Section: libs
-Homepage: https://github.com/cameron314/concurrentqueue/tags
+Homepage: https://github.com/cameron314/concurrentqueue
 Vcs-Browser: https://salsa.debian.org/med-team/concurrentqueue
 Vcs-Git: https://salsa.debian.org/med-team/concurrentqueue.git
 Rules-Requires-Root: no
@@ -44,6 +44,6 @@ Description: industrial-strength lock-free queue for C++
  .
  This queue not only has less limitations than others (for the most part),
  but it's also faster. It's been fairly well-tested, and offers advanced
- features like bulk enqueueing/dequeueing (which, with my new design, is
+ features like bulk enqueueing/dequeueing (which, with the new design, is
  much faster than one element at a time, approaching and even surpassing
  the speed of a non-concurrent queue even under heavy contention).


=====================================
debian/copyright
=====================================
@@ -7,25 +7,24 @@ Files-Excluded:
 
 Files: *
 Copyright: 2013-2016, Cameron Desrochers
-License: BSD|Boost
+License: BSD-2-clause|Boost
 
 Files: lightweightsemaphore.h
 Copyright: 2013-2016 Cameron Desrochers
                      Jeff Preshing
-License: zlib
-
-License: zlib
+           2015 Jeff Preshing
+License: Zlib
  This software is provided 'as-is', without any express or implied
- warranty.  In no event will the authors be held liable for any damages
+ warranty. In no event will the authors be held liable for any damages
  arising from the use of this software.
-
+ .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:
-
+ .
  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
-    in a product, an acknowledgment in the product documentation would be
+    in a product, an acknowledgement in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
@@ -36,9 +35,9 @@ License: zlib
 
 Files: debian/*
 Copyright: 2020 Steffen Moeller <moeller at debian.org>
-License: BSD|Boost
+License: BSD-2-clause|Boost
 
-License: BSD
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without modification,
  are permitted provided that the following conditions are met:
  .


=====================================
debian/patches/dontBuildBenchmark.patch
=====================================
@@ -1,3 +1,7 @@
+Author: Steffen Möller
+Last-Update: 2020-06-29 23:49:01 +0200
+Description: Do not build benchmarks
+
 Index: concurrentqueue/build/makefile
 ===================================================================
 --- concurrentqueue.orig/build/makefile


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
-opts="repack,repacksuffix=+ds,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%concurrentqueue-$1.tar.gz%" \
+opts="repack,repacksuffix=+ds,dversionmangle=auto,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%concurrentqueue-$1.tar.gz%" \
    https://github.com/cameron314/concurrentqueue/tags \
    (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/concurrentqueue/-/compare/6493b2fed07d1971c16b5449a42a1d78d8a267f5...e990dc00eae6bfb4ca70a1e7642e76a8944ff035

-- 
View it on GitLab: https://salsa.debian.org/med-team/concurrentqueue/-/compare/6493b2fed07d1971c16b5449a42a1d78d8a267f5...e990dc00eae6bfb4ca70a1e7642e76a8944ff035
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200630/77aa03e0/attachment-0001.html>


More information about the debian-med-commit mailing list