+sasc-ng (620-11) local; urgency=low
+
+ * Provide debug symbols in -dbg packages
+
+ -- Jan-Pascal van Best <janpascal@vanbest.org> Tue, 02 Apr 2013 11:10:55 +0200
+
sasc-ng (620-10) local; urgency=low
- * Hardening
+ * Hardening (not yet complete)
-- Jan-Pascal van Best <janpascal@vanbest.org> Fri, 29 Mar 2013 09:06:19 +0100
This package contains the sasc-ng daemon and the dvbloopback
kernel module for kernel #KERNEL#, optimised for #FLAVOR# cpus.
+Package: sasc-ng-#KERNEL#-#FLAVOR#-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ sasc-ng-#KERNEL#-#FLAVOR# (= ${binary:Version}),
+ ${misc:Depends}
+Conflicts: sasc-ng-daemon-dbg
+Replaces: sasc-ng-daemon-dbg
+Provides: sasc-ng-daemon-dbg
+Description: debugging symbols for sasc-ng
+ sasc-ng is a versatile SoftCAM which creates virtual DVB devices
+ and outputs through them.
+ .
+ This package contains the debugging symbols for sasc-ng-#KERNEL#-#FLAVOR#.
+
override_dh_auto_install: build_kernel build_sasc
+dh_strip_%:
+ VERSION="$*"; \
+ FLAVOR=$${VERSION#*_}; \
+ KERNEL=$${VERSION/_$$FLAVOR/}; \
+ dh_strip -p sasc-ng-$$KERNEL-$$FLAVOR --dbg-package=sasc-ng-$$KERNEL-$$FLAVOR-dbg
+
+.PHONY: override_dh_strip
+override_dh_strip: $(foreach kernel,$(KERNELS),$(foreach flav,$(FFDECSA_FLAVORS),dh_strip_$(kernel)_$(flav)))
+
CONTROL_FILES = debian/control.source debian/control.flavor debian/rules debian/rules.defs debian/sasc-ng.install.in
comma = ,