Age | Commit message (Expand) | Author | Files | Lines |
2002-12-09 | r568: * Fixed dh_python ordering in example rules files. Closes: #172283 | joey | 6 | -13/+23 |
2002-11-24 | r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass ... | joey | 4 | -5/+12 |
2002-11-21 | r566: * Added a dh_python command, by Josselin Mouette | joey | 1 | -0/+7 |
2002-11-21 | r565: * Various minor changes based on suggestions by luca. | joey | 10 | -4/+240 |
2002-11-15 | r564: * Still run potodebconf after warning about templates.ll files. | joey | 3 | -4/+7 |
2002-11-15 | r563: * dh_install: Support autodest with non-debian/tmp sourcedirs. | joey | 3 | -7/+23 |
2002-11-14 | r562: * Make dh_install --list-missing honor -X excludes. Closes: #168739 | joey | 2 | -2/+16 |
2002-11-12 | r561: * typo in dh_shlibdeps(1), Closes: #167421 | joey | 2 | -2/+2 |
2002-11-11 | r560: * typo in dh_shlibdeps(1), Closes: #167421 | joey | 4 | -11/+20 |
2002-10-28 | r559: * Added note to dh_installdebconf(1) about postinst sourcing debconf | joey | 3 | -4/+37 |
2002-10-17 | r558: * Use dpkg-architecture instead of dpkg --print-architecture (again?) | joey | 3 | -2/+11 |
2002-10-11 | r557: * dh_installinit: added --no-start for rcS type scripts. Closes: #13... | joey | 5 | -10/+35 |
2002-10-07 | r556: * Depend on po-debconf, and I hope I can drop the debconf-utils dep ... | joey | 3 | -3/+14 |
2002-10-05 | r555: * dh_compress: Exclude .css files, to prevent broken links from html... | joey | 2 | -4/+12 |
2002-10-05 | r554: * dh_fixperms: Make sure .pm files are 0644. Closes: #163418 | joey | 2 | -5/+17 |
2002-10-03 | r553: * dh_installdebconf: Support po-debconf debian/po directories. | joey | 3 | -11/+33 |
2002-09-27 | r552: * The "reverse hangover" release. | joey | 4 | -32/+46 |
2002-09-22 | r551: * Make addsubstvars remove old instances of line before adding new. ... | joey | 2 | -1/+10 |
2002-09-19 | r550: * Depend on coreutils | fileutils. Closes: #161452 | joey | 2 | -2/+8 |
2002-09-16 | r549: * Fixed over-escaping of period when generating EXCLUDE_FIND. | joey | 2 | -1/+8 |
2002-09-16 | r548: removed | joey | 6 | -22/+0 |
2002-09-16 | r547: * Use invoke-rc.d always now that it is in policy. Fall back to old ... | joey | 7 | -38/+26 |
2002-09-09 | r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151 | joey | 5 | -5/+12 |
2002-09-03 | r545: * Clarified dh_perl man page. Closes: #159332 | joey | 3 | -5/+17 |
2002-08-25 | r544: minor copyright updates | joey | 1 | -1/+2 |
2002-08-18 | r543: * Patch from Andrew Suffield to make dh_perl understand #!/usr/bin/e... | joey | 2 | -1/+8 |
2002-08-04 | r542: * dh_installinit: Always start daemon on upgraded even if | joey | 4 | -21/+15 |
2002-08-03 | r541: * Typo, Closes: #155323 | joey | 2 | -1/+7 |
2002-07-25 | r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to prov... | joey | 3 | -2/+40 |
2002-07-22 | r539: * Remove /usr/doc manglement code from postinst and prerm. | joey | 9 | -151/+18 |
2002-07-19 | r538: * Make dh_installchangelogs install debian/NEWS files as well, as | joey | 6 | -5/+83 |
2002-07-06 | r537: * In dh_install, don't limit to -type f when doing the find due to -X. | joey | 2 | -2/+9 |
2002-07-06 | r536: * Patch from doogie to make dh_movefiles support -X. Closes: #150978 | joey | 2 | -4/+14 |
2002-06-24 | r535: updates | joey | 3 | -3/+20 |
2002-06-21 | r534: * Stupid, evil typo. | joey | 6 | -5/+11 |
2002-06-21 | r533: * In script fragments, use more posix tests, no -a or -o, no parens. | joey | 14 | -13/+21 |
2002-06-20 | r532: * Added --mainpackage= option, of use in some kernel modules packages. | joey | 5 | -5/+30 |
2002-06-16 | r531: * Fixed debconf-utils dependency. | joey | 2 | -1/+7 |
2002-06-14 | r530: updates... | joey | 3 | -4/+4 |
2002-06-02 | r529: * dh_compress: always compress .pcf files in | joey | 4 | -4/+19 |
2002-05-26 | r528: * Consistently use the which command instead of command -v or hardcoded | joey | 11 | -12/+21 |
2002-05-24 | r527: * dh_install: glob relative to --sourcedir. Closes: #147908 | joey | 3 | -6/+11 |
2002-05-23 | r526: * Don't leak regex characters from -X when generating DH_EXCLUDE_FIND. | joey | 2 | -1/+10 |
2002-05-23 | r525: * dh_strip: If a file is an ELF shared binary, does not have a .so.*... | joey | 2 | -1/+9 |
2002-05-22 | r524: * Make dh_clean remove autom4te.cache. | joey | 2 | -0/+10 |
2002-05-19 | r523: * Removing perl warning message. | joey | 2 | -1/+7 |
2002-05-19 | r522: * Set DH_ALWAYS_EXCLUDE=CVS and debhelper will exclude CVS directories | joey | 11 | -19/+70 |
2002-05-17 | r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576 | joey | 2 | -0/+8 |
2002-04-17 | r520: * dh_install: delay globbing until after destintations have been found. | joey | 2 | -3/+10 |
2002-04-14 | r519: * dh_installdebconf: allow parameters after -- to go to | joey | 4 | -6/+24 |