[symmetrica] 01/01: Imported Debian patch 2.0+ds-5

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Nov 22 07:35:41 UTC 2017


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

calculus-guest pushed a commit to branch master
in repository symmetrica.

commit 45146a12ad6088d505a34fe9a8b05f2330ff8fe8
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Nov 22 11:11:17 2017 +0400

    Imported Debian patch 2.0+ds-5
---
 debian/changelog                          | 16 ++++++++++++++++
 debian/compat                             |  2 +-
 debian/control                            |  5 ++---
 debian/copyright                          |  4 ++--
 debian/patches/upstream-source-typo.patch | 25 ++++++++++++++++++++++++-
 debian/rules                              |  4 +++-
 6 files changed, 48 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e241d53..03374a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+symmetrica (2.0+ds-5) unstable; urgency=medium
+
+  * Debianization:
+    - debian/copyright, refresh;
+    - debian/control:
+      - debhelper, bump to 10;
+      - Standards Version, bump to 4.1.1 (no change);
+      - empty Build-Depends-Indep field, remove;
+    - debian/patches/*:
+      - d/p/upstream-source-typo.patch, improve;
+    - debian/rules:
+      - debhelper, bump to 10;
+      - honour DEB_BUILD_OPTIONS=nocheck , fix (Closes: #882198).
+
+ -- Jerome Benoit <calculus at rezozer.net>  Wed, 22 Nov 2017 07:10:39 +0000
+
 symmetrica (2.0+ds-4) unstable; urgency=medium
 
   * Debianization:
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 61ea8bf..f9d3d3e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ 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, dh-autoreconf, libtool
-Build-Depends-Indep:
-Standards-Version: 3.9.8
+ debhelper (>= 10), libtool
+Standards-Version: 4.1.1
 Homepage: http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/symmetrica.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/symmetrica.git
diff --git a/debian/copyright b/debian/copyright
index 5503c64..713a2f4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Comment:
 
 Files: *
 Copyright:
- 1987-2016 Lehrstuhl Mathematik II <symmetrica at symmetrica.de>
+ 1987-2017 Lehrstuhl Mathematik II <symmetrica at symmetrica.de>
 License: ISC
 Comment:
  This package was originally set under a faulty license:
@@ -16,7 +16,7 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2014-2016 Jerome Benoit <calculus at rezozer.net>
+ 2014-2017 Jerome Benoit <calculus at rezozer.net>
  2008 Tim Abbott <tabbott at mit.edu>
 License: ISC
 Comment:
diff --git a/debian/patches/upstream-source-typo.patch b/debian/patches/upstream-source-typo.patch
index 1236ecd..cb4a1fd 100644
--- a/debian/patches/upstream-source-typo.patch
+++ b/debian/patches/upstream-source-typo.patch
@@ -4,7 +4,7 @@ Description: upstream source spelling correction
  upstream maintainer.
 Origin: debian
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-05-15
+Last-Update: 2017-11-22
 
 --- a/de.c
 +++ b/de.c
@@ -121,6 +121,15 @@ Last-Update: 2016-05-15
      COPY(S_M_IJ(mat,0L,S_P_II(perm,0L)-1L),c);
 --- a/part.c
 +++ b/part.c
+@@ -162,7 +162,7 @@
+     else
+         {
+         debugprint(a);
+-        return error("strictp:wrong type of partiton");
++        return error("strictp:wrong type of partition");
+         }
+     ENDR("strictp");
+ }
 @@ -420,7 +420,7 @@
          else if (S_PA_K(a) == EXPONENT) {
              INT i,l,ol;
@@ -172,3 +181,17 @@ Last-Update: 2016-05-15
  /* AK 181290 V1.1 */ /* AK 200891 V1.3 */
  /* AK 030498 V2.0 */ /* AK 210704 V3.0 */
  {
+--- a/rest.c
++++ b/rest.c
+@@ -3851,9 +3851,9 @@
+ /* 020488 AK */ /* AK 010889 V1.1 */ /* AK 210891 V1.3 */
+     {
+     b_gk_spa(callocobject(),callocobject(),a);
+-    scan_printeingabe("input of a skewpartiton, the big partition");
++    scan_printeingabe("input of a skewpartition, the big partition");
+     scan(PARTITION,S_SPA_G(a));
+-    scan_printeingabe("input of a skewpartiton, the small partition");
++    scan_printeingabe("input of a skewpartition, the small partition");
+     scan(PARTITION,s_spa_k(a));
+     return(OK);
+     }
diff --git a/debian/rules b/debian/rules
index ac64397..73638e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,14 @@ default:
 	@uscan --no-conf --dehs --report || true
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 override_dh_auto_build-indep:
 
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 override_dh_auto_test-arch:
 	$(MAKE) check
+endif
 
 override_dh_auto_test-indep:
 

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



More information about the debian-science-commits mailing list