~ubuntu-branches/ubuntu/karmic/debhelper/karmic

« back to all changes in this revision

Viewing changes to debhelper.pod

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2009-05-24 13:36:52 UTC
  • mfrom: (1.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090524133652-fo5slr2e9j7opj4y
Tags: 7.2.14ubuntu1
* Merge with Debian unstable (lp: #379950). Remaining Ubuntu changes:
  - dh_installudev: Default priority is now 40 by default, the target
    directory is /lib/udev/rules.d, and rules use '-' as separator instead of
    '_'.  Remove files from /etc/udev/rules.d unless they are user modified;
    if modified and of default priority, take care to rename.
    This should eventually go to Debian as well, see Debian #491117.
  - dh_auto_install: add "--install-layout=deb" to setup.py install calls
    (new Python 2.6 policy).

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
file can be found.
63
63
 
64
64
In some rare cases, you may want to have different versions of these files
65
 
for different architectures. If files named debian/package.foo.arch
66
 
exist, where "arch" is the same as the output of 
67
 
"dpkg-architecture -qDEB_HOST_ARCH",
 
65
for different architectures or OSes. If files named debian/package.foo.ARCH
 
66
or debian/package.foo.OS exist, where "ARCH" and "OS" are the same as the
 
67
output of  "dpkg-architecture -qDEB_HOST_ARCH" /
 
68
"dpkg-architecture -qDEB_HOST_ARCH_OS",
68
69
then they will be used in preference to other, more general files.
69
70
 
70
71
In many cases, these config files are used to specify various types of