=== modified file 'debian/changelog' --- debian/changelog 2012-02-23 18:24:48 +0000 +++ debian/changelog 2012-03-13 19:33:58 +0000 @@ -1,3 +1,9 @@ +puppet (2.7.11-1ubuntu3) precise; urgency=low + + * Added upstart script + + -- Glenn Aaldering Tue, 13 Mar 2012 20:08:13 +0100 + puppet (2.7.11-1) unstable; urgency=high * New upstream release === added file 'debian/puppet.puppet.upstart' --- debian/puppet.puppet.upstart 1970-01-01 00:00:00 +0000 +++ debian/puppet.puppet.upstart 2012-03-13 19:33:58 +0000 @@ -0,0 +1,9 @@ +# Puppet Agent + +description "puppet agent" +author "Glenn Aaldering " + +start on runlevel [2345] +stop on runlevel [!2345] + +exec /usr/bin/puppet agent --no-daemonize