File: control

package info (click to toggle)
ratt 0.0~git20160202.0.a14e2ff-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • ctags: 8
  • sloc: makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: ratt
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-pault-go-debian-dev
Standards-Version: 3.9.8
Homepage: https://github.com/debian/ratt
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/ratt.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/ratt.git
XS-Go-Import-Path: github.com/debian/ratt

Package: ratt
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
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.