Author: vincentc-guest Date: 2011-07-10 04:19:06 +0000 (Sun, 10 Jul 2011) New Revision: 12512
Added: packages/trunk/monster-masher/debian/ packages/trunk/monster-masher/debian/changelog packages/trunk/monster-masher/debian/compat packages/trunk/monster-masher/debian/control packages/trunk/monster-masher/debian/copyright packages/trunk/monster-masher/debian/docs packages/trunk/monster-masher/debian/install packages/trunk/monster-masher/debian/manpage.sgml packages/trunk/monster-masher/debian/menu packages/trunk/monster-masher/debian/monster-masher.manpages packages/trunk/monster-masher/debian/patches/ packages/trunk/monster-masher/debian/patches/desktop_lintian.patch packages/trunk/monster-masher/debian/patches/series packages/trunk/monster-masher/debian/rules packages/trunk/monster-masher/debian/source/ packages/trunk/monster-masher/debian/source/format packages/trunk/monster-masher/debian/watch Log: [svn-inject] Applying Debian modifications (1.8.1-3) to trunk Property changes on: packages/trunk/monster-masher/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: packages/trunk/monster-masher/debian/changelog =================================================================== --- packages/trunk/monster-masher/debian/changelog (rev 0) +++ packages/trunk/monster-masher/debian/changelog 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,163 @@ +monster-masher (1.8.1-3) unstable; urgency=low + + * Adopt package; change maintainer field in debian/control to: + Debian Games Team <[email protected]>. + (Closes: #632990) + * Add myself to uploaders. + * Update debian/copyright to conform to DEP-5. + * Add Vcs-* entries in debian/control. + * Update debian/rules to dh 7 "rules.tiny" style. + * Update Standards version from 3.9.1 to 3.9.2, no changes required. + * Update debhelper compatiblity level from 7 to 8. + + -- Vincent Cheng <[email protected]> Sat, 09 Jul 2011 16:09:30 -0700 + +monster-masher (1.8.1-2) unstable; urgency=low + + * Drop gcc-multilib from Build-Depends (Closes: #592467). + * Bump Standards-Version to 3.9.1. + * Fix lintian warnings + I: monster-masher: copyright-with-old-dh-make-debian-copyright. + I: monster-masher: package-contains-empty-directory usr/share/gnome/. + I: monster-masher: desktop-entry-contains-encoding-key + /usr/share/applications/monster-masher.desktop:2 Encoding + + -- Xavier Oswald <[email protected]> Thu, 12 Aug 2010 09:27:41 +0200 + +monster-masher (1.8.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Remove git VCS. + - Remove DM flag. + - Bump Standards-Version to 3.8.4. + - Update Build-Depends on debhelper 7. + - Add Build-Depends on libgtkmm-2.4-dev, libgconfmm-2.6-dev, + libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libesd0-dev, + libgnome2-dev. + - Set me as maintainer, thanks to Aurélien and Sven for their work. + - Remove uneeded build depends on libgnomeuimm-2.6-dev (Closes: #568788). + * Update debian/compat to 7. + * Update debian/copyright. + * Fix FTBFS with binutils-gold (Closes: #555752). + * Replace dh_clean -k with dh_prep in debian/rules. + * Switch to dpkg-source 3.0 (quilt) format. + * Add dektop_lintian.patch fixing an entry containing an unknown key + + -- Xavier Oswald <[email protected]> Thu, 22 Apr 2010 15:18:12 +0200 + +monster-masher (1.8-1) unstable; urgency=low + + * New upstream release. (Closes: #451864) + * Add myself to the Uploaders field. + * Bump Standards-Version to 3.7.2. + * Add the Homepage field. + * Add the Vcs-Git/Vcs-Browser fields. + * Add the XS-DM-Upload-Allowed field. + * Generate the manpage which Sven wrote years ago. + + Add docbook-to-man in the Build-Depends field. + * Fix lintian warning "debian-rules-ignores-make-clean-error". + * Acknowledge NMU. (Closes: #378862) + * Honor DEB_BUILD_OPTIONS=noopt. (Closes: #254477) + * Fix lintian warning "desktop-entry-contains-unknown-key + /usr/share/applications/monster-masher.desktop:69 + StartupNotification". + + Replace StartupNotification by StartupNotify. + * Fix lintian warning "desktop-entry-invalid-category Application + /usr/share/applications/monster-masher.desktop". + + Remove invalid category Application. + * Fix lintian warning "unquoted-string-in-menu-item + /usr/share/menu/monster-masher icon:3". + * Fix lintian warning "menu-item-creates-new-section Games/Arcade + /usr/share/menu/monster-masher:3". + + Replace Games/Arcade by Games/Action. + * Fix lintian warning "menu-icon-not-in-xpm-format + /usr/share/pixmaps/monster-masher.png". + + Add imagemagick in the Build-Depends field. + + Convert monster-masher.png to monster-masher.xpm. + * Occasional hangs are fixed-upstream since 1.7. (Closes: #213270) + * Update debian/copyright. + * Remove superfluous debhelper tools from debian/rules. + * Add debian/watch. + + -- Aurélien GÉRÔME <[email protected]> Sun, 02 Dec 2007 07:21:46 +0100 + +monster-masher (1.7-4.1) unstable; urgency=high + + * Non-maintainer upload. + * Add a missing comma in the Depends list; fixes FTBFS. (Closes: #377932) + + -- Steinar H. Gunderson <[email protected]> Wed, 19 Jul 2006 13:55:32 +0200 + +monster-masher (1.7-4) unstable; urgency=low + + * Fixed gconf handling. (Closes: #340521) + + -- Sven Luther <[email protected]> Thu, 24 Nov 2005 09:36:57 +0000 + +monster-masher (1.7-3) unstable; urgency=low + + * Rebuilt for the c++ transition. + + -- Sven Luther <[email protected]> Sat, 3 Sep 2005 15:05:20 +0200 + +monster-masher (1.7-2) unstable; urgency=low + + * Rebuilt because of crash when there are no more lives. Maybe some + mysterious incompatibility with some of the new (2.8) gnome libraries ? + + -- Sven Luther <[email protected]> Sat, 22 Jan 2005 01:28:42 +0100 + +monster-masher (1.7-1) unstable; urgency=low + + * New upstream release. (Closes #213270) + * Forced C locale, since locale support is broken because of : + http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16011 + (Closes: #253819) + + -- Sven Luther <[email protected]> Thu, 9 Sep 2004 12:56:06 +0200 + +monster-masher (1.6.1-2) unstable; urgency=low + + * Added missing build-dependency on intltool. (Closes: #252301) + + -- Sven Luther <[email protected]> Wed, 2 Jun 2004 18:17:04 +0200 + +monster-masher (1.6.1-1) unstable; urgency=low + + * New upstream release. (Closes: #245746) + - cleaned g++ build problems. (Closes: #243200) + - now predefined keys should work. (Closes: #210310) + - now includes a menu file. (Closes: #228294) + + -- Sven Luther <[email protected]> Tue, 1 Jun 2004 11:47:46 +0200 + +monster-masher (1.5-1) unstable; urgency=low + + * New upstream release. + + -- Sven Luther <[email protected]> Thu, 8 Jan 2004 23:04:09 +0100 + +monster-masher (1.4-1) unstable; urgency=low + + * New upstream release. + + -- Sven Luther <[email protected]> Wed, 5 Nov 2003 12:31:43 +0100 + +monster-masher (1.3-1) unstable; urgency=low + + * New upstream release. + + -- Sven Luther <[email protected]> Wed, 1 Oct 2003 09:37:21 +0200 + +monster-masher (1.2-2) unstable; urgency=low + + * Fixed build dependencies. + + -- Sven Luther <[email protected]> Mon, 8 Sep 2003 16:25:48 +0200 + +monster-masher (1.2-1) unstable; urgency=low + + * Initial Release. (Closes: #207643) + + -- Sven Luther <[email protected]> Thu, 28 Aug 2003 12:59:35 +0200 Added: packages/trunk/monster-masher/debian/compat =================================================================== --- packages/trunk/monster-masher/debian/compat (rev 0) +++ packages/trunk/monster-masher/debian/compat 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1 @@ +8 Added: packages/trunk/monster-masher/debian/control =================================================================== --- packages/trunk/monster-masher/debian/control (rev 0) +++ packages/trunk/monster-masher/debian/control 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,22 @@ +Source: monster-masher +Section: games +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: Vincent Cheng <[email protected]> +Build-Depends: debhelper (>= 8), pkg-config, intltool, docbook-to-man, + imagemagick, libgtkmm-2.4-dev, libgconfmm-2.6-dev, + libgnomecanvasmm-2.6-dev, libglademm-2.4-dev, libesd0-dev, + libgnome2-dev +Standards-Version: 3.9.2 +Homepage: http://people.iola.dk/olau/monster-masher/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monster-masher/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/monster-masher/ + +Package: monster-masher +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GPL'ed mash'em-up action game for GNOME + Monster Masher is a GPL'ed mash'em-up action game for GNOME. Each + level contains a number of blocks and monsters. You're a little gnome + running around. By pushing the blocks you can mash the monsters one at + a time. There are various power-ups and different kinds of monsters. Added: packages/trunk/monster-masher/debian/copyright =================================================================== --- packages/trunk/monster-masher/debian/copyright (rev 0) +++ packages/trunk/monster-masher/debian/copyright 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,29 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: monster-masher +Source: http://people.iola.dk/olau/monster-masher/ + +Files: * +Copyright: 2003-2006 Ole Laursen <[email protected]> +License: GPL-2+ + +Files: debian/* +Copyright: 2003-2007 Sven Luther <[email protected]> + 2007 Aurélien GÉRÔME <[email protected]> + 2010 Xavier Oswald <[email protected]> + 2011 Vincent Cheng <[email protected]> +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Added: packages/trunk/monster-masher/debian/docs =================================================================== --- packages/trunk/monster-masher/debian/docs (rev 0) +++ packages/trunk/monster-masher/debian/docs 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,2 @@ +NEWS +README Added: packages/trunk/monster-masher/debian/install =================================================================== --- packages/trunk/monster-masher/debian/install (rev 0) +++ packages/trunk/monster-masher/debian/install 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,2 @@ +src/monster-masher usr/games/ +monster-masher.xpm usr/share/pixmaps/ Added: packages/trunk/monster-masher/debian/manpage.sgml =================================================================== --- packages/trunk/monster-masher/debian/manpage.sgml (rev 0) +++ packages/trunk/monster-masher/debian/manpage.sgml 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,115 @@ +<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ + +<!-- Process this file with docbook-to-man to generate an nroff manual + page: `docbook-to-man manpage.sgml > manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + <!-- Fill in your name for FIRSTNAME and SURNAME. --> + <!ENTITY dhfirstname "<firstname>Sven</firstname>"> + <!ENTITY dhsurname "<surname>Luther</surname>"> + <!-- Please adjust the date whenever revising the manpage. --> + <!ENTITY dhdate "<date>28 Aug 2003</date>"> + <!-- SECTION should be 1-8, maybe w/ subsection other parameters are + allowed: see man(7), man(1). --> + <!ENTITY dhsection "<manvolnum>6</manvolnum>"> + <!ENTITY dhemail "<email>[email protected]</email>"> + <!ENTITY dhusername "Sven Luther"> + <!ENTITY dhucpackage "<refentrytitle>MONSTER-MASHER</refentrytitle>"> + <!ENTITY dhpackage "monster-masher"> + + <!ENTITY debian "<productname>Debian</productname>"> + <!ENTITY gnu "<acronym>GNU</acronym>"> + <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> +]> + +<refentry> + <refentryinfo> + <address> + &dhemail; + </address> + <author> + &dhfirstname; + &dhsurname; + </author> + <copyright> + <year>2003</year> + <holder>&dhusername;</holder> + </copyright> + &dhdate; + </refentryinfo> + <refmeta> + &dhucpackage; + + &dhsection; + </refmeta> + <refnamediv> + <refname>&dhpackage;</refname> + + <refpurpose>GPL'ed mash'em-up action game for GNOME</refpurpose> + </refnamediv> + <refsynopsisdiv> + <cmdsynopsis> + <command>&dhpackage;</command> + + </cmdsynopsis> + </refsynopsisdiv> + <refsect1> + <title>DESCRIPTION</title> + + <para>This manual page documents briefly the + <command>&dhpackage;</command> command.</para> + + <para>This manual page was written for the &debian; distribution + because the original program does not have a manual page.</para> + + <para><command>&dhpackage;</command> is a GPL'ed mash'em-up action game + for GNOME. Each level contains a number of blocks and monsters. You're a + little gnome running around. By pushing the blocks you can mash the + monsters one at a time. There are various power-ups and different kinds of + monsters. </para> + + </refsect1> + <refsect1> + <title>AUTHOR</title> + + <para>This manual page was written by &dhusername; <&dhemail;> for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; Free Documentation + License, Version 1.1 or any later version published by the Free + Software Foundation; with no Invariant Sections, no Front-Cover + Texts and no Back-Cover Texts.</para> + + </refsect1> +</refentry> + +<!-- Keep this comment at the end of the file +Local variables: +mode: sgml +sgml-omittag:t +sgml-shorttag:t +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:2 +sgml-indent-data:t +sgml-parent-document:nil +sgml-default-dtd-file:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> + + Added: packages/trunk/monster-masher/debian/menu =================================================================== --- packages/trunk/monster-masher/debian/menu (rev 0) +++ packages/trunk/monster-masher/debian/menu 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,3 @@ +?package(monster-masher):needs="x11" section="Games/Action" \ + icon="/usr/share/pixmaps/monster-masher.xpm" \ + title="Monster Masher" command="monster-masher" Added: packages/trunk/monster-masher/debian/monster-masher.manpages =================================================================== --- packages/trunk/monster-masher/debian/monster-masher.manpages (rev 0) +++ packages/trunk/monster-masher/debian/monster-masher.manpages 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1 @@ +debian/monster-masher.6 Added: packages/trunk/monster-masher/debian/patches/desktop_lintian.patch =================================================================== --- packages/trunk/monster-masher/debian/patches/desktop_lintian.patch (rev 0) +++ packages/trunk/monster-masher/debian/patches/desktop_lintian.patch 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,19 @@ +Author: Xavier Oswald <[email protected]> +Fix lintian warning +W: monster-masher: desktop-entry-contains-unknown-key /usr/share/applications/monster-masher.desktop:10 StartupNotification +I: monster-masher: desktop-entry-contains-encoding-key /usr/share/applications/monster-masher.desktop:2 Encoding +Index: monster-masher-1.8.1/monster-masher.desktop.in +=================================================================== +--- monster-masher-1.8.1.orig/monster-masher.desktop.in 2010-08-12 10:59:55.000000000 +0200 ++++ monster-masher-1.8.1/monster-masher.desktop.in 2010-08-12 10:59:58.000000000 +0200 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + _Name=Monster Masher + _Comment=Mash monsters and save the gnomes + Exec=monster-masher +@@ -7,4 +6,3 @@ + Terminal=false + Type=Application + Categories=GNOME;Application;Game;ArcadeGame; +-StartupNotification=true Added: packages/trunk/monster-masher/debian/patches/series =================================================================== --- packages/trunk/monster-masher/debian/patches/series (rev 0) +++ packages/trunk/monster-masher/debian/patches/series 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1 @@ +desktop_lintian.patch Added: packages/trunk/monster-masher/debian/rules =================================================================== --- packages/trunk/monster-masher/debian/rules (rev 0) +++ packages/trunk/monster-masher/debian/rules 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +export LDFLAGS=-Wl,-z,defs,-lesd,--as-needed + +%: + dh $@ --with autotools_dev + +override_dh_clean: + dh_clean po/.intltool-merge-cache debian/monster-masher.6 \ + intltool-extract intltool-merge intltool-update \ + monster-masher.schemas monster-masher.xpm + +override_dh_auto_configure: + dh_auto_configure -- --prefix=/usr --bindir=\$${prefix}/games + +override_dh_auto_build: + # Generate manpage and icon (in .xpm format for debian/menu) + docbook-to-man debian/manpage.sgml > debian/monster-masher.6 + convert -resize 32x32 monster-masher.png monster-masher.xpm + + dh_auto_build + +override_dh_auto_test: + Property changes on: packages/trunk/monster-masher/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: packages/trunk/monster-masher/debian/source/format =================================================================== --- packages/trunk/monster-masher/debian/source/format (rev 0) +++ packages/trunk/monster-masher/debian/source/format 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1 @@ +3.0 (quilt) Added: packages/trunk/monster-masher/debian/watch =================================================================== --- packages/trunk/monster-masher/debian/watch (rev 0) +++ packages/trunk/monster-masher/debian/watch 2011-07-10 04:19:06 UTC (rev 12512) @@ -0,0 +1,2 @@ +version=3 +http://people.iola.dk/olau/monster-masher/source/monster-masher-(.*)\.tar\..* _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

