r5083 - packages/trunk/fillets-ng-data/debian

Gerfried Fuchs alfie at alioth.debian.org
Fri Dec 28 16:06:31 UTC 2007


Author: alfie
Date: 2007-12-28 16:06:31 +0000 (Fri, 28 Dec 2007)
New Revision: 5083

Modified:
   packages/trunk/fillets-ng-data/debian/changelog
   packages/trunk/fillets-ng-data/debian/control
   packages/trunk/fillets-ng-data/debian/rules
Log:
  * New upstream release, updated dependencies in control file.
  * Remove Homepage from binary description field.
  * Bump Standards-Version, no changes needed.
  * Move debhelper stuff from binary-arch target to binary-indep as
    appropriate.
Remove XS- prefix from Vcs-* fields


Modified: packages/trunk/fillets-ng-data/debian/changelog
===================================================================
--- packages/trunk/fillets-ng-data/debian/changelog	2007-12-28 11:51:33 UTC (rev 5082)
+++ packages/trunk/fillets-ng-data/debian/changelog	2007-12-28 16:06:31 UTC (rev 5083)
@@ -1,15 +1,20 @@
-fillets-ng-data (0.7.4-2) UNRELEASED; urgency=low
+fillets-ng-data (0.8.0-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
-
   [ Cyril Brulebois ]
-  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
+  * Added Vcs-Svn and Vcs-Browser fields in the control file.
 
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:09 +0000
+  [ Gerfried Fuchs ]
+  * New upstream release, updated dependencies in control file.
+  * Remove Homepage from binary description field.
+  * Bump Standards-Version, no changes needed.
+  * Move debhelper stuff from binary-arch target to binary-indep as
+    appropriate.
 
+ -- Gerfried Fuchs <rhonda at debian.at>  Fri, 28 Dec 2007 00:09:25 +0100
+
 fillets-ng-data (0.7.4-1) experimental; urgency=low
 
   * new upstream release (Closes: #405037)

Modified: packages/trunk/fillets-ng-data/debian/control
===================================================================
--- packages/trunk/fillets-ng-data/debian/control	2007-12-28 11:51:33 UTC (rev 5082)
+++ packages/trunk/fillets-ng-data/debian/control	2007-12-28 16:06:31 UTC (rev 5083)
@@ -2,18 +2,18 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Alexander Schmehl <tolimar at debian.org>
+Uploaders: Alexander Schmehl <tolimar at debian.org>, Gerfried Fuchs <rhonda at debian.at>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng-data/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng-data/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng-data/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng-data/?op=log
 Homepage: http://fillets.sourceforge.net/
 
 Package: fillets-ng-data
 Architecture: all
 Depends: ttf-freefont
-Recommends: fillets-ng (>= 0.7.4)
-Suggests: fillets-ng-data-cs (>= 0.7.4)
+Recommends: fillets-ng (>= 0.8.0)
+Suggests: fillets-ng-data-cs (>= 0.8.0)
 Description: docs, graphics, music and international sounds for fillets-ng
  Fish Fillets is strictly a puzzle game. The goal in every of the seventy
  levels is always the same: find a safe way out. The fish utter witty remarks
@@ -23,13 +23,11 @@
  .
  This package contains the data needed for the game. You need it, even
  if you also install the add-on czech language spoken dialogs.
- .
-  Homepage: http://fillets.sourceforge.net/
 Tag: role::app-data, uitoolkit::sdl, use::gameplaying, x11::application
 
 Package: fillets-ng-data-cs
 Architecture: all
-Recommends: fillets-ng (>= 0.7.4), fillets-ng-data (>= 0.7.4)
+Recommends: fillets-ng (>= 0.8.0), fillets-ng-data (>= 0.8.0)
 Description: add-on sounds for czech language spoken dialogs for fillets-ng
  Fish Fillets is strictly a puzzle game. The goal in every of the seventy
  levels is always the same: find a safe way out. The fish utter witty remarks
@@ -40,6 +38,4 @@
  This package contains add-on sound-files for czech language spoken
  dialogs. It is a completely optional add-on and does not replace
  fillets-ng-data, which is still needed for graphics and other sounds.
- .
-  Homepage: http://fillets.sourceforge.net/
 Tag: role::app-data, uitoolkit::sdl, use::gameplaying, x11::application

Modified: packages/trunk/fillets-ng-data/debian/rules
===================================================================
--- packages/trunk/fillets-ng-data/debian/rules	2007-12-28 11:51:33 UTC (rev 5082)
+++ packages/trunk/fillets-ng-data/debian/rules	2007-12-28 16:06:31 UTC (rev 5083)
@@ -48,10 +48,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -68,5 +64,9 @@
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list