summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-28r1873: releasing version 5.0.225.0.22joeyh2-22/+35
2006-01-28r1872: * dh_shlibdeps: pass -tudeb to dpkg-shlibdeps for udebs. Closes: #345472joeyh3-2/+6
* Depends on dpkg-dev 1.13.13 for dh_shlibdeps change.
2006-01-28r1871: * dh_makeshlibs: add support for adding udeb: lines to shlibs filejoeyh4-0/+27
via --add-udeb parameter. Closes: #345471
2006-01-26r1869: * dh_installman: correct mistake that broke translated man page ↵5.0.21joeyh2-1/+8
installation Closes: #349995
2006-01-24r1868: * Update pot file and french translation with recent changes in the ↵vperrin-guest3-48/+72
dh_installman manpage
2006-01-24r1866: releasing version 5.0.205.0.20joeyh2-2/+10
2006-01-24r1864: releasing version 5.0.195.0.19joeyh5-85/+178
2006-01-21r1863: * Update pot file and french translation with recent changes in the ↵vperrin-guest3-219/+269
original manpages
2006-01-20r1860: releasing version 5.0.185.0.18joeyh1-2/+2
2006-01-20r1859: * Reverted change in 4.1.9, so generation of EXCLUDE_FIND escapes "." tojoeyh3-4/+12
"\\.", which turns into "\." after being run through the shell, and prevents find from treating -X.svn as a regexp that matches files such as foo/svn.vim. (It's safe to do this now that all uses of EXCLUDE_FIND are via complex_doit(), which was not the case of dh_clean when this change was originally made.) Closes: #349070
2006-01-19r1858: * Improved po4a cleaning. Closes: #348521joeyh3-4/+8
2006-01-16r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of5.0.17joeyh4-45/+40
python-support for packages providing private modules or python-only modules, since python policy hasn't been updated for this yet. Closes: #347758
2006-01-15r1854: releasing version 5.0.165.0.16joeyh1-170/+179
2006-01-15r1853: * Fix dangling markup in dh_installinit pod. Closes: #348073joeyh4-118/+187
* Updated French translation from Valéry Perrin. Closes: #348074
2006-01-11r1851: releasing version 5.0.155.0.15joeyh2-1/+8
2006-01-08r1849: * dh_installinit: If run with -o, do the inverse of -n and only5.0.14joeyh4-8/+36
set up maintainer script snippets, w/o installing any files. Useful for those edge cases where the init script is provided by upstream and not easily installed by dh_installinit but where it's worth letting it manage the maintainer scripts anyway. Closes: #140881, #184980 * -o might be added for other similar commands later if there is any reason to. And yeah, it means that -no is close to a no-op..
2006-01-08r1847: releasing version 5.0.135.0.13joeyh1-2/+3
2006-01-08r1846: reove some stuff that does not belong on a debhelper man pagejoeyh1-13/+4
2006-01-08r1845: addjoeyh4-0/+12
2006-01-08r1844: merge python and gconf changes from python-supportjoeyh4-39/+97
2006-01-08r1843: * dh_link: add special case handling for paths to a directory ↵joeyh3-5/+25
containing the link. Closes: #346405 * dh_link: add special case handling for link to /
2006-01-04r1837: remove dup linejoeyh1-1/+0
2006-01-04r1836: * debhelper(7): document previous dh_install v5 change re wildcarding.joeyh2-0/+10
2005-12-30r1834: releasing version 5.0.125.0.12joey2-1/+8
2005-12-20r1832: releasing version 5.0.115.0.11joey3-15/+13
2005-12-09r1830: releasing version 5.0.105.0.10joey1-1/+1
2005-12-09r1829: * dh_installdocs: Fix bug introduced by empty file skipping that ↵joey2-1/+8
prevented errors for nonexistent files. Closes: #342729
2005-12-08r1827: releasing version 5.0.95.0.9joey4-3/+15
2005-12-05r1825: releasing version 5.0.85.0.8joey5-32/+36
2005-11-29r1824: * Man page type fixes (yes, more, nice to know people read the man ↵joey2-4/+11
pages). Closes: #341289
2005-11-14r1822: releasing version 5.0.75.0.7joey12-79/+97
2005-11-09r1820: releasing version 5.0.65.0.6joey3-2/+8
2005-11-09r1818: releasing version 5.0.55.0.5joey4-5/+14
2005-11-08r1816: releasing version 5.0.45.0.4joey4-20/+20
2005-11-08r1815: * dh_clean: Patch from Matej Vela to clean up autom4te.cache directoriesjoey2-8/+8
in subdiretories of the source tree and do it all in one enormous, evil, and fast find expression. Closes: #338193
2005-11-08r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in variousjoey5-4/+11
script fragments.
2005-11-07r1812: releasing version 5.0.35.0.3joey2-3/+3
2005-11-07r1811: * Remove dh_shlibs from binary-indep section of debian/rules.joey3-1/+19
* Add t/syntax to make sure all dh_* commands and the libraries syntax check ok.
2005-11-03r1809: releasing version 5.0.25.0.2joey3-2/+9
2005-11-03r1807: releasing version 5.0.15.0.1joey2-1/+7
2005-11-02r1805: releasing version 5.0.05.0.0joey8-205/+275
2005-10-25r1803: releasing version 4.9.154.9.15joey3-16/+17
2005-10-24r1802: * Patches from Ghe Rivero to fix outdated paths in French and Spanishjoey3-3/+10
translations of dh_installmenus(1). Closes: #335314
2005-10-22r1800: releasing version 4.9.144.9.14joey4-20/+20
2005-10-22r1799: * French mn page translation update. Closes: #335178, #334765joey3-10/+10
2005-10-13r1798: * dh_installmanpages: Remove X11 man page special case; X man pages ↵joey2-4/+7
are ok in standard man dirs.
2005-10-13r1796: releasing version 4.9.134.9.13joey4-7/+9
2005-10-08r1795: * dh_strip: Man page typo fix. Closes: #332747joey2-1/+7
2005-10-02r1793: releasing version 4.9.124.9.12joey5-43/+55
2005-09-28r1791: releasing version 4.9.114.9.11joey6-58/+93