summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* dh_install: Man page clarification. Closes: #659635Joey Hess2012-02-12
|
* dh_auto_install: Set AM_UPDATE_INFO_DIR=no to avoid automake generating an ↵Joey Hess2012-02-08
| | | | info dir file. Closes: #634741
* releasing version 9.20120115Joey Hess2012-01-15
|
* --without foo,bar now supportedJoey Hess2012-01-15
|
* move build depends section into compat sectionJoey Hess2012-01-15
|
* updateJoey Hess2012-01-15
|
* spelingJoey Hess2012-01-15
|
* v9 doneJoey Hess2012-01-15
| | | | | | | | * Finalized v9 mode, which is the new recommended default. (But continuing to use v8 is also fine.) * It is now deprecated for a package to not specify a compatability level in debian/compat. Debhelper now warns if this is not done, and packages without a debian/compat will eventually FTBFS.
* Updated German man page translation. Closes: #653360Joey Hess2012-01-03
|
* releasing version 8.9.14Joey Hess2011-12-27
|
* Typo. Closes: #653339Joey Hess2011-12-27
|
* dh_installdebconf: Fix doc typoDavide G. M. Salvetti2011-12-27
|
* Typo. Closes: #653006Joey Hess2011-12-22
|
* remove exampleJoey Hess2011-12-12
| | | | this example feels antique
* releasing version 8.9.13Joey Hess2011-12-09
|
* Only enable executable config files in v9. The quality of file permissions ↵Joey Hess2011-12-09
| | | | in debian/ directories turns out to be atrocious; who knew?
* clarifyJoey Hess2011-12-08
|
* only v9Joey Hess2011-12-08
| | | | | Reason: http://git.42mm.org/?p=python-greenlet;a=blob;f=debian/rules;h=bd009f86895d496999cd412eac44dbae7b9f1caa;hb=HEAD#l10
* Spanish translation update. Closes: #636245 Thanks, Omar CampagneJoey Hess2011-12-08
|
* dh_strip: Use build-id in /usr/lib/debug. Closes: #642158 Thanks, Jakub WilkJoey Hess2011-12-08
| | | | I see no reason to make this v9 only.
* Pass CPPFLAGS to qmake. Closes: #646129 Thanks, Felix GeyertJoey Hess2011-12-08
|
* releasing version 8.9.12Joey Hess2011-12-07
|
* executable config files. bleh, arghJoey Hess2011-12-07
| | | | | | | | | | | | | | | | | | Debhelper config files may be made executable programs that output the desired configuration. No further changes are planned to the config file format; those needing powerful syntaxes may now use a programming language of their choice. In many bugs I see a tendency of users wanting debhelper configuration files to have their pet feature from some programming language. So I choose to short-circuit this process by taking it to its logical conclusion, and without the bother of developing a new language myself. [ Is this consistent with my boycott/disinterest in integrating features features first developed in Ubuntu? Yes. Instead of blocking the issue of multiarch needing variable expansions, I have stepped back and let anyone make whatever mess they desire while not forcing that mess on the rest of us. ]
* add footer for german translationJoey Hess2011-12-06
|
* fix two typosJoey Hess2011-12-06
|
* add and enable German translationJoey Hess2011-12-06
|
* pretty sure the wrong package name was put hereJoey Hess2011-12-06
|
* Typo fixes. Closes: #651224 Thanks, Chris LeickJoey Hess2011-12-06
|
* releasing version 8.9.11Joey Hess2011-11-17
|
* Fix broken option passing to objcopy. Closes: #649044Joey Hess2011-11-17
|
* releasing version 8.9.10Joey Hess2011-11-16
|
* dh: Ensure -a and -i are passed when running override_dh_command-arch and ↵Joey Hess2011-11-16
| | | | override_dh_command-indep targets. This is needed when the binary target is run, rather than binary-arch/binary-indep. Closes: #648901
* layoutJoey Hess2011-11-07
|
* dh_strip: In v9, pass --compress-debug-sections to objcopy. Needs a new ↵Joey Hess2011-11-07
| | | | enough binutils and gdb; debhelper backport may need to disable this. Thanks, Aurelien Jarno and Bastien ROUCARIES. Closes: #631985
* releasing version 8.9.9Joey Hess2011-11-04
|
* remove -OJoey Hess2011-10-17
|
* dh: Add dh_auto_configure parameter example. Closes: #645335Joey Hess2011-10-14
|
* changelogJoey Hess2011-10-06
|
* Use target architecture for build directory name.Tom Hughes2011-10-06
|
* updateJoey Hess2011-09-30
|
* Pass CFLAGS also to perl_build.gregor herrmann2011-09-30
| | | | Closes: 497653
* releasing version 8.9.8Joey Hess2011-09-29
|
* perl_makemaker: In v9, pass CFLAGS to Makefile.PL using OPTIMIZE. Closes: ↵Joey Hess2011-09-29
| | | | #643702 Thanks, Steve Langasek.
* update v9 docsJoey Hess2011-09-29
|
* setting OPTIMIZE could in theory lead to breakage, so make it v9Joey Hess2011-09-29
|
* fix indentationJoey Hess2011-09-29
|
* pass dpkg-buildflags to makemaker build systemSteve Langasek2011-09-29
| | | | | | | The standard way to pass build flags to makemaker perl build systems is to set the OPTIMIZE variable on the commandline; CFLAGS in the environment gets ignored entirely. So pass the CFLAGS from the environment to Makefile.PL so makemaker packages can also benefit from dpkg-buildflags.
* wordingJoey Hess2011-09-27
|
* updateJoey Hess2011-09-26
|
* Mention in debhelper(7) that buildsystem options are typically passed to dh. ↵Joey Hess2011-09-26
| | | | Closes: #643069