Codebase list pollen / c32874e
Import Debian changes 4.21-5 pollen (4.21-5) unstable; urgency=medium * debian/control: use dh12 * debian/control: set standard to 4.5.0 * debian/control: add XS-Go-Import-Path: * debian/rules: export $HOME Thorsten Alteholz 4 years ago
4 changed file(s) with 16 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 pollen (4.21-5) unstable; urgency=medium
1
2 * debian/control: use dh12
3 * debian/control: set standard to 4.5.0
4 * debian/control: add XS-Go-Import-Path:
5 * debian/rules: export $HOME
6
7 -- Thorsten Alteholz <debian@alteholz.de> Sat, 28 Mar 2020 19:02:52 +0100
8
09 pollen (4.21-4) unstable; urgency=medium
110
211 * upload source package
+0
-1
debian/compat less more
0 11
11 Section: admin
22 Priority: optional
33 Maintainer: Thorsten Alteholz <debian@alteholz.de>
4 Build-Depends: debhelper (>= 11)
4 Build-Depends: debhelper-compat (= 12)
55 , dh-apparmor
66 , dh-golang
7 , golang-go
8 Standards-Version: 4.3.0
7 , golang-any
8 Standards-Version: 4.5.0
99 Homepage: http://launchpad.net/pollen
1010 Vcs-Browser: https://salsa.debian.org/alteholz/pollen
1111 Vcs-Git: https://salsa.debian.org/alteholz/pollen.git
12 XS-Go-Import-Path: launchpad.net/pollen
13 Testsuite: autopkgtest-pkg-go
1214
1315 Package: pollen
1416 Architecture: any
00 #!/usr/bin/make -f
1
2 export HOME=/tmp
13
24 %:
35 dh $@ --with golang