summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dh_auto_configure: In v9, does not include the source package name in ↵Joey Hess2011-06-14
| | | | | | | --libexecdir when using autoconf. Closes: #541458 Fixed rleigh's patch to be more correct in the edge case where there is a non-multiarch dpkg (ie, backports).
* Don't add package name to libexecdir in v9Roger Leigh2011-06-14
|
* dh_movefiles: Optimise use of xargs. Closes: #627737Joey Hess2011-05-30
|
* Fix error message. Closes: #628053Joey Hess2011-05-27
|
* Fix example. Closes: #627534Joey Hess2011-05-21
|
* releasing version 8.1.6Joey Hess2011-04-28
|
* dh_ucf: Fix missing space before ']'s in postrm autoscript.Jeroen Schot2011-04-28
| | | | | While making postrm-ucf more like the other autoscripts I introduced two typo's in the code. This patch fixes them.
* releasing version 8.1.5Joey Hess2011-04-27
|
* dh_installgsettings: Correct bug in use of find that caused some gsettings ↵Joey Hess2011-04-27
| | | | files to be missed. Closes: #624377
* update for dh_ucfJoey Hess2011-04-25
|
* docsJoey Hess2011-04-25
|
* fix synopsisJoey Hess2011-04-25
| | | | does not process files from ARGV
* rename to dh_ucfJoey Hess2011-04-25
| | | | does not actually install stuff
* Bug#213078: debhelper: please consider providing dh_ucfJeroen Schot2011-04-25
| | | | | | Here is a patch against the master branch that adds such a command called dh_installucf. It also registers the conffiles with ucfr and removes stray ucf-{new,old,dist} files on purge.
* releasing version 8.1.4Joey Hess2011-04-22
|
* changelogJoey Hess2011-04-22
|
* Typo's in documentation regarding {pre,post}{inst,rm}Jeroen Schot2011-04-22
|
* dh_clean: Remove debhelper logs for all packages, including packages not ↵Joey Hess2011-04-21
| | | | being acted on. dh can sometimes produce such logs by accident when passed bundled options (like "-Nfoo" instead of "-N foo") that it does not understand; and it was not possible to fix that for any compat level before v8. But also, such logs can occur for other reasons, like interrupted builds during development, and it should be safe to clean them all. Closes: #623446
* releasing version 8.1.3Joey Hess2011-04-05
|
* reorder v9 section and add missing =backJoey Hess2011-04-05
|
* bugfixJoey Hess2011-04-03
|
* Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelperJoey Hess2011-04-03
|\
| * French translation updateValery Perrin2011-04-03
| |
* | fix name of programJoey Hess2011-04-03
|/
* dh_installgsettings: New command to handle gsettings schema files. Closes: ↵Joey Hess2011-04-01
| | | | #604727
* Removed old example rules files.Joey Hess2011-04-01
|
* Depend on dpkg-dev (>= 1.16.0) for multiarch support.Joey Hess2011-03-12
| | | | | | Note to backporters: If you remove that dependency, debhelper will fall back to not doing multiarch stuff in v9 mode, which is probably what you want.
* documentationJoey Hess2011-03-12
|
* avoid depending on a dpkg that has DEB_HOST_MULTIARCHJoey Hess2011-03-12
|
* layoutJoey Hess2011-03-12
|
* Add support for multiarch.Steve Langasek2011-03-12
| | | | | | | | | | | | | | Open compat level 9, which incompatibly changes dh_auto_configure behavior to set --libdir and --libexecdir to the multiarch directory path. This requires dpkg-dev 1.16.0 (not yet released) for the multiarch directory variable, so bump the dependency to this version. Also set a new substvar, misc:Pre-Depends, to multiarch-support, a virtual package provided by versions of eglibc that support the multiarch library paths at runtime; this needs to be a pre-dependency to ensure unpacked but not-yet-configured libraries can still be found during upgrades, so library packages converting to multiarch (i.e., switching to compat 9) will need to add this substitution by hand to debian/control.
* dh_auto_clean: Inhibit logging, so that, if dh_auto_clean is used in some ↵Joey Hess2011-02-27
| | | | rule other than clean, perhaps to clean up an intermediate build before a second build is run, debian/rules clean still runs it. Closes: #615553
* typoJoey Hess2011-02-26
|
* releasing version 8.1.2Joey Hess2011-02-14
|
* Fix logging at end of an override target that never actually runs the ↵Joey Hess2011-02-14
| | | | overridden command. Closes: #613418
* typoJoey Hess2011-02-13
|
* releasing version 8.1.1Joey Hess2011-02-10
|
* fix unterminated S<..> in spanish poJoey Hess2011-02-10
|
* Improve handling of logging in override targetsJoey Hess2011-02-10
| | | | | | | | | | | | | | | Changes in 76ef1cbd64829ee4a5156a5fc4b887bcba6b974f broke --remaining-packages in override target. Now all debhelper commands run in the override target are marked as running as part of the override, and when the whole target is run, the log is updated to indicate that commands run during the override have finished. So, inside the override target, --remaining-packages will see the commands run as part of the target as having been run. Outside, if the target fails, dh won't see the commands run it it as having been run. Closes: #612828
* changelogJoey Hess2011-02-08
|
* refactor cross command generationJoey Hess2011-02-08
|
* mergeJoey Hess2011-02-08
|\
| * Use cross-binutils helpers when cross-compilingLoïc Minier2011-02-08
| | | | | | | | | | dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and triplet-strip from cross-binutils when cross-compiling; closes: #412118.
* | releasing version 8.1.0Joey Hess2011-02-05
| |
* | remove MODULEBUILDRC overrideJoey Hess2011-01-25
| | | | | | | | | | | | | | | | | | | | | | | | This doesn't work reliably, see #607313. Probably that is caused by the perl_build buildsystem not being detected for a package that has a Makefile.PL, and so MODULEBUILDRC is not overridden. So, I could add it there too, but then it's also possible for it to be run from a Makefile.. so I could add it to dh_auto_*. But then there are packages that don't use those. So I conclude that dealing with this in debhelper is out of its scope, and this needs to be fixed at a higher level, probably dpkg-dev.
* | changelogJoey Hess2011-01-25
| |
* | dh_installinit: never call init scripts directly, only through invoke-rc.dSteve Langasek2011-01-25
| |
* | update to DEP-5Joey Hess2011-01-13
| |
* | dh_compress: Ignore objects.inv files, generated by Sphinx documentation. ↵Joey Hess2011-01-04
| | | | | | | | Closes: #608907
* | Ignore objects.inv files, generated by Sphinx documentationJosselin Mouette2011-01-04
| |