[med-svn] [Git][med-team/parafly][master] 7 commits: debian/patches/cross: enable cross building, courtesy of Helmut Grohne

Michael R. Crusoe gitlab at salsa.debian.org
Thu Mar 11 14:14:19 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / parafly


Commits:
33e95ec5 by Michael R. Crusoe at 2021-03-11T15:05:05+01:00
debian/patches/cross: enable cross building, courtesy of Helmut Grohne

- - - - -
8160cbb3 by Michael R. Crusoe at 2021-03-11T15:05:05+01:00
Update homepage to their GitHub repository. Sourceforge hasn't been updated in over 7 years.

- - - - -
dec34352 by Michael R. Crusoe at 2021-03-11T15:05:19+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
6c958fdf by Michael R. Crusoe at 2021-03-11T15:05:19+01:00
routine-update: debhelper-compat 13

- - - - -
8f406727 by Michael R. Crusoe at 2021-03-11T15:05:24+01:00
Set upstream metadata fields: Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
a6c10bfc by Michael R. Crusoe at 2021-03-11T15:05:24+01:00
routine-update: watch file standard 4

- - - - -
b06f6450 by Michael R. Crusoe at 2021-03-11T15:05:25+01:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/cross.patch
- debian/patches/series
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+parafly (0.1.0-2) unstable; urgency=medium
+
+  * debian/patches/cross: enable cross building, courtesy of Helmut Grohne
+    Closes: #984974
+  * Update homepage to their GitHub repository. Sourceforge hasn't been
+    updated in over 7 years.
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Set upstream metadata fields: Repository, Repository-Browse.
+  * watch file standard 4 (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Thu, 11 Mar 2021 15:05:25 +0100
+
 parafly (0.1.0-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/control
=====================================
@@ -3,11 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Michael R. Crusoe <crusoe at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.5.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/parafly
 Vcs-Git: https://salsa.debian.org/med-team/parafly.git
-Homepage: http://parafly.sourceforge.net
+Homepage: https://github.com/ParaFly/ParaFly
 Rules-Requires-Root: no
 
 Package: parafly


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ParaFly
-Source: http://sourceforge.net/projects/parafly/files/latest/download?source=files
+Source: https://github.com/ParaFly/ParaFly
 
 Files: *
 Copyright: (c) 2011, The Broad Institute, Inc. All rights reserved.


=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,19 @@
+From: Helmut Grohne <helmut at subdivi.de>
+Subject: Enable cross building
+Forwarded: https://github.com/ParaFly/ParaFly/pull/1
+--- parafly-0.1.0.orig/configure.ac
++++ parafly-0.1.0/configure.ac
+@@ -2,10 +2,10 @@
+ AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+ AC_LANG([C++])
+ AC_PROG_CXX
+-#AC_OPENMP # requires autoconf >= 2.62
+-AC_SUBST([AM_CXXFLAGS], [])
++AC_OPENMP
++AC_SUBST([AM_CXXFLAGS], [$OPENMP_CXXFLAGS])
+ case $CXX in
+-  g++*) AC_SUBST([AM_CXXFLAGS],["-pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated $AM_CXXFLAGS"]);;
++  g++*) AC_SUBST([AM_CXXFLAGS],["-pedantic -Wall -Wextra -Wno-long-long -Wno-deprecated $AM_CXXFLAGS"]);;
+   sunCC*) AC_SUBST([AM_CXXFLAGS], ["-library=stlport4 -xopenmp -xvpara -fast $AM_CXXFLAGS"]) ;;
+   icpc*) AC_SUBST([AM_CXXFLAGS], ["-Wall -openmp $AM_CXXFLAGS"]) ;;
+ esac


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 m64.patch
+cross.patch


=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,4 @@
 Bug-Database: https://github.com/ParaFly/ParaFly/issues
 Bug-Submit: https://github.com/ParaFly/ParaFly/issues/new
-Repository: https://github.com/ParaFly/ParaFly
+Repository: https://github.com/ParaFly/ParaFly.git
+Repository-Browse: https://github.com/ParaFly/ParaFly


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 
 opts="filenamemangle=s%(?:.*?)?v(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
  https://github.com/ParaFly/ParaFly/releases/latest .*/archive/v at ANY_VERSION@\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/parafly/-/compare/9841dad87705f1760bce4bb1c6064e0e84931b33...b06f64508b7fafdf6c8b317b0ffd2d47712ffce4

-- 
View it on GitLab: https://salsa.debian.org/med-team/parafly/-/compare/9841dad87705f1760bce4bb1c6064e0e84931b33...b06f64508b7fafdf6c8b317b0ffd2d47712ffce4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210311/48d4cbfb/attachment-0001.htm>


More information about the debian-med-commit mailing list