Bug#833369: flam3: enable shared library build

2018-04-14 Thread Tobias Frost
Control: tags 1 -patch +newcomer

Unfortunatly it is more work than just enable the shared libary in
d/rules, this also requires a complete packaging split.

Therefore I remove the patch tag and mark it newcomer, so that anyone
wanting to contribute to Debian is invited to work on this topic
(I will be available as sponsor).

Tobi



Bug#833369: flam3: enable shared library build

2016-08-03 Thread Gijs Molenaar
Package: flam3
Version: 3.0.1-4
Severity: normal
Tags: patch

Dear maintainer,

please enable shared library build for flam3



-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-31-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages flam3 depends on:
ii  libc6   2.23-0ubuntu3
ii  libjpeg88c-2ubuntu8
ii  libpng12-0  1.2.54-1ubuntu1
ii  libxml2 2.9.3+dfsg1-1ubuntu0.1

flam3 recommends no packages.

flam3 suggests no packages.

-- no debconf information
diff --git a/debian/rules b/debian/rules
index 2d5ff9e..2808cae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --sourcedirectory=src --with autotools-dev
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-shared
+
 override_dh_install:
 	find $(CURDIR)/debian/flam3 -name libflam3.la -delete
 	dh_install