Skip to content
Snippets Groups Projects
Commit 3786b7fa authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fixed debian copyright file

parent 6ffadf67
No related branches found
No related tags found
No related merge requests found
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: LGPL-3.0+ License: GPL-3.0+
License: LGPL-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/LGPL-3". Public License can be found in "/usr/share/common-licenses/GPL-3".
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment