r12109 - in packages/trunk/gmult/debian: . source

Mahyuddin Susanto udienz-guest at alioth.debian.org
Tue Apr 12 11:01:29 UTC 2011


Author: udienz-guest
Date: 2011-04-12 11:01:22 +0000 (Tue, 12 Apr 2011)
New Revision: 12109

Added:
   packages/trunk/gmult/debian/source/
   packages/trunk/gmult/debian/source/format
Removed:
   packages/trunk/gmult/debian/patches/
Modified:
   packages/trunk/gmult/debian/changelog
   packages/trunk/gmult/debian/control
   packages/trunk/gmult/debian/copyright
   packages/trunk/gmult/debian/watch
Log:
  * New upstream release. (Closes: #622219)
  * debian/control:
    - Add myself as Uploaders. (Closes: #544923)
    - Bump Standards Version to 3.9.2 no source changes.
    - Change Homepage field to Launchpad.
  * debian/watch: Change upstream homepage to Launchpad.
  * debian/copyright: Rewritting as dep-5 format.
  * Dropped unused patch:
    - debian/patches/10_desktop_file_warns.diff
    - debian/patches/10_ftbfs_wtf.diff
    - debian/patches/fix_gtkmm_detection
    - debian/patches/ftbfs_gcc-4.3.diff



Modified: packages/trunk/gmult/debian/changelog
===================================================================
--- packages/trunk/gmult/debian/changelog	2011-04-12 10:31:02 UTC (rev 12108)
+++ packages/trunk/gmult/debian/changelog	2011-04-12 11:01:22 UTC (rev 12109)
@@ -1,3 +1,20 @@
+gmult (7.3-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #622219)
+  * debian/control:
+    - Add myself as Uploaders. (Closes: #544923)
+    - Bump Standards Version to 3.9.2 no source changes.
+    - Change Homepage field to Launchpad.
+  * debian/watch: Change upstream homepage to Launchpad.
+  * debian/copyright: Rewritting as dep-5 format.
+  * Dropped unused patch:
+    - debian/patches/10_desktop_file_warns.diff
+    - debian/patches/10_ftbfs_wtf.diff
+    - debian/patches/fix_gtkmm_detection
+    - debian/patches/ftbfs_gcc-4.3.diff
+
+ -- Mahyuddin Susanto <udienz at ubuntu.com>  Tue, 12 Apr 2011 01:33:17 +0700
+
 gmult (7.2-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/gmult/debian/control
===================================================================
--- packages/trunk/gmult/debian/control	2011-04-12 10:31:02 UTC (rev 12108)
+++ packages/trunk/gmult/debian/control	2011-04-12 11:01:22 UTC (rev 12109)
@@ -2,10 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bdefreese at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Uploaders: Barry deFreese <bdefreese at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>, Mahyuddin Susanto <udienz at ubuntu.com>
 Build-Depends: debhelper (>> 7), quilt, intltool (>= 0.28), gettext (>= 0.12.1), docbook-xsl, xsltproc, automake, autoconf, pkg-config, libgtk2.0-dev, libglib2.0-dev
-Standards-Version: 3.8.3
-Homepage: http://mterry.name/gmult/
+Standards-Version: 3.9.2
+Homepage: https://launchpad.net/gmult
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gmult/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gmult/?op=log
 

Modified: packages/trunk/gmult/debian/copyright
===================================================================
--- packages/trunk/gmult/debian/copyright	2011-04-12 10:31:02 UTC (rev 12108)
+++ packages/trunk/gmult/debian/copyright	2011-04-12 11:01:22 UTC (rev 12109)
@@ -1,28 +1,31 @@
-This package was debianized by Danilo Piazzalunga <danilopiazza at libero.it> on
-Thu, 10 Feb 2005 14:32:27 +0100.
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: gmult
+Upstream-Contact: Michael Terry <mike at mterry.name>
+Source: https://launchpad.net/gmult
 
-It was downloaded from http://mterry.name/gmult/
+Files: *
+Copyright: 2004-2010, Michael Terry <mike at mterry.name>
+License: GPL-3+
 
-Upstream Author: Michael Terry <mike at mterry.name>
+License: GPL-3+
+ This program 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 3 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
 
-Copyright:
-
- Multiplication Puzzle
- Copyright (c) 2004-2005 Michael Terry
-
-   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; version 2 dated June, 1991.
-
-   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 package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-   02111-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-2'.
+Files: debian/*
+Copyright: 2008, Ansgar Burchardt <ansgar at 43-1.org>,
+		2008-2009, Barry deFreese <bdefreese at debian.org>
+		2011, Mahyuddin Susanto <udienz at ubuntu.com>
+License: GPL-3+		

Added: packages/trunk/gmult/debian/source/format
===================================================================
--- packages/trunk/gmult/debian/source/format	                        (rev 0)
+++ packages/trunk/gmult/debian/source/format	2011-04-12 11:01:22 UTC (rev 12109)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: packages/trunk/gmult/debian/watch
===================================================================
--- packages/trunk/gmult/debian/watch	2011-04-12 10:31:02 UTC (rev 12108)
+++ packages/trunk/gmult/debian/watch	2011-04-12 11:01:22 UTC (rev 12109)
@@ -1,2 +1,2 @@
-version=2
-http://mterry.name/gmult/	.*/gmult-([\d\.]*).tar.bz2	debian	svn-upgrade
+version=3
+https://launchpad.net/gmult/+download http://launchpad.net/gmult/.*/gmult-(.*)\.tar\.bz2




More information about the Pkg-games-commits mailing list