summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* control file: Fix a typo in the git-debrebase descriptionIan Jackson2018-06-20
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* git-debrebase: Split into its own packageIan Jackson2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | * Provide and use Debian::Dgit::GDR which does the same for @INC as Debian::Dgit:Infra, only for GDR. It's not *entirely* similar as its doc comment talks about ExitStatus too. * In Makefile, split off lots of GDR_* variables and the two targets install-gdr and installdirs-gdr We take no care that only the required manpages are built for each install target; instead, they all go in MANPAGES and `all'. * Add a control file stanza. git-debrebase takes over the dependenc on libfile-fnmatch-perl. We Recommend dgit and gbp. (Even though if you're working with neither the Debian archive nor `3.0 (quilt)', you need neither.) * In rules, add specpkg_install_gdr, to run the Makefile machinery. * In the test dependencies, GDR now means to ask for git-debrebase and also git-buildpackage (for make-patches). libfile-fnmatch-perl is handled via the dependencies of git-debrebase.deb. * Add a .gitignore for the staging area in debian/ Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian/control, git-debrebase: "use fnmatch;"Ian Jackson2018-06-16
| | | | | | We are going to want this for globbing in the ffq configuration. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian/control: Remove dependency alternative on realpathIan Jackson2018-01-06
| | | | | | That package last existed in Debian wheezy. Closes:#877552. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Packaging: Remove redundant Recommends on libtext-iconv-perl.Ian Jackson2017-01-12
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* dgit: aptget archive access methodIan Jackson2016-11-06
| | | | | | | Uses Sources. This is not very efficient and should be avoided for large apt repositories. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* dgit: config: Allow dgit-suite.PATTERN.distroIan Jackson2016-11-06
| | | | | | This is going to be useful for *-security. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian/control: Add missing dependency on Text/Iconv.pmIan Jackson2016-10-15
| | | | | | | This was broken by 66a602dbe193 "dgit: When generating patch filenames from titles, first transliterate them (lossily) to ascii." Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian/control: Add missing dependencies to dgit-infrastructureIan Jackson2016-10-15
| | | | | | | | Now it doesn't Depend: dgit, it needs its own copies of these two. I have done git grep '^use' and it seems that these are the only ones that are needed. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* debian/control: Add missing dependency on List::MoreUtilsIan Jackson2016-10-15
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Infra: dgit-infrastructure has, and uses, its own copies of the perl modulesIan Jackson2016-10-15
| | | | | | | | This avoids introducing a versioned dependency between dgit and dgit-infrastructure (and also makes it easier to test cross-version compatibility). Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* dgit: When generating patch filenames from titles, first transliterate them ↵Ian Jackson2016-10-11
| | | | | | (lossily) to ascii. Closes:#834807. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* New import: Add dependency on git-buildpackageIan Jackson2016-10-08
| | | | | | Now we may run gbp pq import even if user is not using gbp. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Fix Vcs-Git and Vcs-Browse to refer to chiark.Ian Jackson2015-07-19
| | | | | | The dgit-repos on alioth aren't suitable right now because the master there can currently only be updated with an actual upload, ie dgit push.
* Change realpath dependency to `coreutils (>= 8.23-1~) | realpath' ↵Ian Jackson2015-07-04
| | | | (Closes:#786955.)
* TLS keys: Use ca-certificates on end user machines, introducing bug #790093 :-(Ian Jackson2015-06-28
|
* Infra: get-dm-txt: Use curlIan Jackson2015-06-28
|
* Packaging: Strengthen dgit-infrastructure dependenciesIan Jackson2015-06-23
| | | | | | In practice these dependencies are going to be needed for almost all deployments. They are also needed for the DEP-8 test suite, and we would prefer not to replicate them in debian/tests/control.
* Packaging: Adding missing dependency from dgit-infrastructure to dgitIan Jackson2015-06-23
|
* Packaging: Add missing dependencies on libjson-perl and *sqlite3*Ian Jackson2015-06-23
|
* Do not offer wget as an alternative dependency to curl. We always ↵Ian Jackson2014-11-25
| | | | unconditionally invoke curl and have no code to use wget. Closes:#760805.
* New dgit-infrastructure binary package containing dgit-repos-server et al. ↵Ian Jackson2014-11-09
| | | | Client users probably don't want this stuff. Also, it provides a convenient way to publish the dependencies.
* Add Testsuite debian/control headerIan Jackson2014-01-18
|
* depend on dputIan Jackson2013-11-24
|
* Depend on curl | wget, as dget needs one of those.Ian Jackson2013-11-24
|
* debian/control: Add Vcs-Git and Vcs-BrowserRichard Hartmann2013-09-01
|
* Reuse already-downloaded .orig files after checking their hashes. Closes: ↵Ian Jackson2013-08-28
| | | | #720526. (This introduces a dependency on the Digest::SHA.)
* Remove scary warning from Description.Ian Jackson2013-08-28
|
* Add missing dependency on realpath.Ian Jackson2013-08-25
|
* suggest sbuildIan Jackson2013-08-22
|
* make it experimentalIan Jackson2013-08-15