diff -Nru tgt-1.0.4/debian/changelog tgt-1.0.4/debian/changelog --- tgt-1.0.4/debian/changelog 2010-05-05 03:05:07.000000000 -0400 +++ tgt-1.0.4/debian/changelog 2010-06-17 10:30:25.000000000 -0400 @@ -1,3 +1,9 @@ +tgt (1:1.0.4-1ubuntu1) maverick; urgency=low + + * debian/rules, debian/tgt.tgtd.upstart: Add upstart script. (LP: #574554) + + -- Chuck Short Thu, 17 Jun 2010 10:22:39 -0400 + tgt (1:1.0.4-1) unstable; urgency=low * New upstream release. diff -Nru tgt-1.0.4/debian/control tgt-1.0.4/debian/control --- tgt-1.0.4/debian/control 2010-05-05 03:04:54.000000000 -0400 +++ tgt-1.0.4/debian/control 2010-06-17 10:31:05.000000000 -0400 @@ -1,7 +1,8 @@ Source: tgt Section: net Priority: optional -Maintainer: Debian Kernel Team +XSBC-Original-Maintainer: Debian Kernel Team +Maintainer: Ubuntu MOTU Developers Uploaders: Frederik Schüler , Ben Hutchings Build-Depends: debhelper (>= 7), libibverbs-dev, librdmacm-dev Standards-Version: 3.8.4 diff -Nru tgt-1.0.4/debian/rules tgt-1.0.4/debian/rules --- tgt-1.0.4/debian/rules 2010-05-05 03:04:54.000000000 -0400 +++ tgt-1.0.4/debian/rules 2010-06-17 10:30:15.000000000 -0400 @@ -42,6 +42,7 @@ dh_testroot dh_installchangelogs dh_installdocs + dh_installinit --no-start -u"start 89 2 3 4 5 . stop 11 1 ." dh_link dh_strip dh_compress diff -Nru tgt-1.0.4/debian/upstart tgt-1.0.4/debian/upstart --- tgt-1.0.4/debian/upstart 1969-12-31 19:00:00.000000000 -0500 +++ tgt-1.0.4/debian/upstart 2010-06-17 10:42:04.000000000 -0400 @@ -0,0 +1,8 @@ +description "tgt daemon" + +start on (filesystem and net-device-up IFACE=lo) +stop on [!2345] + +expect fork + +exec tgtd