summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: ↵Joey Hess2010-05-28
| | | | | | | | | | | | #578805
* | | Revert "In v8 mode, debhelper only ever acts on packages that can be built ↵Joey Hess2010-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | for the given architecture, even if -N or -p are used to specify packages specific to other architectures." This reverts commit 653fb43cfa731d047deaf19b61aef2ebbeb00990. Oops, I meant to not make this change.. -N was already fixed, and fixing -p does not seem important.
* | | In v8 mode, debhelper only ever acts on packages that can be built for the ↵Joey Hess2010-05-28
|/ / | | | | | | given architecture, even if -N or -p are used to specify packages specific to other architectures.
* | dh_installchangelogs: Also look for changelog files in doc(s) ↵Joey Hess2010-05-28
| | | | | | | | subdirectories. Closes: #521258
* | dh_installchangelogs: Support packages placing their changelog in a file ↵Joey Hess2010-05-28
| | | | | | | | with a name like HISTORY. Closes: #582749
* | exampleJoey Hess2010-05-27
| |
* | wordingJoey Hess2010-05-27
| |
* | consistently use v7 not V7 (etc)Joey Hess2010-05-27
| |
* | In v8 mode, dh expects the sequence to run is always its first parameter.Joey Hess2010-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids ambiguities when parsing options to be passed on to debhelper commands. (See #570039) In the end, the idea of putting the debhelper command options after -- seemed to need too much knowledge about whether an option like --buildsystem is a dh option or a command option. I did consider making no change.. The ambiguities this eliminates are small. But it seemed worth simplifying dh's option parser, and only about 1/6th of calls to dh in the archive don't put the sequence first already. (Docs have shown that as the right thing to do for some time.)
* | correct outdated commentJoey Hess2010-05-27
| |
* | dh_fixperms: Tighten globs used to find library .so files, avoiding ↵Joey Hess2010-05-27
| | | | | | | | incorrectly matching things like "foo.sources". Closes: #583328
* | use dpkg-mergechangelogJoey Hess2010-05-24
| |
* | updateJoey Hess2010-05-23
| |
* | clarifyJoey Hess2010-05-23
| |
* | debian/compress files are now deprecated. Seems only one package (genesis) ↵Joey Hess2010-05-23
| | | | | | | | still uses them.
* | updateJoey Hess2010-05-23
| |
* | dh_testversion: Removed this deprecated command.Joey Hess2010-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | 2 packages in the archive still use it, but both like this: ifneq ($(shell dh_testversion '<<' 7.4.10 2>/dev/null && echo old),old) dh_parallel = --parallel endif Happily, the way that was written, if the command doesn't exist, it does the right thing and enables the behavior for the new debhelper. Not that it would greatly matter if it did not, since --parallel is not crucial.
* | In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared libraries ↵Joey Hess2010-05-23
|/ | | | it generates shlibs files for. This means that -X can be used to exclude libraries from processing by dpkg-gensymbols. It also means that libraries in unusual locations, where dpkg-gensymbols does not itself normally look will be passed to it, a behavior change which may break some packages. Closes: #557603
* In v8 mode, do not allow directly passing unknown options to debhelper ↵Joey Hess2010-05-23
| | | | commands. (Unknown options in DH_OPTIONS still only result in warnings.)
* update Package-Type docsJoey Hess2010-05-23
| | | | dpkg supports the field now, so no XC- needed
* Add deprecation warning for dh_clean -k.Joey Hess2010-05-23
|
* dh_installman: Avoid converting .so links to symlinks if the link target is ↵Joey Hess2010-05-18
| | | | not present in the same binary package, on advice of Colin Watson. (To support eventual so search paths.)
* dh_installman: Support .so links relative to the current section.Joey Hess2010-05-17
|
* releasing version 7.4.20Joey Hess2010-05-12
|
* updateJoey Hess2010-05-12
|
* dh_perl: use debian_abi for XS modules. Closes: #581233Joey Hess2010-05-11
|
* Use $Config{debian_abi} to generate the perlapi-* dependencyNiko Tyni2010-05-11
| | | | | | As per the upcoming policy change discussed in #579457, perlapi-$Config{debian_abi} is preferred over perlapi-$Config{version} where available.
* remove now-unnecessary cachingJoey Hess2010-05-09
|
* Further reduce the number of calls to dpkg-architecture to zero, in a ↵Joey Hess2010-05-09
| | | | typical package with no explicit architecture mentions in control file or debhelper config files.
* typoJoey Hess2010-05-09
|
* cleanupsJoey Hess2010-05-09
|
* Drop one more call to dpkg-architecture. Closes: #580837 (Raphael Geissert)Joey Hess2010-05-09
|
* releasing version 7.4.19Joey Hess2010-04-26
|
* Memoize architecture comparisons in samearch, and avoid calling ↵Joey Hess2010-04-26
| | | | dpkg-architecture at all for simple comparisons not involving architecture wildcards. Closes:# 579317
* releasing version 7.4.18Joey Hess2010-04-26
|
* changelogJoey Hess2010-04-10
|
* update docsJoey Hess2010-04-10
|
* Remove autoscripts for GConfJosselin Mouette2010-04-10
| | | | | Starting from 2.28.1-2, the gconf2 package uses triggers which make the maintainer scripts obsolete.
* releasing version 7.4.17Joey Hess2010-04-08
|
* Fix #572077 in one place I missed earlier. (See #576885)Joey Hess2010-04-08
|
* updateJoey Hess2010-04-08
|
* fix commentJoey Hess2010-04-08
|
* add semicolon after build targets to avoid implicit target runningJoey Hess2010-04-08
|
* releasing version 7.4.16Joey Hess2010-04-06
|
* refactor to pass silly test suite length limitJoey Hess2010-04-06
|
* dh: Improve documentation.Joey Hess2010-04-06
| | | | | | | joeyh: debhelper has an undocumented variable with INTERNAL in its name. People keep trying to use it. Why? liw: debhelper is magic. magic is power derived from secrets. secrets are desireable. solution: document it. :)
* dh: Allow --list-addons to be used when not in a source package. Closes: #574351Joey Hess2010-03-31
|
* dh_md5sums: Sort to ensure stable, more diffable order. Closes: #573702Joey Hess2010-03-31
|
* add parallel optionJoey Hess2010-03-04
|
* minor optimisationJoey Hess2010-03-01
|