This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest-data.
commit ae05446eedcf1617b0611f3dd52afa92854e427a Author: Markus Koschany <[email protected]> Date: Sun Dec 7 08:21:04 2014 +0000 Fix 771866. Readd megaglest-data-source-3.9.1.tar.xz tarball which was accidentally dropped by the last upload. Add README.source and explain how to prepare new upstream releases correctly. --- debian/README.source | 23 +++++++++++++++++++++++ debian/changelog | 9 +++++++++ 2 files changed, 32 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..1c39dc0 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,23 @@ +megaglest-data for Debian +========================= + +The megaglest-data source package consists of two upstream tarballs which +contain all source and blend files to modify the game data. + +Please make sure, when preparing new upstream releases, that the following files +are present where $VER is the current upstream release. + + megaglest-data_$VER.orig-data-source.tar.xz + megaglest-data_$VER.orig.tar.xz + +debian/watch contains the links to the upstream sources. Download both source +tarballs and unpack megaglest-data-source into megaglest-data, so that there is +a directory data-source in the root directory. + +Then run dpkg-source -b megaglest-data-$VER. + +See also +http://raphaelhertzog.com/2010/09/07/how-to-use-multiple-upstream-tarballs-in-debian-source-packages/ + +for how to use multiple upstream tarballs with source format 3.0. + diff --git a/debian/changelog b/debian/changelog index 6e00587..9f2d6a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +megaglest-data (3.9.1+ds-1) unstable; urgency=medium + + * Add megaglest-data-source-3.9.1.tar.xz tarball which was accidentally + dropped by the last upload. (Closes: #771866) + * Add README.source and explain how to prepare new upstream releases + correctly. + + -- Markus Koschany <[email protected]> Sat, 06 Dec 2014 12:43:32 +0100 + megaglest-data (3.9.1-1) unstable; urgency=low [ Mark Vejvoda ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

