[ompl] 05/06: Added some files and modifications to have a lintian error free package.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Wed Oct 2 11:05:05 UTC 2013


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

lepalom-guest pushed a commit to branch master
in repository ompl.

commit 6875c0367a0896ac7321b1e01c85a1f411956cd1
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Wed Oct 2 11:17:28 2013 +0200

    Added some files and modifications to have a lintian error free package.
---
 debian/copyright          |    8 ++++----
 debian/libompl7.postinst  |    5 +++++
 debian/libompl7.postrm    |    5 +++++
 debian/ompl-demos.install |    3 ++-
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 0f02503..c22775f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ompl
+Name: ompl
+Maintainer: Mark Moll <mmoll at rice.edu>, Ioan Sucan <isucan at gmail.com>
 Source: http://ompl.kavrakilab.org/
 
-Files: *
 Copyright: 2010-2013  Ioan Sucan <isucan at gmail.com>
 		      Mark Moll <mmoll at rice.edu>
                       Lydia E. Kavraki <kavraki at cs.rice.edu>
@@ -35,6 +35,6 @@ License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2013 Leopold Palomo-Avellaneda <leo at alaxarxa.net>
-License: BSD
- See `/usr/share/common-licenses/BSD'.
+License: GPL-2
+ See `/usr/share/common-licenses/GPL-2,'.
 
diff --git a/debian/libompl7.postinst b/debian/libompl7.postinst
new file mode 100644
index 0000000..3d89d3e
--- /dev/null
+++ b/debian/libompl7.postinst
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+# End automatically added section
diff --git a/debian/libompl7.postrm b/debian/libompl7.postrm
new file mode 100644
index 0000000..7f44047
--- /dev/null
+++ b/debian/libompl7.postrm
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+# End automatically added section
diff --git a/debian/ompl-demos.install b/debian/ompl-demos.install
index 0d8fa0e..5132c14 100644
--- a/debian/ompl-demos.install
+++ b/debian/ompl-demos.install
@@ -1,2 +1,3 @@
 usr/share/ompl/demos/*
-usr/bin/ompl_benchmark_statistics.py
+usr/bin/ompl_benchmark_statistics.py usr/bin/ompl_benchmark_statistics
+

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



More information about the debian-science-commits mailing list