r2871 - in packages/trunk/vodovod: . debian debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Thu Jun 7 18:35:19 UTC 2007


Author: baby-guest
Date: 2007-06-07 18:35:19 +0000 (Thu, 07 Jun 2007)
New Revision: 2871

Added:
   packages/trunk/vodovod/debian/
   packages/trunk/vodovod/debian/changelog
   packages/trunk/vodovod/debian/compat
   packages/trunk/vodovod/debian/control
   packages/trunk/vodovod/debian/copyright
   packages/trunk/vodovod/debian/install
   packages/trunk/vodovod/debian/menu
   packages/trunk/vodovod/debian/patches/
   packages/trunk/vodovod/debian/patches/datadir.patch
   packages/trunk/vodovod/debian/patches/series
   packages/trunk/vodovod/debian/patches/user_files.patch
   packages/trunk/vodovod/debian/rules
   packages/trunk/vodovod/debian/vodovod.desktop
   packages/trunk/vodovod/debian/vodovod.xpm
   packages/trunk/vodovod/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/trunk/vodovod/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/vodovod/debian/changelog
===================================================================
--- packages/trunk/vodovod/debian/changelog	                        (rev 0)
+++ packages/trunk/vodovod/debian/changelog	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,6 @@
+vodovod (1.05-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 07 Jun 2007 13:35:46 +0000
+

Added: packages/trunk/vodovod/debian/compat
===================================================================
--- packages/trunk/vodovod/debian/compat	                        (rev 0)
+++ packages/trunk/vodovod/debian/compat	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1 @@
+5

Added: packages/trunk/vodovod/debian/control
===================================================================
--- packages/trunk/vodovod/debian/control	                        (rev 0)
+++ packages/trunk/vodovod/debian/control	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,18 @@
+Source: vodovod
+Section: games
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 5), quilt, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
+Standards-Version: 3.7.2
+
+Package: vodovod
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: lead the water from the house to the storage tank
+ You get a limited number of pipes on each level and need to combine them to
+ lead the water from the house at the top of the screen to the storage tank
+ at the bottom. Similar to commercial games Pipe Mania and Pipe Dream.
+ Has joystick/joypad support.
+ .
+  Homepage: http://home.gna.org/vodovod/

Added: packages/trunk/vodovod/debian/copyright
===================================================================
--- packages/trunk/vodovod/debian/copyright	                        (rev 0)
+++ packages/trunk/vodovod/debian/copyright	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,32 @@
+This package was debianized by Miriam Ruiz <little_miry at yahoo.es> on
+Thu, 07 Jun 2007 13:35:46 +0000.
+
+It was downloaded from http://home.gna.org/vodovod/
+
+Upstream Author:
+    Graphics and programming are done by Milan Babuškov <mbabuskov at yahoo.com>
+
+Copyright:
+    Copyright © Milan Babuškov 2007
+
+License:
+
+    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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
+is licensed under the GPL, see above.

Added: packages/trunk/vodovod/debian/install
===================================================================
--- packages/trunk/vodovod/debian/install	                        (rev 0)
+++ packages/trunk/vodovod/debian/install	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,4 @@
+vodovod usr/games
+data/* usr/share/games/vodovod
+debian/*.xpm usr/share/pixmaps/
+debian/*.desktop usr/share/applications/
\ No newline at end of file

Added: packages/trunk/vodovod/debian/menu
===================================================================
--- packages/trunk/vodovod/debian/menu	                        (rev 0)
+++ packages/trunk/vodovod/debian/menu	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,3 @@
+?package(vodovod):needs="X11" section="Games/Arcade"\
+  title="vodovod" command="/usr/games/vodovod" \
+  icon="/usr/share/pixmaps/vodovod.xpm"

Added: packages/trunk/vodovod/debian/patches/datadir.patch
===================================================================
--- packages/trunk/vodovod/debian/patches/datadir.patch	                        (rev 0)
+++ packages/trunk/vodovod/debian/patches/datadir.patch	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,117 @@
+--- vodovod-1.05.orig/game.cpp
++++ vodovod-1.05/game.cpp
+@@ -29,7 +29,7 @@
+ extern ResourceManager *Data;
+ //-----------------------------------------------------------------------------
+ Game::Game(int difficulty):
+-    fontM("data/font-white.bmp", 8, 14), mapM(13, 7, 10, 110)
++    fontM(DATADIR "/font-white.bmp", 8, 14), mapM(13, 7, 10, 110)
+ {
+     difficultyM = difficulty;
+     SetupGame();
+@@ -148,7 +148,7 @@
+         mapM.RenderNextShape(*(queueM.begin()));
+ 
+     SDL_Rect r;
+-    SDL_Surface *next = Data->getGfx("next", "data/next.png");
++    SDL_Surface *next = Data->getGfx("next", DATADIR "/next.png");
+     NjamSetRect(r, 363, 533);
+     SDL_BlitSurface(next, 0, Screen, &r);
+ 
+--- vodovod-1.05.orig/resource.h
++++ vodovod-1.05/resource.h
+@@ -20,6 +20,10 @@
+ #ifndef MB_RESOURCE_H
+ #define MB_RESOURCE_H
+ 
++#ifndef DATADUR
++#define DATADIR "."
++#endif
++
+ #include <string>
+ #include <map>
+ #include "SDL.h"
+--- vodovod-1.05.orig/allmenus.cpp
++++ vodovod-1.05/allmenus.cpp
+@@ -33,7 +33,7 @@
+ //-----------------------------------------------------------------------------
+ MainMenu::MainMenu(NjamFont *font_ptr, int x, int y):
+     Menu(font_ptr, x, y),
+-    whiteFontM("data/font-white.bmp", 8, 14)
++    whiteFontM(DATADIR "/font-white.bmp", 8, 14)
+ {
+     options.push_back("START NEW GAME");
+     options.push_back("OPTIONS");
+@@ -68,7 +68,7 @@
+ {
+     RenderBackground(300);
+ 
+-    NjamFont font("data/font-white.bmp", 8, 14);
++    NjamFont font(DATADIR "/font-white.bmp", 8, 14);
+     int row = 10;
+     const int col = 16;
+     font.WriteTextColRow(Screen, col, row++, "GOAL OF THE GAME IS TO USE PIPES TO CONNECT THE HOUSE AT THE TOP");
+--- vodovod-1.05.orig/map.cpp
++++ vodovod-1.05/map.cpp
+@@ -401,7 +401,7 @@
+ {
+     SDL_Rect r;
+     RenderBackground(xStartM*60 - 27);  // 633 = 11
+-    SDL_Surface *tank = Data->getGfx("tank", "data/tank.png");
++    SDL_Surface *tank = Data->getGfx("tank", DATADIR "/tank.png");
+     NjamSetRect(r, 12, 529);
+     SDL_BlitSurface(tank, 0, Screen, &r);
+ 
+--- vodovod-1.05.orig/main.cpp
++++ vodovod-1.05/main.cpp
+@@ -54,7 +54,7 @@
+         throw Exiter(SDL_GetError());
+     printf("Ok.\n");
+ 
+-    SDL_Surface *icon = Data->getGfx("icon", "data/abicon.bmp");
++    SDL_Surface *icon = Data->getGfx("icon", DATADIR "/abicon.bmp");
+     if (!icon)
+         throw Exiter(SDL_GetError());
+     SDL_WM_SetIcon(icon, NULL);
+@@ -117,24 +117,24 @@
+         config().getValue("fullscreen", Fullscreen);
+         InitVideo(Fullscreen);
+ 
+-        SDL_Surface *vodovod = Data->getGfx("vodovod", "data/vodovod.png");
+-        Data->getGfx("background", "data/main.png");
+-        Data->getGfx("dirt", "data/slate.png");
+-        Data->getGfx("queue", "data/queue.png");
+-        Data->getGfx("blocks", "data/block.png");
++        SDL_Surface *vodovod = Data->getGfx("vodovod", DATADIR "/vodovod.png");
++        Data->getGfx("background", DATADIR "/main.png");
++        Data->getGfx("dirt", DATADIR "/slate.png");
++        Data->getGfx("queue", DATADIR "/queue.png");
++        Data->getGfx("blocks", DATADIR "/block.png");
+ 
+         // house
+-        SDL_Surface *house = Data->getGfx("house", "data/house.png");
++        SDL_Surface *house = Data->getGfx("house", DATADIR "/house.png");
+         Uint32 green = SDL_MapRGB(house->format, 0, 255, 0);
+         SDL_SetColorKey(house, SDL_SRCCOLORKEY, green);
+ 
+         // tree
+-        SDL_Surface *tree = Data->getGfx("tree1", "data/tree1.png");
++        SDL_Surface *tree = Data->getGfx("tree1", DATADIR "/tree1.png");
+         Uint32 red = SDL_MapRGB(tree->format, 255, 0, 0);
+         SDL_SetColorKey(tree, SDL_SRCCOLORKEY, red);
+ 
+         // human walking
+-        SDL_Surface *human = Data->getGfx("human", "data/walk.png");
++        SDL_Surface *human = Data->getGfx("human", DATADIR "/walk.png");
+         Uint32 back = SDL_MapRGB(human->format, 223, 232, 255);
+         SDL_SetColorKey(human, SDL_SRCCOLORKEY, back);
+ 
+@@ -146,7 +146,7 @@
+         SDL_BlitSurface(vodovod, 0, Screen, &r);
+         SDL_Flip(Screen);
+ 
+-        NjamFont font("data/font-yellow.bmp", 11, 22);
++        NjamFont font(DATADIR "/font-yellow.bmp", 11, 22);
+         MainMenu m(&font, 95, 280);
+         m.start();
+     }

Added: packages/trunk/vodovod/debian/patches/series
===================================================================
--- packages/trunk/vodovod/debian/patches/series	                        (rev 0)
+++ packages/trunk/vodovod/debian/patches/series	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,2 @@
+datadir.patch
+user_files.patch

Added: packages/trunk/vodovod/debian/patches/user_files.patch
===================================================================
--- packages/trunk/vodovod/debian/patches/user_files.patch	                        (rev 0)
+++ packages/trunk/vodovod/debian/patches/user_files.patch	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,86 @@
+--- vodovod-1.05.orig/config.cpp
++++ vodovod-1.05/config.cpp
+@@ -21,6 +21,9 @@
+ #include <string>
+ #include <fstream>
+ #include <sstream>
++#include <stdlib.h>
++#include <stdio.h>
++#include <sys/stat.h>
+ #include "config.h"
+ //------------------------------------------------------------------------------
+ using namespace std;
+@@ -155,7 +158,19 @@
+ //-----------------------------------------------------------------------------
+ bool Config::save()
+ {
+-    std::ofstream file("vodovod.conf");
++    char vodovod_conf[PATH_MAX] = "vodovod.conf";
++
++#ifndef _WIN32
++    char *home = getenv("HOME");
++    if (home != NULL)
++    {
++        snprintf(vodovod_conf, sizeof(vodovod_conf), "%s/.vodovod", home);
++        mkdir(vodovod_conf, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
++    }
++    strncat(vodovod_conf, "vodovod.conf", sizeof(vodovod_conf));
++#endif
++
++    std::ofstream file(vodovod_conf);
+     if (!file)
+         return false;
+ 
+@@ -171,7 +186,15 @@
+ // this gets called from main() so we're sure config.ini is in the right place
+ bool Config::load()
+ {
+-    std::ifstream file("vodovod.conf");
++    char vodovod_conf[PATH_MAX] = "vodovod.conf";
++
++#ifndef _WIN32
++    char *home = getenv("HOME");
++    if (home != NULL)
++        snprintf(vodovod_conf, sizeof(vodovod_conf), "%s/.vodovod/vodovod.conf", home);
++#endif
++
++    std::ifstream file(vodovod_conf);
+     if (!file)
+         return false;
+ 
+--- vodovod-1.05.orig/hiscore.cpp
++++ vodovod-1.05/hiscore.cpp
+@@ -17,7 +17,9 @@
+ along with Vodovod in file COPYING; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ -----------------------------------------------------------------------------*/
+-#include "stdio.h"
++#include <stdio.h>
++#include <stdlib.h>
++#include <sys/stat.h>
+ #include "hiscore.h"
+ //-----------------------------------------------------------------------------
+ HiScores &hiScores()
+@@ -102,9 +104,21 @@
+ //-----------------------------------------------------------------------------
+ HiScores::~HiScores()
+ {
++    char hiscore_dat[PATH_MAX] = "hiscore.dat";
++
++#ifndef _WIN32
++    char *home = getenv("HOME");
++    if (home != NULL)
++    {
++        snprintf(hiscore_dat, sizeof(hiscore_dat), "%s/.vodovod", home);
++        mkdir(hiscore_dat, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
++    }
++    strncat(hiscore_dat, "hiscore.dat", sizeof(hiscore_dat));
++#endif
++
+     // save to file
+     // format: NAME#POINTS#SWAPS#
+-    FILE *fp = fopen("hiscore.dat", "w+");
++    FILE *fp = fopen(hiscore_dat, "w+");
+     if (fp)
+     {
+         for (iterator it = begin(); it != end(); ++it)

Added: packages/trunk/vodovod/debian/rules
===================================================================
--- packages/trunk/vodovod/debian/rules	                        (rev 0)
+++ packages/trunk/vodovod/debian/rules	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	$(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch $@
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE)
+	#docbook-to-man debian/vodovod.sgml > vodovod.1
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) clean
+	rm -f hiscore.dat vodovod.conf
+	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	dh_installmenu
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/trunk/vodovod/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/trunk/vodovod/debian/vodovod.desktop
===================================================================
--- packages/trunk/vodovod/debian/vodovod.desktop	                        (rev 0)
+++ packages/trunk/vodovod/debian/vodovod.desktop	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=vodovod
+GenericName=
+Comment=
+Icon=vodovod.xpm
+Exec=/usr/games/vodovod
+Terminal=false
+Categories=Application;Game;ArcadeGame;

Added: packages/trunk/vodovod/debian/vodovod.xpm
===================================================================
--- packages/trunk/vodovod/debian/vodovod.xpm	                        (rev 0)
+++ packages/trunk/vodovod/debian/vodovod.xpm	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,118 @@
+/* XPM */
+static char *dummy[]={
+"32 32 83 2",
+"Qt c #000000",
+".j c #b80000",
+".i c #b80101",
+".1 c #b80303",
+".2 c #b90404",
+".c c #b90707",
+"#p c #bb0d0d",
+".y c #bb0e0e",
+".w c #bc0f0f",
+".A c #bd1313",
+".R c #be1717",
+".P c #be1818",
+".T c #bf1a1a",
+".V c #bf1b1b",
+".n c #c12222",
+".8 c #c12323",
+".p c #c22424",
+".d c #c22525",
+"#l c #c32b2b",
+"#f c #c42d2d",
+"#g c #c42e2e",
+".o c #c53030",
+".b c #c73636",
+".f c #c73939",
+".F c #c83c3c",
+".s c #c83d3d",
+"#k c #ca4141",
+".K c #ca4444",
+".N c #cb4545",
+".Y c #cc4b4b",
+".X c #cd4c4c",
+".3 c #ce5050",
+".4 c #ce5151",
+"#b c #d15b5b",
+"#c c #d15c5c",
+".u c #d46767",
+".t c #d46868",
+"#o c #d66f6f",
+".E c #d87373",
+".G c #d87474",
+".M c #d87575",
+".L c #d87676",
+".W c #db7f7f",
+".Z c #db8080",
+".9 c #de8a8a",
+"#. c #de8b8b",
+"#i c #e29898",
+"#h c #e29999",
+".C c #e4a0a0",
+".B c #e4a1a1",
+".v c #e5a2a2",
+".e c #e5a3a3",
+".h c #e5a4a4",
+".m c #e6a7a7",
+".O c #e8adad",
+".S c #e8aeae",
+".U c #e8afaf",
+".l c #e9b1b1",
+".k c #e9b2b2",
+".a c #eab5b5",
+".g c #eab7b7",
+".5 c #ebb9b9",
+".6 c #ebbaba",
+"#d c #eec4c4",
+"#e c #eec5c5",
+".r c #f0caca",
+".q c #f0cbcb",
+".J c #f4d8d8",
+".I c #f4d9d9",
+".H c #f4dbdb",
+".0 c #f7e4e4",
+"#q c #f7e5e5",
+"## c #f9ebeb",
+"#a c #f9ecec",
+".x c #fcf5f5",
+"#n c #fcf6f6",
+".z c #fcf7f7",
+".D c #fdf8f8",
+"#m c #fdfafa",
+".Q c #fdfbfb",
+"#j c #fefdfd",
+".7 c #fefefe",
+".# c #ffffff",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.a.b.c.d.e.#.#.#.#.#.#.#.#.#.#.e.d.c.f.g.#.#.#.#.#Qt",
+"Qt.#.#.#.#.h.i.j.j.j.j.k.#.#.#.#.#.#.#.#.l.j.j.j.j.i.m.#.#.#.#Qt",
+"Qt.#.#.#.#.n.j.j.j.j.j.o.#.#.#.#.#.#.#.#.o.j.j.j.j.j.p.#.#.#.#Qt",
+"Qt.#.#.#.#.c.j.j.j.j.j.j.q.#.#.#.#.#.#.r.j.j.j.j.j.j.c.#.#.#.#Qt",
+"Qt.#.#.#.#.s.j.j.j.j.j.j.t.#.#.#.#.#.#.u.j.j.j.j.j.j.s.#.#.#.#Qt",
+"Qt.#.#.#.#.v.j.j.j.j.j.j.w.x.#.#.#.#.x.y.j.j.j.j.j.j.e.#.#.#.#Qt",
+"Qt.#.#.#.#.z.A.j.j.j.j.j.j.B.#.#.#.#.C.j.j.j.j.j.j.A.D.#.#.#.#Qt",
+"Qt.#.#.#.#.#.E.j.j.j.j.j.j.s.#.#.#.#.F.j.j.j.j.j.j.G.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.H.i.j.j.j.j.j.j.I.#.#.J.j.j.j.j.j.j.i.H.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.K.j.j.j.j.j.j.L.#.#.M.j.j.j.j.j.j.N.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.O.j.j.j.j.j.j.P.Q.Q.R.j.j.j.j.j.j.S.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.Q.T.j.j.j.j.j.j.U.S.j.j.j.j.j.j.V.Q.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.W.j.j.j.j.j.j.X.Y.j.j.j.j.j.j.Z.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.0.1.j.j.j.j.j.1.1.j.j.j.j.j.2.0.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.3.j.j.j.j.j.j.j.j.j.j.j.j.4.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.5.j.j.j.j.j.j.j.j.j.j.j.j.6.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.7.8.j.j.j.j.j.j.j.j.j.j.p.7.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.9.j.j.j.j.j.j.j.j.j.j#..#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.###.c.j.j.j.j.j.j.j.j.c#a.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.##b.j.j.j.j.j.j.j.j#c.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.##d.j.j.j.j.j.j.j.j#e.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.##f.j.j.j.j.j.j#g.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.##h.j.j.j.j.j.j#i.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.##j#k.j.j.j.j#l#m.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.##n#o.R#p.3#q.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"Qt.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#Qt",
+"QtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQtQt"};

Added: packages/trunk/vodovod/debian/watch
===================================================================
--- packages/trunk/vodovod/debian/watch	                        (rev 0)
+++ packages/trunk/vodovod/debian/watch	2007-06-07 18:35:19 UTC (rev 2871)
@@ -0,0 +1,9 @@
+# Watch control file for uscan
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Examine a Webpage 
+# <Webpage URL> <string match>
+http://home.gna.org/vodovod/ vodovod-(.*)-src\.tar\.gz




More information about the Pkg-games-commits mailing list