r4949 - in packages/trunk/ceferino/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Fri Dec 14 18:46:13 UTC 2007


Author: bddebian-guest
Date: 2007-12-14 18:46:13 +0000 (Fri, 14 Dec 2007)
New Revision: 4949

Added:
   packages/trunk/ceferino/debian/patches/02_configure.patch
Modified:
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/control
   packages/trunk/ceferino/debian/copyright
   packages/trunk/ceferino/debian/patches/series
   packages/trunk/ceferino/debian/rules
Log:
  * Merge changes in archive package with svn
  * Change quilt handling (add include)
  * 02_configure.patch
    + Modify configure to allow reconf


Modified: packages/trunk/ceferino/debian/changelog
===================================================================
--- packages/trunk/ceferino/debian/changelog	2007-12-14 18:24:12 UTC (rev 4948)
+++ packages/trunk/ceferino/debian/changelog	2007-12-14 18:46:13 UTC (rev 4949)
@@ -1,3 +1,13 @@
+ceferino (0.97.8-2) UNRELEASED; urgency=low
+
+  [ Barry deFreese ]
+  * Merge changes in archive package with svn
+  * Change quilt handling (add include)
+  * 02_configure.patch
+    + Modify configure to allow reconf
+
+ -- Barry deFreese <bddebian at comcast.net>  Fri, 14 Dec 2007 08:42:59 -0500
+
 ceferino (0.97.8-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
@@ -20,8 +30,15 @@
   * Add .desktop file and call dh_desktop
   * Remove Homepage entries from package descriptions
 
- -- Barry deFreese <bddebian at comcast.net>  Wed, 05 Dec 2007 21:32:51 -0500
+  [ Bas Wijnen ]
+  * Update to standards version 3.7.3, no changes needed.
+  * Remove dh_make template text from copyright file.
+  * Add Recommends: ceferino to data package.
+  * Run autotools at build time.  Change configure.ac to make that work.  Add
+    cvs dependency to allow autopoint to run.
 
+ -- Bas Wijnen <wijnen at debian.org>  Sat, 08 Dec 2007 01:34:47 +0100
+
 ceferino (0.97.5-1) unstable; urgency=low
 
   * New Upstream Release. (Closes: #381745)

Modified: packages/trunk/ceferino/debian/control
===================================================================
--- packages/trunk/ceferino/debian/control	2007-12-14 18:24:12 UTC (rev 4948)
+++ packages/trunk/ceferino/debian/control	2007-12-14 18:46:13 UTC (rev 4949)
@@ -2,10 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, gettext, quilt,
- libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev
-Standards-Version: 3.7.2
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>, Bas Wijnen <wijnen at debian.org>
+Build-Depends: debhelper (>= 5.0.37.2), automake1.10, autoconf (>= 2.53),
+ gettext, quilt, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, cvs
+Standards-Version: 3.7.3
 Homepage: http://www.losersjuegos.com.ar/juegos/ceferino/ceferino.php
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ceferino/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ceferino/?op=log
@@ -25,6 +25,7 @@
 Package: ceferino-data
 Architecture: all
 Depends: ${misc:Depends}
+Recommends: ceferino
 Description: action game similar to Super Pang
  A game similar to 'Super Pang'. You are attacked by little green balls which
  are bouncing around and which you have to destroy with your knife. Your knife

Modified: packages/trunk/ceferino/debian/copyright
===================================================================
--- packages/trunk/ceferino/debian/copyright	2007-12-14 18:24:12 UTC (rev 4948)
+++ packages/trunk/ceferino/debian/copyright	2007-12-14 18:46:13 UTC (rev 4949)
@@ -31,7 +31,3 @@
 
 The Debian packaging is (C) 2006, Miriam Ruiz <little_miry at yahoo.es> and
 is licensed under the GPL, see above.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.

Added: packages/trunk/ceferino/debian/patches/02_configure.patch
===================================================================
--- packages/trunk/ceferino/debian/patches/02_configure.patch	                        (rev 0)
+++ packages/trunk/ceferino/debian/patches/02_configure.patch	2007-12-14 18:46:13 UTC (rev 4949)
@@ -0,0 +1,15 @@
+--- ceferino-0.97.8.orig/configure.ac
++++ ceferino-0.97.8/configure.ac
+@@ -1,4 +1,5 @@
+ AC_INIT(ceferino, 0.97.8)
++AC_CONFIG_AUX_DIR([.])
+ AM_INIT_AUTOMAKE
+ AC_PREREQ([2.50])
+ AM_CONFIG_HEADER(config.h)
+@@ -8,6 +9,7 @@
+
+ dnl gettext, soporte para idiomas
+ AM_GNU_GETTEXT
++AM_GNU_GETTEXT_VERSION(0.16.1)
+ AC_SUBST(localedir)
+ ALL_LINGUAS="es fr ca"

Modified: packages/trunk/ceferino/debian/patches/series
===================================================================
--- packages/trunk/ceferino/debian/patches/series	2007-12-14 18:24:12 UTC (rev 4948)
+++ packages/trunk/ceferino/debian/patches/series	2007-12-14 18:46:13 UTC (rev 4949)
@@ -1 +1,2 @@
 #01_es_translation.patch -p1
+02_configure.patch

Modified: packages/trunk/ceferino/debian/rules
===================================================================
--- packages/trunk/ceferino/debian/rules	2007-12-14 18:24:12 UTC (rev 4948)
+++ packages/trunk/ceferino/debian/rules	2007-12-14 18:46:13 UTC (rev 4949)
@@ -17,18 +17,16 @@
 	CFLAGS += -O2
 endif
 
-config.status: configure
+config.status: Makefile.am configure.ac
 	dh_testdir
 
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
 
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
+	autopoint --force
+	aclocal-1.10 --force
+	autoheader --force
+	automake-1.10 --add-missing --force-missing
+	autoconf --force
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --bindir=\$${prefix}/games --datadir=\$${prefix}/share/games \
 		--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
@@ -45,16 +43,25 @@
 
 	touch $@
 
+AUTOJUNK = configure ltmain.sh config.guess config.sub \
+	   aclocal.m4 depcomp install-sh missing \
+	   INSTALL COPYING config.rpath mkinstalldirs m4 intl \
+	   po/Makefile.in.in ABOUT-NLS po/Makevars.template config.h.in
+
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f config.guess config.sub config.log config.status
+ifneq ($(wildcard $(AUTOJUNK)),)
+	rm -r $(wildcard $(AUTOJUNK))
+endif
+	find . -name Makefile.in -delete
 
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
+
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list