[Pkg-samba-maint] r3917 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Mon Sep 26 21:31:00 UTC 2011


Author: vorlon
Date: 2011-09-26 21:30:59 +0000 (Mon, 26 Sep 2011)
New Revision: 3917

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
don't exclude .c files from dh_compress after all, because we have no sane way
to express this that doesn't also leave a manpage uncompressed

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2011-09-26 21:24:56 UTC (rev 3916)
+++ trunk/samba/debian/changelog	2011-09-26 21:30:59 UTC (rev 3917)
@@ -19,8 +19,6 @@
   * 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.
   * Bump build-depends on debhelper to 8.9.4, so we ensure we have
     dpkg-buildflags by default and get full build hardening enabled out of
     the box - critical for a server like samba.

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2011-09-26 21:24:56 UTC (rev 3916)
+++ trunk/samba/debian/rules	2011-09-26 21:30:59 UTC (rev 3917)
@@ -125,9 +125,6 @@
 	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