[med-svn] [garli] 04/10: Drop wrapper and use symlink
Andreas Tille
tille at debian.org
Tue Nov 14 09:53:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository garli.
commit db98a9bdde21ac6b47a386673cdf0003781e0bde
Author: Andreas Tille <tille at debian.org>
Date: Fri Jun 3 14:42:36 2016 +0000
Drop wrapper and use symlink
---
debian/README.test | 10 ++++++++++
debian/bin/garli | 15 ---------------
debian/copyright | 25 +++++++++++++++++++++----
debian/docs | 2 ++
debian/garli.install | 2 +-
debian/garli.links | 1 +
6 files changed, 35 insertions(+), 20 deletions(-)
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..97f2ad2
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,10 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+To run the unit tests provided by the package you can do
+
+ sh run-unit-test
+
+in this directory. More options for testing are in the garli-examples
+package.
+
diff --git a/debian/bin/garli b/debian/bin/garli
deleted file mode 100644
index 5551794..0000000
--- a/debian/bin/garli
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ ! -e garli.conf ] ; then
- cp -a /usr/share/doc/garli/examples/basic/garli.conf .
- cat <<EOT
-You need to create a garli.conf file first.
-There was a basic example copied to your current directory which you
-most probably need to adapt. For more information please read
-
- zless /usr/share/doc/garli/QuickStart.txt*
-
-EOT
- exit 1
-fi
-/usr/lib/garli/bin/Garli $*
diff --git a/debian/copyright b/debian/copyright
index 6eb7896..b4e562e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,29 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: garli
Upstream-Contact: garli.support at gmail.com
+ https://github.com/Ashod/garli/issues
Source: https://github.com/Ashod/garli/releases
Files: *
-Copyright: © 20xx-20yy <upstream>
-License: <license>
+Copyright: 2006-2014 Ashod Nakashian
+License: GPL-3
Files: debian/*
-Copyright: © 2014 maintainername <maintainer at e.mail>
-License: <license>
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-3
+
+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.
+ .
+ This package 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..9a4f4f8
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+debian/README.test
+debian/tests/run-unit-test
diff --git a/debian/garli.install b/debian/garli.install
index c078804..4d037b8 100644
--- a/debian/garli.install
+++ b/debian/garli.install
@@ -1,2 +1,2 @@
usr/bin usr/lib/garli
-debian/bin usr
+# debian/bin usr
diff --git a/debian/garli.links b/debian/garli.links
new file mode 100644
index 0000000..5dd8f73
--- /dev/null
+++ b/debian/garli.links
@@ -0,0 +1 @@
+usr/lib/garli/bin/Garli usr/bin/garli
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/garli.git
More information about the debian-med-commit
mailing list