summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
...
* releasing version 8.9.0Joey Hess2011-06-24
|
* dh_auto_configure: If there is a problem with cmake, display the CMakeCache.txt.Joey Hess2011-06-24
|
* Revert "Always respect DEB_${flag}_{APPEND,SET} envvars."Joey Hess2011-06-20
| | | | | | This reverts commit fcfcd1298f6ea1fcfb2b2b5a529303270aa800d9. Per Raphael's mail.
* reorderJoey Hess2011-06-19
|
* Always respect DEB_${flag}_{APPEND,SET} envvars.Modestas Vainius2011-06-19
| | | | | | Do that even when dpkg-buildpackage modifies environment variables. Also document DEB_${flag}_{APPEND,SET} as recommended way to override standard build flags.
* updateJoey Hess2011-06-19
|
* Correct docs about multiarch and v9. Closes: #630826Joey Hess2011-06-17
|
* Merge branch 'master' into smarter-targetsJoey Hess2011-06-14
|\ | | | | | | | | Conflicts: dh
| * dpkg-buildflags supportJoey Hess2011-06-14
| | | | | | | | | | | | | | | | * dh_auto_build, dh_auto_configure, dh: Set environment variables listed by dpkg-buildflags --export. Any environment variables that are already set to other values will not be changed. Closes: #544844 * Also, support DEB_BUILD_OPTIONS=noopt, by changing -O2 to -O0.
* | Merge branch 'master' into smarter-targetsJoey Hess2011-06-14
|\| | | | | | | | | | | Conflicts: debhelper.pod debian/changelog
| * 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).
* | make standard targets support a v9 featureJoey Hess2011-06-13
| |
* | changelogJoey Hess2011-06-13
|/
* 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
|
* 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
|
* releasing version 8.1.4Joey Hess2011-04-22
|
* changelogJoey Hess2011-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
|
* French translation updateValery Perrin2011-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
|
* 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
* 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
* releasing version 8.1.1Joey 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
|
* releasing version 8.1.0Joey Hess2011-02-05
|
* changelogJoey Hess2011-01-25
|
* dh_compress: Ignore objects.inv files, generated by Sphinx documentation. ↵Joey Hess2011-01-04
| | | | Closes: #608907
* dh_compress: Javascript files are not compressed, as these go with ↵Joey Hess2010-12-22
| | | | (uncompressed) html files. Closes: #603553
* Revert "changelog"Joey Hess2010-12-07
| | | | This reverts commit c91178b5e6d02a057eec471eab4837db1e3a2f6c.
* changelogJoey Hess2010-12-07
|
* dh_installdocs: Clarify that debian/README.Debian and debian/TODO are only ↵Joey Hess2010-12-05
| | | | installed into the first package listed in debian/control. Closes: #606036
* dh_listpackages: Do not display warnings if options cause no packages to be ↵Joey Hess2010-11-22
| | | | listed.
* changelogJoey Hess2010-11-22
|
* reorderJoey Hess2010-11-22
|
* dh: Improve filtering in dh_listpackages example. Closes: #604561Joey Hess2010-11-22
|
* French translation update after massive man page typographyValéry Perrin2010-11-07
| | | | Signed-off-by: Valéry Perrin <valery.perrin.debian@free.fr>
* Fix deprecated command list on translated debhelper(7) man pages. Closes: ↵Joey Hess2010-11-02
| | | | #601204
* dh: Inhibit logging for commands run inside override targetsJoey Hess2010-11-02
| | | | | | | Note that only the overridden command is inhibited. I wanted to avoid a behavior change if a rules file runs other debhelper commands inside the target, and relies on the logging preventing them being run later on in the sequence.
* Explicitly build-depend on a new enough perl-base. Closes: #601188Joey Hess2010-11-02
|