summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 7.2.18Joey Hess2009-06-29
|
* remove some dh_install stuffJoey Hess2009-06-28
|
* dh_auto_install: Pass --install-layout=deb to setup.py to support python ↵Joey Hess2009-06-28
| | | | 2.6. Closes: #534620
* dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a ↵Joey Hess2009-06-28
| | | | confusing warning if it does not. Closes: #534226
* releasing version 7.2.17Joey Hess2009-06-26
|
* dh_installinfo: No longer inserts install-info calls into maintainer scriptsJoey Hess2009-06-26
| | | | | | | | | as that is now triggerized. Adds a dependency via misc:Depends to handle partial upgrades. Note that while dh_installinfo already required that info files had a INFO-DIR-SECTION, the new system also requires they have START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY for proper registration. I assume there will be some mass bug filing for any packages that do not have that. Closes: #528864
* clarify wording re source filesJoey Hess2009-06-12
|
* Allow command-specific options to be passed to commands via dh without ↵Joey Hess2009-06-12
| | | | causing other commands to emit a getopt warning or deprecation message.
* dh_gconf: Add missed half of postrm fragment removal. Closes: #531035Joey Hess2009-06-11
|
* releasing version 7.2.15Joey Hess2009-06-10
|
* dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs filesJoey Hess2009-06-10
|
* dh_gconf: Remove postrm fragment that handled schema migration from /etc to ↵Joey Hess2009-05-29
| | | | /usr. Closes: #531035
* clarifyJoey Hess2009-05-28
|
* dh_scrollkeeper: Now a deprecated no-op. Closes: #530806Joey Hess2009-05-27
|
* dh_compress: Avoid compressing .svg and .sgvz files, since these might be ↵Joey Hess2009-05-27
| | | | used as images on a html page, and also to avoid needing to special case the .svgz extention when compressing svg. Closes: #530253
* dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272Joey Hess2009-05-18
|
* releasing version 7.2.14Joey Hess2009-05-18
|
* dh: Avoid writing log after override_dh_clean is run. Closes: #529228Joey Hess2009-05-18
|
* dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL. Closes: #528235Joey Hess2009-05-14
|
* releasing version 7.2.12Joey Hess2009-05-14
|
* dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235Joey Hess2009-05-14
|
* releasing version 7.2.11Joey Hess2009-05-12
|
* Support debian/foo.os files to suppliment previous debian/foo.arch file ↵Joey Hess2009-05-12
| | | | support. Closes: #494914 (Thanks, Aurelien Jarno)
* dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent ↵Joey Hess2009-05-11
| | | | Module::Install from trying to download dependencies. Closes: #528235
* dh: Support --with addon,addon,... Closes: #528178Joey Hess2009-05-11
|
* releasing version 7.2.10Joey Hess2009-05-10
|
* dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a ↵Joey Hess2009-05-10
| | | | Build.PL passthru, to avoid it creating the .packlist file. Closes: #527990
* mention quiltJoey Hess2009-05-08
|
* dh_auto_configure: Clarify man page re adding configure parameters. Closes: ↵Joey Hess2009-05-08
| | | | #527256
* Close COMPAT_IN filehandle. Closes: #527464Joey Hess2009-05-07
|
* clarifyJoey Hess2009-05-07
|
* releasing version 7.2.9Joey Hess2009-05-04
|
* dh: Add --without to allow disabling sequence addons (particularly useful to ↵Joey Hess2009-05-04
| | | | disable the default python-support addon).
* dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221Joey Hess2009-05-02
|
* Fix permissions of *.cmxs filesStephane Glondu2009-05-02
|
* dh_fixperms: Ensure lintian overrides are mode 644. (Patch from #459548)Joey Hess2009-04-21
|
* releasing version 7.2.8Joey Hess2009-04-20
|
* Move dh sequence documentation to PROGRAMMING.Joey Hess2009-04-20
|
* updateJoey Hess2009-04-10
|
* dh_desktop: Now a deprecated no-op, since desktop-file-utils uses triggers. ↵Joey Hess2009-04-10
| | | | Closes: #523474 (also Closes: #521960, #407701 as no longer applicable)
* dh_desktop: Avoid using find -execdir as it will fail with certian badly ↵Joey Hess2009-03-31
| | | | configured PATHs (and is not a benefit in this context anyway). Closes: #521960
* releasing version 7.2.7Joey Hess2009-03-27
|
* dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵Joey Hess2009-03-26
| | | | Closes: #521181
* dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵Joey Hess2009-03-26
| | | | Closes: #521181
* Pass -L UTF-8 to po4a to work around bug #520942Joey Hess2009-03-23
|
* changelogJoey Hess2009-03-23
|
* export write_logJoey Hess2009-03-23
| | | | Avoids the ugly thunk in dh
* document load_load, write_logJoey Hess2009-03-23
|
* minor coding stlyeJoey Hess2009-03-23
|
* Add a global --remaining-packages option.Modestas Vainius2009-03-23
| | | | | | | | Add a global --remaining-packages option which allows to skip the command on the packages which it has already been run on (i.e. if the command helper is already present in the package debhelper log). Signed-off-by: Modestas Vainius <modestas@vainius.eu>