~ubuntu-branches/ubuntu/utopic/debhelper/utopic-proposed

« back to all changes in this revision

Viewing changes to dh_gencontrol

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy), أحمد المحمودي (Ahmed El-Mahmoudy), Daniel Holbach
  • Date: 2009-12-16 09:01:54 UTC
  • mfrom: (1.4.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091216090154-4qtf6jm09jtbsnfg
Tags: 7.4.10ubuntu1
[ أحمد المحمودي (Ahmed El-Mahmoudy) ]
* Merge with Debian unstable (LP: #485956). Remaining Ubuntu changes:
  - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
  - Add various autoscripts for above: postinst-upstart,
    postinst-upstart-replace, postinst-upstart-restart,
    prerm-upstart, prerm-upstart-norestart, preinst-removeconffile.
  - dh_installudev: Handle conffile migration from old Ubuntu defaults
    (needed until after the next LTS release).

[ Daniel Holbach ]
* Port merge from 7.4.7 to 7.4.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
=over 4
29
29
 
30
 
=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
31
 
 
32
30
=item B<--> I<params>
33
31
 
34
32
Pass "params" to L<dpkg-gencontrol(1)>.
35
33
 
 
34
=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
 
35
 
 
36
This is another way to pass I<params> to L<dpkg-deb(1)>.
 
37
It is deprecated; use B<--> instead.
 
38
 
36
39
=back
37
40
 
38
41
=cut