summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* debhelper.pod: Fix typo. Closes: #510180Joey Hess2008-12-30
|
* dh: Fix typo. Closes: #509754Joey Hess2008-12-25
|
* releasing version 7.1.1Joey Hess2008-12-14
|
* Ignore unknown options in DH_OPTIONS. Debhelper will always ignore such ↵Joey Hess2008-12-14
| | | | options, even when unknown command-line options are converted back to an error. This allows (ab)using DH_OPTIONS to pass command-specific options. (Note that getopt will warn about such unknown options. Eliminating this warning without reimplementing much of Getopt::Long wasn't practical.)
* Add Vcs-Browser field. Closes: #507804Joey Hess2008-12-04
|
* Fix some docs that refered to --srcdir rather than --sourcedir. Closes: #504742Joey Hess2008-11-06
|
* dh_install(1): Order options alphabetically. Closes:# 503896Joey Hess2008-11-03
|
* releasing version 7.1.0Joey Hess2008-10-21
|
* Move many command-specific options to only be accepted by the command that ↵Joey Hess2008-10-21
| | | | | | | | | | | | | | | | | | uses them. Affected options are: -x, -r, -R, -l, -L, -m, --include-conffiles, --no-restart-on-upgrade, --no-start, --restart-after-upgrade, --init-script, --filename, --flavor, --autodest, --libpackage, --add-udeb, --dpkg-shlibdeps-params, --dpkg-gencontrol-params, --update-rcd-params, --major, --remove-d, --dirs-only, --keep-debug, --version-info, --list-missing, --fail-missing, --language, --until, --after, --before, --remaining, --with * If any third-party debhelper commands use any of the above options, they will be broken, and need to be changed to pass options to init(). * To avoid breaking rules files that pass options to commands that do not use them, debhelper will now only warn if it encounters an unknown option. This will be converted back to an error later.
* Allow individual debhelper programs to define their own special options by ↵Joey Hess2008-10-21
| | | | passing a hash to init(), which is later passed on the Getopt::Long. Closes: #370823
* dh: Fix typo in example. Closes: #500836Joey Hess2008-10-01
|
* dh_gencontrol: Ensure misc:Depends is set in substvars to avoid dpkg ↵Joey Hess2008-09-12
| | | | complaining about it when it's empty. Closes: #498666
* dh_installchangelogs: Fall back to looking for changelog files ending with ↵Joey Hess2008-09-10
| | | | ".txt". Closes: #498460
* releasing version 7.0.17Joey Hess2008-08-22
|
* dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the ↵Joey Hess2008-08-22
| | | | Makefile was generated by Module::Build::Compat. Closes: #496157
* Typo. Closes: #493062Joey Hess2008-07-31
|
* dh_gencontrol: Drop the Homepage field from udebs. Closes: #492719Joey Hess2008-07-28
|
* dh_auto_install: Fix man page, was referring to dh_auto_clean.Per Olofsson2008-07-23
|
* releasing version 7.0.16Joey Hess2008-07-19
|
* dh_installchangelogs: When searching for changelog in v7 mode, skip empty ↵Joey Hess2008-07-15
| | | | files. Closes: #490937
* dh: Avoid passing --with on to subcommands. Closes: #490886Joey Hess2008-07-14
|
* releasing version 7.0.15Joey Hess2008-07-09
|
* dh_clean: Do not delete *-stamp files in -k mode in v7. Closes: #489918Joey Hess2008-07-08
|
* releasing version 7.0.14Joey Hess2008-07-05
|
* Load python-support sequence file first, to allow ones loaded later to ↵Joey Hess2008-07-05
| | | | disable it.
* dh_auto_install: Rather than looking at the number of binary packages being ↵Joey Hess2008-06-25
| | | | acted on, look at the total number of binary packages in the source package when deciding whether to install to debian/package or debian/tmp. This avoids inconsistencies when building mixed arch all+any packages using the binary-indep and binary-arch targets. Closes: #487938
* releasing version 7.0.12Joey Hess2008-06-25
|
* Correct docs about dh_install and debian/tmp in v7 modeJoey Hess2008-06-25
| | | | | | | * Correct docs about dh_install and debian/tmp in v7 mode. It first looks in the current directory, or whatever is configured with --srcdir. Then it always falls back to looking in debian/tmp. * Medium urgency to get this doc fix into testing.
* releasing version 7.0.11Joey Hess2008-06-16
|
* Typo fix. Closes: #486464Joey Hess2008-06-16
|
* lintian wingesJoey Hess2008-06-16
|
* Add a build dependency on file. The rules file now runs dh_strip and ↵Joey Hess2008-06-16
| | | | dh_shlibdeps, which both use it. (It could be changed not to, but it's good to have it run all the commands as a test.) Closes: #486439
* Add stamp files to example rules targets. Closes: #486327Joey Hess2008-06-15
|
* dh: Man page fix. Closes: #485116Joey Hess2008-06-08
|
* releasing version 7.0.10Joey Hess2008-06-06
|
* dh_compress: Do not compress index.sgml files, as generated by gtk-doc. ↵Joey Hess2008-06-06
| | | | Closes: #484772
* releasing version 7.0.9Joey Hess2008-05-19
|
* dh_auto_clean: setup.py clean can create pyc files. Remove. Closes: #481899Joey Hess2008-05-19
|
* dh: Add remove_command to the sequence interface.Joey Hess2008-05-19
|
* dh: Typo fixes. Closes: #480200Joey Hess2008-05-08
|
* haha, typoJoey Hess2008-05-08
|
* dh: fix POS error. Closes: #480191Joey Hess2008-05-08
|
* dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon ↵Joey Hess2008-05-08
| | | | in the prerm, and instead restarts it in the postinst, keeping its downtime minimal. Since some daemons could break if files are upgraded while they're running, it's not the default. It might become the default in a future (v8) compatability level. Closes: #471060
* rules.tiny: Typo fix. Closes: #479647Joey Hess2008-05-05
|
* dh addon interfaceJoey Hess2008-05-04
| | | | | | | | | | | | * dh: Add an interface that third-party packages providing debhelper commands can use to insert them into a command sequence. (See dh(1), "SEQUENCE ADDONS".) * dh: --with=foo can be used to include such third-party commands. So, for example, --with=cli could add the dh_cli* commands from cli-common. * Moved python-support special case out of dh and into a python-support sequence addon. --with=python-support is enabled by default to avoid breaking backwards compatability.
* dh_installxfonts: Fix precidence problem that exposes a new warning message ↵Joey Hess2008-05-04
| | | | in perl 5.10.
* releasing version 7.0.6Joey Hess2008-05-03
|
* dh_auto_test: Correct Module::Build tests.Joey Hess2008-05-03
|
* dh_test*: inhibit logging. Closes: #478958Joey Hess2008-05-01
|
* Convert copyright file to new format.Joey Hess2008-04-30
|