[SCM] Packaging for quakespasm branch, master, updated. debian/0.85.6-1-18-g0eaa96a
Simon McVittie
smcv at debian.org
Tue May 1 09:59:28 UTC 2012
The following commit has been merged in the master branch:
commit 0fc91ae888329dc1347e7df6e135b66cdc09ba4c
Author: Simon McVittie <smcv at debian.org>
Date: Tue May 1 10:29:38 2012 +0100
Configure git-buildpackage to filter Windows and Mac binaries out of the "orig" tarball as well as the git repository, and re-import the orig tarball
diff --git a/debian/changelog b/debian/changelog
index 2232ee3..e68b44d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-quakespasm (0.85.7-1) unstable; urgency=low
+quakespasm (0.85.7-1) UNRELEASED; urgency=low
+ [ David Banks ]
* New upstream release.
- Use the correct definition of sockaddr for kFreeBSD (Closes: #657793)
* Update to latest policy and DEP-5 version.
@@ -8,6 +9,11 @@ quakespasm (0.85.7-1) unstable; urgency=low
* Drop use of ${shlib:Depends} for the debug package.
* Update manual page: drop dead options, update option descriptions
+ [ Simon McVittie ]
+ * Configure git-buildpackage to filter Windows and Mac binaries out of
+ the "orig" tarball as well as the git repository, and re-import the orig
+ tarball
+
-- David Banks <amoebae at gmail.com> Tue, 20 Mar 2012 07:50:55 +0000
quakespasm (0.85.6-1) unstable; urgency=low
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 559c8d7..d446ec0 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,4 @@
[git-import-orig]
pristine-tar = True
+filter-pristine-tar = True
filter = ["Windows/*", "MacOSX/*"]
--
Packaging for quakespasm
More information about the Pkg-games-commits
mailing list