Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Strip useless comments from d/rules
· e90aaf08
Andreas Tille
authored
Jul 05, 2018
e90aaf08
debhelper 11
· db2416cf
Andreas Tille
authored
Jul 05, 2018
db2416cf
Point Vcs fields to salsa.debian.org
· 5785462d
Andreas Tille
authored
Jul 05, 2018
5785462d
Standards-Version: 4.1.4
· e960b94b
Andreas Tille
authored
Jul 05, 2018
e960b94b
Upload to unstable
· 48ad1b7e
Andreas Tille
authored
Jul 05, 2018
48ad1b7e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
48ad1b7e
brig (0.95+dfsg-2)
UNRELEASED
; urgency=low
brig (0.95+dfsg-2)
unstable
; urgency=low
[ Steffen Moeller ]
* debian/upstream/metadata:
- yamllint cleanliness
- add
d
ed references to registries
- added references to registries
[ Andreas Tille ]
* debian/get-orig-source: Use Files-Excluded to strip upstream archive
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Thu, 05 Jul 2018 15:5
6:00
+0200
-- Andreas Tille <tille@debian.org> Thu, 05 Jul 2018 15:5
8:39
+0200
brig (0.95+dfsg-1) unstable; urgency=low
...
...
debian/compat
View file @
48ad1b7e
9
11
debian/control
View file @
48ad1b7e
Source: brig
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 9),
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
javahelper,
ant,
...
...
@@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 9),
cgview,
blast2 | ncbi-blast+-legacy,
ncbi-blast+
Standards-Version:
3.9.6
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/brig
.git
Vcs-Git:
git://anonscm
.debian.org/
debian-med
/brig.git
Standards-Version:
4.1.4
Vcs-Browser: https://
salsa
.debian.org/
med-team
/brig
Vcs-Git:
https://salsa
.debian.org/
med-team
/brig.git
Homepage: http://sourceforge.net/projects/brig/
Package: brig
...
...
@@ -36,4 +36,3 @@ Description: BLAST Ring Image Generator
* BRIG also accepts SAM-formatted read-mapping files enabling genomic
regions present in unassembled sequence data from multiple samples to
be compared simultaneously
debian/rules
View file @
48ad1b7e
...
...
@@ -2,19 +2,6 @@
# DH_VERBOSE := 1
# some helpful variables - uncomment them if needed
# shamelessly stolen from http://jmtd.net/log/awk/
#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
#GIT_TAG := $(subst ~,_,$(VERSION))
# alternatively to manually set those variables, you can
# include /usr/share/dpkg/default.mk
# and use what is set there.
JAVA_HOME=/usr/lib/jvm/default-java
%:
...
...
@@ -22,4 +9,3 @@ JAVA_HOME=/usr/lib/jvm/default-java
get-orig-source:
. debian/get-orig-source
# uscan --verbose --force-download --repack --compression xz