summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix (horrible) make output parsing code to work with make 4.0. Closes: ↵Joey Hess2013-11-05
| | | | #728800 Thanks, Julien Pinon
* po changes caused by builddebian/9.20131104Joey Hess2013-11-04
|
* prep releaseJoey Hess2013-11-04
|
* Merge remote-tracking branch 'dgit/dgit/sid'Joey Hess2013-11-04
|\
| * debhelper (9.20130921) unstable; urgency=lowJoey Hess2013-09-21
| | | | | | | | | | * dh: Call dh_installxfonts after dh_link, so that it will notice fonts installed via symlinks. Closes: #721264 * Fix FTBFS with perl 5.18. Closes: #722501 * dh_installchangelogs: Add changelog.md to the list of common changelog filenames. # imported from the archive
* Close the bug (#728620) fixed by previous commit.Modestas Vainius2013-11-03
|
* Update dh_installemacsen for emacsen-common 2.0.Modestas Vainius2013-11-03
| | | | | | | | | | | | | Update dh_installemacsen and related scripts to follow /usr/share/doc/emacsen-common/debian-emacs-policy.gz as of emacsen-common package version 2.0.5. The changes include: * Install debian/package.emacsen-compat into usr/lib/emacsen-common/packages/compat/package if present * All maintainer scripts test for existance of /var/lib/emacsen-common/state/package/installed/emacsen-common as mandated by policy. * Generate and install preinst maintainer script if needed.
* team list being createdJoey Hess2013-11-03
|
* dh_installchangelogs: Avoid installing binNMU changelog file in --no-act ↵Joey Hess2013-10-20
| | | | mode. Closes: #726930
* changelogJoey Hess2013-09-21
|
* dh_installchangelogs: Add changelog.md to the list of common changelog ↵Joey Hess2013-09-21
| | | | filenames.
* Fix FTBFS with perl 5.18. Closes: #722501Joey Hess2013-09-11
|
* remove trailing space in L<..> in french translationDamyan Ivanov2013-09-11
| | | | this breaks the build with new perls
* dh: Call dh_installxfonts after dh_link, so that it will notice fonts ↵Joey Hess2013-08-29
| | | | installed via symlinks. Closes: #721264
* releasing version 9.20130720Joey Hess2013-08-20
|
* make line less longJoey Hess2013-08-20
|
* makefile buildsystem: Tighten heuristic to detect if makefile target exists. ↵Joey Hess2013-08-20
| | | | An error message that some other target does not exist just means the makefile spaghetti has problems later on when run with -n, but not that the called target didn't exist. Closes: #718121
* dh_install, dh_installdocs, dh_clean: Fix uses of find -exec which cause it ↵Joey Hess2013-08-15
| | | | to ignore exit status of the commands run.
* dh_installinit: Fix a longstanding accidental behavior that caused a file ↵Joey Hess2013-08-11
| | | | named debian/package to be installed as the init script. Only fixed in v10 since packages might depend on this behavior. Closes: #719359
* Type fixes. Closes: #719216Joey Hess2013-08-09
|
* Fix typo for propagateGuillem Jover2013-08-09
|
* dh_python: Removed this deprecated and unused command. Closes: #717374 ↵Joey Hess2013-07-19
| | | | (Thanks, Luca Falavigna)
* releasing version 9.20130630Joey Hess2013-06-30
|
* use LC_ALL not LANG to reset to CJoey Hess2013-06-30
|
* perl_build: Use -- long option names, for compatability with ↵Joey Hess2013-06-30
| | | | Module::Build::Tiny. Closes: #714544 (Thanks, gregor herrmann)
* releasing version 9.20130626Joey Hess2013-06-26
|
* releasing version 9.20130624Joey Hess2013-06-24
|
* 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