[med-svn] [Git][med-team/terraphast][master] 5 commits: New upstream version 0.0+git20200413.8af2e4c+dfsg

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jul 25 14:21:57 BST 2022



Andreas Tille pushed to branch master at Debian Med / terraphast


Commits:
d0d657cd by Andreas Tille at 2022-07-25T14:54:52+02:00
New upstream version 0.0+git20200413.8af2e4c+dfsg
- - - - -
eca29b28 by Andreas Tille at 2022-07-25T15:14:57+02:00
New upstream version 0.0+git20200413.8af2e4c+dfsg
- - - - -
77503dff by Andreas Tille at 2022-07-25T15:14:57+02:00
Update upstream source from tag 'upstream/0.0+git20200413.8af2e4c+dfsg'

Update to upstream version '0.0+git20200413.8af2e4c+dfsg'
with Debian dir 769005cab8faa4f4988967b40436c33d50f4b222
- - - - -
7bbb88a1 by Andreas Tille at 2022-07-25T15:18:46+02:00
Remove code copy of catch

- - - - -
dd45ad19 by Andreas Tille at 2022-07-25T15:19:50+02:00
Upload to unstable

- - - - -


7 changed files:

- appveyor.yml
- − catch/LICENSE.txt
- − catch/catch.hpp
- debian/changelog
- debian/control
- debian/copyright
- debian/watch


Changes:

=====================================
appveyor.yml
=====================================
@@ -1,15 +1,15 @@
-version: 1.0.{build}
-configuration: Release
-platform:
-- x64
-- Win32
-clone_depth: 1
-before_build:
-- cmd: 'scripts\build_appveyor.bat'
-build:
-  project: terraphast.sln
-  parallel: true
-  verbosity: minimal
-test_script:
-- cmd: 'Release\unittests.exe'
-
+version: 1.0.{build}
+configuration: Release
+platform:
+- x64
+- Win32
+clone_depth: 1
+before_build:
+- cmd: 'scripts\build_appveyor.bat'
+build:
+  project: terraphast.sln
+  parallel: true
+  verbosity: minimal
+test_script:
+- cmd: 'Release\unittests.exe'
+


=====================================
catch/LICENSE.txt deleted
=====================================
@@ -1,23 +0,0 @@
-Boost Software License - Version 1.0 - August 17th, 2003
-
-Permission is hereby granted, free of charge, to any person or organization
-obtaining a copy of the software and accompanying documentation covered by
-this license (the "Software") to use, reproduce, display, distribute,
-execute, and transmit the Software, and to prepare derivative works of the
-Software, and to permit third-parties to whom the Software is furnished to
-do so, all subject to the following:
-
-The copyright notices in the Software and this entire statement, including
-the above license grant, this restriction and the following disclaimer,
-must be included in all copies of the Software, in whole or in part, and
-all derivative works of the Software, unless such copies or derivative
-works are solely in the form of machine-executable object code generated by
-a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.


=====================================
catch/catch.hpp deleted
=====================================
The diff for this file was not included because it is too large.

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+terraphast (0.0+git20200413.8af2e4c+dfsg-1) unstable; urgency=medium
+
+  * Remove code copy of catch
+    Closes: #1013269
+
+ -- Andreas Tille <tille at debian.org>  Mon, 25 Jul 2022 15:18:53 +0200
+
 terraphast (0.0+git20200413.8af2e4c-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 13),
                cmake,
                d-shlibs,
                dh-exec,
+               catch,
                libgmp3-dev
 Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/terraphast


=====================================
debian/copyright
=====================================
@@ -1,37 +1,13 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: terraphast-one
 Source: https://github.com/amkozlov/terraphast-one
+Files-Excluded: */catch
 
 Files: *
 Copyright: 2014-2020 Peter Boszoky, Tobias Ribizel, Fedor Scholz, Florian Weber
                      Michael Hamann, Bui Quang Minh, Alexandros Stamatakis
 License: GPL-3+
 
-Files: catch/*
-Copyright: 2012 Two Blue Cubes Ltd. All rights reserved.
-License: Boost-1.0
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
- .
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-
 Files: debian/*
 Copyright: 2021-2022 Andreas Tille <tille at debian.org>
 License: GPL-3+


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
 
-opts="mode=git,pretty=0.0+git%cd.%h" \
+opts="mode=git,pretty=0.0+git%cd.%h,repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \
     https://github.com/amkozlov/terraphast-one.git HEAD



View it on GitLab: https://salsa.debian.org/med-team/terraphast/-/compare/f2f768e1210b7c69647647baa67a7be7baf63b1b...dd45ad19ff57bd6d58f1357d134f690908f93a05

-- 
View it on GitLab: https://salsa.debian.org/med-team/terraphast/-/compare/f2f768e1210b7c69647647baa67a7be7baf63b1b...dd45ad19ff57bd6d58f1357d134f690908f93a05
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/20220725/fce070e7/attachment-0001.htm>


More information about the debian-med-commit mailing list