Changeset - 776909a4cffc
[Not reviewed]
default
0 1 1
Hasan Yavuz ÖZDERYA - 10 years ago 2015-05-09 00:02:38
hy@ozderya.net
added debian copyright file
2 files changed with 31 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -98,6 +98,11 @@ install(FILES
 
  ${CMAKE_SOURCE_DIR}/misc/serialplot.png
 
  DESTINATION share/serialplot)
 

	
 
# install copyright file (in debian format)
 
install(FILES
 
  ${CMAKE_SOURCE_DIR}/debian/copyright
 
  DESTINATION share/doc/serialplot/)
 

	
 
install(CODE "
 
  execute_process(COMMAND ${XDG-DESKTOP-MENU} install --novendor ${CMAKE_INSTALL_PREFIX}/share/serialplot/serialplot.desktop)
 
  execute_process(COMMAND ${XDG-ICON-RESOURCE} install --novendor --size 256 ${CMAKE_INSTALL_PREFIX}/share/serialplot/serialplot.png)
debian/copyright
Show inline comments
 
new file 100644
 
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
Upstream-Name: serialplot
 
Source: https://bitbucket.org/hyOzd/serialplot
 

	
 
Files: *
 
Copyright: Copyright © 2015 Hasan Yavuz Özderya <hy@ozderya.net>
 
License: GPL-3+
 
 This program is free software; you can redistribute it
 
 and/or modify it under the terms of the GNU General Public
 
 License as published by the Free Software Foundation; either
 
 version 3 of the License, or (at your option) any later
 
 version.
 
 .
 
 This program is distributed in the hope that it will be
 
 useful, but WITHOUT ANY WARRANTY; without even the implied
 
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 
 PURPOSE.  See the GNU General Public License for more
 
 details.
 
 .
 
 You should have received a copy of the GNU General Public
 
 License along with this package; if not, see
 
 <http://www.gnu.org/licenses/>.
 
 .
 
 On Debian systems, the full text of the GNU General Public
 
 License version 3 can be found in the file
 
 `/usr/share/common-licenses/GPL-3'.
 
\ No newline at end of file
0 comments (0 inline, 0 general)