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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
debhelper (8.1.0ubuntu1) natty; urgency=low
 
2
 
 
3
  * Merge with Debian (LP: #714705); remaining changes:
 
4
    - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
 
5
    - Add various autoscripts for above: postinst-upstart,
 
6
      postinst-upstart-replace, postinst-upstart-restart,
 
7
      prerm-upstart, prerm-upstart-norestart, preinst-removeconffile.
 
8
    - dh_installudev: Change default init.d symlink priority to 40.
 
9
    - dh_installchangelogs: Do not install upstream changelog in compat level
 
10
      7. This floods packages with huge upstream changelogs which take
 
11
      precious CD space.
 
12
    - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
 
13
      triplet-strip from cross-binutils when cross-compiling; Debian #412118.
 
14
    - add dh_apparmor and autoscripts
 
15
    - debian/rules: override build target to set executable bit for
 
16
      dh_apparmor before actually running dh build, that is in order to get
 
17
      the manpage built for dh_apparmor.
 
18
 
 
19
 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 07 Feb 2011 17:16:49 +0200
 
20
 
 
21
debhelper (8.1.0) unstable; urgency=low
 
22
 
 
23
  [ Joey Hess ]
 
24
  * python_distutils: Pass --force to setup.py build, to ensure that when
 
25
    python-dbg is run it does not win and result in scripts having it in
 
26
    the shebang line. Closes: #589759
 
27
  * Man page fixes about what program -u passes params to. Closes: #593342
 
28
  * Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
 
29
  * Large update to Spanish man page translations by Omar Campagne.
 
30
    Closes: #600913
 
31
  * dh_installdeb: Support debian/package.maintscript files,
 
32
    which can contain dpkg-maintscript-helper commands. This can be used
 
33
    to automate moving or removing conffiles, or anything added to
 
34
    dpkg-maintscript-helper later on. Closes: #574443
 
35
    (Thanks, Colin Watson)
 
36
  * Massive man page typography patch. Closes: #600883
 
37
    (Thanks, David Prévot)
 
38
  * Explicitly build-depend on a new enough perl-base. Closes: #601188
 
39
  * dh: Inhibit logging when an override target runs the overridden command,
 
40
    to avoid unexpected behavior if the command succeeded but the overall
 
41
    target fails. Closes: #601037
 
42
  * Fix deprecated command list on translated debhelper(7) man pages.
 
43
    Closes: #601204
 
44
  * dh: Improve filtering in dh_listpackages example. Closes: #604561
 
45
  * dh: Add support for build-arch, build-indep, install-arch and
 
46
    install-indep sequences. Closes: #604563
 
47
    (Thanks, Roger Leigh)
 
48
  * dh_listpackages: Do not display warnings if options cause no packages
 
49
    to be listed.
 
50
  * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
 
51
    only installed into the first package listed in debian/control.
 
52
    Closes: #606036
 
53
  * dh_compress: Javascript files are not compressed, as these go with
 
54
    (uncompressed) html files. Closes: #603553
 
55
  * dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
 
56
    Closes: #608907
 
57
  * dh_installinit: never call init scripts directly, only through invoke-rc.d
 
58
    Closes: #610340
 
59
    (Thanks, Steve Langasek)
 
60
  
 
61
  [ Valery Perrin ]
 
62
  * update french translation.
 
63
  * Fix french misspelling.
 
64
  * French translation update after massive man page typography 
 
65
 
 
66
 -- Joey Hess <joeyh@debian.org>  Sat, 05 Feb 2011 12:00:04 -0400
 
67
 
1
68
debhelper (8.0.0ubuntu2) natty; urgency=low
2
69
 
3
70
  * autoscripts postinst-upstart, prerm-upstart, prerm-upstart-norestart