Codebase list golang-gosqlite-dev / HEAD
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request go-team/packages/golang-gosqlite!1 Jelmer Vernooij 3 years ago
5 changed file(s) with 11 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
66 [ Alexandre Viau ]
77 * Point Vcs-* urls to salsa.debian.org.
88
9 [ Debian Janitor ]
10 * Trim trailing whitespace.
11 * Use secure copyright file specification URI.
12 * Bump debhelper from deprecated 9 to 12.
13 * Set debhelper-compat version in Build-Depends.
14 * Change priority extra to priority optional.
15
916 -- Paul Tagliamonte <paultag@debian.org> Wed, 29 Jun 2016 20:43:11 -0400
1017
1118 golang-gosqlite-dev (0.0~hg20130601-1) unstable; urgency=low
+0
-1
debian/compat less more
0 9
00 Source: golang-gosqlite-dev
11 Section: devel
2 Priority: extra
2 Priority: optional
33 Maintainer: Jonathan Dray <jonathan.dray@gmail.com>
4 Build-Depends: debhelper (>= 9)
4 Build-Depends: debhelper-compat (= 12)
55 Standards-Version: 3.9.4
66 Homepage: https://code.google.com/p/gosqlite/
77 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gosqlite.git
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gosqlite
22 Source: https://code.google.com/p/gosqlite/
33
1616 find . -path ./debian -prune -o -type f -name "*.go" -exec tar cf - {} + | (cd "${TMPGOPATH}/src/${GOPKG}" && tar xvf -)
1717
1818 %:
19 dh $@
19 dh $@