Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
Bump Policy to 4.4.0
· 1dfd4e1f
Alexandre Mestiashvili
authored
Jul 11, 2019
1dfd4e1f
Update changelog
· 123669a2
Alexandre Mestiashvili
authored
Jul 11, 2019
Gbp-Dch: Ignore
123669a2
Update changelog
· e2440388
Alexandre Mestiashvili
authored
Sep 09, 2019
Gbp-Dch: Ignore
e2440388
Skip build-tests on s390x, failing on a buildd, passing on a porter box
· 6ab5baa9
Alexandre Mestiashvili
authored
Sep 19, 2019
6ab5baa9
Update changelog
· 6996e251
Alexandre Mestiashvili
authored
Sep 19, 2019
Gbp-Dch: Ignore
6996e251
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6996e251
pycorrfit (1.1.6+dfsg-1) UNRELEASED; urgency=medium
pycorrfit (1.1.6+dfsg-3) unstable; urgency=medium
* Skip build-tests on s390x, failing on a buildd, passing on a porter box
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 19 Sep 2019 10:45:39 +0200
pycorrfit (1.1.6+dfsg-2) unstable; urgency=medium
* No change source-only upload, trigger rebuild on buildd
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 09 Sep 2019 13:26:50 +0200
pycorrfit (1.1.6+dfsg-1) unstable; urgency=medium
* Update d/watch, normalize upstream version from d/changelog
* New upstream version 1.1.6+dfsg
* Bump Policy to 4.
3
.0
* Bump Policy to 4.
4
.0
* Add X-Python3-Version: >= 3.6 to d/control
* Use debhelper-compat, drop d/compat
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 0
6 May
2019 1
0:44:5
8 +0200
-- Alexandre Mestiashvili <mestia@debian.org> Mon, 0
9 Sep
2019 1
3:26:3
8 +0200
pycorrfit (1.1.5+dfsg-1) unstable; urgency=medium
...
...
debian/control
View file @
6996e251
...
...
@@ -27,7 +27,7 @@ Build-Depends: cython3,
texlive-latex-extra,
texlive-latex-recommended,
texlive-science
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/med-team/pycorrfit
Vcs-Git: https://salsa.debian.org/med-team/pycorrfit.git
Homepage: http://fcs-analysis.github.io/PyCorrFit/
...
...
debian/rules
View file @
6996e251
...
...
@@ -7,6 +7,12 @@ export PYBUILD_TEST_PYTEST=1
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export PYBUILD_TEST_PYTEST=0
endif
include /usr/share/dpkg/architecture.mk
ifneq ($(DEB_HOST_ARCH),s390x)
export PYBUILD_TEST_PYTEST=0
endif
export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/${PYBUILD_NAME}
# see https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX
DEB_DATE_RFC_2822 := $(shell dpkg-parsechangelog -S date)
...
...