Codebase list ember / 4f7379c
Import Debian changes 0.7.2+dfsg-2 ember (0.7.2+dfsg-2) unstable; urgency=medium * Update d/control - New uploader email and URLs - Debhelper to 11 - Standards to 4.2.1 (no changes) * Update d/copyright - Refresh URLs and Debian info - Document reason for DFSG original source * Update d/compat to 11: - Update d/rules: add dh_missing, remove parallel, remove with autoreconf - Update d/control: remove dh-autoreconf build-depends * Add d/upstream/metadata: for DEP 12 compliance Olek Wojnar authored 5 years ago Markus Koschany committed 4 years ago
7 changed file(s) with 39 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
+0
-1
.gitignore less more
0 .pc
0 ember (0.7.2+dfsg-2) unstable; urgency=medium
1
2 * Update d/control
3 - New uploader email and URLs
4 - Debhelper to 11
5 - Standards to 4.2.1 (no changes)
6 * Update d/copyright
7 - Refresh URLs and Debian info
8 - Document reason for DFSG original source
9 * Update d/compat to 11:
10 - Update d/rules: add dh_missing, remove parallel, remove with autoreconf
11 - Update d/control: remove dh-autoreconf build-depends
12 * Add d/upstream/metadata: for DEP 12 compliance
13
14 -- Olek Wojnar <olekw.dev@gmail.com> Sat, 13 Oct 2018 04:22:37 -0400
15
016 ember (0.7.2+dfsg-1) unstable; urgency=medium
117
218 [ Stephen M. Webb ]
11 Section: games
22 Priority: optional
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
4 Uploaders: Olek Wojnar <olek-dev@wojnar.org>
5 Build-Depends: debhelper (>= 9),
6 dh-autoreconf,
4 Uploaders: Olek Wojnar <olekw.dev@gmail.com>
5 Build-Depends: debhelper (>= 11),
76 libalut-dev,
87 libatlas-cpp-0.6-dev (>= 0.6.3),
98 libboost-dev,
2625 libwfmath-1.0-dev,
2726 libwfut-0.2-dev (>= 0.2.2),
2827 pkg-config
29 Standards-Version: 3.9.8
30 Homepage: http://www.worldforge.org/
31 Vcs-Git: https://anonscm.debian.org/git/pkg-games/ember.git
32 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/ember.git
28 Standards-Version: 4.2.1
29 Homepage: https://www.worldforge.org/
30 Vcs-Git: https://salsa.debian.org/games-team/ember.git
31 Vcs-Browser: https://salsa.debian.org/games-team/ember
3332
3433 Package: ember
3534 Architecture: any
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 Source: https://github.com/worldforge/ember
2 Comment: There was a lack of complete clarity regarding whether a comment
3 appearing in the
4 src/components/ogre/environment/pagedgeometry/include/MersenneTwister.h
5 file constituted distribution license restrictions or not. Replacing the
6 file entirely eliminates the ambiguity.
27
38 Files: *
49 Copyright: 2001-2013 Adam Gregory <Adammgregory@yahoo.com>
2126 Files: debian/*
2227 Copyright: 2009 Michael Koch <konqueror@gmx.de>
2328 2012 Stephen M. Webb <stephen.webb@bregmasoft.ca>
24 2016 Olek Wojnar <olek-dev@wojnar.org>
29 2016-2018 Olek Wojnar <olekw.dev@gmail.com>
2530 License: GPL-3+
2631
2732 Files: src/framework/tinyxml/*
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
33
44 %:
5 dh $@ --parallel --with autoreconf
5 dh $@
66
77 override_dh_auto_configure:
88 dh_auto_configure -- --enable-cppunit=no
1414 dh_auto_build
1515
1616 override_dh_install:
17 find . -name COPYING -delete
18 dh_install --fail-missing -X.la -X.a -XCOPYING
17 dh_install -X.la -X.a -XCOPYING
18
19 override_dh_missing:
20 dh_missing --fail-missing
0 Contact: general@worldforge.org
1 Homepage: https://www.worldforge.org/
2 Repository: https://github.com/worldforge/ember.git
3 Repository-Browse: https://github.com/worldforge/ember