Author: apo Date: 2016-04-11 20:47:15 +0000 (Mon, 11 Apr 2016) New Revision: 15747
Removed: packages/trunk/adonthell/debian/lintian-overrides Modified: packages/trunk/adonthell/debian/changelog packages/trunk/adonthell/debian/compat packages/trunk/adonthell/debian/control packages/trunk/adonthell/debian/copyright packages/trunk/adonthell/debian/rules Log: Release 0.3.5-10 Modified: packages/trunk/adonthell/debian/changelog =================================================================== --- packages/trunk/adonthell/debian/changelog 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/changelog 2016-04-11 20:47:15 UTC (rev 15747) @@ -1,13 +1,26 @@ -adonthell (0.3.5-10) UNRELEASED; urgency=low +adonthell (0.3.5-10) unstable; urgency=medium + * Team upload. + [ Evgeni Golov ] - * Correct Vcs-* URLs to point to anonscm.debian.org - + * Correct Vcs-* URLs to point to anonscm.debian.org. + [ Moritz Muehlenhoff ] - * Remove myself from uploaders - - -- Evgeni Golov <[email protected]> Mon, 15 Jul 2013 22:21:01 +0200 + * Remove myself from uploaders. + [ Markus Koschany ] + * wrap-and-sort -sa. + * Declare compliance with Debian Policy 3.9.8. + * Use compat level 9 and require debhelper >= 9. + * Vcs-Browser: Use https. + * Fix Lintian warning copyright-refers-to-symlink-license. + * Try to build adonthell on all architectures again. Set architecture field + to any. (Closes: #727144) + * debian/rules: Remove empty directories. + * Remove lintian-overrides file. + + -- Markus Koschany <[email protected]> Mon, 11 Apr 2016 22:36:13 +0200 + adonthell (0.3.5-9) unstable; urgency=low * Remove extra flag from --with python2. (Closes: #710317). Modified: packages/trunk/adonthell/debian/compat =================================================================== --- packages/trunk/adonthell/debian/compat 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/compat 2016-04-11 20:47:15 UTC (rev 15747) @@ -1 +1 @@ -5 +9 Modified: packages/trunk/adonthell/debian/control =================================================================== --- packages/trunk/adonthell/debian/control 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/control 2016-04-11 20:47:15 UTC (rev 15747) @@ -2,19 +2,37 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dpkg-dev (>= 1.16.1~), libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig (>= 1.3), - libfreetype6-dev, libaa1-dev, python-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev -Standards-Version: 3.9.4 +Uploaders: + Barry deFreese <[email protected]> +Build-Depends: + autotools-dev, + debhelper (>= 9), + dpkg-dev (>= 1.16.1~), + libaa1-dev, + libfreetype6-dev, + libsdl-mixer1.2-dev, + libsdl-ttf2.0-dev, + libsdl1.2-dev, + libvorbis-dev, + python-dev, + swig (>= 1.3), + zlib1g-dev +Standards-Version: 3.9.8 Homepage: http://adonthell.nongnu.org/index.shtml Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/adonthell/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/adonthell/ +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/adonthell/ Package: adonthell -Architecture: alpha amd64 avr32 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Recommends: adonthell-data (>= 0.3.3-3), adonthell-data (<< 0.4) -Breaks: adonthell-data (<< 0.3.3-3) +Architecture: any +Depends: + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Recommends: + adonthell-data (<< 0.4), + adonthell-data (>= 0.3.3-3) +Breaks: + adonthell-data (<< 0.3.3-3) Description: 2D graphical roleplaying game A 2D graphical RPG game inspired by good old console RPGs like the ones on the SNES. Modified: packages/trunk/adonthell/debian/copyright =================================================================== --- packages/trunk/adonthell/debian/copyright 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/copyright 2016-04-11 20:47:15 UTC (rev 15747) @@ -32,4 +32,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -The GNU GPL may be viewed on Debian systems in /usr/share/common-licenses/GPL +The GNU GPL may be viewed on Debian systems in /usr/share/common-licenses/GPL-2 Deleted: packages/trunk/adonthell/debian/lintian-overrides =================================================================== --- packages/trunk/adonthell/debian/lintian-overrides 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/lintian-overrides 2016-04-11 20:47:15 UTC (rev 15747) @@ -1 +0,0 @@ -package-contains-empty-directory Modified: packages/trunk/adonthell/debian/rules =================================================================== --- packages/trunk/adonthell/debian/rules 2016-04-11 20:22:15 UTC (rev 15746) +++ packages/trunk/adonthell/debian/rules 2016-04-11 20:47:15 UTC (rev 15747) @@ -55,11 +55,12 @@ override_dh_auto_install: $(MAKE) install DESTDIR="$(CURDIR)/debian/adonthell" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" - #Remove the symlink and change binary name back to adonthell rm -f $(CURDIR)/debian/adonthell/usr/games/adonthell mv $(CURDIR)/debian/adonthell/usr/games/adonthell-0.3 \ $(CURDIR)/debian/adonthell/usr/games/adonthell + # Remove empty directories + find . -type d -empty -delete override_dh_clean: [ ! -f Makefile ] || $(MAKE) distclean _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

