Codebase list gosu / 2e47ac2
Update packaging to follow team structure (and add ITP) Tianon Gravi 8 years ago
7 changed file(s) with 6 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 *.debhelper.log
11 *.substvars
22 gosu/
3 golang-gosu-dev/
43 files
+0
-4
debian/README.Source less more
0 This package was debianized as part of the Docker in Debian work. It's been
1 packaged in line with the policy that paultag set, so any questions or concerns
2 about this (or other packages like it) can be sent to him. If there's an issue,
3 of course, please feel free to fix the packaging.
00 gosu (1.4-1) UNRELEASED; urgency=low
11
2 * Initial release.
2 * Initial release (Closes: #796477).
33
44 -- Tianon Gravi <tianon@debian.org> Mon, 20 Apr 2015 10:16:10 -0600
00 Source: gosu
11 Section: admin
22 Priority: extra
3 Maintainer: Tianon Gravi <tianon@debian.org>
4 Uploaders: Docker Packaging Team <docker-maint@lists.alioth.debian.org>
3 Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Tianon Gravi <tianon@debian.org>
55 Build-Depends: debhelper (>= 9),
66 dh-golang,
77 golang-docker-dev (>= 1.5.0~),
1010 Homepage: https://github.com/tianon/gosu
1111 Vcs-Git: git://anonscm.debian.org/pkg-go/packages/gosu.git
1212 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/gosu.git
13 XS-Go-Import-Path: github.com/tianon/gosu
1314
1415 Package: gosu
1516 Architecture: linux-any
88 Files: debian/*
99 Copyright: 2015 Tianon Gravi <tianon@debian.org>
1010 License: GPL-3+
11 Comment: Debian packaging is licensed under the same terms as upstream
1112
1213 License: GPL-3+
1314 This package is free software; you can redistribute it and/or modify
00 [DEFAULT]
1 cleaner = fakeroot debian/rules clean
2 pristine-tar = False
1 pristine-tar = True
32
43 [git-buildpackage]
54 export-dir = ../build-area/
65 tarball-dir = ../tarballs/
7
8 [git-dch]
9 id-length = 7
10 meta = True
11 auto = True
12 full = True
00 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 # Uncomment this to turn on verbose mode.
4 #export DH_VERBOSE=1
5 export DH_GOPKG := github.com/tianon/gosu
6 #export DH_GOLANG_INSTALL_ALL := 1
71
82 override_dh_auto_install:
93 dh_auto_install