Author: marcon-guest Date: 2012-05-21 12:20:06 +0000 (Mon, 21 May 2012) New Revision: 13598
Added: packages/trunk/pathological/debian/pathological.doc-base packages/trunk/pathological/debian/pathological.install packages/trunk/pathological/debian/source/ packages/trunk/pathological/debian/source/format Modified: packages/trunk/pathological/debian/changelog packages/trunk/pathological/debian/compat packages/trunk/pathological/debian/control packages/trunk/pathological/debian/copyright packages/trunk/pathological/debian/pathological.desktop packages/trunk/pathological/debian/rules Log: Switch to dh tiny rules format Fix lintian warnings Modified: packages/trunk/pathological/debian/changelog =================================================================== --- packages/trunk/pathological/debian/changelog 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/changelog 2012-05-21 12:20:06 UTC (rev 13598) @@ -1,3 +1,16 @@ +pathological (1.1.3-11) UNRELEASED; urgency=low + + * Team upload. + * Remove GenericName field from desktop file (Closes: #641824) + * Switch to 3.0 (quilt) source format and drop quilt dependency + * debian/copyright: fix license path + * Bump debhelper compat version + * Switch to dh rules.tiny + * Add doc-base registration for html docs + * Bump standards version to 3.9.3 (no changes needed) + + -- Evgeniy Dolgikh <[email protected]> Sun, 06 May 2012 16:07:16 +0300 + pathological (1.1.3-10) unstable; urgency=low [ Barry deFreese ] Modified: packages/trunk/pathological/debian/compat =================================================================== --- packages/trunk/pathological/debian/compat 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/compat 2012-05-21 12:20:06 UTC (rev 13598) @@ -1 +1 @@ -5 +9 Modified: packages/trunk/pathological/debian/control =================================================================== --- packages/trunk/pathological/debian/control 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/control 2012-05-21 12:20:06 UTC (rev 13598) @@ -3,9 +3,9 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Alexander Reichle-Schmehl <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>> 5.0.0), quilt +Build-Depends: debhelper (>= 9) Build-Depends-Indep: netpbm -Standards-Version: 3.8.1 +Standards-Version: 3.9.3 Homepage: http://pathological.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pathological/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pathological/?op=log Modified: packages/trunk/pathological/debian/copyright =================================================================== --- packages/trunk/pathological/debian/copyright 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/copyright 2012-05-21 12:20:06 UTC (rev 13598) @@ -23,4 +23,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. Modified: packages/trunk/pathological/debian/pathological.desktop =================================================================== --- packages/trunk/pathological/debian/pathological.desktop 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/pathological.desktop 2012-05-21 12:20:06 UTC (rev 13598) @@ -1,7 +1,6 @@ [Desktop Entry] Type=Application Name=Pathological -GenericName=pathological Icon=pathological Comment=Solve puzzles involving paths and marbles Exec=pathological Added: packages/trunk/pathological/debian/pathological.doc-base =================================================================== --- packages/trunk/pathological/debian/pathological.doc-base (rev 0) +++ packages/trunk/pathological/debian/pathological.doc-base 2012-05-21 12:20:06 UTC (rev 13598) @@ -0,0 +1,8 @@ +Document: pathological +Title: How to Play Pathological +Abstract: This document explains how to play Pathological puzzle game. +Section: Games/Puzzles + +Format: HTML +Index: /usr/share/doc/pathological/html/index.html +Files: /usr/share/doc/pathological/html/index.html Added: packages/trunk/pathological/debian/pathological.install =================================================================== --- packages/trunk/pathological/debian/pathological.install (rev 0) +++ packages/trunk/pathological/debian/pathological.install 2012-05-21 12:20:06 UTC (rev 13598) @@ -0,0 +1 @@ +debian/pathological.desktop usr/share/applications Modified: packages/trunk/pathological/debian/rules =================================================================== --- packages/trunk/pathological/debian/rules 2012-05-20 12:07:34 UTC (rev 13597) +++ packages/trunk/pathological/debian/rules 2012-05-21 12:20:06 UTC (rev 13598) @@ -1,74 +1,10 @@ #!/usr/bin/make -f -# Based off the dh_make template for multiple binary packages. -# Also based off John-Paul Gignac's original Pathological package for woody -export DH_OPTIONS +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -CFLAGS = -Wall -g +%: + dh $@ -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 - - touch configure-stamp - -build: configure-stamp - $(MAKE) docs - -clean: - dh_testdir - dh_testroot - - [ ! -f configure-stamp ] || [ ! -f Makefile ] || $(MAKE) clean - - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 - - rm -f configure-stamp - rm -rf .pc - rm -rf .version - - dh_clean - -install: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - +override_dh_auto_install: $(MAKE) install-indep DESTDIR=$(CURDIR)/debian/pathological - install -D -m 644 debian/pathological.desktop $(CURDIR)/debian/pathological//usr/share/applications/pathological.desktop - - dh_install - -# Build architecture independant packages using the common target. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs changelog - dh_installdocs - dh_installexamples - dh_installmenu - dh_installman - dh_shlibdeps - dh_link - dh_strip - dh_compress - #dh_fixperms -Xwrite-highscores - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure Added: packages/trunk/pathological/debian/source/format =================================================================== --- packages/trunk/pathological/debian/source/format (rev 0) +++ packages/trunk/pathological/debian/source/format 2012-05-21 12:20:06 UTC (rev 13598) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

