summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* Remove old dh overrideGabriel F. T. Gomes2020-05-161-7/+0
| | | | Binaries are identical before and after this change.
* Always re-generate the manpage for dh_bash-completionGabriel F. T. Gomes2018-02-051-3/+4
| | | | | | | | | | | | | | | | | The manpage for dh_bash-completion is currently not re-generated during builds, because it is not listed as a dependency of any debian/rules target. Packaging only works because the output file is present in the repository. This patch removes the output file from the repository and adds it as a dependency of the dh_install target, so that the manpage gets re-generated during builds. This patch also replaces the manual parsing of the upstream version with the DEB_VERSION_UPSTREAM from /usr/share/dpkg/pkg-info.mk. Thanks to Juhani Numminen for suggesting this change [1]. [1] https://bugs.debian.org/877450#81
* Remove --with autoreconf from default ruleGabriel F. T. Gomes2018-02-041-2/+1
| | | | | | | Since debhelper 10, autoreconf is enabled by default. Thanks to Juhani Numminen for suggesting this change. [1] https://bugs.debian.org/877450#81
* Incorporate NMU (bash-completion 1:2.1-4.3)Gabriel F. T. Gomes2017-10-231-1/+1
| | | | | | | | | | | During the adoption of bash-completion, the changes from NMUs were missed. This patch incorporates the third of them (version 2.1-4.3). This change was suggested by Andreas Henriksson [1]. The bug report [2] associated with this NMU is bug 820247. [1] https://bugs.debian.org/877450#12 [2] https://bugs.debian.org/820247
* Incorporate NMU (bash-completion 1:2.1-4.1)Gabriel F. T. Gomes2017-10-231-1/+1
| | | | | | | | | | | During the adoption of bash-completion, the changes from NMUs were missed. This patch incorporates the first of them (version 2.1-4.1). This change was suggested by Andreas Henriksson [1]. The diff was retrieved from the bug report which resulted in the NMU [2]. [1] https://bugs.debian.org/877450#12 [2] https://bugs.debian.org/755986#20
* Remove references to /etc/bash_completion.dGabriel F. T. Gomes2017-10-231-3/+0
| | | | | | make install used to check for installed files under /etc/bash_completion.d, but this is no longer necessary, since that directory is deprecated (nothing else is installed in it).
* Drop completions included in btsGabriel F. T. Gomes2017-10-011-1/+1
| | | | | | Package bts provides its own completion file, which conflicts with the completion file provided by bash-completion. This patch drops the version provided by bash-completion.
* Drop completions included in adbGabriel F. T. Gomes2017-10-011-1/+1
| | | | | | Package adb provides its own completion file, which conflicts with the completion file provided by bash-completion. This patch drops the version provided by bash-completion.
* Dropped completions included in util-linux (Closes: #737672)David Paleino2014-03-191-1/+2
|
* Don't install nmcli completion (Closes: #728742).David Paleino2013-11-051-0/+3
|
* Drop unneeded hacksDavid Paleino2011-04-251-23/+0
|
* Reorganize layout inside debian/extra/David Paleino2011-04-101-2/+2
|
* Fix compdict generationDavid Paleino2011-04-101-1/+1
|
* Change syntax of "compdict" fileDavid Paleino2011-04-101-0/+2
|
* Implement triggers: activate completions when something is installed in ↵David Paleino2011-04-061-0/+21
| | | | $PATH (drawback: paths are hardcoded in debian/triggers)
* Use autoreconf in debian/rulesDavid Paleino2011-04-061-1/+2
|
* debian/rules: reflect new source layoutDavid Paleino2011-02-061-1/+1
|
* Install upstream CHANGES fileDavid Paleino2011-02-061-1/+1
|
* Revert "debian/rules: don't ship cryptsetup completion, will decide later ↵David Paleino2010-06-181-1/+1
| | | | | | who should ship it (Closes: #586161)" This reverts commit 87406e21cc6b90584803868a471b9e1b8073053a.
* debian/rules: don't ship cryptsetup completion, will decide later who should ↵David Paleino2010-06-181-1/+1
| | | | ship it (Closes: #586161)
* Support the testsuite, but it fails, so don't run it (yet) :/David Paleino2010-06-161-0/+10
|
* debin/rules made minimalDavid Paleino2010-06-161-21/+3
|
* debian/source/format: using 3.0 (quilt)David Paleino2010-06-161-2/+2
|
* debian/control, debian/rules: added quilt infrastructureDavid Paleino2009-10-161-2/+2
|
* debian/rules: rewritten using dh7David Paleino2009-10-101-29/+18
|
* debian/rules: passing debian/CHANGES to dh_installchangelogs, it's missing ↵David Paleino2009-10-101-1/+1
| | | | from upstream tarball :(
* Added quilt supportDavid Paleino2009-05-301-2/+4
|
* Remove mtx completion from bash_completion.d/ (Closes: #522545)David Paleino2009-04-041-0/+5
|
* debian/rules: install upstream CHANGES and AUTHORS tooDavid Paleino2009-04-031-2/+2
|
* Add debian/David Paleino2009-04-031-0/+50