summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* dh: As a workaround for anything not in debhelper that may rely on debhelper ↵Joey Hess2013-05-09
| | | | command that is now skipped creating the package build directory, the directory is created when a command is skipped. This workaround is disabled in compat level 10. Closes: #707336
* dh_compress, dh_perl: Avoid failing if the package build directory does not ↵Joey Hess2013-05-09
| | | | exist.
* dh_installinfo: Stop inserting dependencies for partial upgrades from lenny ↵Joey Hess2013-05-08
| | | | to squeeze. Closes: #707218
* dh_installinfo: Stop inserting dependencies for partial upgradesGuillem Jover2013-05-08
| | | | | This was introduced in 2009 to support partial upgrades from lenny to squeeze, which are long time unneeded.
* dh_installinit: Remove obsolete systemd-tempfiles hack in postinst ↵Joey Hess2013-05-07
| | | | autoscript. Closes: #707159
* dh_installinit: remove duplicate systemd-tmpfiles callMichael Stapelberg2013-05-07
| | | | | | | This was left over in commit 469c74d0ac by mistake. The code is in autoscripts/postinst-init-tmpfiles and gets pulled in only when tmpfiles are actually present.
* releasing version 9.20130507Joey Hess2013-05-07
|
* Revert python2.X-minimal fix, because it was buggy. Closes: #707111 (Reopens ↵Joey Hess2013-05-07
| | | | #683557)
* makefile buildsystem: Pass any parameters specified after -- when running ↵Joey Hess2013-05-06
| | | | make -n to test for the existance of targets. In some makefiles, the parameters may be necessary to enable a target. Closes: #706923
* updateJoey Hess2013-05-06
|
* dh_installdeb: Drop pre-dependency on dpkg for dpkg-maintscript-helper. ↵Joey Hess2013-05-05
| | | | Closes: #703264
* missed default pkgfileJoey Hess2013-05-05
|
* bugfixJoey Hess2013-05-05
|
* add PROMISEJoey Hess2013-05-05
|
* whitelist a few user-specified optionsJoey Hess2013-05-05
|
* DH_OPTIONS also disables skippingJoey Hess2013-05-05
|
* 7.0.50 is even in oldstable, no need for a depJoey Hess2013-05-05
|
* dh: Skips running commands that it can tell do nothing.Joey Hess2013-05-05
| | | | | | | | | This is determined by the presence of special PROMISE directives within commands that provide a high-level description of the command. Note that when dh is passed additional debhelper options, it cannot tell if these change the behavior of commands, and so it stops skipping any commands.
* perl_makemaker: Unset INSTALL_BASE in case the user has it set. Closes: #705141Joey Hess2013-05-05
|
* releasing version 9.20130504Joey Hess2013-05-04
|
* dh_installinit: call systemd-tmpfiles with the config file namesMichael Stapelberg2013-05-04
| | | | | | | | | | | | | | | This makes the invocation more specific and thus less likely to have any unwanted side effects. The invocation before was: systemd-tmpfiles --create >/dev/null || true With this commit, it becomes: systemd-tmpfiles --create bacula.conf >/dev/null || true (for bacula-fd shipping /etc/tmpfiles.d/bacula.conf)
* Updated German man page translation. Closes: #691557, #706314Joey Hess2013-04-28
|
* systemd: update check to look for /run/systemd/systemMichael Stapelberg2013-03-20
| | | | | | | | | The old check (for /sys/fs/cgroup/systemd) is a false-positive on systems which use standalone logind, but not systemd. The new one is recommended and used by upstream systemd in their sd_booted() implementation, see http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd-daemon/sd-daemon.c#n518
* dh_testdir: Fix error message. Closes: #703515Joey Hess2013-03-20
|
* dh_auto_test: Avoid doing anything when cross-compiling. Closes: #703262Joey Hess2013-03-17
|
* cmake: Configure with -DCMAKE_BUILD_TYPE=RelWithDebInfo Closes: #701233Joey Hess2013-02-24
| | | | | I'm told this only avoids building with -O3 -DNDEBUG, a change which should have no potential for breaking anything.
* Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead using ↵Joey Hess2013-02-09
| | | | -perm /mode. Closes: #700200
* dh_icons: Reword description. Closes: #693100Joey Hess2012-12-06
|
* add commentJoey Hess2012-11-12
|
* Makefile: introduce PREFIX variableChristoph Junghans2012-11-12
|
* Makefile: add USE_NLS to disable nls supportChristoph Junghans2012-11-12
|
* closeJoey Hess2012-11-03
|
* Updated French man page translationDavid Prévot2012-11-03
| | | | | | Proofread by Stéphane Blondon <CAOy+up4ThkHSnTEvN33Laih4Y2Z=GT52ZtqvNAU0xm6L8HdqYg@mail.gmail.com> and Baptiste <349df4a305bdcb28459313effbede756@mailoo.org>.
* po4a: Update POT and PO filesDavid Prévot2012-11-03
|
* dh_installinit: only add systemd-tmpfiles --create when shipping tmpfilesMichael Stapelberg2012-10-29
|
* simplifyJoey Hess2012-10-28
|
* dh_installinit: Support systemd. Closes: #690399 Thanks, Michael StapelbergJoey Hess2012-10-28
| | | | | | | (cherry picked from commit 3eda9d1c88f6b9888c6255f2defdac30310af144) Conflicts: debian/changelog
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-28
|
* Revert "Support systemd in dh_installinit and postinst/postrm"Joey Hess2012-10-28
| | | | | | This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent.
* Updated German man page translation. Closes: #691557Joey Hess2012-10-27
|
* dh_installdeb: Avoid unnecessary is_udeb tests. Closes: #691398Joey Hess2012-10-25
|
* adjust other fixJoey Hess2012-10-22
| | | | | | This is really atrocious, but IIRC the order pythons are run in matters, so the earlier mangling of @python_requested must remain, and so unmangle it here.
* dh_installinit: Support systemd. Closes: #690399 Thanks, Michael StapelbergJoey Hess2012-10-15
|
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-15
|
* dh_installdocs: Support having the same document id in different binary ↵Joey Hess2012-09-17
| | | | packages built from the same source. Closes: #525821 Thanks, Don Armstrong
* Bug#525821: [PATCH] support having the same document id in different ↵Don Armstrong2012-09-17
| | | | | | | | | packages in the same source This is a multi-part message in MIME format. --------------1.7.10.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
* Merge branch 'wheezy'Joey Hess2012-09-10
|\ | | | | | | | | Conflicts: man/po4a/po/de.po
| * releasing version 9.20120909Joey Hess2012-09-10
| |
| * Update French translationDavid Prévot2012-09-10
| | | | | | | | | | | | | | | | Proofread by Stéphane Blondon <CAOy+up7gN66zvbtxHJ5br7Cq3rxBp_NCORBTMVR7oeJmph7U8Q@mail.gmail.com>. Conflicts: man/po4a/po/fr.po
| * Updated German man page translation. Closes: #685538Joey Hess2012-09-10
| | | | | | | | | | Conflicts: debian/changelog