Revision 22699,
486 bytes
checked in by ghudson, 17 years ago
(diff) |
Snapshot the Debathena materials for Athena packages into "debian"
subdirs of the relevant Athena sources, pulling from
/mit/debathena/packages/athena. Some big caveats:
- Six Debathena packages are excluded because the current Athena 10
project plan does not call for building them: config-console
console, dotfiles, glue, olc, and xscreensaver. (dotfiles and
glue will be replaced with new Debathena-specific packages.)
- Debathena does not cover all Athena packages which are called for
to be built; Debian directories for these packages will have to be
created.
- Some of the packages contain patches, managed by quilt. The plan
is to review and apply (or otherwise address) these patches and
eliminate them.
- The debian/rules files for Debathena packages are designed for use
with the result of the athena-tarball script (from
/mit/debathena/packages/athena/bin which I don't currently plan to
import), and will not work with the raw source directories. The
plan here is to write a CDBS extension package containing rules to
handle raw Athena source directories, and then modify the rules
files appropriately.
|
Line | |
---|
1 | Source: debathena-gathlogout |
---|
2 | Section: debathena/gnome |
---|
3 | Priority: extra |
---|
4 | Maintainer: Debian-Athena Project <debathena@mit.edu> |
---|
5 | Build-Depends: @cdbs@, libgtk2.0-dev, libx11-dev, libxt-dev |
---|
6 | Standards-Version: 3.7.2 |
---|
7 | |
---|
8 | Package: debathena-gathlogout |
---|
9 | Architecture: any |
---|
10 | Depends: ${shlibs:Depends}, ${misc:Depends} |
---|
11 | Description: Confirms user desire to logout and does so |
---|
12 | gathlogout displays a dialog confirming that the user wishes to log |
---|
13 | out. If the user says yes, gathlogout logs the user out. |
---|
Note: See
TracBrowser
for help on using the repository browser.