Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CommandLineTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
CommandLineTools
Commits
3786b7fa
Commit
3786b7fa
authored
8 years ago
by
Martin Killenberg
Browse files
Options
Downloads
Patches
Plain Diff
fixed debian copyright file
parent
6ffadf67
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/debian_package_templates/copyright
+6
-6
6 additions, 6 deletions
cmake/debian_package_templates/copyright
cmake/prepare_debian_package.cmake
+1
-3
1 addition, 3 deletions
cmake/prepare_debian_package.cmake
with
7 additions
and
9 deletions
cmake/debian_package_templates/copyright
.in
→
cmake/debian_package_templates/copyright
+
6
−
6
View file @
3786b7fa
Format: http://dep.debian.net/deps/dep5
Format: http://dep.debian.net/deps/dep5
Source: <https://
svnsrv.desy.de/public/mtca4u/CommandLineTools/tags/@
CommandLineTools
_VERSION@
>
Source: <https://
github.com/ChimeraTK/
CommandLineTools
.git
>
Files: *
Files: *
Copyright: 2013 Martin Killenberg <martin.killenberg@desy.de>
Copyright: 2013 Martin Killenberg <martin.killenberg@desy.de>
...
@@ -7,9 +7,9 @@ License: GPL-3.0+
...
@@ -7,9 +7,9 @@ License: GPL-3.0+
Files: debian/*
Files: debian/*
Copyright: 2013 Martin Killenberg <martin.killenberg@desy.de>
Copyright: 2013 Martin Killenberg <martin.killenberg@desy.de>
License:
L
GPL-3.0+
License: GPL-3.0+
License:
L
GPL-3.0+
License: GPL-3.0+
This package is free software; you can redistribute it and/or modify
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
...
@@ -18,10 +18,10 @@ License: LGPL-3.0+
...
@@ -18,10 +18,10 @@ License: LGPL-3.0+
This package is distributed in the hope that it will be useful,
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser
General Public License for more details.
General Public License for more details.
.
.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
.
On Debian systems, the complete text of the GNU
Lesser
General
On Debian systems, the complete text of the GNU General
Public License can be found in "/usr/share/common-licenses/
L
GPL-3".
Public License can be found in "/usr/share/common-licenses/GPL-3".
This diff is collapsed.
Click to expand it.
cmake/prepare_debian_package.cmake
+
1
−
3
View file @
3786b7fa
...
@@ -15,6 +15,7 @@ set(PACKAGE_MESSAGE "Debian package for MTCA4U command line tools ${${PROJECT_NA
...
@@ -15,6 +15,7 @@ set(PACKAGE_MESSAGE "Debian package for MTCA4U command line tools ${${PROJECT_NA
#Nothing to change, just copy
#Nothing to change, just copy
file
(
COPY
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/compat
file
(
COPY
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/compat
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/copyright
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/
${
PACKAGE_BASE_NAME
}
.install
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/
${
PACKAGE_BASE_NAME
}
.install
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/rules
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/rules
DESTINATION debian_from_template
)
DESTINATION debian_from_template
)
...
@@ -23,9 +24,6 @@ file(COPY ${CMAKE_SOURCE_DIR}/cmake/debian_package_templates/source/format
...
@@ -23,9 +24,6 @@ file(COPY ${CMAKE_SOURCE_DIR}/cmake/debian_package_templates/source/format
DESTINATION debian_from_template/source
)
DESTINATION debian_from_template/source
)
#Set the version number
#Set the version number
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/copyright.in
debian_from_template/copyright @ONLY
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/control.in
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/debian_package_templates/control.in
debian_from_template/control @ONLY
)
debian_from_template/control @ONLY
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment