summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Fix deprecated command list on translated debhelper(7) man pages. Closes: ↵Joey Hess2010-11-02
| | | | #601204
* Drop deprecated programs from the list of commands in debhelper(7). Closes: ↵Joey Hess2009-11-04
| | | | #548382
* * update french translation. Closes: #494300, #477703Valéry Perrin2009-09-16
| | | | | | | | | | * add --previous at po4a command into Makefile * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure, dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown, dh_installudev, dh_prep into po4a.cfg manpages list Valery.Perrin (valery.perrin.debian@free.fr)
* Run pod2man with --utf8. Closes: #541270Joey Hess2009-08-16
|
* Merge branch 'master' into buildsystemsJoey Hess2009-07-02
|\
| * avoid installing empty translated debhelper.7 man pagesJoey Hess2009-07-02
| | | | | | | | When empty due to not being fully enough translated, as is the case now.
* | Revert "Generate and install dh_auto docs when building debhelper."Joey Hess2009-06-28
| | | | | | | | | | | | | | I'm reverting the documentation addition to try doing it myself, more simply and less verbosely. This reverts commit 6ac4644330cb02384cf6c12a540cdc6b8e347170.
* | Generate and install dh_auto docs when building debhelper.Modestas Vainius2009-06-18
| | | | | | | | | | | | | | | | | | Since dh_auto_* PODs and dh_auto.pod contain placeholders and final versions are generated with the use of podselect, they are not directly translatable. However, the final postprocessed PODs (with man/dh_auto_pod) are translatable. So these temporary PODs are written to the man/ subdir and they could be added to po4a as needed. However, I do not add those PODs for translation in this commit (neither previous versions of dh_auto_* were there).
* | Ship Debian/Debhelper/Buildsystem/* in the package.Modestas Vainius2009-06-11
| | | | | | | | Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* | Integrate buildsystem testsuite into the debhelper build system.Modestas Vainius2009-06-11
|/ | | | Signed-off-by: Modestas Vainius <modestas@vainius.eu>
* Pass -L UTF-8 to po4a to work around bug #520942Joey Hess2009-03-23
|
* dh addon interfaceJoey Hess2008-05-04
| | | | | | | | | | | | * dh: Add an interface that third-party packages providing debhelper commands can use to insert them into a command sequence. (See dh(1), "SEQUENCE ADDONS".) * dh: --with=foo can be used to include such third-party commands. So, for example, --with=cli could add the dh_cli* commands from cli-common. * Moved python-support special case out of dh and into a python-support sequence addon. --with=python-support is enabled by default to avoid breaking backwards compatability.
* Fix underescaped $ in Makefile. Closes: #478475Joey Hess2008-04-29
|
* updateJoey Hess2008-04-23
|
* updatesJoey Hess2008-04-23
|
* fixesJoey Hess2008-04-23
|
* Add a Makefile and simplify this package's own rules file using all the new ↵Joey Hess2008-04-23
| | | | toys.
* r261: * No user visible changes. Modified the package to interface better ↵joey1999-08-28
| | | | | | | with my new local build system, which auto-updates the home page when a new debhelper is built.
* r249: dpkg-parsechangelog | grep '^ 'joey1999-08-17
|
* r248: Removed symlink files.joey1999-08-17
|
* r189: Initial revisionjoey1999-08-17