Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
013af6af
Commit
013af6af
authored
Sep 28, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update debian files
parent
1d79a9e9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
64 additions
and
1 deletions
+64
-1
.gitignore
+1
-0
debian/control
+1
-1
debian/copyright
+36
-0
debian/patches/install-at-destdir
+25
-0
debian/patches/series
+1
-0
No files found.
.gitignore
View file @
013af6af
...
...
@@ -2,6 +2,7 @@ obj.dbg/
obj/
.libs/
.vscode/
.pc/
autom4te.cache/
GNUmakefile
include/cif++/Config.hpp
...
...
debian/control
View file @
013af6af
...
...
@@ -4,7 +4,7 @@ Uploaders: Maarten L. Hekkelman <maarten@hekkelman.com>,
Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 1
3
),
Build-Depends: debhelper-compat (= 1
2
),
autoconf-archive,
libboost-dev,
libboost-iostreams-dev,
...
...
debian/copyright
View file @
013af6af
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.
\ No newline at end of file
debian/patches/install-at-destdir
0 → 100644
View file @
013af6af
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
,
12
+33
,
12
@@
LIBS =
@LIBS@
\
@BOOST_IOSTREAMS_LIB@
-prefix =
@prefix
@
-exec_prefix =
@exec_prefix@
-libdir =
@libdir@
-includedir =
@includedir@
-datarootdir =
@datarootdir@
-datadir =
@datadir@
+prefix =
$
(
DESTDIR
)
@prefix
@
+exec_prefix =
$
(
DESTDIR
)
@exec_prefix@
+libdir =
$
(
DESTDIR
)
@libdir@
+includedir =
$
(
DESTDIR
)
@includedir@
+datarootdir =
$
(
DESTDIR
)
@datarootdir@
+datadir =
$
(
DESTDIR
)
@datadir@
pkgconfigdir =
$
(
libdir
)
/pkgconfig
LIB_NAME =
@PACKAGE_NAME@
debian/patches/series
0 → 100644
View file @
013af6af
install-at-destdir
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment