mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-29 20:04:47 +02:00
Include debian helper files in the tarball + bump the patch version
This commit is contained in:
parent
db3f989f95
commit
8cc4f848f5
@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
|
|||||||
|
|
||||||
# Initialize the CMake project.
|
# Initialize the CMake project.
|
||||||
project(Trexio
|
project(Trexio
|
||||||
VERSION 2.2.2
|
VERSION 2.2.3
|
||||||
DESCRIPTION "TREX I/O library"
|
DESCRIPTION "TREX I/O library"
|
||||||
LANGUAGES C Fortran
|
LANGUAGES C Fortran
|
||||||
)
|
)
|
||||||
|
39
Makefile.am
39
Makefile.am
@ -182,6 +182,28 @@ $(HTML_TANGLED): $(htmlizer)
|
|||||||
html-local: $(dist_html_DATA)
|
html-local: $(dist_html_DATA)
|
||||||
doc: html-local
|
doc: html-local
|
||||||
|
|
||||||
|
# =============== DEBIAN =============== #
|
||||||
|
|
||||||
|
# Include files needed to produce the debian package.
|
||||||
|
DEB_FILES = \
|
||||||
|
helpers-debian/changelog \
|
||||||
|
helpers-debian/compat \
|
||||||
|
helpers-debian/control \
|
||||||
|
helpers-debian/copyright \
|
||||||
|
helpers-debian/rules \
|
||||||
|
helpers-debian/source \
|
||||||
|
helpers-debian/libtrexio0.install \
|
||||||
|
helpers-debian/libtrexio-dev.install \
|
||||||
|
helpers-debian/source \
|
||||||
|
helpers-debian/README.source
|
||||||
|
|
||||||
|
EXTRA_DIST += $(DEB_FILES)
|
||||||
|
|
||||||
|
debian_from_dist: $(DEB_FILES) $(SOURCES) $(trexio_h)
|
||||||
|
cp ../trexio-$(PACKAGE_VERSION).tar.gz ../libtrexio_$(PACKAGE_VERSION).orig.tar.gz
|
||||||
|
debuild
|
||||||
|
|
||||||
|
|
||||||
# =============== DEVELOPER MODE =============== #
|
# =============== DEVELOPER MODE =============== #
|
||||||
|
|
||||||
SWIG = @SWIG@
|
SWIG = @SWIG@
|
||||||
@ -290,23 +312,6 @@ $(numpy_i):
|
|||||||
check-numpy:
|
check-numpy:
|
||||||
cd tools && ./check_numpy_i.sh
|
cd tools && ./check_numpy_i.sh
|
||||||
|
|
||||||
# Include files needed to produce the debian package.
|
|
||||||
DEB_FILES = \
|
|
||||||
helpers-debian/changelog \
|
|
||||||
helpers-debian/compat \
|
|
||||||
helpers-debian/control \
|
|
||||||
helpers-debian/copyright \
|
|
||||||
helpers-debian/rules \
|
|
||||||
helpers-debian/source \
|
|
||||||
helpers-debian/libtrexio0.install \
|
|
||||||
helpers-debian/libtrexio-dev.install \
|
|
||||||
helpers-debian/source \
|
|
||||||
helpers-debian/README.source
|
|
||||||
|
|
||||||
debian_from_dist: $(DEB_FILES) $(SOURCES) $(trexio_h)
|
|
||||||
cp ../trexio-$(PACKAGE_VERSION).tar.gz ../libtrexio_$(PACKAGE_VERSION).orig.tar.gz
|
|
||||||
debuild
|
|
||||||
|
|
||||||
|
|
||||||
CLEANFILES += $(pytrexio_c) \
|
CLEANFILES += $(pytrexio_c) \
|
||||||
$(pytrexio_py) \
|
$(pytrexio_py) \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([trexio],[2.2.2],[https://github.com/TREX-CoE/trexio/issues])
|
AC_INIT([trexio],[2.2.3],[https://github.com/TREX-CoE/trexio/issues])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([Makefile.in])
|
AC_CONFIG_SRCDIR([Makefile.in])
|
||||||
AC_CONFIG_HEADERS([include/config.h])
|
AC_CONFIG_HEADERS([include/config.h])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user