[flint-arb] 01/01: Brush-up for another RFS try

Julien Puydt julien.puydt at laposte.net
Sun Apr 17 19:59:29 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository flint-arb.

commit 9eb88880e497b98cbf9b42cdc8c9a7d0d5dcfe02
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Apr 17 17:53:44 2016 +0200

    Brush-up for another RFS try
---
 debian/changelog |  6 ++++--
 debian/control   |  6 +++---
 debian/copyright | 14 +++++++++++---
 debian/rules     |  3 +--
 4 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index caf1c7d..63b1e3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 flint-arb (2.8.1-1) unstable; urgency=medium
 
-  * Initial release. (Closes: #797822) 
+  * Initial release. (Closes: #797822)
+  * Push standards-version up to 3.9.7
+  * Fix Vcs-* fields
 
- -- Julien Puydt <julien.puydt at laposte.net>  Mon, 18 Jan 2016 11:59:00 +0100
+ -- Julien Puydt <julien.puydt at laposte.net>  Sun, 17 Apr 2016 21:48:37 +0200
diff --git a/debian/control b/debian/control
index 51c1588..5f6caee 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Julien Puydt <julien.puydt at laposte.net>
 Homepage: https://github.com/fredrik-johansson/arb
 Build-Depends: debhelper (>= 9), libflint-dev, libgmp-dev, libmpfr-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/arb.git
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/arb
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/flint-arb.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/flint-arb.git
 
 Package: libflint-arb1
 Section: libs
diff --git a/debian/copyright b/debian/copyright
index c72edda..80af1c6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,17 +7,25 @@ Files: *
 Copyright: 2011-2015 Fredrik Johansson
 License: GPL-2+
 
-Files: acb_poly/divrem.c acb_poly/test/t-shift_left_right.c acb_poly/test/t-get_set_coeff_fmprb.c acb_poly/mullow_classical.c acb_poly/div_root.c acb_poly/product_roots.c acb_poly/compose_divconquer.c acb_poly/shift_left.c
+Files: acb_map/transpose.c acb_mat/ne.c acb_mat/set_arb_mat.c acb_mat/eq.c acb_mat/set_round_arb_mat.c acb_mat/set_round_fmpz_mat.c acb_mat/transpose.c arb_mat/ne.c acb_mat/eq.c arb_mat/set_round_fmpz_mat.c arb_mat/transpose.c arb_mat/eq.c
+Copyright: 2012-2015 Tommy Hofmann
+License: GPL-2+
+
+Files: acb_poly/divrem.c acb_poly/test/t-shift_left_right.c acb_poly/test/t-get_set_coeff_fmprb.c acb_poly/mullow_classical.c acb_poly/div_root.c acb_poly/product_roots.c arb_poly/div_root.c arb_poly/test/t-shift_left_right.c arb_poly/test/t-get_set_coeff_arb.c arb_poly/divrem.c arb_poly/product_roots.c
 Copyright:  2009-2011 William Hart
 License: GPL-2+
 
-Files: acb_poly/compose_horner.c acb_poly/shift_right.c acb_poly/compose.c
+Files: acb_mat/trace.c acb_mat/sqr.c acb_mat/test/t-sqr.c acb_mat/test/t-trace.c arb_mat/sqr.c arb_mat/sqr_classical.c arb_mat/trace.c arb_mat/test/t-sqr.c arb_mat/test/t-trace.c arb/test/t-sinc.c arb/sinc.c
+Copyright: 2015 Arb authors
+License: GPL-2+
+
+Files: acb_poly/compose_divconquer.c acb_poly/compose_horner.c acb_poly/shift_right.c acb_poly/compose.c acb_poly/shift_left.c arb_poly/mullow_classical.c arb_poly/compose_divconquer.c arb_poly/compose.c arb_poly/shift_left.c arb_poly/shift_right.c arb_poly/compose_horner.c
 Copyright:
   2008-2010 William Hart
   2010-2012 Sebastian Pancratz
 License: GPL-2+
 
-Files: acb_poly/test/t-get_coeff_ptr.c acb_poly/evaluate_horner.c acb_mat/charpoly.c
+Files: acb_poly/test/t-get_coeff_ptr.c acb_poly/evaluate_horner.c acb_mat/charpoly.c arb_poly/evaluate_horner.c arb_poly/test/t-get_coeff_ptr.c arb_poly/evaluate_acb_horner.c
 Copyright: 2010,2012 Sebastian Pancratz
 License: GPL-2+
 
diff --git a/debian/rules b/debian/rules
index 7fea2ea..344cd8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 MAKE_OVERRIDE = AT= QUIET_CXX= QUIET_CC= QUIET_AR= ABI_FLAG='$(LDFLAGS) $(CPPFLAGS) $(CFLAGS)'
 
 %:
-	dh $@ --parallel
+	dh $@
 
 # upstream Makefile has only CFLAGS, not CPPFLAGS and not even CXXFLAGS, so
 # inject flags using configure. let's hope CFLAGS will always be good enough
@@ -15,4 +15,3 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build --parallel -- $(MAKE_OVERRIDE)
-	/sbin/ldconfig -n

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



More information about the debian-science-commits mailing list