[Pkg-sysvinit-commits] r450 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at costa.debian.org
Tue Dec 27 13:38:17 UTC 2005
Author: pere
Date: 2005-12-27 13:38:16 +0000 (Tue, 27 Dec 2005)
New Revision: 450
Modified:
sysvinit/trunk/debian/rules
Log:
Install startpar before the manpages are compressed, to avoid lintian warning. Avoid sgid directories when building from svn.
Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules 2005-12-26 17:49:20 UTC (rev 449)
+++ sysvinit/trunk/debian/rules 2005-12-27 13:38:16 UTC (rev 450)
@@ -78,6 +78,7 @@
install -d -g root -m 755 -o root $(tmp)/usr/share/man
install -d -g root -m 755 -o root $(tmp)/usr/share/man/man{1,5,8}
(cd src; make ROOT=$(tmp) DISTRO=Debian install )
+ make -C debian/startpar DESTDIR=$(tmp) install
ifeq ($(DEB_HOST_ARCH), hurd-i386)
# The Hurd has its own halt and reboot commands.
rm -f $(tmp)/usr/share/man/man8/halt.8
@@ -92,7 +93,6 @@
$(tmp)$(doc)/sysvinit/copyright
cat COPYRIGHT >> $(tmp)$(doc)/sysvinit/copyright
install -g root -m 755 debian/postinst $(tmp)/DEBIAN/postinst
- make -C debian/startpar DESTDIR=$(tmp) install
dpkg-shlibdeps src/init debian/startpar/startpar
dpkg-gencontrol -psysvinit -P$(tmp) -isp
dpkg --build $(tmp) ..
@@ -227,6 +227,7 @@
rm -rf ../sysvinit-$$version; \
svn export . ../sysvinit-$$version; \
cp debian/changelog ../sysvinit-$$version/debian/changelog; \
+ chmod -R a-s ../sysvinit-$$version; \
(cd ../sysvinit-$$version && debuild)
.PHONY: binary binary-arch binary-indep clean checkroot
More information about the Pkg-sysvinit-commits
mailing list