Skip to content
Commits on Source (6)
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.
......
......@@ -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
......
......@@ -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/$(DEBPKGNAME)/usr/share/man/man1
bindir=$(CURDIR)/debian/$(DEBPKGNAME)/usr/bin
mandir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1
bindir=$(CURDIR)/debian/$(DEB_SOURCE)/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