This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix-plugins.
commit 25bad12f3d1a8a7e6f20c16840e6a5de716d2f29 Author: Miriam Ruiz <[email protected]> Date: Sat Aug 4 10:43:47 2007 +0000 Removed quilt --- debian/control | 3 +-- debian/patches/series | 0 debian/rules | 10 ---------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 7fbe098..b92e9cf 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: fenix-plugins Section: devel Priority: extra Maintainer: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 5), quilt, - autotools-dev, autoconf, automake1.10 | automake1.9, +Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | automake1.9, zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev Standards-Version: 3.7.2 diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index e69de29..0000000 diff --git a/debian/rules b/debian/rules index e509d69..6d56191 100755 --- a/debian/rules +++ b/debian/rules @@ -11,18 +11,9 @@ else CFLAGS += -O2 endif -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 - configure: configure-stamp configure-stamp: dh_testdir - $(MAKE) -f /usr/share/quilt/quilt.make patch for i in */ ; do \ if [ -e "$$i/configure.ac" ]; then \ cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \ @@ -52,7 +43,6 @@ clean: dh_testroot rm -f build-stamp configure-stamp $(MAKE) fullclean - $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean install: build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix-plugins.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

