summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2008-04-24I lied, one more v7 change slipped in..7.0.1Joey Hess3-265/+332
* dh_installchangelogs: In v7 mode, if no upstream changelog is specified, and the package is not native, guess at a few common changelog filenames.
2008-04-23updatesJoey Hess3-77/+72
2008-04-23dh_clean: In v7 mode, read debian/clean and delete all files listed therein.Joey Hess3-400/+431
2008-04-23Add a Makefile and simplify this package's own rules file using all the new ↵Joey Hess3-252/+369
toys.
2008-03-25dh_perl: Remove empty directories created by MakeMaker.Joey Hess3-54/+77
2008-03-10* dh_installman: Convert all man pages in the build directory to utf-8, notJoey Hess3-50/+52
just those installed by the program.
2008-02-01releasing version 6.0.56.0.5Joey Hess3-61/+86
2008-01-20releasing version 6.0.36.0.3Joey Hess3-72/+107
2008-01-08releasing version 6.0.06.0.0Joey Hess3-302/+406
2007-11-29* dh_makeshlibs: Use new -I flag to specify symbol files, necessary to5.0.62Joey Hess3-112/+109
properly support includes. Closes: #452717 * Increase dpkg-dev dependency to 1.14.12 to ensure that dh_makeshlibs isn't used with an old dpkg-gensymbols that doesn't support -I.
2007-11-19* dh_makeshlibs: Support symbols files. Closes: #443978Joey Hess3-96/+150
Packages using this support should build-depend on dpkg-dev (>= 1.14.8). Symbols files can be downloaded from mole: http://qa.debian.org/cgi-bin/mole/seedsymbols
2007-11-02releasing version 5.0.605.0.60Joey Hess3-84/+77
2007-10-22r2042: releasing version 5.0.595.0.59joeyh3-42/+47
2007-10-20r2039: releasing version 5.0.585.0.58joeyh3-6/+7
2007-09-30r2034: releasing version 5.0.575.0.57joeyh3-285/+350
2007-09-18r2031: releasing version 5.0.565.0.56joeyh3-57/+80
2007-09-16r2028: releasing version 5.0.555.0.55joeyh3-30/+54
2007-09-09r2023: releasing version 5.0.545.0.54joeyh3-121/+127
2007-07-08r2011: releasing version 5.0.515.0.51joeyh3-64/+89
2007-05-17r2002: * Update urls to web page.joeyh3-5/+5
2007-04-20r1998: releasing version 5.0.495.0.49joeyh3-117/+121
2007-04-13r1988: releasing version 5.0.455.0.45joeyh3-96/+117
2007-04-09r1982: releasing version 5.0.445.0.44joeyh3-147/+253
2007-04-08r1976: releasing version 5.0.435.0.43joeyh3-613/+685
2006-11-19r1962: Correct typo into french manpagesvperrin-guest2-6/+6
2006-11-12r1960: releasing version 5.0.425.0.42joeyh1-0/+1
2006-11-07r1959: Update french translation with recents changes in dh_link and ↵vperrin-guest2-7/+5
dh_installinfo
2006-11-07r1957: releasing version 5.0.415.0.41joeyh3-2846/+2881
2006-10-15r1954: Encoding french addendum from charset ISO-8859-1 to UTF-8vperrin-guest1-4/+4
2006-10-15r1952: Update french translation with recent change in dh_installchangelogsvperrin-guest2-3245/+3213
2006-10-04r1948: * Update french translation with recent change in dh_pythonvperrin-guest2-4/+7
2006-10-03r1946: * dh_python: Also be a no-op if there's a Python-Version control file ↵joeyh3-7447/+7463
field.
2006-06-27r1935: * Update french translation with recent change in dh_installmodulesvperrin-guest2-30/+12
2006-06-09r1929: * dh_installmodules: depmod -a is no longer run during boot, so if a ↵joeyh3-80/+105
module package is installed for a kernel other than the running kernel, just running depmod -a in the postinst is no longer sufficient. Instead, run depmod -a -F /boot/System.map-<kvers> <kvers> The kernel version is guessed at based on the path to the modules in the package. Closes: #301424 * Note: behavior change due to the above: The mere existence of a debian/package.modules file will no longer make dh_installmodules add code to maintainer scripts. * Untested.
2006-05-11r1920: * Update french translation with recent change in dh_installxfontsvperrin-guest2-7/+4
2006-05-11r1918: releasing version 5.0.355.0.35joeyh3-24/+25
2006-04-21r1910: * Update french translation with recent change in dh_installxfontsvperrin-guest2-5/+6
2006-04-17r1905: * dh_installxfonts: pass --x11r7-layout to update-fonts-* commands to ↵joeyh3-9/+11
ensure they use the right new directory. Closes: #362820 * dh_installxfonts: also, alias files have moved from /etc/X11/fonts/* to /etc/X11/fonts/X11R7/*, update call to update-fonts-alias and the man page accordingly; packages containing alias files will need to switch to the new directory on their own. * dh_installudev: correct documentation for --name. Closes: #363028 * Fix broken directory removal code.
2006-04-14r1904: * Update french translation with recents changes in ↵vperrin-guest2-14/+11
dh_installxfonts, dh_link and dh_compress manpages * Delete -f option in po4a command line. Bug in po4a has been corrected in new version (0.24.1). * Change build-depends for po4a. New version (0.24.1). * Add code for removing empty "lang" directories into man/ when cleaning.
2006-04-13r1902: releasing version 5.0.305.0.30joeyh1-1/+1
2006-04-13r1900: * dh_installxfonts: Random hack to deal with X font dirs moving to5.0.29joeyh3-32/+39
/usr/share/fonts/X11/ -- look there for fonts as well as in the old location, although the old location probably won't be seen by X anymore. * dh_installxfonts: Generate misc:Depends on new xfonts-utils. * dh_compress: compress pcm fonts under usr/share/fonts/X11/ * dh_link: change example that used X11R6 directory.
2006-04-09r1898: releasing version 5.0.285.0.28joeyh1-1/+1
2006-03-30r1895: releasing version 5.0.275.0.27joeyh3-28/+30
2006-03-28r1893: * Update pot file and french translation with recent changes in ↵vperrin-guest3-23/+23
dh_installdirs and dh_movefiles manpages.
2006-03-23r1889: releasing version 5.0.265.0.26joeyh1-1/+1
2006-03-15r1886: releasing version 5.0.255.0.25joeyh1-1/+1
2006-02-23r1882: releasing version 5.0.245.0.24joeyh2-52/+56
2006-02-22r1880: * Update pot file and french translation with recent changes in the ↵vperrin-guest3-98/+35
dh_installdebconf manpage * Add -f option to force .pot file re-building. This is in waiting a patch, correcting a bug in po4a_0.23.1 * Add --rm-backups in clean: Otherwise ll.po~ are included in the source package. (see debhelper_5.0.22.tar.gz)
2006-02-20r1878: releasing version 5.0.235.0.23joeyh1-47/+59
2006-02-04r1876: * Update pot file and french translation with recent changes in the ↵vperrin-guest3-83/+80
dh_makeshlibs manpage