summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* r1936: joeyh2006-07-02
| | | | * move po4a to Build-Depends as it's run in clean.
* r1935: * Update french translation with recent change in dh_installmodulesvperrin-guest2006-06-27
|
* r1934: nmu notejoeyh2006-06-13
|
* r1932: split the scripts for the two cases, undo behavior changejoeyh2006-06-12
|
* r1931: * dh_installxfonts: In postrm, run the deregistraton code even on ↵joeyh2006-06-12
| | | | | | | upgrade, in case an upgrade involves moving fonts around (or removing or renaming fonts). Closes: #372686
* r1929: * dh_installmodules: depmod -a is no longer run during boot, so if a ↵joeyh2006-06-09
| | | | | | | | | | | | | | 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.
* r1926: releasing version 5.0.36joeyh2006-06-09
|
* r1924: * Patch from Guillem Jover to make --same-arch handling code supportjoeyh2006-06-07
| | | | | | | the new form of architecture wildcarding which allows use of things like "linux-any" and "any-i386" in the Architecture field. Note that you'll need to build-depend on a new enough dpkg-dev if using this support. Closes: #371082
* r1922: * Remove old alternate dependency on fileutils. Closes: #370011joeyh2006-06-03
|
* r1921: fixjoeyh2006-06-03
|
* r1920: * Update french translation with recent change in dh_installxfontsvperrin-guest2006-05-11
|
* r1917: * dh_installman: When --language is used, be smarter about strippingjoeyh2006-05-11
| | | | | | * dh_installxfonts: /etc/X11/fonts/X11R7 is deprecated, back to looking in old location, and not passing --x11r7-layout to update-fonts-alias and update-fonts-scale (but still to update-fonts-dir). Closes: #366234
* r1916: * dh_installman: When --language is used, be smarter about stripping joeyh2006-05-11
| | | | | language codes from man page filenames. Only strip things that look like codes that match the specified languages. Closes: #366645
* r1914: * dh_installcatalogs: Make sure that /etc/sgml exists. Closes: #364946joeyh2006-04-27
|
* r1912: releasing version 5.0.33joeyh2006-04-24
|
* r1911: * dh_installxfonts: Patch from Theppitak Karoonboonyanan to fixjoeyh2006-04-24
| | | | an instance of /etc/X11/fonts/ that was missed before. Closes: #364530
* r1910: * Update french translation with recent change in dh_installxfontsvperrin-guest2006-04-21
|
* r1908: * dh_installudev: Include rules.d directory so symlink can be made evenjoeyh2006-04-18
| | | | before udev is installed. Closes: #363307
* r1906: releasing version 5.0.31joeyh2006-04-17
|
* r1905: * dh_installxfonts: pass --x11r7-layout to update-fonts-* commands to ↵joeyh2006-04-17
| | | | | | | | | | | | 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.
* r1904: * Update french translation with recents changes in ↵vperrin-guest2006-04-14
| | | | | | | | 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.
* r1902: releasing version 5.0.30joeyh2006-04-13
|
* r1900: * dh_installxfonts: Random hack to deal with X font dirs moving tojoeyh2006-04-13
| | | | | | | | /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.
* r1897: * dh_makeshlibs: Fix udeb package name regexp. Closes: #361677joeyh2006-04-09
|
* r1895: releasing version 5.0.27joeyh2006-03-30
|
* r1894: * dh_installman: die with an error if a man page read for so lines failsjoeyh2006-03-29
| | | | Closes: #359020
* r1893: * Update pot file and french translation with recent changes in ↵vperrin-guest2006-03-28
| | | | dh_installdirs and dh_movefiles manpages.
* r1892: * dh_install: swap two paras in man page for clarity. Closes: #359182joeyh2006-03-27
|
* r1891: * Typo. Closes: #358904joeyh2006-03-25
|
* r1889: releasing version 5.0.26joeyh2006-03-23
|
* r1886: releasing version 5.0.25joeyh2006-03-15
|
* r1885: * dh_installdebconf: For udebs, misc:Depends will now contain ↵joeyh2006-03-15
| | | | cdebconf-udeb.
* r1882: releasing version 5.0.24joeyh2006-02-23
|
* r1881: * Add dh_installudev by Marco d'Itri.joeyh2006-02-23
|
* r1878: releasing version 5.0.23joeyh2006-02-20
|
* r1877: * dh_installdebconf: drop all support for old-style translated debconfjoeyh2006-02-20
| | | | | | templates files via debconf-mergetemplate (keep a warning if any are found, for now). Allows dropping debhelper's dependency on debconf-utils. Closes: #331796
* r1875: * dh_strip: remove binutils build-dep lines since stable has a new enoughjoeyh2006-02-03
| | | | version. Closes: #350607
* r1873: releasing version 5.0.22joeyh2006-01-28
|
* r1872: * dh_shlibdeps: pass -tudeb to dpkg-shlibdeps for udebs. Closes: #345472joeyh2006-01-28
| | | | * Depends on dpkg-dev 1.13.13 for dh_shlibdeps change.
* r1871: * dh_makeshlibs: add support for adding udeb: lines to shlibs filejoeyh2006-01-28
| | | | via --add-udeb parameter. Closes: #345471
* r1869: * dh_installman: correct mistake that broke translated man page ↵joeyh2006-01-26
| | | | | | installation Closes: #349995
* r1866: releasing version 5.0.20joeyh2006-01-24
|
* r1864: releasing version 5.0.19joeyh2006-01-24
|
* r1860: releasing version 5.0.18joeyh2006-01-20
|
* r1859: * Reverted change in 4.1.9, so generation of EXCLUDE_FIND escapes "." tojoeyh2006-01-20
| | | | | | | | "\\.", 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
* r1858: * Improved po4a cleaning. Closes: #348521joeyh2006-01-19
|
* r1856: * dh_python: Temporarily revert change in 5.0.13 to make use ofjoeyh2006-01-16
| | | | | | python-support for packages providing private modules or python-only modules, since python policy hasn't been updated for this yet. Closes: #347758
* r1853: * Fix dangling markup in dh_installinit pod. Closes: #348073joeyh2006-01-15
| | | | * Updated French translation from Valéry Perrin. Closes: #348074
* r1851: releasing version 5.0.15joeyh2006-01-11
|
* r1849: * dh_installinit: If run with -o, do the inverse of -n and onlyjoeyh2006-01-08
| | | | | | | | | 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..