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