~ubuntu-branches/ubuntu/natty/wicd/natty-security

« back to all changes in this revision

Viewing changes to in/wicd=wpath.py.in

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2008-12-24 17:37:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081224173713-l9o484a46w2bq2eb
Tags: 1.5.7-1
* New upstream release (Closes: #503737)
* debian/control:
  - added some runtime dependencies (not really, but used by most 
    users) to wicd (Closes: #503739)
  - added Conflicts: network-manager (Closes: #509051)
  - added Suggests on pm-utils, since we now also have those
    functionalities
  - update Vcs-* and Maintainer fields to reflect injection into
    PAPT
* debian/postrm added:
  - removes runtime-generated files (Closes: #503747)
* debian/patches:
  - 02-fix_logfile_perms.patch added, sets permissions of 
    /var/log/wicd/wicd.log to root:adm (Closes: #503749)
  - 03-fix_lintian_manpage_warning.patch added, gives a more
    meaningful whatis entry
* debian/rules:
  - get-orig-source target to ease upstream tarball fetch
  - ensure right permissions are set in install target
  - using dh7-style rules
* debian/README.source added
* debian/docs removed
* debian/copyright fixed:
  - added copyright year to in/man*
  - removed useless escaping of '=' in filenames
  - fixed pointer to GPL-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# other, less useful entries
31
31
resume = '%RESUME%'
32
32
suspend = '%SUSPEND%'
 
33
pmutils = '%PMUTILS%'
33
34
sbin = '%SBIN%'
34
35
dbus = '%DBUS%'
35
36
desktop = '%DESKTOP%'
52
53
no_install_man = %NO_INSTALL_MAN%
53
54
no_install_kde = %NO_INSTALL_KDE%
54
55
no_install_acpi = %NO_INSTALL_ACPI%
55
 
no_install_install = %NO_INSTALL_INSTALL%
56
 
no_install_license = %NO_INSTALL_LICENSE%
 
56
no_install_pmutils = %NO_INSTALL_PMUTILS%
 
57
no_install_docs = %NO_INSTALL_DOCS%
57
58
 
58
59
def chdir(file):
59
60
    """Change directory to the location of the specified file.