summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Remove obsolete versioned dependency on perl-base.Joey Hess2011-08-29
| | | | | | 5.10 is in stable, which is good enough for me. (And this dependency was added for very unclear reasons in the first place.)
* remove build-dep on fileJoey Hess2011-08-29
| | | | | It was only needed so dh_shlibdeps and dh_strip, which are no longer run during build.
* debhelper no longer build-depends on man-db, to ease bootstrapping.Joey Hess2011-08-29
| | | | The man page recode is not necessary as the man pages are utf-8 already.
* releasing version 8.1.5Joey Hess2011-04-27
|
* Depend on dpkg-dev (>= 1.16.0) for multiarch support.Joey Hess2011-03-12
| | | | | | Note to backporters: If you remove that dependency, debhelper will fall back to not doing multiarch stuff in v9 mode, which is probably what you want.
* avoid depending on a dpkg that has DEB_HOST_MULTIARCHJoey Hess2011-03-12
|
* Add support for multiarch.Steve Langasek2011-03-12
| | | | | | | | | | | | | | Open compat level 9, which incompatibly changes dh_auto_configure behavior to set --libdir and --libexecdir to the multiarch directory path. This requires dpkg-dev 1.16.0 (not yet released) for the multiarch directory variable, so bump the dependency to this version. Also set a new substvar, misc:Pre-Depends, to multiarch-support, a virtual package provided by versions of eglibc that support the multiarch library paths at runtime; this needs to be a pre-dependency to ensure unpacked but not-yet-configured libraries can still be found during upgrades, so library packages converting to multiarch (i.e., switching to compat 9) will need to add this substitution by hand to debian/control.
* releasing version 8.1.0Joey Hess2011-02-05
|
* Explicitly build-depend on a new enough perl-base. Closes: #601188Joey Hess2010-11-02
|
* releasing version 8.0.0Joey Hess2010-08-07
|
* releasing version 7.4.15Joey Hess2010-02-18
|
* releasing version 7.3.14Joey Hess2009-08-17
|
* releasing version 7.3.7Joey Hess2009-07-24
|
* Add a versioned dep on perl-base, to get a version that supports ↵Joey Hess2009-07-08
| | | | GetOptionsFromArray. Closes: #536310
* releasing version 7.2.8Joey Hess2009-04-20
|
* Depend on dpkg-dev 1.14.19, the first to support Package-Type fields in ↵Joey Hess2009-02-23
| | | | dpkg-gencontrol.
* Add Vcs-Browser field. Closes: #507804Joey Hess2008-12-04
|
* lintian wingesJoey Hess2008-06-16
|
* Add a build dependency on file. The rules file now runs dh_strip and ↵Joey Hess2008-06-16
| | | | dh_shlibdeps, which both use it. (It could be changed not to, but it's good to have it run all the commands as a test.) Closes: #486439
* jeesus, lintian is piiickyJoey Hess2008-02-27
|
* needs build-dep on man-db tooJoey Hess2008-01-28
|
* recode manual pages to UTF-8Colin Watson2008-01-28
| | | | | | | | | | | | | | | | | | | | | I uploaded man-db 2.5.1-1 to incoming this morning, so I think we can now proceed with the plan we discussed a while back: http://lists.debian.org/debian-i18n/2007/10/msg00063.html I've attached a patch against git HEAD that recodes all manual pages to UTF-8 on installation. I've tested this with debconf and it seems to be doing the right thing. I suspect a small number of packages that have inconsistently-encoded manual pages will fail to build as a result of this, but I believe that these are rather few and I contend that they were buggy anyway (as man would fail to display those pages). The reason for the slightly baroque installation method (install file, man --recode to .new, mv back) is that this allows man to guess the encoding based on the installation directory. Note that the original (non-.UTF-8) installation directories are retained, per the latest discussion in #440420.
* releasing version 6.0.0Joey Hess2008-01-08
|
* * dh_shlibdeps: Change "-L pkg" to cause "-Sdebian/pkg" to be passed toJoey Hess2008-01-04
| | | | | | dpkg-shlibdeps. The old behavior of passing -L to dpkg-shlibdeps didn't affect where it looked for symbols files. Closes: #459224 * Depend on dpkg-dev 1.14.15, the first to support dpkg-shlibdeps -S.
* * dh_makeshlibs: Use new -I flag to specify symbol files, necessary toJoey Hess2007-11-29
| | | | | | properly support includes. Closes: #452717 * Increase dpkg-dev dependency to 1.14.12 to ensure that dh_makeshlibs isn't used with an old dpkg-gensymbols that doesn't support -I.
* add homepage fieldJoey Hess2007-11-06
|
* * Debhelper is now developed in a git repository.Joey Hess2007-10-22
|
* r2037: Vcs- fields are now officialjoeyh2007-10-10
|
* r1955: * Tighten python-support and python-central dependencies of debhelper,joeyh2006-10-27
| | | | | in an IMHO rather futile attempt to deal with derived distributions. Closes: #395495
* r1949: releasing version 5.0.40joeyh2006-10-06
|
* r1947: updatejoeyh2006-10-04
|
* r1945: * Conflict with python-support <= 0.5.2 and python-central <= 0.5.4.joeyh2006-10-01
|
* r1944: forgot thisjoeyh2006-10-01
|
* r1941: * ACK last three NMUs with thanks to Raphael Hertzog for making the ↵joeyh2006-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | best of a difficult situation. * Revert all dh_python changes. Closes: #381389, #378604 * Conflict with python-support << 0.5.3 and python-central << 0.5.5. * Make dh_python do nothing if debian/pycompat is found. The new versions of dh_pysupport or dh_pycentral will take care of everything dh_python used to do in this situation. * dh_python is now deprecated. Closes: #358392, #253582, #189474 * Non-maintainer upload. * Update of dh_python - when buidling for a non-standard Python version, generate more reasonable Depends like "python (>= X.Y) | pythonX.Y" Closes: #375576 - fix handling of private extensions. Closes: #375948 - fix parsing of XS-Python-Version, it didn't work if only fixed versions were listed in XS-Python-Version. - fix use of unitialized value. Closes: #374776 - fix typos in POD documentation. Closes: #375936 * Non-maintainer upload. * Update of dh_python - vastly refactored, easier to understand, and the difference between old policy and new policy is easier to grasp - it supports an -X option which can be used to not scan some files - uses debian/pyversions as reference source of information for dependencies but also parse the XS-Python-Version header as fallback. - ${python:Versions}'s default value is XS-Python-Version's value instead of "all" when the package doesn't depend on a specific python version. Closes: #373853 - always generate ${python:Provides} and leave the responsibility to the maintainer to not use ${python:Provides} if he doesn't want the provides. - uses debian/pycompat or DH_PYCOMPAT as reference field to run in new policy mode. The presence of XS-Python-Version will also trigger the new policy mode (this is for short-term compatibility, it may be removed in the not too-distant future). DH_PYCOMPAT=1 is the default mode and is compatible to the old policy. DH_PYCOMPAT=2 is the new mode and is compatible with the new policy. * Use "grep ^Version:" instead of "grep Version:" on the output of dpkg-parsechangelog since the above changelog entry matched "Version:" and thus made the build fail. * Non-maintainer upload. * Integrate the new dh_python implementing the new Python policy. Closes: #370833
* r1940: add svn fieldjoeyh2006-09-22
|
* r1936: joeyh2006-07-02
| | | | * move po4a to Build-Depends as it's run in clean.
* r1922: * Remove old alternate dependency on fileutils. Closes: #370011joeyh2006-06-03
|
* r1918: releasing version 5.0.35joeyh2006-05-11
|
* r1904: * Update french translation with recents changes in ↵vperrin-guest2006-04-14
| | | | | | | | dh_installxfonts, dh_link and dh_compress manpages * Delete -f option in po4a command line. Bug in po4a has been corrected in new version (0.24.1). * Change build-depends for po4a. New version (0.24.1). * Add code for removing empty "lang" directories into man/ when cleaning.
* r1877: * dh_installdebconf: drop all support for old-style translated debconfjoeyh2006-02-20
| | | | | | templates files via debconf-mergetemplate (keep a warning if any are found, for now). Allows dropping debhelper's dependency on debconf-utils. Closes: #331796
* r1872: * dh_shlibdeps: pass -tudeb to dpkg-shlibdeps for udebs. Closes: #345472joeyh2006-01-28
| | | | * Depends on dpkg-dev 1.13.13 for dh_shlibdeps change.
* r1858: * Improved po4a cleaning. Closes: #348521joeyh2006-01-19
|
* r1822: releasing version 5.0.7joey2005-11-14
|
* r1788: * Patch from Valéry Perrin to use po4a for localised manpages. Thanks!joey2005-09-22
| | | | Closes: #328791
* r1772: releasing version 4.9.4joey2005-07-19
|
* r1763: releasing version 4.9.0joey2005-06-13
|
* r1715: * dpkg-cross is fixed in unstable, version the conflict. Closes: ↵joey2004-08-25
| | | | | | #265777 * Complete Spanish translation of all man pages thanks to Rubén Porras
* r1713: releasing version 4.2.19joey2004-08-14
|
* r1605: * Switch from build-depends-indep to just build-depends.joey2003-09-05
| | | | | * dh_installman: match .so links with whitespace after the filename Closes: #208753
* r596: * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810joey2003-07-18
|