(resending with newer address for Daniel. Sorry for the noise.) Hi Gerrit et al,
Gerrit Pape wrote: > Hi Jonathan, thanks for the suggestion, but I'd like to keep the two > packages separated. My idea back then when contributors wanted add the > sysvinit support was to have a package git-daemon-run and alternative > implementations of that package that all > > Conflicts: git-daemon-run > Replaces: git-daemon-run > Provides: git-daemon-run > > just as done for mail-transport-agent. I didn't check policy in detail > though whether this is in line with it. Thanks. I agreed with that idea because it makes it obvious how to divide maintenance tasks between different people. In practice it hasn't been working as well as planned. I have been the only one responding to user reports through the BTS about the git-daemon service implementations, so I wrote the patch to be able to have them all installed at once, to make that easier. Avoiding too many small packages and following the same pattern as other daemons packaged in Debian are only a small added bonus. To comply with policy ยง2.5, a simpler patch (see below) should work. It has the side-benefit of documenting that I don't have time to maintain the sysvinit script at the same standard as the runit service. I could live with it. ;-) Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9260c856..06c0340e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git (1:1.7.9.1-1.1) unstable; urgency=low + + * debian/control: git-daemon-sysvinit: Priority: extra (closes: + #661317). + + -- Jonathan Nieder <jrnie...@gmail.com> Wed, 21 Mar 2012 12:01:57 -0500 + git (1:1.7.9.1-1) unstable; urgency=low * new upstream point release. diff --git a/debian/control b/debian/control index 21b77456..a7162397 100644 --- a/debian/control +++ b/debian/control @@ -201,6 +201,7 @@ Description: fast, scalable, distributed revision control system (git-daemon ser for running git-daemon permanently. Package: git-daemon-sysvinit +Priority: extra Architecture: all Depends: git (>> ${source:Upstream-Version}), git (<< ${source:Upstream-Version}-.), adduser Conflicts: git-daemon-run -- 1.7.10.rc1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org