Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-02 | avoid installing empty translated debhelper.7 man pages | Joey Hess | 1 | -3/+5 | |
When empty due to not being fully enough translated, as is the case now. | |||||
2009-07-02 | releasing version 7.2.207.2.20 | Joey Hess | 1 | -1/+1 | |
2009-07-02 | dh_install: Fix installation of entire top-level directory from debian/tmp. ↵ | Joey Hess | 2 | -1/+8 | |
Closes: #535367 This was broken by the slash removal fix in e45749314e98a3304b1f845884ac50327c29cc10. Of course those unnecessary slashes were actually necessary for dirname to DTRT. | |||||
2009-06-30 | releasing version 7.2.197.2.19 | Joey Hess | 1 | -5/+5 | |
2009-06-30 | dh_install: Fix use of debian/tmp in v7 mode; a bug caused it to put files ↵ | Joey Hess | 2 | -6/+5 | |
inside a debian/tmp directory in the package build directory, now that prefix is stripped. (See #534565) (This also includes a fix to avoid doubled slashes in paths passed to commands.) | |||||
2009-06-30 | dh_install: Handle correctly the case where a glob expands to a dangling ↵ | Joey Hess | 2 | -1/+9 | |
symlink, installing the dangling link as requested. Closes: #534565 | |||||
2009-06-30 | typo | Joey Hess | 1 | -1/+1 | |
2009-06-29 | releasing version 7.2.187.2.18 | Joey Hess | 4 | -108/+96 | |
2009-06-28 | remove some dh_install stuff | Joey Hess | 2 | -8/+1 | |
2009-06-28 | dh_auto_install: Pass --install-layout=deb to setup.py to support python ↵ | Joey Hess | 2 | -0/+3 | |
2.6. Closes: #534620 | |||||
2009-06-28 | dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a ↵ | Joey Hess | 2 | -0/+12 | |
confusing warning if it does not. Closes: #534226 | |||||
2009-06-26 | releasing version 7.2.177.2.17 | Joey Hess | 4 | -218/+216 | |
2009-06-26 | dh_installinfo: No longer inserts install-info calls into maintainer scripts | Joey Hess | 4 | -40/+13 | |
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 | |||||
2009-06-12 | clarify wording re source files | Joey Hess | 1 | -2/+3 | |
2009-06-12 | Allow command-specific options to be passed to commands via dh without ↵ | Joey Hess | 2 | -5/+14 | |
causing other commands to emit a getopt warning or deprecation message. | |||||
2009-06-11 | dh_gconf: Add missed half of postrm fragment removal. Closes: #5310357.2.16 | Joey Hess | 2 | -1/+6 | |
2009-06-10 | releasing version 7.2.157.2.15 | Joey Hess | 4 | -224/+200 | |
2009-06-10 | dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files | Joey Hess | 2 | -3/+3 | |
2009-05-29 | dh_gconf: Remove postrm fragment that handled schema migration from /etc to ↵ | Joey Hess | 3 | -11/+2 | |
/usr. Closes: #531035 | |||||
2009-05-28 | clarify | Joey Hess | 1 | -3/+3 | |
2009-05-27 | dh_scrollkeeper: Now a deprecated no-op. Closes: #530806 | Joey Hess | 6 | -61/+7 | |
2009-05-27 | dh_compress: Avoid compressing .svg and .sgvz files, since these might be ↵ | Joey Hess | 2 | -4/+10 | |
used as images on a html page, and also to avoid needing to special case the .svgz extention when compressing svg. Closes: #530253 | |||||
2009-05-18 | dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272 | Joey Hess | 2 | -1/+9 | |
2009-05-18 | releasing version 7.2.147.2.14 | Joey Hess | 1 | -2/+2 | |
2009-05-18 | dh: Avoid writing log after override_dh_clean is run. Closes: #529228 | Joey Hess | 2 | -3/+13 | |
2009-05-14 | dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL. Closes: #5282357.2.13 | Joey Hess | 2 | -0/+10 | |
2009-05-14 | releasing version 7.2.127.2.12 | Joey Hess | 1 | -2/+2 | |
2009-05-14 | dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235 | Joey Hess | 2 | -2/+9 | |
2009-05-12 | releasing version 7.2.117.2.11 | Joey Hess | 5 | -405/+408 | |
2009-05-12 | Support debian/foo.os files to suppliment previous debian/foo.arch file ↵ | Joey Hess | 3 | -6/+27 | |
support. Closes: #494914 (Thanks, Aurelien Jarno) | |||||
2009-05-11 | dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent ↵ | Joey Hess | 2 | -1/+5 | |
Module::Install from trying to download dependencies. Closes: #528235 | |||||
2009-05-11 | dh: Support --with addon,addon,... Closes: #528178 | Joey Hess | 2 | -4/+12 | |
2009-05-10 | releasing version 7.2.107.2.10 | Joey Hess | 1 | -2/+2 | |
2009-05-10 | dh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a ↵ | Joey Hess | 2 | -1/+4 | |
Build.PL passthru, to avoid it creating the .packlist file. Closes: #527990 | |||||
2009-05-08 | mention quilt | Joey Hess | 1 | -0/+7 | |
2009-05-08 | dh_auto_configure: Clarify man page re adding configure parameters. Closes: ↵ | Joey Hess | 2 | -1/+5 | |
#527256 | |||||
2009-05-07 | Close COMPAT_IN filehandle. Closes: #527464 | Joey Hess | 2 | -0/+7 | |
2009-05-07 | clarify | Joey Hess | 1 | -2/+3 | |
2009-05-04 | releasing version 7.2.97.2.9 | Joey Hess | 1 | -2/+2 | |
2009-05-04 | dh: Add --without to allow disabling sequence addons (particularly useful to ↵ | Joey Hess | 2 | -5/+16 | |
disable the default python-support addon). | |||||
2009-05-02 | dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221 | Joey Hess | 1 | -0/+1 | |
2009-05-02 | Fix permissions of *.cmxs files | Stephane Glondu | 1 | -0/+5 | |
2009-04-21 | dh_fixperms: Ensure lintian overrides are mode 644. (Patch from #459548) | Joey Hess | 2 | -0/+14 | |
2009-04-20 | releasing version 7.2.87.2.8 | Joey Hess | 6 | -983/+2216 | |
2009-04-20 | Move dh sequence documentation to PROGRAMMING. | Joey Hess | 3 | -34/+24 | |
2009-04-10 | update | Joey Hess | 1 | -0/+1 | |
2009-04-10 | dh_desktop: Now a deprecated no-op, since desktop-file-utils uses triggers. ↵ | Joey Hess | 5 | -34/+7 | |
Closes: #523474 (also Closes: #521960, #407701 as no longer applicable) | |||||
2009-03-31 | dh_desktop: Avoid using find -execdir as it will fail with certian badly ↵ | Joey Hess | 2 | -1/+9 | |
configured PATHs (and is not a benefit in this context anyway). Closes: #521960 | |||||
2009-03-27 | releasing version 7.2.77.2.7 | Joey Hess | 1 | -2/+2 | |
2009-03-26 | dh_icons: ignore gnome and hicolor themes (will be handled by triggers). ↵ | Joey Hess | 1 | -8/+3 | |
Closes: #521181 |