summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* makefile buildsystem: Added heuristic to catch false positive in makefile ↵Joey Hess2013-06-24
| | | | target detection code. Closes: #713257 Nasty make ... why won't it tell us what's in its pocketses?
* dh_installinit: Use absolute path for systemd tempfiles, for compatability ↵Joey Hess2013-06-18
| | | | with wheezy's systemd. Closes: #712727
* dh_installinit: use absolute path to tmpfilesMichael Stapelberg2013-06-18
| | | | | | | | While newer systemd versions don’t need the absolute path, this breaks with older systemd versions, notably v44, which we currently have in wheezy. Using the absolute paths has no drawbacks and works with both versions.
* missing bracketJoey Hess2013-06-18
|
* don't mention dhJoey Hess2013-06-10
|
* releasing version 9.20130605Joey Hess2013-06-05
|
* dh_installchangelogs: Fix bug preventing automatic installation of upstream ↵Joey Hess2013-06-05
| | | | changelog. Closes: #711131
* releasing version 9.20130604Joey Hess2013-06-04
|
* updateJoey Hess2013-06-04
|
* Bug#709482: dh_installinit: permit file-rc for upstart jobsColin Watson2013-06-04
| | | | | | | | | | | | | | | | | | | | | | | Package: debhelper Version: 9.20130518 Severity: normal Tags: patch User: ubuntu-devel@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch saucy Control: block -1 by 709481 Hi, Thorsten Glaser pointed out to me this morning that forwarding Ubuntu's backlog of Upstart jobs to Debian will cause a bunch of packages to be incompatible with file-rc. Now, I don't know how long file-rc is sticking around, but it doesn't seem right for Upstart jobs to be the thing that force it out, so I think we should fix this. I sent a patch to the file-rc maintainers as #709481 which brings their invoke-rc.d up to date with the upstart support in sysv-rc. Once that's applied, I think the following patch should be applied to debhelper, although you'll need to adjust it to match whatever version they choose.
* Correct broken patch for #706923. Closes: #707481Joey Hess2013-06-04
|
* dh_installchangelogs: No longer automatically converts html changelogs. A ↵Joey Hess2013-05-25
| | | | plain text version can be provided as a second parameter, or it will generate a file with a pointer to the html changelog if not. html2text's reign of terror has ended. Closes: #562874
* Allow building debhelper with USE_NLS=no to not require po4a to build. ↵Joey Hess2013-05-24
| | | | Closes: #709557
* releasing version 9.20130518Joey Hess2013-05-18
|
* ensure files come out owned by rootJoey Hess2013-05-18
| | | | dh_fixperms may not always be run after dh_installchangelogs
* only run slower changelog splitting code in binNMU modeJoey Hess2013-05-18
|
* dh_installchangelogs: Write the changelog entry used for a binNMU, as ↵Joey Hess2013-05-18
| | | | flagged by binary-only=yes to a separate file, in order to work around infelicities in dpkg's multiarch support. Closes: #708218 (Thanks, Ansgar Burchardt)
* dh_installinit: Add versioned dependency on sysv-rc when shipping upstart ↵Joey Hess2013-05-18
| | | | jobs. Closes: #708720
* Packages with upstart jobs should carry a versioned dependency on sysv-rcSteve Langasek2013-05-18
| | | | | | Depend on the version of invoke-rc.d that supports upstart jobs directly, without which invoke-rc.d will incorrectly use the sysvinit script instead of the upstart job when starting the service.
* releasing version 9.20130516Joey Hess2013-05-16
|
* Revert unsetting INSTALL_BASE. Closes: #708452 Reopens: #705141Joey Hess2013-05-16
|
* clarifyJoey Hess2013-05-12
|
* dh_auto_install: Create package build directory for those packages whose ↵Joey Hess2013-05-09
| | | | makefile falls over otherwise. Closes: #707336
* 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