~bzr/ubuntu/lucid/debhelper/builddeps-ppa

« back to all changes in this revision

Viewing changes to dh_movefiles

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-25 17:17:24 UTC
  • mfrom: (1.2.20 sid)
  • Revision ID: james.westby@ubuntu.com-20090725171724-zhhr5h0504vk9m21
Tags: 7.3.8ubuntu1
* Merge with Debian unstable (LP: #404561). 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
=cut
69
69
 
70
 
init();
 
70
init(options => {
 
71
        "sourcedir=s" => \$dh{SOURCEDIR},       
 
72
});
71
73
 
72
74
my $ret=0;
73
75