Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27
· eb64646b
Dominic Hargreaves
authored
May 18, 2018
and
Andreas Tille
committed
May 18, 2018
eb64646b
Close bug
· 8f66d1a3
Andreas Tille
authored
May 18, 2018
8f66d1a3
debhelper 11
· b2c50579
Andreas Tille
authored
May 18, 2018
b2c50579
Point Vcs fields to salsa.debian.org
· 47170b5c
Andreas Tille
authored
May 18, 2018
47170b5c
Standards-Version: 4.1.4
· 70ba5f8d
Andreas Tille
authored
May 18, 2018
70ba5f8d
Upload to unstable
· 6341caee
Andreas Tille
authored
May 18, 2018
6341caee
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6341caee
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 <tille@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
View file @
6341caee
1
0
1
1
debian/control
View file @
6341caee
...
...
@@ -6,7 +6,7 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Section: science
Priority: optional
Build-Depends: bash-completion,
debhelper (>= 1
0
),
debhelper (>= 1
1~
),
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
0 → 100644
View file @
6341caee
Author: Dominic Hargreaves <dom@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
View file @
6341caee
from-upstream-no-nested-functions.patch
no-quicksort.patch