This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to annotated tag debian/3.4.3-12 in repository nethack.
commit f139f3796fb49fb9f06c3acfac1a61df794ce2c2 Author: Joshua Kwan <[email protected]> Date: Sat Sep 26 11:20:04 2009 -0700 Imported Debian patch 3.4.3-12 --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a6ec2c..8565c4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nethack (3.4.3-12) unstable; urgency=low + + * Fix error with update-rc.d (for some reason I didn't see this, probably + due to using insserv based init.) Add a '.' to the end. closes: #548425 + + -- Joshua Kwan <[email protected]> Sat, 26 Sep 2009 11:20:04 -0700 + nethack (3.4.3-11) unstable; urgency=low * Thanks for the NMUs, guys. There are so many bugs fixed as a result diff --git a/debian/rules b/debian/rules index edb5f28..d5446c1 100755 --- a/debian/rules +++ b/debian/rules @@ -70,7 +70,7 @@ install: build dh_testroot dh_prep dh_installdirs - dh_installinit --no-start -pnethack-common -- 'start 18 2 3 4 5' + dh_installinit --no-start -pnethack-common -- 'start 18 2 3 4 5 .' dh_link chgrp games debian/nethack-common/usr/lib/games/nethack -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

