summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* updateJoey Hess2013-05-06
|
* dh_installdeb: Drop pre-dependency on dpkg for dpkg-maintscript-helper. ↵Joey Hess2013-05-05
| | | | Closes: #703264
* dh: Skips running commands that it can tell do nothing.Joey Hess2013-05-05
| | | | | | | | | This is determined by the presence of special PROMISE directives within commands that provide a high-level description of the command. Note that when dh is passed additional debhelper options, it cannot tell if these change the behavior of commands, and so it stops skipping any commands.
* perl_makemaker: Unset INSTALL_BASE in case the user has it set. Closes: #705141Joey Hess2013-05-05
|
* releasing version 9.20130504Joey Hess2013-05-04
|
* Updated German man page translation. Closes: #691557, #706314Joey Hess2013-04-28
|
* dh_testdir: Fix error message. Closes: #703515Joey Hess2013-03-20
|
* dh_auto_test: Avoid doing anything when cross-compiling. Closes: #703262Joey Hess2013-03-17
|
* cmake: Configure with -DCMAKE_BUILD_TYPE=RelWithDebInfo Closes: #701233Joey Hess2013-02-24
| | | | | I'm told this only avoids building with -O3 -DNDEBUG, a change which should have no potential for breaking anything.
* Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead using ↵Joey Hess2013-02-09
| | | | -perm /mode. Closes: #700200
* dh_icons: Reword description. Closes: #693100Joey Hess2012-12-06
|
* closeJoey Hess2012-11-03
|
* Updated French man page translationDavid Prévot2012-11-03
| | | | | | Proofread by Stéphane Blondon <CAOy+up4ThkHSnTEvN33Laih4Y2Z=GT52ZtqvNAU0xm6L8HdqYg@mail.gmail.com> and Baptiste <349df4a305bdcb28459313effbede756@mailoo.org>.
* dh_installinit: Support systemd. Closes: #690399 Thanks, Michael StapelbergJoey Hess2012-10-28
| | | | | | | (cherry picked from commit 3eda9d1c88f6b9888c6255f2defdac30310af144) Conflicts: debian/changelog
* Revert "Support systemd in dh_installinit and postinst/postrm"Joey Hess2012-10-28
| | | | | | This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent.
* Updated German man page translation. Closes: #691557Joey Hess2012-10-27
|
* dh_installdeb: Avoid unnecessary is_udeb tests. Closes: #691398Joey Hess2012-10-25
|
* adjust other fixJoey Hess2012-10-22
| | | | | | This is really atrocious, but IIRC the order pythons are run in matters, so the earlier mangling of @python_requested must remain, and so unmangle it here.
* dh_installinit: Support systemd. Closes: #690399 Thanks, Michael StapelbergJoey Hess2012-10-15
|
* dh_installdocs: Support having the same document id in different binary ↵Joey Hess2012-09-17
| | | | packages built from the same source. Closes: #525821 Thanks, Don Armstrong
* Bug#525821: [PATCH] support having the same document id in different ↵Don Armstrong2012-09-17
| | | | | | | | | packages in the same source This is a multi-part message in MIME format. --------------1.7.10.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
* Merge branch 'wheezy'Joey Hess2012-09-10
|\ | | | | | | | | Conflicts: man/po4a/po/de.po
| * releasing version 9.20120909Joey Hess2012-09-10
| |
| * Update French translationDavid Prévot2012-09-10
| | | | | | | | | | | | | | | | Proofread by Stéphane Blondon <CAOy+up7gN66zvbtxHJ5br7Cq3rxBp_NCORBTMVR7oeJmph7U8Q@mail.gmail.com>. Conflicts: man/po4a/po/fr.po
| * Updated German man page translation. Closes: #685538Joey Hess2012-09-10
| | | | | | | | | | Conflicts: debian/changelog
| * Updated Spanish man page translation. Closes: #686291Joey Hess2012-09-10
| | | | | | | | | | | | Conflicts: debian/changelog man/po4a/po/es.po
* | Merge branch 'wheezy'Joey Hess2012-09-09
|\|
| * changelogJoey Hess2012-09-09
| |
* | Improve -X documentation. Closes: #686696Joey Hess2012-09-04
| |
* | Updated Spanish man page translation. Closes: #686291Joey Hess2012-08-30
| |
* | orderJoey Hess2012-08-30
| |
* | Merge branch 'wheezy'Joey Hess2012-08-30
|\|
| * dh_installcatalogs: Adjust catalog conffile conversion to avoid dpkg ↵Joey Hess2012-08-30
| | | | | | | | conffile prompt when upgrading from a removed package. Closes: #81194
* | python distutils buildsystem: When checking if a version of python is ↵Joey Hess2012-08-27
| | | | | | | | | | | | installed, don't trust the presense of the executable, as a python2.X-minimal package may provide it while not having distutils installed. Closes: #683557 python hate increasing..
* | dh_icons: Improve documentation. Closes: #684895Joey Hess2012-08-27
| |
* | python distutils buildsystem: Propigate failure of pyversions. Closes: ↵Joey Hess2012-08-27
| | | | | | | | #683551 Thanks, Clint Byrum
* | dh_installmime: No longer makes maintainer scripts run update-mime and ↵Joey Hess2012-08-27
| | | | | | | | update-mime-database, that is now handled by triggers. Closes: #684689 Thanks, Charles Plessy
* | Updated French man page translation. Closes: #685560Joey Hess2012-08-21
| |
* | Updated German man page translation. Closes: #685538Joey Hess2012-08-21
| |
* | dh_lintian: Source overrides doc improvement. Closes: #683941Joey Hess2012-08-05
| |
* | bugnumJoey Hess2012-07-05
| |
* | dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being ↵Joey Hess2012-07-05
|/ | | | used here rather than in dh_makeshlibs.
* releasing version 9.20120608Joey Hess2012-06-08
|
* dh: When there's an -indep override target without -arch, or vice versa, ↵Joey Hess2012-06-07
| | | | | | | avoid acting on packages covered by the override target when running the command for packages not covered by it. Closes: #676462 Hmm, this is technically a behavior change, but hopefully not one anything could sanely depend on working like it used to.
* releasing version 9.20120528Joey Hess2012-05-28
|
* dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles and introduce ↵Joey Hess2012-05-28
| | | | dependency on trigger-based sgml-base. Closes: #477751 Thanks, Helmut Grohne
* Set Multi-Arch: foreign. Closes: #674193Joey Hess2012-05-23
|
* Spanish translation update. Closes: #673629 Thanks, Omar CampagneJoey Hess2012-05-20
|
* releasing version 9.20120518Joey Hess2012-05-18
|
* dh_link: Doc improvement. Closes: #672988Joey Hess2012-05-15
|