Codebase list kmscube / debian/0.0.0_git20170508-1
Initial packaging Guido Günther 6 years ago
8 changed file(s) with 118 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 This package is maintained with git-buildpackage(1). It follows DEP-14
1 for branch naming (e.g. using debian/sid for the current version
2 in Debian unstable).
3
4 It uses pristine-tar(1) to store enough information in git to generate
5 bit identical tarballs when building the package without having
6 downloaded an upstream tarball first.
7
8 When working with patches it is recommended to use "gbp pq import" to
9 import the patches, modify the source and then use "gbp pq export
10 --commit" to commit the modifications.
11
12 The changelog is generated using "gbp dch" so if you submit any
13 changes don't bother to add changelog entries but rather provide
14 a nice git commit message that can then end up in the changelog.
15
16 It is recommended to build the package with pbuilder using:
17
18 gbp buildpackage --git-pbuilder
19
20 For information on how to set up a pbuilder environment see the
21 git-pbuilder(1) manpage. In short:
22
23 DIST=sid git-pbuilder create
24 gbp clone <project-url>
25 cd <project>
26 gbp buildpackage --git-pbuilder
27
28 -- Guido Günther <agx@sigxcpu.org>, Wed, 2 Dec 2015 18:51:15 +0100
0 kmscube (0.0.0~git20170508-1) unstable; urgency=medium
1
2 * Initial release (Closes: #886648)
3
4 -- Guido Günther <agx@sigxcpu.org> Mon, 08 Jan 2018 11:49:45 +0100
0 Source: kmscube
1 Section: graphics
2 Priority: optional
3 Maintainer: Guido Günther <agx@sigxcpu.org>
4 Build-Depends: debhelper (>= 10),
5 libdrm-dev,
6 libgbm-dev,
7 libgles2-mesa-dev,
8 pkg-config,
9 Standards-Version: 4.1.3
10 Homepage: https://cgit.freedesktop.org/mesa/kmscube/
11
12 Package: kmscube
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: Example KMS/GBM/EGL application
16 kmscube is an example application that displays a rotating cube to
17 demonstrate the usage of KMS, GBM and EGL. It can be used to
18 test kernel mode setting and Mesas DRM drivers.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: kmscube
2 Source: https://cgit.freedesktop.org/mesa/kmscube/
3
4 Files: *
5 Copyright: 2012, 2017 Rob Clark <rclark@redhat.com>
6 2012 Arvin Schnell <arvin.schnell@gmail.com>
7 2017 Carlos Rafael Giani <dv@pseudoterminal.org>
8 License: Expat
9 Permission is hereby granted, free of charge, to any person obtaining a
10 copy of this software and associated documentation files (the "Software"),
11 to deal in the Software without restriction, including without limitation
12 the rights to use, copy, modify, merge, publish, distribute, sublicense,
13 and/or sell copies of the Software, and to permit persons to whom the
14 Software is furnished to do so, subject to the following conditions:
15 .
16 The above copyright notice and this permission notice (including the next
17 paragraph) shall be included in all copies or substantial portions of the
18 Software.
19 .
20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
23 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26 SOFTWARE.
27
28 Files: debian/*
29 Copyright: 2018 Guido Günther <agx@sigxcpu.org>
30 License: GPL-2+
31 This package is free software; you can redistribute it and/or modify
32 it under the terms of the GNU General Public License as published by
33 the Free Software Foundation; either version 2 of the License, or
34 (at your option) any later version.
35 .
36 This package is distributed in the hope that it will be useful,
37 but WITHOUT ANY WARRANTY; without even the implied warranty of
38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 GNU General Public License for more details.
40 .
41 You should have received a copy of the GNU General Public License
42 along with this program. If not, see <https://www.gnu.org/licenses/>
43 .
44 On Debian systems, the complete text of the GNU General
45 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
46
0 [DEFAULT]
1 upstream-branch=upstream/latest
2 debian-branch=debian/sid
3
4 [pq]
5 patch-numbers = False
6
7 [dch]
8 id-length = 7
0 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
3
4 %:
5 dh $@
6
0 3.0 (quilt)