summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* dh: Remove duplicate dh_installcatalogs list. Closes: #545483 (It was only ↵Joey Hess2009-09-07
| | | | run once due to logging.)
* Man page typo. Closes: #545443Joey Hess2009-09-07
|
* releasing version 7.4.1Joey Hess2009-09-06
|
* dh_prep(1): Clarify when it should be called. Closes: #544969Joey Hess2009-09-04
|
* Add FILES sections to man pages. Closes: #545041Joey Hess2009-09-04
|
* rewordJoey Hess2009-09-02
|
* upstart supportSteve Langasek2009-09-02
| | | | | | Patch dh_installinit to handle upstart job files in preference over init scripts, and provide compatibility symlinks in /etc/init.d for sysv-rc implementations. Closes: #536035.
* releasing version 7.4.0Joey Hess2009-09-01
|
* -a == -sJoey Hess2009-09-01
| | | | | | | The -a flag now does the same thing as the -s flag, so debhelper users do not need to worry about using the -s flag when building a package that only builds for some architectures, and dh will also work in that situation. Closes: #540794
* Optimise -s handling to avoid running dpkg-architecture if the package is ↵Joey Hess2009-09-01
| | | | arch all.
* releasing version 7.3.16Joey Hess2009-08-26
|
* changelogJoey Hess2009-08-26
|
* changelogJoey Hess2009-08-26
|
* dh_installdocs: Loosen the Document field parsing, to accept everything ↵Joey Hess2009-08-25
| | | | doc-base *really* accepts in a doc id (not just what it's documented to accept). Closes: #543499
* dh_desktop: Clarify in man page why it's a no-op. Closes: #543364Joey Hess2009-08-24
|
* releasing version 7.3.15Joey Hess2009-08-21
|
* dh_installudev transitionJoey Hess2009-08-21
| | | | | | | | | | | | | | | | * dh_installudev: Install rules files into new location /lib/udev/rules.d/ * dh_installudev: Add code to delete old conffiles unless they're modified, and in that case, rename them to override the corresponding file in /lib/udev. (Based on patch by Martin Pitt.) (Note that this file will not be deleted on purge -- I can't see a good way to determine when it's appropriate to do that.) * dh_installudev: Set default priority to 60; dropping the "z". If --priority=zNN is passed, treat that as priority NN. * Above Closes: #491117 * dh_installudev: Drop code handling move of /etc/udev/foo into /etc/udev/rules.d/.
* releasing version 7.3.14Joey Hess2009-08-17
|
* dh_perl: Remove perl minimum dependency per new policy. Closes: #541811Joey Hess2009-08-17
|
* dh: Display $@ error if addon load fails. Closes: #541845Joey Hess2009-08-16
|
* Run pod2man with --utf8. Closes: #541270Joey Hess2009-08-16
|
* dh: Add --list option to list available addons.Colin Watson2009-08-16
|
* releasing version 7.3.13Joey Hess2009-08-14
|
* Adding bug closing info to the changelog entry.Bernd Zeimetz2009-08-08
|
* Updating changelog.Bernd Zeimetz2009-08-08
|
* releasing version 7.3.12Joey Hess2009-08-06
|
* dh: Allow creation of new sequences (such as to handle a patch target for ↵Joey Hess2009-08-06
| | | | quilt), by adding an add_command function to the sequence addon interface. See #540124.
* releasing version 7.3.11Joey Hess2009-08-05
|
* perl_build: Fix Build check to honor source directory setting.Joey Hess2009-08-05
|
* releasing version 7.3.10Joey Hess2009-08-05
|
* dh_installdeb: In udeb mode, support the menutest and isinstallable ↵Joey Hess2009-08-05
| | | | maintainer scripts. Closes: #540079 Thanks, Colin Watson.
* dh_builddeb: Fix man page typo. Closes: #539976Joey Hess2009-08-04
|
* perl_build: Avoid failing if forced to be used in dh_auto_clean when Build ↵Joey Hess2009-08-04
| | | | does not exist (ie due to being run twice in a row). Closes: #539848
* releasing version 7.3.9Joey Hess2009-08-01
|
* cmake: Avoid forcing rpath off as this can break some test suites. It gets ↵Joey Hess2009-08-01
| | | | stripped by cmake at install time. Closes: #538977
* Fix t/override_target to use ./run. Closes: #538315Joey Hess2009-07-25
|
* releasing version 7.3.7Joey Hess2009-07-24
|
* Merge branch 'buildsystems'Joey Hess2009-07-24
|\
| * releasing version 7.3.6Joey Hess2009-07-23
| |
| * releasing version 7.3.6Joey Hess2009-07-23
| |
| * perl_makemaker: Re-add fix for #496157, lost in rewrite.Joey Hess2009-07-22
| |
| * releasing version 7.3.5Joey Hess2009-07-20
| |
| * Merge commit 'bzed/python-build' into buildsystemsJoey Hess2009-07-19
| |\ | | | | | | | | | | | | Conflicts: debian/changelog
| | * Check the various build-deps for python-dbg.Bernd Zeimetz2009-07-19
| | | | | | | | | | | | | | | The default dbg interpreter can be installed by various build-deps, check them all.
| * | updateJoey Hess2009-07-19
| |/
| * Build for all supported Pythons if installed.Bernd Zeimetz2009-07-19
| | | | | | | | | | | | | | python_distutils buildsystem: Build for all supported Python versions in case they're installed. Ensure that correct shebangs are created by using `python' first during build and install. Closes: #520834
| * Merge branch 'master' into buildsystemsJoey Hess2009-07-15
| |\ | | | | | | | | | | | | Conflicts: debian/changelog
| * | test suite should not need modification to add a new build systemJoey Hess2009-07-14
| | |
| * | Merge branch 'master' into buildsystemsJoey Hess2009-07-14
| |\ \ | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | Add ant buildsystem support. Closes: #537021Joey Hess2009-07-14
| | | |