Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 4b9cae7b
Andreas Tille
authored
Jul 18, 2018
4b9cae7b
Point Vcs fields to salsa.debian.org
· 503f035e
Andreas Tille
authored
Jul 18, 2018
503f035e
Standards-Version: 4.1.5
· d81a01e7
Andreas Tille
authored
Jul 18, 2018
d81a01e7
Drop unneeded get-orig-source target
· 5d4b2acb
Andreas Tille
authored
Jul 18, 2018
5d4b2acb
Do not parse d/changelog
· 7e15d543
Andreas Tille
authored
Jul 18, 2018
7e15d543
Upload to unstable
· 8e8ef01a
Andreas Tille
authored
Jul 18, 2018
8e8ef01a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8e8ef01a
fsa (1.15.9+dfsg-4) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* d/rules:
- Drop unneeded get-orig-source target
- Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 21:07:06 +0200
fsa (1.15.9+dfsg-3) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
8e8ef01a
9
11
debian/control
View file @
8e8ef01a
...
...
@@ -3,15 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
mummer,
exonerate,
help2man
# htcondor is a bit complex to be configured and thus we delay this one: htcondor,
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med/fsa.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/fsa.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team/fsa
Vcs-Git: https://
salsa
.debian.org/
med-team
/fsa.git
Homepage: http://fsa.sourceforge.net/
Package: fsa
...
...
debian/rules
View file @
8e8ef01a
...
...
@@ -2,18 +2,17 @@
# DH_VERBOSE := 1
VERSION := $(shell dpkg-parsechangelog | grep Version: | cut -f2 -d' ' | cut -f1 -d- )
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
mandir=$(CURDIR)/debian/$(DEB
PKGNAM
E)/usr/share/man/man1
bindir=$(CURDIR)/debian/$(DEB
PKGNAM
E)/usr/bin
mandir=$(CURDIR)/debian/$(DEB
_SOURC
E)/usr/share/man/man1
bindir=$(CURDIR)/debian/$(DEB
_SOURC
E)/usr/bin
HELP2MAN = help2man --no-info --version-string="$(VERSION)"
HELP2MAN = help2man --no-info --version-string="$(
DEB_
VERSION
_UPSTREAM
)"
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
--with autoreconf
dh $@
#override_dh_auto_configure:
# htcondor is a bit complex to be configured and thus we delay this one
...
...
@@ -27,6 +26,3 @@ override_dh_auto_test:
override_dh_install:
dh_install
mv $(bindir)/translate $(bindir)/fsa-translate
get-orig-source:
uscan --verbose --force-download --repack --compression xz