Source: ratt
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
           Aquila Macedo Costa <aquilamacedo@riseup.net>,
           Otto Kekäläinen <otto@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-pault-go-archive-dev,
               golang-pault-go-debian-dev,
               python3-docutils <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/debian/ratt
Vcs-Browser: https://salsa.debian.org/go-team/packages/ratt
Vcs-Git: https://salsa.debian.org/go-team/packages/ratt.git
XS-Go-Import-Path: github.com/debian/ratt
Testsuite: autopkgtest-pkg-go

Package: ratt
Architecture: any
Built-Using:
 ${misc:Built-Using},
Static-Built-Using:
 ${misc:Static-Built-Using},
Depends:
 sbuild,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 devscripts,
 dose-extra,
Description: Rebuild All The Things!
 ratt (“Rebuild All The Things!”) operates on a Debian .changes file of a
 just-built package, identifies all reverse-build-dependencies and rebuilds
 them with the .debs from the .changes file.
 .
 The intended use-case is, for example, to package a new snapshot of
 a Go library and verify that the new version does not break any other
 Go libraries/binaries.
