[ompl] 02/04: - Change to standards 3.9.4 - Adapting control dependencies.

Leopold Palomo-Avellaneda lepalom-guest at alioth.debian.org
Mon Oct 7 16:19:22 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 ab80f693e433fccaaa6ccf99ee8ccae3a9a5d721
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Mon Oct 7 14:48:05 2013 +0200

    - Change to standards 3.9.4
    - Adapting control dependencies.
---
 debian/control   |    9 +++++----
 debian/copyright |   12 +++++++-----
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index d94496f..3e66399 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ompl
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at list.debian.org>
 Uploaders: Leopold Palomo-Avelleneda <leo at alaxarxa.net>
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
  cmake, curl, 
  libboost-date-time-dev (>= 1.50.0), 
  libboost-thread-dev (>= 1.50.0), 
@@ -21,7 +21,8 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/ompl.git;a=summary
 Package: libompl-dev
 Section: libdevel
 Architecture: any
-Depends: libompl7 (= ${binary:Version}), pkg-config
+Depends: libompl7 (= ${binary:Version}), pkg-config,
+	${shlibs:Depends}, ${misc:Depends}, libboost-dev
 Description: OMPL library development files. 
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
@@ -32,7 +33,7 @@ Description: OMPL library development files.
 Package: libompl7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: OMPL library. 
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
@@ -43,7 +44,7 @@ Description: OMPL library.
 Package: ompl-demos
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, python, python-matplotlib, libompl-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-matplotlib, libompl-dev
 Description: OMPL library demos. 
  Consists of a set of sampling-based motion planning 
  algorithms. The content of the library is limited to these algorithms,
diff --git a/debian/copyright b/debian/copyright
index c22775f..b664b55 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,13 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Name: ompl
-Maintainer: Mark Moll <mmoll at rice.edu>, Ioan Sucan <isucan at gmail.com>
+Upstream-Name: ompl
+Upstream-Contact: Mark Moll <mmoll at rice.edu>, Ioan Sucan <isucan at gmail.com>
 Source: http://ompl.kavrakilab.org/
 
-Copyright: 2010-2013  Ioan Sucan <isucan at gmail.com>
-		      Mark Moll <mmoll at rice.edu>
-                      Lydia E. Kavraki <kavraki at cs.rice.edu>
+Files: *
+Copyright: 2010-2013 Ioan Sucan <isucan at gmail.com>
+		     Mark Moll <mmoll at rice.edu>
+                     Lydia E. Kavraki <kavraki at cs.rice.edu>
+License: BSD-3-clause
 
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without

-- 
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