Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
debhelper 11
· a83c0061
Andreas Tille
authored
Oct 29, 2018
a83c0061
Point Vcs fields to salsa.debian.org
· d37b459d
Andreas Tille
authored
Oct 29, 2018
d37b459d
Standards-Version: 4.2.1
· b18b761e
Andreas Tille
authored
Oct 29, 2018
b18b761e
Secure URI in copyright format
· e5522385
Andreas Tille
authored
Oct 29, 2018
e5522385
Remove trailing whitespace in debian/changelog
· ba359155
Andreas Tille
authored
Oct 29, 2018
ba359155
Remove trailing whitespace in debian/copyright
· 23e033c7
Andreas Tille
authored
Oct 29, 2018
23e033c7
Fix broken changes for debhelper 11
· 763b8d5f
Andreas Tille
authored
Oct 29, 2018
763b8d5f
Upload to unstable
· 7d2e6d6c
Andreas Tille
authored
Oct 29, 2018
7d2e6d6c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7d2e6d6c
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
...
...
debian/compat
View file @
7d2e6d6c
9
11
debian/control
View file @
7d2e6d6c
...
...
@@ -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
...
...
debian/copyright
View file @
7d2e6d6c
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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
...
...
debian/rules
View file @
7d2e6d6c
...
...
@@ -5,7 +5,7 @@ DH_VERBOSE := 1
SAVEAUTO=debian/save_autoconf
%:
dh $@
--with autoreconf,autotools_dev
dh $@
override_dh_auto_clean:
mkdir -p $(SAVEAUTO)
...
...