Skip to content
Commits on Source (8)
fyba (4.1.1-4) UNRELEASED; urgency=medium
fyba (4.1.1-4) unstable; urgency=medium
* Team upload.
* Change Maintainer to Debian GIS project, move Ruben to Uploaders.
......@@ -7,13 +7,19 @@ fyba (4.1.1-4) UNRELEASED; urgency=medium
* Update watch file to handle common issues.
* Drop incorrect Forwarded header from patches.
* Add upstream metadata.
* Change priority for libfyba0-dbg from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
* Bump Standards-Version to 4.1.5, no changes.
* Strip trailing whitespace from control file.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
-- Bas Couwenberg <sebastic@debian.org> Sun, 28 Aug 2016 18:28:11 +0200
* Don't use autotools-dev explicitly.
* Drop obsolete dbg package.
* Add autopkgtest to test installability.
* Enable all hardening buildflags.
* Don't limit dh_strip to libfyba0.
* Override dh_makeshlibs to use -V.
* Fix capitalization error in description synopsis.
-- Bas Couwenberg <sebastic@debian.org> Sun, 29 Jul 2018 21:10:50 +0200
fyba (4.1.1-3) unstable; urgency=medium
......
......@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/fyba
......@@ -17,7 +16,7 @@ Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: FYBA library to read and write norwegian geodata standard format SOSI
Description: FYBA library to read and write Norwegian geodata standard format SOSI
OpenFYBA is the source code release of the FYBA library, distributed by the
National Mapping Authority of Norway (Statens kartverk) to read and write
files in the National geodata standard format SOSI.
......@@ -32,16 +31,3 @@ Description: Header files for FYBA library
This is the development package for developing applications that depends on
libfyba. It includes header files, static library files and HTML
documentation.
Package: libfyba0-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libfyba0 (= ${binary:Version}),
${misc:Depends}
Description: debug symbols for libfyba0
OpenFYBA is the source code release of the FYBA library, distributed by the
National Mapping Authority of Norway (Statens kartverk) to read and write
files in the National geodata standard format SOSI.
.
This package contains the debugging symbols for the shared library.
# Symbols are problematic for C++ libraries, shlibs is used instead.
no-symbols-control-file *
......@@ -2,10 +2,16 @@
#export DH_VERBOSE=1
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ --with autotools-dev --with autoreconf
dh $@ --with autoreconf
override_dh_strip:
dh_strip -plibfyba0 --keep-debug --dbg-package=libfyba0-dbg
dh_strip --dbgsym-migration='libfyba0-dbg (<< 4.1.1-4~)'
override_dh_makeshlibs:
dh_makeshlibs -V
# Test installability
Depends: @
Test-Command: /bin/true