r4253 - packages/trunk/enet/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Sat Sep 22 00:31:05 UTC 2007
Author: goneri-guest
Date: 2007-09-22 00:31:05 +0000 (Sat, 22 Sep 2007)
New Revision: 4253
Modified:
packages/trunk/enet/debian/changelog
packages/trunk/enet/debian/rules
Log:
turn on quilt
Modified: packages/trunk/enet/debian/changelog
===================================================================
--- packages/trunk/enet/debian/changelog 2007-09-22 00:14:09 UTC (rev 4252)
+++ packages/trunk/enet/debian/changelog 2007-09-22 00:31:05 UTC (rev 4253)
@@ -13,7 +13,7 @@
* update the copyright file
* add a watchfile
- -- Gonéri Le Bouder <goneri at rulezlan.org> Wed, 11 Jul 2007 08:10:45 +0200
+ -- Gonéri Le Bouder <goneri at rulezlan.org> Wed, 11 Jul 2007 08:10:45 +0000
enet (1.0-4) unstable; urgency=low
Modified: packages/trunk/enet/debian/rules
===================================================================
--- packages/trunk/enet/debian/rules 2007-09-22 00:14:09 UTC (rev 4252)
+++ packages/trunk/enet/debian/rules 2007-09-22 00:31:05 UTC (rev 4253)
@@ -13,7 +13,7 @@
config.status: configure
dh_testdir
-# QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+ QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
@@ -40,8 +40,8 @@
cp -f /usr/share/misc/config.guess config.guess
endif
rm -rf libenet.so.* debian/libenet1 debian/libenet1-1 config.log
-# QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-
+ QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ rm -rf .pc
dh_clean
install: build
More information about the Pkg-games-commits
mailing list