summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Merge commit '4402e553df5279c2f65aee8623aca504988cc508'Joey Hess2014-10-10
|\
| * use libdpkg-perl to parse and evaluate build profilesjosch2014-10-10
| |
* | bump standards versiondebian/9.20141003Joey Hess2014-10-03
| |
* | urlsJoey Hess2014-08-29
|/
* prep releasedebian/9.20131227Joey Hess2013-12-27
|
* dh_shlibdeps: Use new dpkg-shlibdeps -l option instead of LD_LIBRARY_PATHGuillem Jover2013-12-27
| | | | | | | | | | | | Using LD_LIBRARY_PATH to pass additional private package library directories is problematic when cross-compiling, as the host and build directories get mixed in the run-time environment variable used by the dynamic linker. Depend on dpkg-dev (>= 1.17.0), the version that introduced dpkg-shlibdeps -l option. Closes: #717505
* team list being createdJoey Hess2013-11-03
|
* releasing version 9.20130624Joey Hess2013-06-24
|
* dh_installchangelogs: No longer automatically converts html changelogs. A ↵Joey Hess2013-05-25
| | | | plain text version can be provided as a second parameter, or it will generate a file with a pointer to the html changelog if not. html2text's reign of terror has ended. Closes: #562874
* Set Multi-Arch: foreign. Closes: #674193Joey Hess2012-05-23
|
* Fix versioned dependency on dpkg for xz options. Closes: #672895Joey Hess2012-05-14
|
* dh_builddeb: Build udebs with xz compression, level 1, extreme strategy.Joey Hess2012-05-13
| | | | | | | | * dh_builddeb: Build udebs with xz compression, level 1, extreme strategy. This has been chosen to not need any more memory or cpu when uncompressing, while yeilding the best compressions for udebs. Thanks, Philipp Kern. * Depend on a new enough dpkg for above features. Backporters will need to revert these changes.
* Conflict with too old automake for AM_UPDATE_INFO_DIR=no. Closes: #666901Joey Hess2012-04-02
|
* releasing version 9.20120312Joey Hess2012-03-13
|
* 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.