summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* 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
|
* avoid depending on a dpkg that has DEB_HOST_MULTIARCHJoey 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
* 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
|
* update to DEP-5Joey Hess2011-01-13
|
* 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
|
* bugcloseJoey Hess2010-11-02
|
* maintscript filesJoey Hess2010-11-02
| | | | | | | dh_installdeb: Support debian/package.maintscript files, which can contain dpkg-maintscript-helper commands. This can be used to automate moving or removing conffiles, or anything added to dpkg-maintscript-helper later on. Closes: #574443 (Thanks, Colin Watson)
* Large update to Spanish man page translations by Omar Campagne. Closes: #600913Joey Hess2010-10-21
|
* Fix french misspelling and strings lenghtValéry Perrin2010-10-15
|
* update french translation.Valery Perrin2010-09-26
|
* Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679Joey Hess2010-09-13
|
* Man page fixes about what program -u passes params to. Closes: #593342Joey Hess2010-08-17
|
* correct license of dh_installinitJoey Hess2010-08-13
| | | | | | It was GPL 2+ ; Steve added some code and chose to bump the license to GPL 3, which is his right (and I don't mind), but that code is still mixed with 2+ code, which is now 3+.
* python_distutils: Pass --force to setup.py build, to ensure that when ↵Joey Hess2010-08-07
| | | | | | | | | | python-dbg is run it does not win and result in scripts having it in the shebang line. Closes: #589759 (cherry picked from commit 865e6266a5eaae81004bf530bc23da1c3fdc10b1) Conflicts: debian/changelog
* releasing version 8.0.0Joey Hess2010-08-07
|
* Revert "python_distutils: Pass --force to setup.py build, to ensure that ↵Joey Hess2010-08-07
| | | | | | | | | | | | when python-dbg is run it does not win and result in scripts having it in the shebang line. Closes: #589759" This reverts commit 865e6266a5eaae81004bf530bc23da1c3fdc10b1. Conflicts: debian/changelog Too late for 8.0.0 since testing is frozen. Will put back in later.
* Finalized v8 mode, which is the new recommended default.Joey Hess2010-08-07
|
* python_distutils: Pass --force to setup.py build, to ensure that when ↵Joey Hess2010-07-25
| | | | python-dbg is run it does not win and result in scripts having it in the shebang line. Closes: #589759
* Bug#589574: [PATCH] dh_fixperms: Ensure files in /etc/sudoers.d/ are mode ↵Carsten Hey2010-07-18
| | | | | | 440. Closes: #589574 Signed-off-by: Carsten Hey <carsten@debian.org>
* releasing version 7.9.3Joey Hess2010-06-30
|
* perl_makemaker: import compat(). Closes: #587654Joey Hess2010-06-30
|
* releasing version 7.9.2Joey Hess2010-06-29
|
* In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem, since ↵Joey Hess2010-06-23
| | | | perl_build is tried first. Avoids the makemaker warning message introduced by the fix to #527990.
* releasing version 7.9.1Joey Hess2010-06-16
|
* postrm-init: Avoid calling the error handler if update-rc.d fails. Closes: ↵Joey Hess2010-06-16
| | | | #586065