Opened at 2008-01-31T19:41:41Z
Closed at 2013-08-06T00:03:32Z
#299 closed task (somebody else's problem)
add misc/munin files to debian /usr/share/doc/$PACKAGE/
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | packaging | Version: | 0.7.0 |
Keywords: | debian munin install | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
There are some useful utilities in our misc/ source directory, such as the munin plugin for use with robk's new stats-gatherer. These ought to be installed somewhere in the debian package, for use by sysadmins. The standard debian place for example scripts is /usr/share/doc/$PACKAGE/ .
So, the task is to choose some files from misc/ and copy them into the debian package.
Change History (4)
comment:1 Changed at 2008-08-27T23:07:21Z by cgalvan
comment:2 Changed at 2008-08-27T23:15:55Z by zooko
See also #423 (stdeb: use stdeb on tahoe itself).
comment:3 Changed at 2009-12-12T02:38:34Z by davidsarah
- Keywords install added
comment:4 Changed at 2013-08-06T00:03:32Z by daira
- Description modified (diff)
- Resolution set to somebody else's problem
- Status changed from new to closed
This is no longer an issue for upstream Tahoe-LAFS.
Note: See
TracTickets for help on using
tickets.
I'm not familiar with how debian packages know to install certain files in specific directories, but we could provide this functionality through a 'setup.py install' by adding a hook in the install step that copies the necessary files into the debian package.