Andreas Tille pushed to branch master at Debian Med / altree

Commits:
eb64646b by Dominic Hargreaves at 2018-05-18T11:58:18+02:00
Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27

- - - - -
8f66d1a3 by Andreas Tille at 2018-05-18T12:00:37+02:00
Close bug

- - - - -
b2c50579 by Andreas Tille at 2018-05-18T12:00:56+02:00
debhelper 11

- - - - -
47170b5c by Andreas Tille at 2018-05-18T12:00:59+02:00
Point Vcs fields to salsa.debian.org

- - - - -
70ba5f8d by Andreas Tille at 2018-05-18T12:01:00+02:00
Standards-Version: 4.1.4

- - - - -
6341caee by Andreas Tille at 2018-05-18T12:05:23+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- + debian/patches/no-quicksort.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+altree (1.3.1-5.1) unstable; urgency=medium
+
+  [ Dominic Hargreaves ]
+  * Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27
+    Closes: #898989
+
+  [ Andreas Tille ]
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.1.4
+
+ -- Andreas Tille <ti...@debian.org>  Fri, 18 May 2018 12:01:00 +0200
+
 altree (1.3.1-5) unstable; urgency=medium
 
   * Moved packaging from SVN to Git


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Charles Plessy <ple...@debian.org>,
 Section: science
 Priority: optional
 Build-Depends: bash-completion,
-               debhelper (>= 10),
+               debhelper (>= 11~),
                latex-make,
                ghostscript,
                texlive-lang-french,
@@ -17,9 +17,9 @@ Build-Depends: bash-completion,
                libgsl-dev,
                libatlas-base-dev,
                libtest-deep-perl
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/altree.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/altree.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/altree
+Vcs-Git: https://salsa.debian.org/med-team/altree.git
 Homepage: https://gitlab.inria.fr/NGS/ALTree
 
 Package: altree


=====================================
debian/patches/no-quicksort.patch
=====================================
--- /dev/null
+++ b/debian/patches/no-quicksort.patch
@@ -0,0 +1,15 @@
+Author: Dominic Hargreaves <d...@earth.li>
+Last-Update: Fri, 18 May 2018 11:20:24 +0200
+Bug-Debian: https://bugs.debian.org/898989
+Description: Remove unused _quicksort sub-pragma, no longer supported in Perl 
5.27
+
+--- a/ALTree/SitePerForet.pm
++++ b/ALTree/SitePerForet.pm
+@@ -7,7 +7,6 @@ package ALTree::SitePerForet;
+ ################################################################
+ 
+ use base qw(ALTree::Base ALTree::Site);
+-use sort '_quicksort';
+ 
+ sub New { # [classe] site_nb
+     my $class=shift;


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 from-upstream-no-nested-functions.patch
+no-quicksort.patch



View it on GitLab: 
https://salsa.debian.org/med-team/altree/compare/08e3617bc2c042033aea50fc6d9740a0c6587b1b...6341caeeab36bb6f7809ab88b32b3758211ad4a2

---
View it on GitLab: 
https://salsa.debian.org/med-team/altree/compare/08e3617bc2c042033aea50fc6d9740a0c6587b1b...6341caeeab36bb6f7809ab88b32b3758211ad4a2
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to