[ompl] 01/02: There is no need to add quilt explicitly when using source format 3.0 (quilt)
Andreas Tille
tille at debian.org
Tue Nov 5 14:35:20 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ompl.
commit 2b95a7fadf2c696e870ffb787f22ed62de6d4a87
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 5 15:03:30 2013 +0100
There is no need to add quilt explicitly when using source format 3.0 (quilt)
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 0d113d6..c084ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
Uploaders: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9), quilt,
+Build-Depends: debhelper (>= 9),
cmake,
curl,
libboost-date-time-dev (>= 1.50.0),
diff --git a/debian/rules b/debian/rules
index 9db3c36..3db03e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ CMAKE_FLAGS = \
-DOMPL_BUILD_PYTESTS=OFF
%:
- dh $@ --builddirectory=build --buildsystem=cmake --parallel --with quilt
+ dh $@ --builddirectory=build --buildsystem=cmake --parallel
override_dh_clean:
rm -rf build
--
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