r11483 - in packages/trunk/fenix/debian: . source
Peter Pentchev
roam-guest at alioth.debian.org
Thu Nov 25 15:10:30 UTC 2010
Author: roam-guest
Date: 2010-11-25 15:10:29 +0000 (Thu, 25 Nov 2010)
New Revision: 11483
Modified:
packages/trunk/fenix/debian/changelog
packages/trunk/fenix/debian/control
packages/trunk/fenix/debian/rules
packages/trunk/fenix/debian/source/format
Log:
Convert to the 3.0 (quilt) source format.
Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog 2010-11-25 14:48:02 UTC (rev 11482)
+++ packages/trunk/fenix/debian/changelog 2010-11-25 15:10:29 UTC (rev 11483)
@@ -9,7 +9,7 @@
[ Peter Pentchev ]
* Added ARM Hard Float (armhf) to the list of supported architectures and
override the Lintian "unknown architecture" warning. Closes: #604658
- * Explicitly declare the source format as 1.0 for the present.
+ * Convert to the 3.0 (quilt) source format.
-- Peter Pentchev <roam at ringlet.net> Thu, 25 Nov 2010 13:25:18 +0200
Modified: packages/trunk/fenix/debian/control
===================================================================
--- packages/trunk/fenix/debian/control 2010-11-25 14:48:02 UTC (rev 11482)
+++ packages/trunk/fenix/debian/control 2010-11-25 15:10:29 UTC (rev 11483)
@@ -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>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), quilt, autotools-dev,
+Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), autotools-dev,
libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng12-dev,
libsmpeg-dev, libmikmod2-dev, libvorbis-dev
Standards-Version: 3.8.0
Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules 2010-11-25 14:48:02 UTC (rev 11482)
+++ packages/trunk/fenix/debian/rules 2010-11-25 15:10:29 UTC (rev 11483)
@@ -18,17 +18,8 @@
CFLAGS += -DUSE_GETTEXT
-patch:
- dh_testdir
- QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-
-unpatch:
- dh_testdir
- QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
-
config.status: configure
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
@@ -63,7 +54,6 @@
[ ! -f Makefile ] || $(MAKE) distclean
$(MAKE) -C debian/i18n clean
rm -f config.sub config.guess
- $(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
install: build
Modified: packages/trunk/fenix/debian/source/format
===================================================================
--- packages/trunk/fenix/debian/source/format 2010-11-25 14:48:02 UTC (rev 11482)
+++ packages/trunk/fenix/debian/source/format 2010-11-25 15:10:29 UTC (rev 11483)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Pkg-games-commits
mailing list