Skip to content
Commits on Source (8)
......@@ -2,4 +2,4 @@ roadtrips (2.0+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #<bug>)
-- Andreas Tille <tille@debian.org> Fri, 20 Nov 2015 14:29:17 +0100
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 11:30:05 +0100
......@@ -3,10 +3,10 @@ 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)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/roadtrips.git
Vcs-Git: git://anonscm.debian.org/debian-med/roadtrips.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/roadtrips
Vcs-Git: https://salsa.debian.org/med-team/roadtrips.git
Homepage: http://faculty.washington.edu/tathornt/software/ROADTRIPS2/
Package: roadtrips
......
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: ROADTRIPS
Upstream-Contact: Timothy Thornton <tathornt@u.washington.edu>
Source: http://faculty.washington.edu/tathornt/software/ROADTRIPS2/download.html
......
......@@ -2,15 +2,13 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
%:
dh $@
override_dh_install:
dh_install
mkdir -p debian/$(DEBPKGNAME)/usr/bin
cp -a ROADTRIPS debian/$(DEBPKGNAME)/usr/bin/roadtrips
mkdir -p debian/$(DEB_SOURCE)/usr/bin
cp -a ROADTRIPS debian/$(DEB_SOURCE)/usr/bin/roadtrips
get-orig-source:
uscan --verbose --force-download --repack --compression xz