summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* 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
|
* r586: * dh_python: allow for a + at the end of the python version, as in thejoey2003-05-20
| | | | python in stable, version 2.1.3+.
* r580: * Fixed dh_installcatalog's references to itself on man page.joey2003-03-24
| | | | | | Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates
* r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass ↵joey2002-11-24
| | | | | | extra params to dpkg-deb. Closes: #170330
* r560: * typo in dh_shlibdeps(1), Closes: #167421joey2002-11-11
| | | | * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
* r556: * Depend on po-debconf, and I hope I can drop the debconf-utils dep ↵joey2002-10-07
| | | | | | | | | | soon. Closes: #163569 * Removed debconf-utils build-dep. Have no idea why that was there. * dh_installman: Don't use extended section as section name for translated man pages, use only the numeric section as is done for regular man pages. Closes: #163534
* r550: * Depend on coreutils | fileutils. Closes: #161452joey2002-09-19
|
* r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151joey2002-09-09
|
* r531: * Fixed debconf-utils dependency.joey2002-06-16
|
* r530: updates...joey2002-06-14
|
* r529: * dh_compress: always compress .pcf files injoey2002-06-02
| | | | /usr/X11R6/lib/X11/fonts/{100dpi,75dpi,misc}, as is required by policy.
* r522: * Set DH_ALWAYS_EXCLUDE=CVS and debhelper will exclude CVS directoriesjoey2002-05-19
| | | | | | | | | | | from processing by any command that takes a -X option, and dh_builddeb will also go in and rm -rf any that still sneak into the build tree. * dh_install: A patch from Eric Dorland <eric@debian.org> adds support for --sourcedir, which allows debian/package.files files to be moved over to debian/package.install, and just work. Closes: #146847 * dh_movefiles: don't do file tests in no-act mode. Closes: #144573 * dh_installdebconf: pass --drop-old-templates to debconf-mergetemplate. Means debhelper has to depend on debconf-utils 1.1.1.
* r516: * Typo, Closes: #139176joey2002-04-07
| | | | * Fixed dh_md5sums conffile excluding/including.
* r500: * Added a version to the perl build dep, Closes: #126677joey2001-12-28
|
* r487: * dh_movefiles: Typo, Closes: #106532joey2001-08-23
| | | | | | | | * Use -x to test for existance of init scripts, rather then -e since we'll be running them, Closes: #109692 * dh_clean: remove debian/*.debhelper. No need to name files specifically; any file matching that is a debhelper temp file. Closes: #106514, #85520