summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * Updated Spanish man page translation. Closes: #686291Joey Hess2012-09-10
| | | | | | | | | | | | Conflicts: debian/changelog man/po4a/po/es.po
* | Merge branch 'wheezy'Joey Hess2012-09-09
|\|
| * changelogJoey Hess2012-09-09
| |
| * Make it possible to pass perl code to autoscript.Marcin Owsiany2012-09-09
| | | | | | | | | | | | | | The shell-quoted sed code passed as parameter 4 is fragile (see Bug#665296). Make it possible to pass a sub that operates on each line via $_ instead. Also add a basic unit test for Dh_Lib, for now just with tests for autoscript.
* | Improve -X documentation. Closes: #686696Joey Hess2012-09-04
| |
* | Updated Spanish man page translation. Closes: #686291Joey Hess2012-08-30
| |
* | orderJoey Hess2012-08-30
| |
* | Merge branch 'wheezy'Joey Hess2012-08-30
|\|
| * dh_installcatalogs: Adjust catalog conffile conversion to avoid dpkg ↵Joey Hess2012-08-30
| | | | | | | | conffile prompt when upgrading from a removed package. Closes: #81194