[med-svn] [examl] 01/02: Copyright
Andreas Tille
tille at debian.org
Wed Feb 15 18:55:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository examl.
commit adba04c5938d8e866951c3e71805cb1795e95240
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 15 18:22:54 2017 +0100
Copyright
---
debian/copyright | 28 ++++++++++++++++++++++------
debian/rules | 16 +---------------
2 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 3416315..890d132 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,27 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: <pkg>
-Source: <path_to_download>
+Upstream-Name: ExaML
+Source: https://github.com/stamatak/ExaML
Files: *
-Copyright: © 20xx-20yy <upstream>
-License: <license>
+Copyright: 2006-2017 Alexandros Stamatakis
+License: GPL-2+
+Comment: While the source tarball contains a copy o GPL-3+ the
+ sources say GPL-2+ so this version was choosen here.
Files: debian/*
-Copyright: © 2016 maintainername <maintainer at e.mail>
-License: <license>
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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.
+ .
+ On Debian systems you can find a full copy of the GNU General Public
+ License version 2 at /usr/share/common-licenses/GPL-2.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index de04100..5d83874 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,21 +3,7 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables, you can
-# include /usr/share/dpkg/default.mk
-# and use what is set there.
-
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
MFILES:=$(shell cd examl && ls *.gcc)
SRCDIR:=examl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/examl.git
More information about the debian-med-commit
mailing list