This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit eb71db70cd0471418e0edc50ba853ec20cc1db3f Author: Sven Eckelmann <[email protected]> Date: Fri Nov 6 12:54:22 2009 +0100 Convert to 3.0 (quilt) source format --- debian/changelog | 5 ++++- debian/control | 11 +++++------ debian/rules | 4 ++-- debian/source/format | 1 + 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a67039..b5ba70a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,10 @@ mupen64plus (1.5+dfsg1-8) UNRELEASED; urgency=low * debian/patches: - Add rice_fog.patch, Reduce flickering when enabling fog in rice - * Remove shlibs:Depends for binary packages without shared libs dependencies + * Convert to 3.0 (quilt) source format + * debian/control: + - Remove shlibs:Depends for binary packages without shared libs dependencies + - Remove unneeded build dependency to quilt -- Sven Eckelmann <[email protected]> Mon, 19 Oct 2009 23:23:05 +0200 diff --git a/debian/control b/debian/control index 268dd23..9b87591 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,11 @@ Homepage: http://code.google.com/p/mupen64plus/ Standards-Version: 3.8.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus.git Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus.git -Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), libsdl1.2-dev, - libsdl-ttf2.0-dev, libfreetype6-dev, libglib2.0-dev, libgtk2.0-dev, - libsamplerate0-dev, libpng12-dev | libpng-dev, libbz2-dev, - zlib1g-dev | libz-dev, libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev, binutils-dev, pkg-config, liblzma-dev, - libxdg-basedir-dev +Build-Depends: debhelper (>= 7.0.50), libsdl1.2-dev, libsdl-ttf2.0-dev, + libfreetype6-dev, libglib2.0-dev, libgtk2.0-dev, libsamplerate0-dev, + libpng12-dev | libpng-dev, libbz2-dev, zlib1g-dev | libz-dev, + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, binutils-dev, + pkg-config, liblzma-dev, libxdg-basedir-dev Package: mupen64plus Architecture: any diff --git a/debian/rules b/debian/rules index 2c00aed..341147a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) %: - dh --with quilt $@ + dh $@ get-orig-source: uscan --verbose --force-download @@ -12,7 +12,7 @@ get-orig-source: clean: mkdir -p "$(CURDIR)/glN64" cp "$(CURDIR)/debian/Makefile.glN64" "$(CURDIR)/glN64/Makefile" - dh --with quilt $@ + dh $@ rm -rf "$(CURDIR)/glN64" rm -rf "$(CURDIR)/plugins" diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

