Skip to content
Commits on Source (9)
gbrowse (2.56+dfsg-5) unstable; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.1
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
* Remove trailing whitespace in debian/rules
* Set fields Upstream-Name in debian/copyright.
* (Build-)Depends: libbio-db-seqfeature-perl
Closes: #929506
-- Andreas Tille <tille@debian.org> Sun, 01 Dec 2019 08:57:29 +0100
gbrowse (2.56+dfsg-4) unstable; urgency=medium
* Update URL in watch file
......
......@@ -8,12 +8,13 @@ Section: science
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: bioperl,
debhelper (>= 11~),
debhelper-compat (= 12),
dh-apache2,
dh-exec,
apache2-dev,
libbio-graphics-perl (>= 2.31),
libbio-graphics-perl,
libbio-coordinate-perl,
libbio-db-seqfeature-perl,
libcapture-tiny-perl,
libcgi-session-perl,
libgd-gd2-perl | libgd-gd2-noxpm-perl,
......@@ -30,9 +31,9 @@ Build-Depends: bioperl,
libjs-scriptaculous,
libvm-ec2-perl,
libmodule-build-perl,
libcgi-pm-perl | perl (<< 5.19),
libcgi-pm-perl,
rename
Standards-Version: 4.2.1
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/gbrowse
Vcs-Git: https://salsa.debian.org/med-team/gbrowse.git
Homepage: http://www.gbrowse.org/
......@@ -41,10 +42,11 @@ Package: gbrowse
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
apache2 (>= 2.4) | httpd-cgi,
apache2 | httpd-cgi,
bioperl,
libbio-graphics-perl (>= 2.31),
libbio-graphics-perl,
libbio-coordinate-perl,
libbio-db-seqfeature-perl,
libcgi-session-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl,
libio-string-perl,
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/GMOD/GBrowse/releases
Files-Excluded: */contrib
Upstream-Name: GBrowse
Files: *
Copyright: © 2002 Cold Spring Harbor Laboratory and University of California, Berkeley
......
......@@ -20,7 +20,9 @@ override_dh_installdirs:
dh_installdirs
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test -- TEST_FILES="$(TEST_FILES)"
endif
override_dh_auto_install:
./Build --install_base=debian/gbrowse debianinstall
......