[Pkg-samba-maint] r3911 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Mon Sep 26 19:44:57 UTC 2011
Author: vorlon
Date: 2011-09-26 19:44:57 +0000 (Mon, 26 Sep 2011)
New Revision: 3911
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
Exclude .c files from dh_compress, so our .c examples can build out of
the box in the packages.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-09-26 19:39:40 UTC (rev 3910)
+++ trunk/samba/debian/changelog 2011-09-26 19:44:57 UTC (rev 3911)
@@ -19,6 +19,8 @@
* Bump to debhelper compat level 9 and build libraries for multiarch.
* Drop Makefile.internal from libsmbclient-dev examples so that we can mark
libsmbclient-dev Multi-Arch: same.
+ * Exclude .c files from dh_compress, so our .c examples can build out of
+ the box in the packages.
-- Steve Langasek <vorlon at debian.org> Sat, 24 Sep 2011 13:36:50 -0700
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2011-09-26 19:39:40 UTC (rev 3910)
+++ trunk/samba/debian/rules 2011-09-26 19:44:57 UTC (rev 3911)
@@ -132,6 +132,9 @@
dh_strip -psamba -psmbclient -pwinbind -psamba-common-bin --dbg-package=samba-dbg
dh_strip -Nsamba -Nsmbclient -Nwinbind -Nsamba-common-bin
+override_dh_compress:
+ dh_compress -X.c
+
override_dh_fixperms:
dh_fixperms
ifneq (,$(filter samba-common, $(shell dh_listpackages)))
More information about the Pkg-samba-maint
mailing list