Skip to content
Commits on Source (6)
bambamc (0.0.50-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* cme fix dpkg-copyright
* Fix maintainer address of Debian Med team
-- Andreas Tille <tille@debian.org> Tue, 03 Jul 2018 11:37:05 +0200
bambamc (0.0.50-1) unstable; urgency=low
* New upstream version
......
Source: bambamc
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Maintainer: Debian Med Packaging Team <debian-med-packaging@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>,
German Tischler <gt1@sanger.ac.uk>,
Roland Fehrenbacher <rf@q-leap.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
d-shlibs,
pkg-config,
zlib1g-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/bambamc.git
Vcs-Git: git://anonscm.debian.org/debian-med/bambamc.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/bambamc
Vcs-Git: https://salsa.debian.org/med-team/bambamc.git
Homepage: https://github.com/gt1/bambamc
Package: libbambamc0
......
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: bambamc
Upstream-Contact: German Tischler <gt1@sanger.ac.uk>
Source: https://github.com/gt1/bambamc
......
#!/usr/bin/make -f
%:
dh $@ --with autoreconf
dh $@
override_dh_install:
d-shlibmove --commit \
......