summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dh_installinit: only add systemd-tmpfiles --create when shipping tmpfilesMichael Stapelberg2012-10-29
|
* simplifyJoey Hess2012-10-28
|
* dh_installinit: Support systemd. Closes: #690399 Thanks, Michael StapelbergJoey Hess2012-10-28
| | | | | | | (cherry picked from commit 3eda9d1c88f6b9888c6255f2defdac30310af144) Conflicts: debian/changelog
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-28
|
* 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
|
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-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
| |
| * Make it possible to pass perl code to autoscript.Marcin Owsiany2012-09-09
| | | | | | | | | | | | | | The shell-quoted sed code passed as parameter 4 is fragile (see Bug#665296). Make it possible to pass a sub that operates on each line via $_ instead. Also add a basic unit test for Dh_Lib, for now just with tests for autoscript.
* | 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
* | Do not call update-mime and update-mime-database in maint. scripts as they ↵Charles Plessy2012-08-27
| | | | | | | | are triggered.
* | Updated French man page translation. Closes: #685560Joey Hess2012-08-21
| |
* | Update French translationDavid Prévot2012-08-21
| | | | | | | | | | Proofread by Stéphane Blondon <CAOy+up7gN66zvbtxHJ5br7Cq3rxBp_NCORBTMVR7oeJmph7U8Q@mail.gmail.com>.
* | po4a: Update POT and PO files (trivial unfuzzy)David Prévot2012-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
* releasing version 9.20120523Joey Hess2012-05-23
|
* Set Multi-Arch: foreign. Closes: #674193Joey Hess2012-05-23
|
* Spanish translation update. Closes: #673629 Thanks, Omar CampagneJoey Hess2012-05-20
|
* debhelper: Fix minor source comment typos.Simon Ruderich2012-05-19
|
* releasing version 9.20120518Joey Hess2012-05-18
|
* dh_link: Doc improvement. Closes: #672988Joey Hess2012-05-15
|
* Fix versioned dependency on dpkg for xz options. Closes: #672895Joey Hess2012-05-14
|
* document parallel buildsJoey Hess2012-05-13
|
* releasing version 9.20120513Joey Hess2012-05-13
|