Author: evgeni Date: 2011-11-28 08:44:43 +0000 (Mon, 28 Nov 2011) New Revision: 12869
Modified: packages/trunk/yabause/debian/ packages/trunk/yabause/debian/changelog packages/trunk/yabause/debian/control packages/trunk/yabause/debian/patches/series packages/trunk/yabause/debian/rules Log: new upstream release autotools → cmake Property changes on: packages/trunk/yabause/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/yabause_0.9.10.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/yabause_0.9.11.orig.tar.gz Modified: packages/trunk/yabause/debian/changelog =================================================================== --- packages/trunk/yabause/debian/changelog 2011-11-28 08:24:09 UTC (rev 12868) +++ packages/trunk/yabause/debian/changelog 2011-11-28 08:44:43 UTC (rev 12869) @@ -1,8 +1,9 @@ -yabause (0.9.10-3) UNRELEASED; urgency=low +yabause (0.9.11-1) UNRELEASED; urgency=low + * New upstream release. * Switch to dh7 "tiny" rules. - -- Evgeni Golov <[email protected]> Tue, 17 May 2011 09:59:58 +0200 + -- Evgeni Golov <[email protected]> Mon, 28 Nov 2011 09:06:52 +0100 yabause (0.9.10-2) unstable; urgency=low Modified: packages/trunk/yabause/debian/control =================================================================== --- packages/trunk/yabause/debian/control 2011-11-28 08:24:09 UTC (rev 12868) +++ packages/trunk/yabause/debian/control 2011-11-28 08:44:43 UTC (rev 12869) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Evgeni Golov <[email protected]> -Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, +Build-Depends: debhelper (>= 7), cmake, pkg-config, libgl1-mesa-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-mesa-dev | libglu-dev, libsdl1.2-dev, libglib2.0-dev, libgtk2.0-dev, libgtkglext1-dev, libqt4-dev, libqt4-opengl-dev, libmini18n-dev, libopenal-dev, Modified: packages/trunk/yabause/debian/patches/series =================================================================== --- packages/trunk/yabause/debian/patches/series 2011-11-28 08:24:09 UTC (rev 12868) +++ packages/trunk/yabause/debian/patches/series 2011-11-28 08:44:43 UTC (rev 12869) @@ -1 +1 @@ -01_link_with_pthread.patch +#01_link_with_pthread.patch Modified: packages/trunk/yabause/debian/rules =================================================================== --- packages/trunk/yabause/debian/rules 2011-11-28 08:24:09 UTC (rev 12868) +++ packages/trunk/yabause/debian/rules 2011-11-28 08:44:43 UTC (rev 12869) @@ -1,32 +1,11 @@ #!/usr/bin/make -f # -*- makefile -*- -FLAVOURS=gtk qt - LDFLAGS+=-Wl,-z,defs -Wl,--as-needed export LDFLAGS %: - dh $@ --with autoreconf + dh $@ -override_dh_auto_configure: $(foreach f,$(FLAVOURS),$(patsubst %,dh_auto_configure_%,$(f))) - -dh_auto_configure_%: - dh_auto_configure --builddirectory=build-$* -- --with-port=$* --program-suffix=-$* - touch $@ - -override_dh_auto_build: $(foreach f,$(FLAVOURS),$(patsubst %,dh_auto_build_%,$(f))) - -dh_auto_build_%: - dh_auto_build --builddirectory=build-$* - touch $@ - -override_dh_auto_install: $(foreach f,$(FLAVOURS),$(patsubst %,dh_auto_install_%,$(f))) - -dh_auto_install_%: - dh_auto_install --builddirectory=build-$* - touch $@ - -override_dh_auto_clean: - $(RM) -r build-* dh_auto_configure_* dh_auto_build_* dh_auto_install_* - dh_auto_clean +override_dh_auto_configure: + dh_auto_configure -- -DYAB_MULTIBUILD=1 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

