summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
...
* dh_installinit: rework upstart handling to comply with new policy proposal; ↵Joey Hess2012-04-10
| | | | packages will ship both an init script and an upstart job, instead of just an upstart job and a symlink to a compat wrapper. Closes: #577040
* dh_md5sums: Don't skip DEBIAN directories other than the control files one. ↵Joey Hess2012-04-10
| | | | Closes: #668276
* Conflict with too old automake for AM_UPDATE_INFO_DIR=no. Closes: #666901Joey Hess2012-04-02
|
* Fix “compatab*” vs. “compatib*” typos.Cyril Brulebois2012-04-01
|
* Fix a typo. Closes: #665891Joey Hess2012-03-26
|
* releasing version 9.20120322Joey Hess2012-03-22
|
* Revert avoid expanding shell metacharacters in sed call in autoscript(). It ↵Joey Hess2012-03-22
| | | | breaks dh_usrlocal and must be considered part of its interface. Added to interface documentation. Closes: #665263
* releasing version 9.20120312Joey Hess2012-03-13
|
* Also include CFLAGS in ld line for perl. Closes: #662666Joey Hess2012-03-13
|
* releasing version 9.20120311Joey Hess2012-03-11
|
* avoid expanding shell variables in sed stringJoey Hess2012-02-21
|
* 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
* --without foo,bar now supportedJoey 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
|
* Typo. Closes: #653006Joey Hess2011-12-22
|
* 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?
* 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 and enable German translationJoey 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
* 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
|
* dh: Add dh_auto_configure parameter example. Closes: #645335Joey Hess2011-10-14
|
* changelogJoey Hess2011-10-06
|
* updateJoey Hess2011-09-30
|
* perl_makemaker: In v9, pass CFLAGS to Makefile.PL using OPTIMIZE. Closes: ↵Joey Hess2011-09-29
| | | | #643702 Thanks, Steve Langasek.
* setting OPTIMIZE could in theory lead to breakage, so make it v9Joey Hess2011-09-29
|
* 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
|
* 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.
* -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.
* 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.
* Avoid writing debhelper log files in no-act mode. Closes: #640586Joey Hess2011-09-05
|
* typoJoey Hess2011-09-05
|