~ubuntu-branches/ubuntu/natty/debhelper/natty

« back to all changes in this revision

Viewing changes to dh_gencontrol

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-02-07 17:16:49 UTC
  • mfrom: (1.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110207171649-v8k6uowavom83cxt
Tags: 8.1.0ubuntu1
* Merge with Debian (LP: #714705); remaining 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: Change default init.d symlink priority to 40.
  - dh_installchangelogs: Do not install upstream changelog in compat level
    7. This floods packages with huge upstream changelogs which take
    precious CD space.
  - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
    triplet-strip from cross-binutils when cross-compiling; Debian #412118.
  - add dh_apparmor and autoscripts
  - debian/rules: override build target to set executable bit for
    dh_apparmor before actually running dh build, that is in order to get
    the manpage built for dh_apparmor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
=head1 DESCRIPTION
17
17
 
18
 
dh_gencontrol is a debhelper program that is responsible for generating
19
 
control files, and installing them into the DEBIAN directory with the
 
18
B<dh_gencontrol> is a debhelper program that is responsible for generating
 
19
control files, and installing them into the I<DEBIAN> directory with the
20
20
proper permissions.
21
21
 
22
22
This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
29
29
 
30
30
=item B<--> I<params>
31
31
 
32
 
Pass "params" to L<dpkg-gencontrol(1)>.
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)>.
 
32
Pass I<params> to L<dpkg-gencontrol(1)>.
 
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-gencontrol(1)>.
37
37
It is deprecated; use B<--> instead.
38
38
 
39
39
=back