r3378 - packages/trunk/pangzero/debian

Miriam Ruiz baby-guest at alioth.debian.org
Thu Jul 12 13:21:27 UTC 2007


Author: baby-guest
Date: 2007-07-12 13:21:27 +0000 (Thu, 12 Jul 2007)
New Revision: 3378

Removed:
   packages/trunk/pangzero/debian/patches/
Modified:
   packages/trunk/pangzero/debian/changelog
   packages/trunk/pangzero/debian/control
   packages/trunk/pangzero/debian/rules
Log:
Removed unneeded patches



Modified: packages/trunk/pangzero/debian/changelog
===================================================================
--- packages/trunk/pangzero/debian/changelog	2007-07-12 13:02:27 UTC (rev 3377)
+++ packages/trunk/pangzero/debian/changelog	2007-07-12 13:21:27 UTC (rev 3378)
@@ -3,6 +3,9 @@
   [ Miriam Ruiz ]
   * New upstream release.
   * Make clean errors won't be ignored anymore.
+  * 100_rotozoom_patches.diff and 200_nowebsiteonexit.diff are not needed anymore,
+    removing them.
+  * Removing Build-Depends on quilt.
 
   [ Jon Dowland ]
   * update menu section to "Games/Action" for menu policy transition.

Modified: packages/trunk/pangzero/debian/control
===================================================================
--- packages/trunk/pangzero/debian/control	2007-07-12 13:02:27 UTC (rev 3377)
+++ packages/trunk/pangzero/debian/control	2007-07-12 13:21:27 UTC (rev 3378)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 5), quilt, autotools-dev, libsdl-perl
+Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl
 Standards-Version: 3.7.2
 
 Package: pangzero

Modified: packages/trunk/pangzero/debian/rules
===================================================================
--- packages/trunk/pangzero/debian/rules	2007-07-12 13:02:27 UTC (rev 3377)
+++ packages/trunk/pangzero/debian/rules	2007-07-12 13:21:27 UTC (rev 3378)
@@ -18,7 +18,7 @@
 
 config.status: configure
 	dh_testdir
-	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	#QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -44,7 +44,7 @@
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f config.sub config.guess config.log config.status
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	#QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list