Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
XS-Autobuild: yes
· acd039f9
Andreas Tille
authored
Oct 18, 2018
acd039f9
no manual inforcement of compression which is default
· a8161397
Andreas Tille
authored
Oct 18, 2018
a8161397
debhelper 11
· a9421bbd
Andreas Tille
authored
Oct 18, 2018
a9421bbd
Point Vcs fields to salsa.debian.org
· 5f175608
Andreas Tille
authored
Oct 18, 2018
5f175608
Standards-Version: 4.2.1
· d130f3a1
Andreas Tille
authored
Oct 18, 2018
d130f3a1
Upload to unstable
· 5405e799
Andreas Tille
authored
Oct 18, 2018
5405e799
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5405e799
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 ]
...
...
debian/compat
View file @
5405e799
9
11
debian/control
View file @
5405e799
...
...
@@ -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
...
...
debian/rules
View file @
5405e799
...
...
@@ -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
...
...