GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
control |
The default debian/control file begins as:
Source: wajig Section: unknown Priority: optional Maintainer: Kayon Toga <[email protected]> Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.6.1 Package: wajig Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: <insert up to 60 chars description> <insert long description, indented with spaces> |
This is edited to become:
Source: wajig Section: admin Priority: optional Maintainer: Dirk Eddelbuettel <[email protected]> Build-Depends-Indep: debhelper (>= 4.0.0), python2.3-dev (>= 2.3-1), python-dev Standards-Version: 3.6.1.1 Package: wajig Architecture: all Depends: ${python:Depends}, apt, python-apt Suggests: wget, fping, debconf, reportbug, apt-move, dpkg-repack, alien, fakeroot, gkdebconf, lynx, python-gtk2, python-glade2, python-gnome2, gnome-terminal, base-config, gnome-tasksel, deborphan, vrms, sudo Description: simplified Debian package management front end Wajig is a single commandline wrapper around apt, apt-cache, dpkg, /etc/init.d scripts and more, intended to be easy to use and providing extensive documentation for all of its functions. . With a suitable sudo(1) configuration, most (if not all) package installation as well as creation tasks can be done from a user shell. Wajig is also suitable for general system administration. . Since release 2.0.0, a GUI command 'gjig' is also included in the package. |