[libzn-poly] 01/01: Remove unneeded build dependency on libntl-dev.
Tobias Hansen
thansen at moszumanska.debian.org
Wed Aug 27 21:23:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository libzn-poly.
commit e0167908af53de0195da61d922bbdba84ca59c19
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Wed Aug 27 23:23:25 2014 +0200
Remove unneeded build dependency on libntl-dev.
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c8055b2..2366e85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libzn-poly (0.9-4) UNRELEASED; urgency=medium
+
+ * Remove unneeded build dependency on libntl-dev.
+
+ -- Tobias Hansen <thansen at debian.org> Wed, 27 Aug 2014 22:26:28 +0200
+
libzn-poly (0.9-3) unstable; urgency=low
* debian/patches/fix_ulong_redefinition.patch:
diff --git a/debian/control b/debian/control
index 60fe4a0..039b946 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen at debian.org>
-Build-Depends: debhelper (>= 9), patchutils (>= 0.2.25), libgmp3-dev, libntl-dev, python
+Build-Depends: debhelper (>= 9), patchutils (>= 0.2.25), libgmp3-dev, python
Homepage: http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/debian-science/packages/libzn-poly.git
diff --git a/debian/rules b/debian/rules
index 9251b6f..4254de6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_clean:
rm -f makefile
override_dh_auto_configure:
- ./configure --gmp-prefix="/usr" --ntl-prefix="/usr" --triplet="$(DEB_HOST_MULTIARCH)" \
+ ./configure --gmp-prefix="/usr" --triplet="$(DEB_HOST_MULTIARCH)" \
--prefix="$(CURDIR)/debian/tmp/usr" --cflags="$(CFLAGS) $(CPPFLAGS) -fPIC" --ldflags="$(LDFLAGS)"
override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libzn-poly.git
More information about the debian-science-commits
mailing list