Skip to content
Commits on Source (6)
cufflinks (2.2.1+dfsg.1-3) unstable; urgency=medium
* XS-Autobuild: yes
* d/rules: no manual inforcement of compression which is default
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 18 Oct 2018 15:30:41 +0200
cufflinks (2.2.1+dfsg.1-2) unstable; urgency=medium
[ Steffen Moeller ]
......
......@@ -4,23 +4,21 @@ Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>,
Andreas Tille <tille@debian.org>,
Charles Plessy <plessy@debian.org>
Section: non-free/science
XS-Autobuild: no
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
help2man,
autotools-dev,
libboost-dev,
libboost-serialization-dev,
libboost-system-dev,
libboost-thread-dev,
libbam-dev,
zlib1g-dev,
dh-autoreconf,
python,
libeigen3-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cufflinks.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/cufflinks.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/cufflinks
Vcs-Git: https://salsa.debian.org/med-team/cufflinks.git
Homepage: http://cufflinks.cbcb.umd.edu
Package: cufflinks
......
......@@ -7,7 +7,7 @@ mandir := $(CURDIR)/debian/$(pkg)/usr/share/man/man1
bindir := $(CURDIR)/debian/$(pkg)/usr/bin
%:
dh $@ --with autoreconf --parallel
dh $@
override_dh_auto_configure:
dh_auto_configure -- LIBS="-lboost_system -lboost_thread -lboost_serialization"
......@@ -16,9 +16,6 @@ override_dh_auto_clean:
dh_auto_clean
rm -rf autom4te.cache
override_dh_builddeb:
dh_builddeb -- -Z xz
override_dh_installman:
dh_installman
......