summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-23r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test.version_4.1.89joey1-1/+1
2004-01-23r1649: releasing version 4.1.89joey1-0/+6
2004-01-18r1647: * dh_strip: Fix a unquoted string in regexp in the dbg symbols code.version_4.1.88joey1-1/+1
Closes: #228272
2004-01-18r1646: releasing version 4.1.88joey1-0/+7
2004-01-16r1644: * dh_gconf: Add proper parens around the package version in the ↵version_4.1.87joey1-1/+1
misc:Depends setting.
2004-01-16r1643: releasing version 4.1.87joey1-0/+7
2004-01-16r1641: * dh_gconf: Fix man page typos, thanks Ruben Porras. Closes: #228076version_4.1.86joey2-2/+45
* dh_gconf: Spanish man page from Ruben Porras. Closes: #228075
2004-01-16r1640: releasing version 4.1.86joey1-0/+7
2004-01-16r1638: * dh_install: add missing parens to the $installed regexp. Closes: ↵version_4.1.85joey1-3/+7
#227963 * dh_install: improve wording of --list-missing messages
2004-01-16r1637: releasing version 4.1.85joey1-0/+7
2004-01-13r1635: * Added dh_gconf command from Ross Burton. Closes: #180882version_4.1.84joey7-8/+429
* dh_scrollkeeper: Make postinst fragment test for scrollkeeper-update. Closes: #225337 * Copyright update. * Include full text of the GPL in the source package, because goodness knows, I need another copy of that in subversion..
2004-01-13r1634: releasing version 4.1.84joey1-0/+11
2003-12-29r1632: * Clarify dh_install's autodest behavior with wildcards. Closes: ↵version_4.1.83joey3-3/+6
#224707
2003-12-29r1631: releasing version 4.1.83joey1-0/+13
2003-12-02r1629: * Removed the no upstream changelog for debian packages test.version_4.1.81joey3-20/+12
Even though it has personally saved me many times, debhelper is not intended to check packages for mistakes, and apparently it makes sense for some "native" packages to have a non-Debian changelog. Closes: #216099 * If a native package has an upstream changelog, call the debian/changelog changelog.Debian. * postinst-menu-method: always chmod menu-method executable even if update-menus is not. Closes: #220576 * dh_installmenu: do not ship menu-methods executable.
2003-12-02r1628: releasing version 4.1.81joey1-0/+15
2003-11-06r1626: * Add the Spanish manpages I missed last time. Closes: #218718version_4.1.80joey3-6/+32
* dh_installman: support compressed man pages when finding .so links. Closes: #218136
2003-11-06r1625: releasing version 4.1.80joey1-0/+8
2003-11-02r1623: * dh_strip: typo. Closes: #218745version_4.1.79joey9-35/+122
* Updated Spanish man page translations for: debhelper dh_installcron dh_installinit dh_installlogrotate dh_installman dh_installmodules dh_installpam dh_install dh_movefiles dh_strip Closes: #218718
2003-11-02r1622: releasing version 4.1.79joey1-2/+12
2003-10-29r1620: * dh_installcatalogs: Fixed to create dir in tmpdir. Closes: #218237version_4.1.78joey1-1/+1
2003-10-29r1619: releasing version 4.1.78joey1-0/+6
2003-10-16r1617: * Remove the "L" from reference to menufile(5). Closes: #216042version_4.1.77joey1-1/+1
2003-10-16r1616: releasing version 4.1.77joey1-0/+6
2003-10-14r1614: * Patch from Andrew Suffield <asuffield@debian.org> to make dh_stripversion_4.1.76joey3-2/+68
support saving the debugging symbols with a --keep-debug flag and dh_shlibdeps skip /usr/lib/debug. Thanks! Closes: #215670 * Add --dbg-package flag to dh_strip, to list packages that have associated -dbg packages. dh_strip will then move the debug symbols over to the associated -dbg packages.
2003-10-14r1613: releasing version 4.1.76joey1-0/+11
2003-10-13r1611: * dh_install: add --fail-missing option. Closes: #120026version_4.1.75joey5-6/+22
* Fix mispelling in prerm-sgmlcatalog. Closes: #215189
2003-09-21r1609: * Only list dh_installman once in example rules.indep. Closes: #211567version_4.1.74joey4-3/+9
* Really fix the prerm-sgmlcatalog, not the postrm. Closes: #209131
2003-09-08r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on theversion_4.1.73joey2-1/+8
advice of Adam DiCarlo. Closes: #209131
2003-09-05r1605: * Switch from build-depends-indep to just build-depends.version_4.1.72joey3-3/+11
* dh_installman: match .so links with whitespace after the filename Closes: #208753
2003-09-01r1603: * Typo. Closes: #207999version_4.1.71joey3-4/+4
* Typo, typo. Closes: #208171 :-)
2003-08-31r1602: typojoey2-1/+8
2003-08-26r1600: spanish tranalstion of man pagesversion_4.1.70joey47-27/+3297
2003-08-23r1598: * dh_installppp: correct filenames on man page. Closes: #206893version_4.1.69joey3-7/+14
* dh_installinit: man page typo fix and enhancement. Closes: #206891
2003-08-22r1596: * Remove duplicate packages from DOPACKAGES after argument processing.version_4.1.68joey14-47/+216
Closes: #112950 * dh_compress: deal with links pointing to links pointing to compressed files, no matter what order find returns them. Closes: #204169 * dh_installmodules, dh_installpam, dh_installcron, dh_installinit, dh_installogrotate: add --name= option, that can be used to specify the name to use for the file(s) installed by these commands. For example, dh_installcron --name=foo will install debian/package.foo.cron.daily to etc/cron.daily/foo. Closes: #138202, #101003, #68545, #148844 (Thanks to Thomas Hood for connecting these bug reports.) * dh_installinit: deprecated --init-script option in favor of the above. * Add dh_installppp. Closes: #43403
2003-08-22r1594: * dh_python: Another patch, for pythonX.Y-foo packages.version_4.1.67joey4-8/+22
* dh_link: Improve error message if link destination is a directory. Closes: #206689
2003-08-19r1592: * dh_link: rm -f every time, ln -f is not good enough if the link ↵version_4.1.66joey3-3/+12
target is an existing directory (aka, ln sucks). Closes: #206245 * dh_clean: honor -X for debian/tmp removal. Closes: #199952 more or less.
2003-08-18r1590: * Converted several chown 0.0 to chown 0:0 for POSIX 200112.version_4.1.65joey8-11/+54
* dh_python: patch from Josselin to support packages only shipping binary (.so) modules, and removal of any already byte-compiled .py[co] found.
2003-08-13r1588: * dh_python: Add a -V flag to choose the python version modules in ↵version_4.1.64joey2-4/+30
a package use. Patch from Josselin, of course.
2003-08-11r1586: * dh_python: patch from Josselin to fix generated depends. Closes: ↵version_4.1.63joey3-19/+37
#204717 * dh_pythn: also stylistic and tab damage fixes
2003-08-10r1584: * Fix a bug in quoted section parsing that put the quotes in the ↵version_4.1.62joey2-1/+8
parsed out section number. Closes: #204731
2003-08-08r1582: * dh_makeshlibs: only scan files matching *.so.* and *.so, not *.so*.version_4.1.61joey2-1/+8
Closes: #204559
2003-08-08r1580: * dh_python: support python ver 2.3. Closes: #204556version_4.1.60joey2-1/+7
2003-08-08r1578: * dh_installman: support .TH lines with quotes. Closes: #204527version_4.1.59joey2-1/+7
2003-08-07r1576: * Typo, Closes: #203907version_4.1.58joey3-6/+12
* dh_python: clan compiled files on downgrade, upgrade, not only removal. Closes: #204286
2003-07-31r1088: * dh_install: Add LIMITATIONS section and other changes to clarifyversion_4.1.57joey2-5/+18
renaming. Closes: #203548
2003-07-28r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819version_4.1.56joey7-8/+20
* Now in a subversion repository, some minor changes for that. * dh_link test should expect results in debian/debhelper, not debian/tmp.
2003-07-22r598: * dh_strip: do not strip files multiple times.joey2-0/+7
2003-07-19r597: * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not presentjoey2-1/+7
2003-07-18r596: * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810joey3-3/+9