Author: stuckey-guest Date: 2009-09-01 18:38:47 +0000 (Tue, 01 Sep 2009) New Revision: 10266
Modified: packages/trunk/springlobby/debian/changelog packages/trunk/springlobby/debian/rules Log: New upstream version Modified: packages/trunk/springlobby/debian/changelog =================================================================== --- packages/trunk/springlobby/debian/changelog 2009-09-01 15:23:10 UTC (rev 10265) +++ packages/trunk/springlobby/debian/changelog 2009-09-01 18:38:47 UTC (rev 10266) @@ -1,3 +1,9 @@ +springlobby (0.19) jaunty; urgency=low + + * New upstream version + + -- James Stuckey <[email protected]> Tue, 01 Sep 2009 19:58:58 +0200 + springlobby (0.0.1.10468-0ubuntu1~9.04~ppa1) jaunty; urgency=low * New upstream release Modified: packages/trunk/springlobby/debian/rules =================================================================== --- packages/trunk/springlobby/debian/rules 2009-09-01 15:23:10 UTC (rev 10265) +++ packages/trunk/springlobby/debian/rules 2009-09-01 18:38:47 UTC (rev 10266) @@ -29,7 +29,7 @@ dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-aux-version=" (Ubuntu Jaunty)" $(CONFFLAGS) + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-aux-version=" (Debian Unstable)" $(CONFFLAGS) build: build-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

