Sync debian/control with debian packaging
This commit is contained in:
Vendored
+20
-2
@@ -4,6 +4,10 @@ Maintainer: Dušan Poizl <nou@nouspiro.space>
|
|||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
cdbs,
|
cdbs,
|
||||||
cmake,
|
cmake,
|
||||||
|
pkg-config,
|
||||||
|
liblz4-dev,
|
||||||
|
libpugixml-dev,
|
||||||
|
zlib1g-dev,
|
||||||
libzstd-dev
|
libzstd-dev
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Section: libs
|
Section: libs
|
||||||
@@ -16,11 +20,25 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libxisf (= ${binary:Version}), ${misc:Depends}
|
Depends: libxisf (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: Library to load and save XISF images development files
|
Description: Library to load and save XISF images development files
|
||||||
Native format of PixInsight astroprocessing suite
|
This package contain development files.
|
||||||
|
.
|
||||||
|
XISF is native format of PixInsight astroprocessing suite.
|
||||||
|
Extensible Image Serialization Format (XISF) is the native file format
|
||||||
|
of PixInsight. It is a free, open format for storage, management and
|
||||||
|
interchange of digital images and associated data.
|
||||||
|
.
|
||||||
|
This C++ library implements XISF specification 1.0 which can be found at
|
||||||
|
https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html
|
||||||
|
|
||||||
Package: libxisf
|
Package: libxisf
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Library to load and save XISF images
|
Description: Library to load and save XISF images
|
||||||
Native format of PixInsight astroprocessing suite
|
XISF is native format of PixInsight astroprocessing suite.
|
||||||
|
Extensible Image Serialization Format (XISF) is the native file format
|
||||||
|
of PixInsight. It is a free, open format for storage, management and
|
||||||
|
interchange of digital images and associated data.
|
||||||
|
.
|
||||||
|
This C++ library implements XISF specification 1.0 which can be found at
|
||||||
|
https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html
|
||||||
|
|||||||
Vendored
+6
@@ -8,3 +8,9 @@ include /usr/share/cdbs/1/class/cmake.mk
|
|||||||
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
|
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
|
||||||
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
|
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
|
||||||
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
|
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- -DUSE_BUNDLED_LIBS=Off
|
||||||
|
|||||||
Reference in New Issue
Block a user