mirror of
https://github.com/PDB-REDO/libcifpp.git
synced 2026-06-04 22:14:24 +08:00
Compare commits
1 Commits
windows-ve
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf9b12043f |
2
debian/control
vendored
2
debian/control
vendored
@@ -4,7 +4,7 @@ Uploaders: Maarten L. Hekkelman <maarten@hekkelman.com>,
|
||||
Andreas Tille <tille@debian.org>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
autoconf-archive,
|
||||
libboost-dev,
|
||||
libboost-iostreams-dev,
|
||||
|
||||
35
debian/copyright
vendored
35
debian/copyright
vendored
@@ -0,0 +1,35 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libcifpp
|
||||
Upstream-Contact: Maarten L. Hekkelman <maarten@hekkelman.com>
|
||||
Source: http://github.com/PDB-REDO/libcifpp
|
||||
|
||||
Files: *
|
||||
Copyright: © 2020 NKI/AVL, Netherlands Cancer Institute
|
||||
License: BSD-2-Clause
|
||||
|
||||
Files: debian/*
|
||||
Copyright: © 2020 NKI/AVL, Netherlands Cancer Institute
|
||||
License: BSD-2-Clause
|
||||
|
||||
License: BSD-2-Clause
|
||||
Copyright (c) 2020 NKI/AVL, Netherlands Cancer Institute
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
.
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer
|
||||
2. 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.
|
||||
.
|
||||
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.
|
||||
15
debian/patches/install-at-destdir
vendored
Normal file
15
debian/patches/install-at-destdir
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Description: Fix makefiles to install at the correct location
|
||||
Author: Maarten L. Hekkelman <maarten@hekkelman.com>
|
||||
Last-Update: Mon, 28 Sep 2020 09:18:14 +0200
|
||||
|
||||
--- a/GNUmakefile.in
|
||||
+++ b/GNUmakefile.in
|
||||
@@ -33,7 +33,7 @@
|
||||
LIBS = @LIBS@ \
|
||||
@BOOST_IOSTREAMS_LIB@
|
||||
|
||||
-prefix = @prefix@
|
||||
+prefix = $(DESTDIR)/@prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
libdir = @libdir@
|
||||
includedir = @includedir@
|
||||
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
||||
install-at-destdir
|
||||
Reference in New Issue
Block a user