[normaliz] 04/04: Imported Debian patch 2.99.4+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Sep 2 02:44:31 UTC 2015


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

calculus-guest pushed a commit to branch experimental
in repository normaliz.

commit 2aa50fcbd7f9c54abe0641481183bf65fc72ee00
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Sep 2 03:58:19 2015 +0200

    Imported Debian patch 2.99.4+ds-1
---
 debian/adhoc/Makefile                              |   2 -
 debian/changelog                                   |  14 ++-
 debian/clean                                       |   1 +
 debian/control                                     |   3 +-
 debian/gbp.conf                                    |   2 +
 debian/libnormaliz0.lintian-overrides              |   5 +
 debian/patches/debianization-documentation.patch   |   6 +-
 debian/patches/debianization-examples.patch        |   8 +-
 debian/patches/debianization.patch                 |   8 +-
 debian/patches/series                              |   4 -
 debian/patches/upstream-source-CPP2help2man.patch  |  37 ------
 .../patches/upstream-source-copyright_update.patch |  18 ---
 ...m-source-libnormailz-system_wide_includes.patch | 128 +++++++++++----------
 debian/patches/upstream-source-typo.patch          |  19 ---
 .../patches/upstream-source-version_numbers.patch  |  58 ----------
 debian/rules                                       |   7 ++
 16 files changed, 107 insertions(+), 213 deletions(-)

diff --git a/debian/adhoc/Makefile b/debian/adhoc/Makefile
index 0086d39..a5b68df 100644
--- a/debian/adhoc/Makefile
+++ b/debian/adhoc/Makefile
@@ -5,8 +5,6 @@ normaliz_DESCRIPTION = "tool for computations in affine monoids, vector configur
 HELP2MAN = help2man
 
 H2MFLAGS = \
-	--version-option='-\#' \
-	--help-option='-?' \
 	--manual="Normaliz Project" \
 	--source="Normaliz (Debian $(DEB_PKG_VERSION))" \
 	--no-info
diff --git a/debian/changelog b/debian/changelog
index 925c7f8..8f0dfa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,17 +2,25 @@ normaliz (2.99.4+ds-1) experimental; urgency=medium
 
   * New upstream version:
     - thanks for the upstream maintainer team for rendering the upstream
-      source more suitable for distribution packaging.
+      source more suitable for distribution packaging;
+    - and for integrating most of the upstream debian patches.
   * Debianization:
+    - debian/control:
+      - refresh;
     - debian/copyright:
       - repack by using the Files-Excluded machinery instead of the ad-hoc
         script debian/repack;
       - refresh;
     - debian/repack, discard (see above);
     - debian/watch:
-      - revisit (see above).
+      - revisit (see above);
+    - debian/rules:
+      - software test suite, ad-hoc check;
+      - refresh;
+    - debian/patches/*:
+      - refresh.
 
- -- Jerome Benoit <calculus at rezozer.net>  Tue, 01 Sep 2015 15:56:38 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Wed, 02 Sep 2015 02:42:52 +0000
 
 normaliz (2.12.2+ds-1) unstable; urgency=medium
 
diff --git a/debian/clean b/debian/clean
index f03ccad..20366a8 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,4 @@
+source/libnormaliz/version.h
 doc/Normaliz.log
 doc/Normaliz.out
 doc/Normaliz.toc
diff --git a/debian/control b/debian/control
index 038e4a6..c15c914 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends:
  cmake, help2man,
  libgmp-dev, libboost-dev
 Build-Depends-Indep:
- texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, texlive-fonts-extra
+ texlive-latex-base, texlive-latex-recommended, texlive-pictures,
+ texlive-fonts-recommended, texlive-fonts-extra
 Standards-Version: 3.9.6
 Homepage: http://www.math.uos.de/normaliz/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/normaliz.git
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..dd7889c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=experimental
diff --git a/debian/libnormaliz0.lintian-overrides b/debian/libnormaliz0.lintian-overrides
index 9ef090e..6b4f9f1 100644
--- a/debian/libnormaliz0.lintian-overrides
+++ b/debian/libnormaliz0.lintian-overrides
@@ -1,2 +1,7 @@
 # the upstream source contains C++ code, and has no clearly defined and versionned ABI
 libnormaliz0: no-symbols-control-file
+
+# the upstream source seems to contain some experimental code of its own with
+# a wild exit(0) : request to comment this part was sent to the upstream team
+# -- Jerome Benoit <calculus at rezozer.net>
+libnormaliz0: shlib-calls-exit
diff --git a/debian/patches/debianization-documentation.patch b/debian/patches/debianization-documentation.patch
index 7aa7ed0..08a81e0 100644
--- a/debian/patches/debianization-documentation.patch
+++ b/debian/patches/debianization-documentation.patch
@@ -4,13 +4,11 @@ Description: debianization -- documentation
  This is a Debian centric patch.
 Origin: debian
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-02
+Last-Update: 2015-09-02
 
 --- /dev/null
 +++ b/doc/Makefile
-@@ -0,0 +1,32 @@
-+export TEXINPUTS = $(TOP_SRCDIR)/source/jNormaliz/doc:
-+
+@@ -0,0 +1,30 @@
 +docdir ?= /usr/share/doc/normaliz
 +
 +PDFLATEX = pdflatex
diff --git a/debian/patches/debianization-examples.patch b/debian/patches/debianization-examples.patch
index ec35c94..73fafcb 100644
--- a/debian/patches/debianization-examples.patch
+++ b/debian/patches/debianization-examples.patch
@@ -7,16 +7,14 @@ Last-Update: 2015-05-03
 
 --- /dev/null
 +++ b/example/Makefile
-@@ -0,0 +1,20 @@
+@@ -0,0 +1,18 @@
 +docdir ?= /usr/share/doc/normaliz
 +docexamplesdir = $(docdir)/examples
 +
 +LISTOF_DISTRIBUTED_DATUM = $(wildcard *)
 +
 +LISTOF_DUPLICATE_DATUM = \
-+	3x3magiceven.ext \
-+	j462.j46.intOut \
-+	rationalES.intOut \
++	PluralityVsCutoffSemi.in.new \
 +	j462.pnm
 +
 +LISTOF_DATUM = $(filter-out $(LISTOF_DUPLICATE_DATUM),$(LISTOF_DISTRIBUTED_DATUM))
@@ -27,4 +25,4 @@ Last-Update: 2015-05-03
 +	install -d $(DESTDIR)$(docexamplesdir)
 +	cp -p -t $(DESTDIR)$(docexamplesdir) $(LISTOF_DATUM)
 +	cd $(DESTDIR)$(docexamplesdir) && ln -sf j46.pnm j462.pnm
-+	cd $(DESTDIR)$(docexamplesdir) && ln -sf rational.intOut rationalES.intOut
++	cd $(DESTDIR)$(docexamplesdir) && ln -sf PluralityVsCutoffSemi.in PluralityVsCutoffSemi.in.new
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index 92400bd..277d76a 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -8,7 +8,7 @@ Last-Update: 2015-05-02
 
 --- a/source/CMakeLists.txt
 +++ b/source/CMakeLists.txt
-@@ -48,28 +48,28 @@
+@@ -47,28 +47,28 @@
  ##### Always full RPATH  #####
  
  # use, i.e. don't skip the full RPATH for the build tree
@@ -46,7 +46,7 @@ Last-Update: 2015-05-02
  
  
  # compiler flags
-@@ -186,17 +186,17 @@
+@@ -256,17 +256,17 @@
    )
  ENDIF(UNIX)
  
@@ -80,8 +80,8 @@ Last-Update: 2015-05-02
 +##ENDIF(UNIX)
 --- a/source/libnormaliz/CMakeLists.txt
 +++ b/source/libnormaliz/CMakeLists.txt
-@@ -12,7 +12,7 @@
- ENDIF()
+@@ -11,7 +11,7 @@
+ #ENDIF()
  INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
  
 -SET (NMZ_BUILD_BOTH "NO" CACHE BOOL "build shared AND static libnormaliz")
diff --git a/debian/patches/series b/debian/patches/series
index 843a808..f4bdfc1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,4 @@
-upstream-source-typo.patch
-upstream-source-copyright_update.patch
 upstream-source-libnormailz-system_wide_includes.patch
-upstream-source-version_numbers.patch
-upstream-source-CPP2help2man.patch
 debianization.patch
 debianization-documentation.patch
 debianization-examples.patch
diff --git a/debian/patches/upstream-source-CPP2help2man.patch b/debian/patches/upstream-source-CPP2help2man.patch
deleted file mode 100644
index 8fb56db..0000000
--- a/debian/patches/upstream-source-CPP2help2man.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: format usages and helps
- Attempt to format the help message of the normaliz front-end program
- wrt UN*X customs in view to employ help2man to generate a manpage;
- meant to be submitted to the upstream maintainer team.
-Origin: debian
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-03
-
---- a/source/Normaliz.cpp
-+++ b/source/Normaliz.cpp
-@@ -53,9 +53,10 @@
-     cout << "                                                         \\|"<<endl;
- }
- void printHelp(char* command) {
--    cout << "usage: "<<command<<" [-sSvVnNpPhH1dBface?] [-x=<T>] [PROJECT]"<<endl;
-+    cout << "Usage: "<<command<<" [-sSvVnNpPhH1dBface?#] [-x=<T>] [PROJECT]"<<endl;
-     cout << "  runs normaliz on PROJECT.in"<<endl;
--    cout << "options:"<<endl;
-+    cout << "Options:"<<endl;
-+    cout << "  -#\tprint the version triplet and exit"<<endl;
-     cout << "  -?\tprint this help text and exit"<<endl;
-     cout << "  -s\tcompute support hyperplanes"<<endl;
-     cout << "  -t\tcompute triangulation"<<endl;
-@@ -199,8 +200,12 @@
-             case 'm':  //save memory / don't optimize for speed
-             //    optimize_speed=false;
-                 break;
-+						case '#': //print version triplet and exit
-+								cout << STRINGIFY(VERSION_TRIPLET) <<endl;
-+								exit(1);
-+								break;
-             case '?':  //print help text and exit
--                printHeader();
-+                //printHeader();
-                 printHelp(argv[0]);
-                 exit(1);
-                 break;
diff --git a/debian/patches/upstream-source-copyright_update.patch b/debian/patches/upstream-source-copyright_update.patch
deleted file mode 100644
index 12336d5..0000000
--- a/debian/patches/upstream-source-copyright_update.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: update emmitted copyright date
- Update the (sole ?) emmitted copyright date; meant to be submitted
- to the upstream maintainer team.
-Origin: debian
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-03
-
---- a/source/Normaliz.cpp
-+++ b/source/Normaliz.cpp
-@@ -230,7 +230,7 @@
-         printHeader();
-     }
-     if (!filename_set) {
--        cout<<"Copyright (C) 2007-2014  Winfried Bruns, Bogdan Ichim, Christof Soeger"<<endl
-+        cout<<"Copyright (C) 2007-2015  Winfried Bruns, Bogdan Ichim, Christof Soeger"<<endl
-             <<"This program comes with ABSOLUTELY NO WARRANTY; This is free software,"<<endl
-             <<"and you are welcome to redistribute it under certain conditions;"<<endl
-             <<"See COPYING for details."
diff --git a/debian/patches/upstream-source-libnormailz-system_wide_includes.patch b/debian/patches/upstream-source-libnormailz-system_wide_includes.patch
index 6470c3e..4e272bc 100644
--- a/debian/patches/upstream-source-libnormailz-system_wide_includes.patch
+++ b/debian/patches/upstream-source-libnormailz-system_wide_includes.patch
@@ -4,7 +4,7 @@ Description: system wide includes
  upstream maintainer team.
 Origin: debian
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-03
+Last-Update: 2015-09-02
 
 --- a/source/libnormaliz/cone.h
 +++ b/source/libnormaliz/cone.h
@@ -12,11 +12,11 @@ Last-Update: 2015-05-03
  #include <utility> //for pair
  //#include <boost/dynamic_bitset.hpp>
  
--#include "libnormaliz.h"
--#include "cone_property.h"
--#include "sublattice_representation.h"
--#include "matrix.h"
--#include "HilbertSeries.h"
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/cone_property.h"
+-#include "libnormaliz/sublattice_representation.h"
+-#include "libnormaliz/matrix.h"
+-#include "libnormaliz/HilbertSeries.h"
 +#include <libnormaliz/libnormaliz.h>
 +#include <libnormaliz/cone_property.h>
 +#include <libnormaliz/sublattice_representation.h>
@@ -25,62 +25,67 @@ Last-Update: 2015-05-03
  
  namespace libnormaliz {
  using std::vector;
---- a/source/libnormaliz/cone_property.h
-+++ b/source/libnormaliz/cone_property.h
-@@ -26,7 +26,7 @@
- 
- #include <bitset>
- #include <iostream>
--#include "libnormaliz.h"
-+#include <libnormaliz/libnormaliz.h>
+--- a/source/CMakeLists.txt
++++ b/source/CMakeLists.txt
+@@ -147,6 +147,8 @@
+ ENDIF (NMZ_SCIP)
  
- namespace libnormaliz {
  
++INCLUDE_DIRECTORIES(.)
++
+ # find gmp
+ FIND_PACKAGE(GMP REQUIRED)
+ INCLUDE_DIRECTORIES(${GMP_INCLUDE_DIR})
 --- a/source/libnormaliz/general.h
 +++ b/source/libnormaliz/general.h
-@@ -39,9 +39,9 @@
- #endif
+@@ -49,8 +49,8 @@
  
+ } /* end namespace libnormaliz */
  
--#include "libnormaliz.h"
--#include "normaliz_exception.h"
--#include "cone_property.h"
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/normaliz_exception.h"
+-#include "libnormaliz/cone_property.h"
 +#include <libnormaliz/libnormaliz.h>
 +#include <libnormaliz/normaliz_exception.h>
 +#include <libnormaliz/cone_property.h>
  
- namespace libnormaliz {
- 
+ #endif /* GENERAL_H_ */
 --- a/source/libnormaliz/integer.h
 +++ b/source/libnormaliz/integer.h
 @@ -24,7 +24,7 @@
  #ifndef INTEGER_H_
  #define INTEGER_H_
  
--#include "general.h"
+-#include "libnormaliz/general.h"
 +#include <libnormaliz/general.h>
+ 
  #include <list>
  #include <vector>
- 
 --- a/source/libnormaliz/matrix.h
 +++ b/source/libnormaliz/matrix.h
-@@ -32,7 +32,7 @@
+@@ -32,9 +32,9 @@
  #include <iostream>
  #include <string>
  
--#include "libnormaliz.h"
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/integer.h"
+-#include "libnormaliz/convert.h"
 +#include <libnormaliz/libnormaliz.h>
++#include <libnormaliz/integer.h>
++#include <libnormaliz/convert.h>
  
  //---------------------------------------------------------------------------
  
 --- a/source/libnormaliz/normaliz_exception.h
 +++ b/source/libnormaliz/normaliz_exception.h
-@@ -25,7 +25,7 @@
+@@ -25,8 +25,8 @@
  #define NORMALIZ_EXEPTION_H_
  
  #include <exception>
--//#include "libnormaliz.h"
-+//#include <libnormaliz/libnormaliz.h>
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/cone_property.h"
++#include <libnormaliz/libnormaliz.h>
++#include <libnormaliz/cone_property.h>
  
  namespace libnormaliz {
  
@@ -90,8 +95,8 @@ Last-Update: 2015-05-03
  #define SUBLATTICE_REPRESENTATION_H
  
  #include <vector>
--#include "libnormaliz.h"
--#include "matrix.h"
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/matrix.h"
 +#include <libnormaliz/libnormaliz.h>
 +#include <libnormaliz/matrix.h>
  
@@ -99,44 +104,51 @@ Last-Update: 2015-05-03
  
 --- a/source/libnormaliz/vector_operations.h
 +++ b/source/libnormaliz/vector_operations.h
-@@ -29,7 +29,7 @@
+@@ -29,9 +29,9 @@
  #include <ostream>
- #include<list>
+ #include <list>
  
--#include "libnormaliz.h"
+-#include "libnormaliz/libnormaliz.h"
+-#include "libnormaliz/integer.h"
+-#include "libnormaliz/convert.h"
 +#include <libnormaliz/libnormaliz.h>
++#include <libnormaliz/integer.h>
++#include <libnormaliz/convert.h>
  
  namespace libnormaliz {
  using std::vector;
---- a/source/libnormaliz/CMakeLists.txt
-+++ b/source/libnormaliz/CMakeLists.txt
-@@ -4,6 +4,7 @@
- SET(headers cone.h cone_property.h general.h HilbertSeries.h integer.h libnormaliz.h map_operations.h matrix.h my_omp.h normaliz_exception.h sublattice_representation.h vector_operations.h)
- 
- # add the necessary include directories
-+INCLUDE_DIRECTORIES(..)
- INCLUDE_DIRECTORIES(.)
- FIND_PACKAGE(Boost REQUIRED)
- IF (Boost_FOUND)
---- a/source/CMakeLists.txt
-+++ b/source/CMakeLists.txt
-@@ -112,6 +112,8 @@
-   ENDIF ()
- ENDIF (NMZ_BUILD_STATIC)
- 
-+INCLUDE_DIRECTORIES(.)
-+
- # find gmp
- FIND_PACKAGE(GMP REQUIRED)
- INCLUDE_DIRECTORIES(${GMP_INCLUDE_DIR})
 --- a/source/libnormaliz/HilbertSeries.h
 +++ b/source/libnormaliz/HilbertSeries.h
-@@ -49,7 +49,7 @@
- #include <map>
+@@ -50,7 +50,7 @@
  #include <ostream>
+ #include <string>
  
--#include "general.h"
+-#include "libnormaliz/general.h"
 +#include <libnormaliz/general.h>
  
  //---------------------------------------------------------------------------
  
+--- a/source/libnormaliz/convert.h
++++ b/source/libnormaliz/convert.h
+@@ -29,8 +29,8 @@
+ //---------------------------------------------------------------------------
+ 
+ //#include <ostream>
+-#include "libnormaliz/normaliz_exception.h"
+-#include "libnormaliz/integer.h"
++#include <libnormaliz/normaliz_exception.h>
++#include <libnormaliz/integer.h>
+ 
+ namespace libnormaliz {
+ //using std::ostream;
+--- a/source/libnormaliz/libnormaliz.h
++++ b/source/libnormaliz/libnormaliz.h
+@@ -27,7 +27,7 @@
+ #include <iostream>
+ #include <string>
+ 
+-#include "libnormaliz/version.h"
++#include <libnormaliz/version.h>
+ 
+ namespace libnormaliz {
+ 
diff --git a/debian/patches/upstream-source-typo.patch b/debian/patches/upstream-source-typo.patch
deleted file mode 100644
index b389c26..0000000
--- a/debian/patches/upstream-source-typo.patch
+++ /dev/null
@@ -1,19 +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 team.
-Origin: debian
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-03
-
---- a/source/libnormaliz/cone.cpp
-+++ b/source/libnormaliz/cone.cpp
-@@ -538,7 +538,7 @@
-         Integer dummyDenom;
-         Grading = Positive_Embedded_Generators.solve(Grading,dummyDenom);
-         if (Grading.size() != dim) {
--            errorOutput() << "Grading could not be transfered!"<<endl;
-+            errorOutput() << "Grading could not be transferred!"<<endl;
-             is_Computed.set(ConeProperty::Grading, false);
-         }
-     }
diff --git a/debian/patches/upstream-source-version_numbers.patch b/debian/patches/upstream-source-version_numbers.patch
deleted file mode 100644
index bbda1f9..0000000
--- a/debian/patches/upstream-source-version_numbers.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Description: fix VERSION numbers redundancy
- Pass (authoritative) VERSION numbers set in the top cmake configuration file
- CMakeLists.txt to C/CPP sources and attempt to adapt the code accordingly;
- meant to be submitted to the upstream maintainer team.
-Origin: debian
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-03
-
---- a/source/CMakeLists.txt
-+++ b/source/CMakeLists.txt
-@@ -17,6 +17,7 @@
- SET(MAJOR_VERSION 2)
- SET(MINOR_VERSION 12)
- SET(PATCH_VERSION 2)
-+SET(VERSION_TRIPLET ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
- SET(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
- SET(VERSION ${VERSION_STRING})
- 
-@@ -73,9 +74,11 @@
- 
- # compiler flags
- IF (MSVC)
-+	SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /DVERSION_TRIPLET=${VERSION_TRIPLET}")
-   SET (CXX_WARNING_FLAGS "/Wall")
-   SET (CXX_OPTIMIZATION_FLAGS "/O2")
- ELSE ()
-+	SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DVERSION_TRIPLET=${VERSION_TRIPLET}")
-   SET (CXX_WARNING_FLAGS "-Wall -pedantic -Wno-long-long")
-   SET (CXX_OPTIMIZATION_FLAGS "-O3 -funroll-loops")
- ENDIF ()
---- a/source/Normaliz.cpp
-+++ b/source/Normaliz.cpp
-@@ -22,6 +22,7 @@
-  */
- 
- #include <stdlib.h>
-+#include <string>
- #include <vector>
- #include <list>
- 
-@@ -37,11 +38,15 @@
- #include "Input.cpp"
- #include "output.cpp"
- 
--
-+#ifndef STRINGIFY
-+#define STRINGIFYx(Token) #Token
-+#define STRINGIFY(Token) STRINGIFYx(Token)
-+#endif
- 
- void printHeader() {
-     cout << "                                                    \\.....|"<<endl;
--    cout << "                    Normaliz 2.12.2                  \\....|"<<endl;
-+    cout << "                    Normaliz " << string( STRINGIFY(VERSION_TRIPLET) "           " ,11)
-+																					       << "             \\....|"<<endl;
-     cout << "                                                      \\...|"<<endl;
-     cout << "      (C) W. Bruns  B. Ichim  T. Roemer  C. Soeger     \\..|"<<endl;
-     cout << "                     January 2015                       \\.|"<<endl;
diff --git a/debian/rules b/debian/rules
index 76e296c..a71b7ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ override_dh_auto_configure:
 override_dh_auto_build-indep:
 	$(MAKE) -C doc pdf
 
+override_dh_auto_test-arch:
+	$(MAKE) -C test NORMALIZ=$(CURDIR)/_build/normaliz
+
 override_dh_prep-arch:
 	$(MAKE) -f debian/adhoc/Makefile manpages
 
@@ -37,5 +40,9 @@ override_dh_strip:
 override_dh_auto_clean-indep:
 	[ ! -f doc/Makefile ] || $(MAKE) -C doc maintainer-clean
 
+override_dh_clean-arch:
+	$(MAKE) -C test distclean
+	dh_clean -a
+
 get-orig-source:
 	uscan --no-conf --download-current-version --compression xz --verbose

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



More information about the debian-science-commits mailing list