Codebase list golang-pault-go-blobstore / 6e13e13
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 82%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Changes applied to dpkg configuration: - control source Standards-Version: '4.1.3' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.1.3' to '4.6.0'. - compat deleted value: '11' - control source Build-Depends:0: 'debhelper (>= 11)' -> 'debhelper-compat (= 13)' # applied fix for :Cleared deprecated compat value; Set debhelper dependency version to 13~; changed debhelper dependency to debhelper dependency Debian Janitor 2 years ago
3 changed file(s) with 25 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 golang-pault-go-blobstore (0.0~git20180314.d6d187c-2) UNRELEASED; urgency=medium
11
2 [ Alexandre Viau ]
23 * Point Vcs-* urls to salsa.debian.org.
4
5 [ Debian Janitor ]
6 * Reading package lists... 0%Reading package lists... 0%Reading package
7 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
8 package lists... Done Building dependency tree... 0%Building dependency
9 tree... 0%Building dependency tree... 50%Building dependency tree...
10 50%Building dependency tree... 82%Building dependency tree... Done Reading
11 state information... 0% Reading state information... 0%Reading state
12 information... Done Changes applied to dpkg configuration: - control source
13 Standards-Version: '4.1.3' -> '4.6.0' # applied fix for :Current standards
14 version is '4.6.0'. Please read
15 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
16 changes that may be needed on your package to upgrade it from standard
17 version '4.1.3' to '4.6.0'. - compat deleted value: '11' - control source
18 Build-Depends:0: 'debhelper (>= 11)' -> 'debhelper-compat (= 13)' # applied
19 fix for :Cleared deprecated compat value; Set debhelper dependency version
20 to 13~; changed debhelper dependency to debhelper dependency
321
422 -- Alexandre Viau <aviau@debian.org> Mon, 02 Apr 2018 22:34:01 -0400
523
+0
-1
debian/compat less more
0 11
00 Source: golang-pault-go-blobstore
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Michael Stapelberg <stapelberg@debian.org>
5 Build-Depends: debhelper (>= 11),
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
6 Build-Depends: debhelper-compat (= 13),
67 dh-golang,
78 golang-any
8 Standards-Version: 4.1.3
9 Homepage: https://github.com/paultag/go-blobstore
9 Standards-Version: 4.6.0
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pault-go-blobstore
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pault-go-blobstore.git
12 Homepage: https://github.com/paultag/go-blobstore
1213 XS-Go-Import-Path: pault.ag/go/blobstore
13 Testsuite: autopkgtest-pkg-go
1414
1515 Package: golang-pault-go-blobstore-dev
1616 Architecture: all
17 Multi-Arch: foreign
1718 Depends: ${misc:Depends}
18 Multi-Arch: foreign
1919 Description: de-duplicating storage abstraction
2020 pault.ag/go/blobstore is a de-duplicating storage abstraction, useful for
2121 example for building Debian repositories with pault.ag/go/archive.