~noskcaj/ubuntu/saucy/debhelper/saucy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-04 11:46:28 UTC
  • mfrom: (1.4.61 sid)
  • Revision ID: package-import@ubuntu.com-20130604114628-vagwisunbd72ihwg
Tags: 9.20130518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Depend on dh-apparmor.
  - dh_installinit, autoscripts/postinst-upstart-replace: Prefer upstart
    jobs where they exist.
  - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
    versions that created the /lib/init/upstart-job symlink.
  - autoscripts/postinst-init*: Only call update-rc.d when there's no
    upstart job.
  - autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
  - dh_installinit: Add no-op --upstart-only option for compatibility.
  - dh_installudev: Change default rules.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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
debhelper (9.20130518ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Resynchronise with Debian.  Remaining changes:
 
4
    - Depend on dh-apparmor.
 
5
    - dh_installinit, autoscripts/postinst-upstart-replace: Prefer upstart
 
6
      jobs where they exist.
 
7
    - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
 
8
      versions that created the /lib/init/upstart-job symlink.
 
9
    - autoscripts/postinst-init*: Only call update-rc.d when there's no
 
10
      upstart job.
 
11
    - autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
 
12
    - dh_installinit: Add no-op --upstart-only option for compatibility.
 
13
    - dh_installudev: Change default rules.d symlink priority to 40.
 
14
    - dh_installchangelogs: Do not install upstream changelog in compat
 
15
      level 7.  This floods packages with huge upstream changelogs which
 
16
      take precious CD space.
 
17
 
 
18
 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 04 Jun 2013 11:46:28 +0100
 
19
 
 
20
debhelper (9.20130518) unstable; urgency=low
 
21
 
 
22
  * dh_installchangelogs: Write the changelog entry used for a binNMU,
 
23
    as flagged by binary-only=yes to a separate file, in order to work
 
24
    around infelicities in dpkg's multiarch support. Closes: #708218
 
25
    (Thanks, Ansgar Burchardt)
 
26
  * dh_installinit: Add versioned dependency on sysv-rc
 
27
    when shipping upstart jobs. Closes: #708720
 
28
 
 
29
 -- Joey Hess <joeyh@debian.org>  Sat, 18 May 2013 10:49:09 -0400
 
30
 
 
31
debhelper (9.20130516) unstable; urgency=low
 
32
 
 
33
  * Revert unsetting INSTALL_BASE. Closes: #708452 Reopens: #705141
 
34
 
 
35
 -- Joey Hess <joeyh@debian.org>  Thu, 16 May 2013 18:29:46 -0400
 
36
 
 
37
debhelper (9.20130509) unstable; urgency=low
 
38
 
 
39
  * dh_installinit: Remove obsolete systemd-tempfiles hack in postinst
 
40
    autoscript. Closes: #707159
 
41
  * dh_installinfo: Stop inserting dependencies for partial upgrades
 
42
    from lenny to squeeze. Closes: #707218
 
43
  * dh_compress, dh_perl: Avoid failing if the package build directory does
 
44
    not exist. (Audited all the rest.)
 
45
  * dh: As a workaround for anything not in debhelper that may rely
 
46
    on debhelper command that is now skipped creating the package build
 
47
    directory as a side effect, the directory is created when a command
 
48
    is skipped. This workaround is disabled in compat level 10.
 
49
    Closes: #707336
 
50
  * dh_auto_install: Create package build directory for those packages
 
51
    whose makefile falls over otherwise. Closes: #707336
 
52
 
 
53
 -- Joey Hess <joeyh@debian.org>  Thu, 09 May 2013 10:34:56 -0400
 
54
 
 
55
debhelper (9.20130507) unstable; urgency=low
 
56
 
 
57
  * dh: Skips running commands that it can tell will do nothing.
 
58
    Closes: #560423
 
59
    (Commands that can be skipped are determined by the presence of
 
60
    PROMISE directives within commands that provide a high-level
 
61
    description of the command.)
 
62
  * perl_makemaker: Unset INSTALL_BASE in case the user has it set.
 
63
    Closes: #705141
 
64
  * dh_installdeb: Drop pre-dependency on dpkg for dpkg-maintscript-helper.
 
65
    Closes: #703264
 
66
  * makefile buildsystem: Pass any parameters specified after -- when
 
67
    running make -n to test for the existance of targets.
 
68
    In some makefiles, the parameters may be necessary to enable a target.
 
69
    Closes: #706923
 
70
  * Revert python2.X-minimal fix, because it was buggy.
 
71
    Closes: #707111 (Reopens #683557)
 
72
 
 
73
 -- Joey Hess <joeyh@debian.org>  Tue, 07 May 2013 13:20:48 -0400
 
74
 
 
75
debhelper (9.20130504) unstable; urgency=low
 
76
 
 
77
  * dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being
 
78
    used here rather than in dh_makeshlibs. Closes: #680339
 
79
  * dh_lintian: Source overrides doc improvement. Closes: #683941
 
80
  * dh_installmime: No longer makes maintainer scripts run update-mime and
 
81
    update-mime-database, that is now handled by triggers. Closes: #684689
 
82
    Thanks, Charles Plessy
 
83
  * python distutils buildsystem: Propagate failure of pyversions.
 
84
    Closes: #683551 Thanks, Clint Byrum
 
85
  * python distutils buildsystem: When checking if a version of python is
 
86
    installed, don't trust the presense of the executable, as
 
87
    a python2.X-minimal package may provide it while not having
 
88
    distutils installed. Closes: #683557, #690378
 
89
  * dh_icons: Improve documentation. Closes: #684895
 
90
  * Improve -X documentation. Closes: #686696
 
91
  * Support installing multiple doc-base files which use the same doc-id.
 
92
    Closes: #525821
 
93
  * dh_installdocs: Support having the same document id in different binary
 
94
    packages built from the same source.
 
95
    Closes: #525821 Thanks, Don Armstrong
 
96
  * dh_installdeb: Avoid unnecessary is_udeb tests. Closes: #691398
 
97
  * Updated German man page translation. Closes: #691557, #706314
 
98
  * dh_installinit: Support systemd.
 
99
    Closes: #690399 Thanks, Michael Stapelberg
 
100
  * Updated French man page translation. Closes: #692208
 
101
  * dh_icons: Reword description. Closes: #693100
 
102
  * Avoid find -perm +mode breakage caused by findutils 4.5.11,
 
103
    by instead using -perm /mode. Closes: #700200
 
104
  * cmake: Configure with -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
105
    Closes: #701233
 
106
  * dh_auto_test: Avoid doing anything when cross-compiling. Closes: #703262
 
107
  * dh_testdir: Fix error message. Closes: #703515
 
108
 
 
109
 -- Joey Hess <joeyh@debian.org>  Sat, 04 May 2013 23:32:27 -0400
 
110
 
1
111
debhelper (9.20120909ubuntu3) saucy; urgency=low
2
112
 
3
113
  * Now that we no longer create /lib/init/upstart-job symlinks, fix the
7783
7893
    ready to replace debstd.
7784
7894
 
7785
7895
 -- Joey Hess <joeyh@debian.org>  Mon, 22 Sep 1997 15:01:25 -0400
7786