[nauty] 03/03: Imported Debian patch 2.6r10+ds-1
Jerome Benoit
calculus-guest at moszumanska.debian.org
Fri Nov 24 19:47:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository nauty.
commit 554055d2d4873160ceaa8e0f30ed8285a54c416e
Author: Jerome BENOIT <calculus at rezozer.net>
Date: Fri Nov 24 23:44:05 2017 +0400
Imported Debian patch 2.6r10+ds-1
---
debian/changelog | 18 ++
debian/compat | 2 +-
debian/control | 7 +-
debian/copyright | 10 +-
debian/patches/debianization-prefix.patch | 6 +-
debian/patches/debianization.patch | 4 +-
debian/patches/series | 1 -
debian/patches/upstream-autotoolization.patch | 185 +++++----------------
debian/patches/upstream-fix-gt_numorbits.patch | 4 +-
.../patches/upstream-lintian-spelling-error.patch | 21 ---
debian/rules | 5 +-
debian/source/lintian-overrides | 1 +
12 files changed, 77 insertions(+), 187 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 176f870..16b054b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+nauty (2.6r10+ds-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Debianization:
+ - debian/copyright, refresh;
+ - debian/control:
+ - debhelper, bump to 10;
+ - Standards Version, bump to 4.1.1 (extra -> optional);
+ - empty Build-Depends-Indep field, remove;
+ - debian/rules:
+ - debhelper, bump to 10;
+ - refresh;
+ - debian/patches/*:
+ - d/p/upstream-lintian-spelling-error.patch, integrated;
+ - refresh;
+
+ -- Jerome Benoit <calculus at rezozer.net> Fri, 24 Nov 2017 19:42:44 +0000
+
nauty (2.6r7+ds-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 886f8b6..d7f30dc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,12 @@
Source: nauty
Section: math
-Priority: extra
+Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus at rezozer.net>
Build-Depends:
- debhelper (>= 9), autotools-dev, libtool, dh-autoreconf, pkg-config, help2man,
+ debhelper (>= 10), libtool, pkg-config, help2man,
zlib1g-dev, libgmp-dev
-Build-Depends-Indep:
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
Homepage: http://pallini.di.uniroma1.it
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/nauty.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/nauty.git
diff --git a/debian/copyright b/debian/copyright
index 151041c..6d06990 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,27 +19,27 @@ Files-Excluded:
Files: *
Copyright:
- 1984-2016 Brendan McKay (Australian National University) <brendan.mckay at anu.edu.au>
+ 1984-2017 Brendan McKay (Australian National University) <brendan.mckay at anu.edu.au>
License: Apache-2.0
Files: traces.h traces.c dretodot.c
Copyright:
- 2008-2016 Adolfo Piperno (University of Rome "Sapienza") <piperno at di.uniroma1.it>
+ 2008-2017 Adolfo Piperno (University of Rome "Sapienza") <piperno at di.uniroma1.it>
License: Apache-2.0
Files: watercluster2.c
Copyright:
- 2009-2016 Gunnar Brinkmann (University of Ghent) <gunnar.brinkmann at ugent.be>
+ 2009-2017 Gunnar Brinkmann (University of Ghent) <gunnar.brinkmann at ugent.be>
License: Apache-2.0
Files: planarity.h planarity.c
Copyright:
- 2001-2016 Magna project (University of Sydney) <admin at maths.usyd.edu.au>
+ 2001-2017 Magna project (University of Sydney) <admin at maths.usyd.edu.au>
License: Apache-2.0
Files: debian/*
Copyright:
- 2013-2016 Jerome Benoit <calculus at rezozer.net>
+ 2013-2017 Jerome Benoit <calculus at rezozer.net>
2009-2012 David Bremner <bremner at unb.ca>
License: Apache-2.0
diff --git a/debian/patches/debianization-prefix.patch b/debian/patches/debianization-prefix.patch
index 09017ce..741b426 100644
--- a/debian/patches/debianization-prefix.patch
+++ b/debian/patches/debianization-prefix.patch
@@ -1,7 +1,7 @@
Description: debianization: nauty tools suite prefix
Prepend nauty- to the names of the nauty tools, named gtools.
Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-03-19
+Last-Update: 2017-11-24
--- a/Makefile.am
+++ b/Makefile.am
@@ -240,7 +240,7 @@ Last-Update: 2016-03-19
-checks6_DESCRIPTION = "check a file of graphs and optionally perform corrections"
-sumlines_DESCRIPTION = "sum lines matching specified graph formats"
-
--dreadnaut_CPPFLAGS = -DDEBPKGVERSION=$(DEB_PKG_VERSION)
+-dreadnaut_CPPFLAGS = -DDEBPKGVERSION=\"$(DEB_VERSION)\"
-addedgeg_CPPFLAGS =
-amtog_CPPFLAGS =
-biplabg_CPPFLAGS =
@@ -325,7 +325,7 @@ Last-Update: 2016-03-19
+nauty_checks6_DESCRIPTION = "check a file of graphs and optionally perform corrections"
+nauty_sumlines_DESCRIPTION = "sum lines matching specified graph formats"
+
-+dreadnaut_CPPFLAGS = -DDEBPKGVERSION=$(DEB_PKG_VERSION)
++dreadnaut_CPPFLAGS = -DDEBPKGVERSION=\"$(DEB_VERSION)\"
+nauty_addedgeg_CPPFLAGS =
+nauty_amtog_CPPFLAGS =
+nauty_biplabg_CPPFLAGS =
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index e505129..81666cd 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -2,7 +2,7 @@ Description: debianization
Meant to maintain a minimal debian/rules, to fix warnings,
to address Debian specific stuff in general.
Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2013-11-24
+Last-Update: 2017-11-24
--- a/dreadnaut.c
+++ b/dreadnaut.c
@@ -53,7 +53,7 @@ Last-Update: 2013-11-24
sumlines_DESCRIPTION = "sum lines matching specified graph formats"
-dreadnaut_CPPFLAGS =
-+dreadnaut_CPPFLAGS = -DDEBPKGVERSION=$(DEB_PKG_VERSION)
++dreadnaut_CPPFLAGS = -DDEBPKGVERSION=\"$(DEB_VERSION)\"
addedgeg_CPPFLAGS =
amtog_CPPFLAGS =
biplabg_CPPFLAGS =
diff --git a/debian/patches/series b/debian/patches/series
index d588820..ccf4d87 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-upstream-lintian-spelling-error.patch
upstream-fix-gt_numorbits.patch
upstream-fix-include-extern.patch
upstream-zlib-blisstog_c.patch
diff --git a/debian/patches/upstream-autotoolization.patch b/debian/patches/upstream-autotoolization.patch
index 20858fc..c1e9111 100644
--- a/debian/patches/upstream-autotoolization.patch
+++ b/debian/patches/upstream-autotoolization.patch
@@ -2,14 +2,14 @@ Description: upstream autotoolization
Attempt to autotoolize nauty source.
Origin: debian
Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-08-23
+Last-Update: 2017-11-24
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,22 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(nauty-h.in)
-+AC_INIT([nauty],[2.6.7],[bdm at cs.anu.edu.au],[nauty],[http://pallini.di.uniroma1.it/])
++AC_INIT([nauty],[2.6.10],[bdm at cs.anu.edu.au],[nauty],[http://pallini.di.uniroma1.it/])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([autotool])
+AC_CONFIG_SRCDIR([dreadnaut.c])
@@ -30,9 +30,9 @@ Last-Update: 2016-08-23
AC_DEFUN([AX_TLS], [
AC_MSG_CHECKING(for thread local storage (TLS) class)
-@@ -58,84 +75,91 @@
- dnl Checks for system features
- AC_CANONICAL_HOST
+@@ -78,30 +95,37 @@
+ gccver=0.0.0 ;;
+ esac
-dnl Checks for C compiler and sets CFLAGS if not set by user
-user_cflags="$CFLAGS"
@@ -51,150 +51,43 @@ Last-Update: 2016-08-23
MORECFLAGS=""
dnl we need AC_SYS_LARGEFILE and AC_FUNC_FSEEKO
AC_SYS_LARGEFILE
- AS_IF([test x"$ac_cv_sys_file_offset_bits" = xno],[ac_cv_sys_file_offset_bits=0],[])
+ AS_IF([test "x$ac_cv_sys_file_offset_bits" = xno],[ac_cv_sys_file_offset_bits=0])
AC_SUBST(ac_cv_sys_file_offset_bits)
--if test x"$user_cflags" = x"" -o x"$user_cflags" = x-m32 ; then
-- if test "$CC" = "icc" ; then
-- AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
-- if test x"$ac_cv_try_cflags_ok" = x"no"; then
-- AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"]);
-- fi
-- else
-- AC_TRY_CFLAGS([-O4 -Werror],[CFLAGS="$CFLAGS -O4"]);
-- if test x"$ac_cv_try_cflags_ok" = x"no"; then
-- AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
-- if test x"$ac_cv_try_cflags_ok" = x"no"; then
-- AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"]);
-- fi
-- fi
-- fi
--
-- if test "$CC" = "gcc" ; then
-- gccver=`gcc --version 2>/dev/null || echo 0.0.0`
-- else
-- gccver=0.0.0
-- fi
--
-+dnl if test x"$user_cflags" = x"" -o x"$user_cflags" = x-m32 ; then
-+dnl if test "$CC" = "icc" ; then
-+dnl AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
-+dnl if test x"$ac_cv_try_cflags_ok" = x"no"; then
-+dnl AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"]);
-+dnl fi
-+dnl else
-+dnl AC_TRY_CFLAGS([-O4 -Werror],[CFLAGS="$CFLAGS -O4"]);
-+dnl if test x"$ac_cv_try_cflags_ok" = x"no"; then
-+dnl AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
-+dnl if test x"$ac_cv_try_cflags_ok" = x"no"; then
-+dnl AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"]);
-+dnl fi
-+dnl fi
-+dnl fi
-+dnl
-+dnl if test "$CC" = "gcc" ; then
-+dnl gccver=`gcc --version 2>/dev/null || echo 0.0.0`
-+dnl else
-+dnl gccver=0.0.0
-+dnl fi
-+dnl
- is_powerpc=0
-- case "$host" in
-- *i686-apple-darwin*)
-- AC_TRY_CFLAGS([-fast],[CFLAGS="$MORECFLAGS -fast"]);;
-- *pentium*solaris*)
-- ;;
-- *pentium4*)
-- AC_TRY_CFLAGS([-march=pentium4],[CFLAGS="$CFLAGS -march=pentium4"]);;
-- *pentium3*|*i686*|*athlon*)
-- AC_TRY_CFLAGS([-march=i686],[CFLAGS="$CFLAGS -march=i686"]);;
-- *pentium2*|*i586*)
-- AC_TRY_CFLAGS([-march=i586],[CFLAGS="$CFLAGS -march=i586"]);;
-- *powerpc*)
-- is_powerpc=1
-- machtype=`/usr/bin/machine 2>/dev/null || echo unknown`
-- case "$machtype" in
-- ppc740?)
-- AC_TRY_CFLAGS([-mcpu=7400],[CFLAGS="$CFLAGS -mcpu=7400"])
-- AC_TRY_CFLAGS([-mtune=7400],[CFLAGS="$CFLAGS -mtune=7400"]);;
-- ppc745?)
-- AC_TRY_CFLAGS([-mcpu=7450],[CFLAGS="$CFLAGS -mcpu=7450"])
-- AC_TRY_CFLAGS([-mtune=7450],[CFLAGS="$CFLAGS -mtune=7450"])
-- case "$gccver" in
-- *\ 4.[[0-9]].[[0-9]]\ *)
-- AC_TRY_CFLAGS([$CFLAGS -fast],
-- [MORECFLAGS="$MORECFLAGS -fast"]);;
-- esac;;
-- ppc970)
-- AC_TRY_CFLAGS([-mcpu=g5],[CFLAGS="$CFLAGS -mcpu=g5"])
-- AC_TRY_CFLAGS([-mtune=g5],[CFLAGS="$CFLAGS -mtune=g5"])
-- AC_TRY_CFLAGS([-fast],[CFLAGS="$MORECFLAGS -fast"]);;
-- *)
-- AC_TRY_CFLAGS([-mpowerpc],[CFLAGS="$CFLAGS -mpowerpc"]);;
-- esac;;
-- *osf*)
-- AC_TRY_CFLAGS([-fast],[CFLAGS="$CFLAGS -fast"]);;
-- *sparcv8*|*sparcv9*)
-- AC_TRY_CFLAGS([-msupersparc],[CFLAGS="$CFLAGS -msupersparc"])
-- if test x"$ac_cv_try_cflags_ok" = x"no"; then
-- AC_TRY_CFLAGS([-cg92],[CFLAGS="$CFLAGS -cg92"])
-- if test x"$ac_cv_try_cflags_ok" = x"no"; then
-- AC_TRY_CFLAGS([-xcg92],[CFLAGS="$CFLAGS -xcg92"])
-- fi
-- fi;;
-- esac
--fi
-+dnl case "$host" in
-+dnl *i686-apple-darwin*)
-+dnl AC_TRY_CFLAGS([-fast],[CFLAGS="$MORECFLAGS -fast"]);;
-+dnl *pentium*solaris*)
-+dnl ;;
-+dnl *pentium4*)
-+dnl AC_TRY_CFLAGS([-march=pentium4],[CFLAGS="$CFLAGS -march=pentium4"]);;
-+dnl *pentium3*|*i686*|*athlon*)
-+dnl AC_TRY_CFLAGS([-march=i686],[CFLAGS="$CFLAGS -march=i686"]);;
-+dnl *pentium2*|*i586*)
-+dnl AC_TRY_CFLAGS([-march=i586],[CFLAGS="$CFLAGS -march=i586"]);;
-+dnl *powerpc*)
-+dnl is_powerpc=1
-+dnl machtype=`/usr/bin/machine 2>/dev/null || echo unknown`
-+dnl case "$machtype" in
-+dnl ppc740?)
-+dnl AC_TRY_CFLAGS([-mcpu=7400],[CFLAGS="$CFLAGS -mcpu=7400"])
-+dnl AC_TRY_CFLAGS([-mtune=7400],[CFLAGS="$CFLAGS -mtune=7400"]);;
-+dnl ppc745?)
-+dnl AC_TRY_CFLAGS([-mcpu=7450],[CFLAGS="$CFLAGS -mcpu=7450"])
-+dnl AC_TRY_CFLAGS([-mtune=7450],[CFLAGS="$CFLAGS -mtune=7450"])
-+dnl case "$gccver" in
-+dnl *\ 4.[[0-9]].[[0-9]]\ *)
-+dnl AC_TRY_CFLAGS([$CFLAGS -fast],
-+dnl [MORECFLAGS="$MORECFLAGS -fast"]);;
-+dnl esac;;
-+dnl ppc970)
-+dnl AC_TRY_CFLAGS([-mcpu=g5],[CFLAGS="$CFLAGS -mcpu=g5"])
-+dnl AC_TRY_CFLAGS([-mtune=g5],[CFLAGS="$CFLAGS -mtune=g5"])
-+dnl AC_TRY_CFLAGS([-fast],[CFLAGS="$MORECFLAGS -fast"]);;
-+dnl *)
-+dnl AC_TRY_CFLAGS([-mpowerpc],[CFLAGS="$CFLAGS -mpowerpc"]);;
-+dnl esac;;
-+dnl *osf*)
-+dnl AC_TRY_CFLAGS([-fast],[CFLAGS="$CFLAGS -fast"]);;
-+dnl *sparcv8*|*sparcv9*)
-+dnl AC_TRY_CFLAGS([-msupersparc],[CFLAGS="$CFLAGS -msupersparc"])
-+dnl if test x"$ac_cv_try_cflags_ok" = x"no"; then
-+dnl AC_TRY_CFLAGS([-cg92],[CFLAGS="$CFLAGS -cg92"])
-+dnl if test x"$ac_cv_try_cflags_ok" = x"no"; then
-+dnl AC_TRY_CFLAGS([-xcg92],[CFLAGS="$CFLAGS -xcg92"])
-+dnl fi
-+dnl fi;;
-+dnl esac
-+dnl fi
+-AS_IF([test "x$user_cflags" = x || test "x$user_cflags" = x-m32],
+-[
+- AS_IF([test "$CC" = "icc"],
+- [AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
+- AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
+- [AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"])])],
+- [AC_TRY_CFLAGS([-O4 -Werror],[CFLAGS="$CFLAGS -O4"]);
+- AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
+- [AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"])
+- AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
+- [AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"])])
+- ])
+- ])
+-])
++dnl AS_IF([test "x$user_cflags" = x || test "x$user_cflags" = x-m32],
++dnl [
++dnl AS_IF([test "$CC" = "icc"],
++dnl [AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"]);
++dnl AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
++dnl [AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"])])],
++dnl [AC_TRY_CFLAGS([-O4 -Werror],[CFLAGS="$CFLAGS -O4"]);
++dnl AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
++dnl [AC_TRY_CFLAGS([-O3],[CFLAGS="$CFLAGS -O3"])
++dnl AS_IF([test "x$ac_cv_try_cflags_ok" = xno],
++dnl [AC_TRY_CFLAGS([-O2],[CFLAGS="$CFLAGS -O2"],[CFLAGS="$CFLAGS -O"])])
++dnl ])
++dnl ])
++dnl ])
+ dnl Checks relevant to Cygwin and other Windows things
+ AC_EXEEXT
+@@ -400,6 +424,26 @@
echo CFLAGS=$CFLAGS
echo MORECFLAGS=$MORECFLAGS
-@@ -434,6 +458,26 @@
- edit_msg="++++++ This file is automatically generated, don't edit it by hand! ++++++"
- AC_SUBST(edit_msg)
-AC_OUTPUT(makefile:makefile.in nauty.h:nauty-h.in
- naututil.h:naututil-h.in gtools.h:gtools-h.in)
@@ -207,9 +100,9 @@ Last-Update: 2016-08-23
+## math library
+LT_LIB_M
+## zlib Library (zlib)
-+AM_PATH_ZLIB(1.2.7,[],[AC_MSG_WARN([could not find required version of zlib])])
++AM_PATH_ZLIB(1.2.8,[],[AC_MSG_WARN([could not find required version of zlib])])
+## GNU MultiPrecision arithmetic library (GMP)
-+AM_PATH_GMP(5.1.2,[],[AC_MSG_WARN([could not find required version of GMP])])
++AM_PATH_GMP(6.1.2,[],[AC_MSG_WARN([could not find required version of GMP])])
+
+AC_CONFIG_FILES([
+ nauty.pc
diff --git a/debian/patches/upstream-fix-gt_numorbits.patch b/debian/patches/upstream-fix-gt_numorbits.patch
index b708e36..f1f0812 100644
--- a/debian/patches/upstream-fix-gt_numorbits.patch
+++ b/debian/patches/upstream-fix-gt_numorbits.patch
@@ -1,7 +1,7 @@
Description: explicit extern declaration for gt_numorbits
Origin: debian
Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2013-11-22
+Last-Update: 2017-11-24
--- a/labelg.c
+++ b/labelg.c
@@ -15,7 +15,7 @@ Last-Update: 2013-11-22
--- a/gtools-h.in
+++ b/gtools-h.in
-@@ -273,6 +273,7 @@
+@@ -283,6 +283,7 @@
extern TLS_ATTR char *readg_line;
extern TLS_ATTR size_t ogf_linelen;
extern TLS_ATTR boolean is_pipe;
diff --git a/debian/patches/upstream-lintian-spelling-error.patch b/debian/patches/upstream-lintian-spelling-error.patch
deleted file mode 100644
index 574ba55..0000000
--- a/debian/patches/upstream-lintian-spelling-error.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: source typo
- Correct spelling error as reported by lintian in some binraries;
- meant to silence lintian and eventually to be submitted to the
- upstream maintainer.
-Origin: debian
-Forwarded: email
-Comment: spelling-error-in-binary
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-08-23
-
---- a/genbg.c
-+++ b/genbg.c
-@@ -23,7 +23,7 @@
- -L : there is no vertex in the first class whose removal leaves\n\
- the vertices in the second class unreachable from each other\n\
- -Z# : two vertices in the second class may have at most # common nbrs\n\
-- -A : no vertex in the second class has a neighbourhood whith is a\n\
-+ -A : no vertex in the second class has a neighbourhood which is a\n\
- subset of another vertex in the second class\n\
- -D# : specify an upper bound for the maximum degree\n\
- Example: -D6. You can also give separate maxima for the\n\
diff --git a/debian/rules b/debian/rules
index 45eaf08..f74f3c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,9 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+export DEB_VERSION
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export DEB_PKG_VERSION = "\"$(shell dpkg-parsechangelog -S Version)\""
export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -16,7 +17,7 @@ default:
@uscan --no-conf --dehs --report || true
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_auto_configure-arch:
dh_auto_configure -- --enable-clz $(DEB_DH_AUTO_CONFIGURE_OPTS__ENABLE_TLS) --disable-ansicontrols
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 8b06cb1..b8c6208 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1 +1,2 @@
+debian-watch-uses-insecure-uri
debian-watch-may-check-gpg-signature
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nauty.git
More information about the debian-science-commits
mailing list