[Pkg-sysvinit-commits] r444 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at costa.debian.org
Thu Dec 22 16:35:56 UTC 2005
Author: pere
Date: 2005-12-22 16:35:55 +0000 (Thu, 22 Dec 2005)
New Revision: 444
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/rules
Log:
* Enable the startpar option as it should work now that .sh scripts
are serialized. The clock should no longer jump while startpar
is used.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2005-12-22 16:33:15 UTC (rev 443)
+++ sysvinit/trunk/debian/changelog 2005-12-22 16:35:55 UTC (rev 444)
@@ -24,6 +24,9 @@
[ Petter Reinholdtsen ]
* Reintroduce the $(doc) variable in debian/rules, to shorten lines and
reduce the amount of changes since the last upload.
+ * Enable the startpar option as it should work now that .sh scripts
+ are serialized. The clock should no longer jump while startpar
+ is used.
-- Thomas Hood <jdthood at yahoo.co.uk> Sun, 18 Dec 2005 00:00:58 +0100
Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules 2005-12-22 16:33:15 UTC (rev 443)
+++ sysvinit/trunk/debian/rules 2005-12-22 16:35:55 UTC (rev 444)
@@ -34,7 +34,7 @@
else
(cd src; make DISTRO=Debian)
endif
-# make -C debian/startpar
+ make -C debian/startpar
cc -W -Wall -s -o debian/readlink debian/readlink.c
touch build
@@ -92,8 +92,8 @@
$(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
+ make -C debian/startpar DESTDIR=$(tmp) install
+ dpkg-shlibdeps src/init debian/startpar/startpar
dpkg-gencontrol -psysvinit -P$(tmp) -isp
dpkg --build $(tmp) ..
rm -rf $(tmp)
More information about the Pkg-sysvinit-commits
mailing list