summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Clarify description of dh_auto_* -- params. Closes: #642786Joey Hess2011-09-25
|
* dh: Avoid compat deprecation warning before option parsing. Closes: #641361Joey Hess2011-09-12
|
* dh_fixperms: Operate on .ali files throughout /usr/lib, including multiarch ↵Joey Hess2011-09-12
| | | | | | | dirs. Closes: #641279 This is extra work, but querying dpkg-architecture for the multiarch lib dir could easily take just as long.
* releasing version 8.9.7Joey Hess2011-09-11
|
* pod errorJoey Hess2011-09-11
|
* dh: Avoid running install sequence a third time in v9 when the rules file ↵Joey Hess2011-09-11
| | | | | | has explicit binary-indep and binary-arch targets. Closes: #639341 Thanks, Yann Dirson for test case.
* reorderJoey Hess2011-09-11
|
* -arch and -indep overridesJoey Hess2011-09-11
| | | | | | | | | | | | | | | | | * dh: Now you can use override_dh_command-arch and override_dh_command-indep to run different overrides when building arch and indep packages. This allows for a much simplified form of rules file in this situation, where build-arch/indep and binary-arch/indep targets do not need to be manually specified. See man page for examples. * dh: Note that if a rules file has say, override_dh_fixperms-arch, but no corresponding override_dh_fixperms-indep, then the unoverridden dh_fixperms will be run on the indep packages. * dh: Note that the old override_dh_command takes precidence over the new overrides, because mixing the two types of overrides would have been too complicated. In particular, it's difficult to ensure an old override target will work if it's sometimes constrained to only acting on half the packages it would normally run on. This would be a source of subtle bugs, so is avoided.
* simplifyJoey Hess2011-09-11
|
* refactorJoey Hess2011-09-10
| | | | | Should be no behavior changes, although I did drop the comment when skipping an empty override target.
* Tighten parsing of DEB_BUILD_OPTIONS.Joey Hess2011-09-09
| | | | | A future nostripexceptonfullmoon option seems unlikely, but sure, let's be strict. More importantly, let's reuse good code.
* wordingJoey Hess2011-09-08
|
* remove quilt exampleJoey Hess2011-09-08
| | | | 3.0 (quilt) is presumably better
* reorg man page to list deprecated options in a final sectionJoey Hess2011-09-08
|
* Avoid writing debhelper log files in no-act mode. Closes: #640586Joey Hess2011-09-05
|
* typoJoey Hess2011-09-05
|
* fix pod breakageJoey Hess2011-08-29
|