[ckon] 01/02: implement A. Tille's suggestions

Patrick Huck tschaume-guest at moszumanska.debian.org
Tue Jan 27 08:17:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

tschaume-guest pushed a commit to branch master
in repository ckon.

commit 8265121b7c96ccd48b132ca084eee1027d2ead7c
Author: Patrick Huck <patrick at the-huck.com>
Date:   Tue Jan 27 07:39:26 2015 +0000

    implement A. Tille's suggestions
---
 debian/README.source | 9 ---------
 debian/control       | 2 +-
 debian/copyright     | 8 +++++++-
 debian/rules         | 7 -------
 4 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index e17159e..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-ckon for Debian
----------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
diff --git a/debian/control b/debian/control
index 0971b29..64e1199 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: ckon
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: automatic build tool ROOT data analysis software
+Description: automatic build tool for ROOT data analysis software
  ckon is a C++ program/tool which automatically takes care of compilation,
  dictionary generation and linking of programs and libraries developed for data
  analyses within the CERN ROOT analysis framework. This includes parsing
diff --git a/debian/copyright b/debian/copyright
index 2482852..8886b2f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,13 @@ Upstream-Name: ckon
 Source: https://github.com/tschaume/ckon/releases
 
 Files: *
-Copyright: 2013 Patrick Huck <patrick at the-huck.com>
+Copyright: 2013-2015 Patrick Huck <patrick at the-huck.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2014-2015 Patrick Huck <patrick at the-huck.com>
+License: MIT
+
 License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
diff --git a/debian/rules b/debian/rules
index 1509411..4bbc3a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 export DH_OPTIONS=-v
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ckon.git



More information about the debian-science-commits mailing list