[Pkg-samba-maint] r3901 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Sun Sep 25 23:51:52 UTC 2011
Author: vorlon
Date: 2011-09-25 23:51:51 +0000 (Sun, 25 Sep 2011)
New Revision: 3901
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
We don't need to mess with perms on usr/include/libsmbclient.h anymore
in debian/rules, the upstream install target gets it right
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-09-25 23:50:03 UTC (rev 3900)
+++ trunk/samba/debian/changelog 2011-09-25 23:51:51 UTC (rev 3901)
@@ -7,6 +7,8 @@
level 7, in preparation for moving to dh(1).
* Where possible, use dh_installman and dh_install's support for target
directories instead of moving files around in debian/rules.
+ * We don't need to mess with perms on usr/include/libsmbclient.h anymore
+ in debian/rules, the upstream install target gets it right
-- 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-25 23:50:03 UTC (rev 3900)
+++ trunk/samba/debian/rules 2011-09-25 23:51:51 UTC (rev 3901)
@@ -203,10 +203,6 @@
dh_compress
dh_fixperms
- # Upstream makefile installs this using "install" without -m, so
- # it becomes executable
- chmod a-x debian/libsmbclient-dev/usr/include/libsmbclient.h
-
# Set some reasonable default perms for the samba logdir.
chmod 0750 debian/samba-common/var/log/samba/
chown root:adm debian/samba-common/var/log/samba/
More information about the Pkg-samba-maint
mailing list