This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc.
commit 68f81dbf088d59b249971c63a57f3b043321338d Author: Moritz Muehlenhoff <[email protected]> Date: Fri Jan 1 20:36:46 2010 +0000 * New upstream release. (2.4.0) - Drop obsolete patches * Update to standards version 3.8.3 * Switch to source format 3.0 (quilt) (Closes: #538430) * Adding myself to uploaders --- debian/changelog | 15 +++++++++++---- debian/control | 8 ++++---- debian/patches/series | 2 +- debian/rules | 6 ------ debian/source/format | 1 + 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index c89ae7a..d99941c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,20 @@ -asc (2.2.0.0-1) UNRELEASED; urgency=low +asc (2.4.0.0-1) unstable; urgency=low + + [ Moritz Muehlenhoff ] + * New upstream release. (2.4.0) + - Drop obsolete patches + * Update to standards version 3.8.3 + * Switch to source format 3.0 (quilt) (Closes: #538430) + * Adding myself to uploaders [ Barry deFreese ] - * New upstream release. -CURRENTLY TRYING TO REMOVE EMBEDDED SDLmm and libparagui sources. + * New upstream release. (2.2.0) + CURRENTLY TRYING TO REMOVE EMBEDDED SDLmm and libparagui sources. [ Alexander Reichle-Schmehl ] * Adopt debian/control to my new name. - -- Barry deFreese <[email protected]> Thu, 28 May 2009 13:49:52 -0400 + -- Moritz Muehlenhoff <[email protected]> Thu, 31 Dec 2009 23:02:54 +0100 asc (2.1.0.0-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 20e4fd8..823a87a 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,16 @@ Source: asc Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Bartosz Fenski <[email protected]>, Alexander Reichle-Schmehl <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5.0.0), quilt, libsdl1.2-dev (>=1.2.7+1.2.8cvs20041007-5.2), libsdl-mixer1.2-dev, libsdl-image1.2-dev (>= 1.2.3-5), libsdl-sound1.2-dev, libsigc++-1.2-dev, libparagui1.1-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip -Standards-Version: 3.8.1 +Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Bartosz Fenski <[email protected]>, Alexander Reichle-Schmehl <[email protected]>, Barry deFreese <[email protected]>, Moritz Muehlenhoff <[email protected]> +Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libparagui1.1-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/asc/?op=log Homepage: http://www.asc-hq.org Package: asc Architecture: any -Depends: ${shlibs:Depends}, asc-data (>= ${Upstream-Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, asc-data (>= ${Upstream-Version}) Recommends: asc-music Description: turn-based strategy game Advanced Strategic Command is a free strategy game in the tradition diff --git a/debian/patches/series b/debian/patches/series index 4148f87..8b13789 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -010_boost_libs.diff + diff --git a/debian/rules b/debian/rules index 4d4e49d..a251e47 100755 --- a/debian/rules +++ b/debian/rules @@ -30,8 +30,6 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-paraguitest build: build-stamp @@ -48,12 +46,8 @@ clean: dh_testroot rm -f build-stamp - #Make sure patches are applied before cleaning: - QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 - [ ! -f Makefile ] || $(MAKE) clean - QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 rm -rf .pc rm -f config.status config.log diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

