| Revision 5002,
1.4 KB
checked in by alanbach-guest, 4 years ago
(diff) |
- Adding gksu to BOSS to fix #162
|
| Line | |
|---|
| 1 | Source: gksu |
|---|
| 2 | Section: admin |
|---|
| 3 | Priority: optional |
|---|
| 4 | Maintainer: Gustavo Noronha Silva <kov@debian.org> |
|---|
| 5 | Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org> |
|---|
| 6 | Build-Depends: cdbs, |
|---|
| 7 | debhelper (>= 4.1.0), |
|---|
| 8 | intltool, |
|---|
| 9 | autotools-dev, |
|---|
| 10 | gnome-pkg-tools, |
|---|
| 11 | libgtk2.0-dev (>= 2.4.0), |
|---|
| 12 | libgksu2-dev (>= 2.0.0), |
|---|
| 13 | libnautilus-extension-dev, |
|---|
| 14 | libgconf2-dev, |
|---|
| 15 | sng |
|---|
| 16 | Standards-Version: 3.7.2 |
|---|
| 17 | |
|---|
| 18 | Package: gksu |
|---|
| 19 | Architecture: any |
|---|
| 20 | Depends: ${shlibs:Depends}, |
|---|
| 21 | ${misc:Depends}, |
|---|
| 22 | sudo, |
|---|
| 23 | gnome-keyring |
|---|
| 24 | Replaces: gnome-sudo, |
|---|
| 25 | libgksu0 |
|---|
| 26 | Provides: gnome-sudo |
|---|
| 27 | Conflicts: gnome-sudo (<= 0.3-1.1) |
|---|
| 28 | Description: graphical frontend to su |
|---|
| 29 | gksu is a Gtk+ frontend to /bin/su. It supports login shells |
|---|
| 30 | and preserving environment when acting as a su frontend. It |
|---|
| 31 | is useful to menu items or other graphical programs that need |
|---|
| 32 | to ask a user's password to run another program as another user. |
|---|
| 33 | |
|---|
| 34 | Package: nautilus-gksu |
|---|
| 35 | Architecture: any |
|---|
| 36 | Depends: ${shlibs:Depends}, |
|---|
| 37 | gksu (>= 1.9.4), |
|---|
| 38 | ${misc:Depends} |
|---|
| 39 | Enhances: nautilus |
|---|
| 40 | Description: privilege granting extension for nautilus using gksu |
|---|
| 41 | The gksu extension for nautilus allows you to open files with |
|---|
| 42 | administration privileges using the context menu when browsing your |
|---|
| 43 | files with nautilus. |
|---|
| 44 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.