Codebase list cytadela / 7e4cc1b
Stop using dh_installdocs --link-doc + tidy packaging Sylvain Beucler 7 years ago
7 changed file(s) with 25 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
2020 # - git-buildpackage --git-ignore-new ...
2121 git commit -am "New upstream release - v$VERSION"
2222 KEYID=...
23 git-buildpackage \
23 gbp buildpackage \
2424 --git-builder="pdebuild --buildresult ../ --auto-debsign --debsign-k $KEYID" \
2525 --git-tag --git-keyid=$KEYID
2626 git push origin master pristine-tar upstream
2828
2929 # http://mentors.debian.net/cgi-bin/maintainer-intro
3030 debrelease --dput mentors
31
32 -- Sylvain Beucler <beuc@debian.org>, Sun, 9 Apr 2017 17:59:24 +0200
0 cytadela (1.1.0-3) unstable; urgency=medium
1
2 * Drop --link-doc from dh_installdocs as it breaks binNMU (Closes: #859349)
3 * Install docs into cytadela package instead of cytadela-data
4 * Depends on vlc-plugin-base instead of transitional vlc-nox (Closes: #845583)
5 * Fix typo in description
6 * Bump Standards-Version to 3.9.8 (no changes)
7
8 -- Sylvain Beucler <beuc@debian.org> Sun, 09 Apr 2017 18:01:16 +0200
9
010 cytadela (1.1.0-2) unstable; urgency=medium
111
212 * Re-upload to experimental (closes: #639765)
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
44 Uploaders: Sylvain Beucler <beuc@debian.org>
55 Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-mixer1.2-dev, mesa-common-dev, libglu1-mesa-dev, libvlc-dev (>= 2.0)
6 Standards-Version: 3.9.5
6 Standards-Version: 3.9.8
77 Homepage: http://cytadela.sf.net/
88 Vcs-Git: git://anonscm.debian.org/pkg-games/cytadela.git
99 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/cytadela.git
1010
1111 Package: cytadela
1212 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-nox
13 Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-plugin-base
1414 Description: old-school first person shooter game
1515 Cytadela is a single player game in which the player fights against
1616 computer-controlled (AI) enemies. The goal of the game is to find six
1818 .
1919 To achieve it, the player not only has to defend himself against the
2020 enemies, but (s)he also has to solve many riddles, such as switching
21 apropriate buttons in order to open some door, move some walls, etc.
21 appropriate buttons in order to open some door, move some walls, etc.
2222 .
2323 It's a conversion of a first person shooter Amiga game originally
2424 released in mid 1990's, first in Poland and then in other countries.
+0
-4
debian/cytadela-data.docs less more
0 NEWS
1 README
2 AUTHORS
3 data/doc/*
0 NEWS
1 README
2 AUTHORS
3 data/doc/*
0 symlink_to_dir /usr/share/doc/cytadela cytadela-data 1.1.0-3~~
1 symlink_to_dir /usr/share/doc/cytadela-dbg cytadela-data 1.1.0-3~~
3131 dh_install -Xcytadela/doc/
3232
3333 override_dh_installdocs:
34 # Group all documentation in the -data arch-indep package
35 dh_installdocs --link-doc=cytadela-data
36 # dh_listpackages uses DH_INTERNAL_OPTIONS that is set to '-a'/'-i'/''
37 ifneq (,$(findstring cytadela-data, $(shell dh_listpackages)))
34 dh_installdocs
3835 # lintian extra-license-file
39 rm debian/cytadela-data/usr/share/doc/cytadela-data/COPYING
40 rm debian/cytadela-data/usr/share/doc/cytadela-data/GNUFDL
41 endif
36 rm debian/cytadela/usr/share/doc/cytadela/COPYING
37 rm debian/cytadela/usr/share/doc/cytadela/GNUFDL