summaryrefslogtreecommitdiff
path: root/GNUmakefile
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10Autotools with gettextIgor Pashev1-212/+0
2012-07-14GNUmakefile: Use gcc's -MD feature instead of calling gcc -M separatelyAntti-Juhani Kaijanaho1-13/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2012-06-08Add -Wextra to non-package builds (and clean up the resulting warnings).Antti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2012-06-03Fix #674836 (Builds with wrong CFLAGS)Antti-Juhani Kaijanaho1-2/+2
- Upgrade debhelper mode to 9. - Work around debhelper bug 674912 by defining the default CFLAGS using ?= in GNUmakefile. - As pointed out by Jonathan Nieder in private mail, -Werror is not a good idea in package builds (it may cause unnecessary FTBFS breakage in the future as the toolchain and libraries change). Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-18grep-dctrl: Hardcode default input file names.Antti-Juhani Kaijanaho1-4/+1
Until now, grep-dctrl has used a configuration file to determine which input file it should use by default. Originally, this was motivated by a desire not to step too much into the toes of dpkg maintainers - it allowed the fiction that this package doesn't in fact depend on dpkg's internal interfaces. Over the last decade, however, this consideration has became essentially moot, and the status and available files are effectively public interfaces. Now, theoretically, this configurability could be in use by someone. However, the same functionality is available by using shell functions and shell scripts. I twice called for actual use cases for this feature, explicitly threatening to remove this feature if nobody stepped up. Nobody did. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-07Handle two missing translatable stringsDavid Prévot1-1/+1
2011-12-07Keep previous msgids of translated messagesDavid Prévot1-1/+1
In order to help translators on update, keeping previous msgids is really helpful, especially since the previous commit will fuzzy some of them.
2011-03-13Typo fix for manpage translation handlingAntti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-03-13Makes manpages translatable (using po4a)David Prévot1-4/+49
2010-12-04Move to DebhelperAntti-Juhani Kaijanaho1-7/+56
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-08-08Fix Debian bug#511081Antti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-11-07Actually use -O2 when compilingAntti-Juhani Kaijanaho1-5/+9
We separate out the mandatory options from CFLAGS into ALL_CFLAGS in GNUmakefile, and then pass -O2 from debian/rules (so that development-time builds don't get -O2 unnecessarily). Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-04-11new program join-dctrlAntti-Juhani Kaijanaho1-2/+6
2007-04-09GNUmakefile (test): call tester.sh using sh explicitlyAntti-Juhani Kaijanaho1-1/+1
2007-04-08GNUmakefile: miscellaneous fixesAntti-Juhani Kaijanaho1-2/+4
2007-04-08GNUmakefile. ifile.c: start using -Werror, fix one warningAntti-Juhani Kaijanaho1-1/+1
2007-04-08GNUmakefile (clean): fix reference to grep-dctrl.1Antti-Juhani Kaijanaho1-1/+1
2007-04-08man/sort-dctrl.1: make literal (previously generated)Antti-Juhani Kaijanaho1-1/+0
2007-04-08GNUmakefile: sysconf is now sysconfdir, fix a referenceAntti-Juhani Kaijanaho1-1/+1
Closes: #414979 (typo in manpage: reference to global config file is wrong) Reported by Tomas Pospisek <tpo_deb@sourcepole.ch>
2007-04-08Makefile: rename as GNUmakefileAntti-Juhani Kaijanaho1-0/+122