Skip to content
Commits on Source (8)
parafly (0.0.2013.01.21-4) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 11:37:50 +0100
parafly (0.0.2013.01.21-3) unstable; urgency=medium
* Enable build on arm64
......
......@@ -3,12 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Michael R. Crusoe <mcrusoe@msu.edu>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/parafly.git
Vcs-Git: git://anonscm.debian.org/debian-med/parafly.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.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
Package: parafly
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
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
Files-Excluded: transdecoder_plugins
......
......@@ -5,7 +5,7 @@ DH_VERBOSE := 1
SAVEAUTO=debian/save_autoconf
%:
dh $@ --with autoreconf,autotools_dev
dh $@
override_dh_auto_clean:
mkdir -p $(SAVEAUTO)
......