[redeclipse] 01/02: Update source url & exclude files, keep .gitignore
Martin Werner
arand-guest at moszumanska.debian.org
Sun Feb 11 21:35:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch master
in repository redeclipse.
commit f95613a9a93a57c60a3dfe1f4ce097aa3ed514a4
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sun Feb 11 17:21:54 2018 +0100
Update source url & exclude files, keep .gitignore
* Use https://github.com/red-eclipse/base/releases as source in
copyright file mirroring the watch file.
* Assuming that src/support/ will only contain embedded library source
code (currently sqlite3), remove it completely in repacking.
* Keep .gitignore, since probably more convenient to have than not.
* Use one glob pattern per line for clarity.
---
debian/copyright | 16 +++++++++++++---
debian/generate-copyright | 16 +++++++++++++---
2 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index adfd674..8fa5aab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Red Eclipse
Upstream-Contact: Quinton "Quin" Reeves <qreeves at gmail.com>
Lee "Eihrul" Salzman <lsalzman at gmail.com>
-Source: https://github.com/red-eclipse/base
+Source: https://github.com/red-eclipse/base/releases
The following directories/files are removed from the upstream tarball:
* bin contains various binaries and helper libs not relevant for Debian,
auto-update scripts are kept (though not used in Debian)
@@ -10,8 +10,18 @@ Source: https://github.com/red-eclipse/base
* src/enet is instead shipped as libenet in Debian
* src/include contains duplicate headers already in other Debian packages
* src/lib contains prebuilt duplicate libs already in other Debian packages
-Files-Excluded: bin/amd64 bin/redeclipse.app bin/tools bin/x86 data
- src/enet src/include src/lib src/support/sqlite* .gitignore
+ * src/support contains duplicate source code for libs already in othe Debian
+ packages.
+Files-Excluded:
+ bin/amd64
+ bin/redeclipse.app
+ bin/tools
+ bin/x86
+ data
+ src/enet
+ src/include
+ src/lib
+ src/support
License: Red-Eclipse
THE RED ECLIPSE LICENSE
.
diff --git a/debian/generate-copyright b/debian/generate-copyright
index a76fd29..38b63ba 100755
--- a/debian/generate-copyright
+++ b/debian/generate-copyright
@@ -8,7 +8,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Red Eclipse
Upstream-Contact: Quinton "Quin" Reeves <qreeves at gmail.com>
Lee "Eihrul" Salzman <lsalzman at gmail.com>
-Source: http://redeclipse.net/files/releases/
+Source: https://github.com/red-eclipse/base/releases
The following directories/files are removed from the upstream tarball:
* bin contains various binaries and helper libs not relevant for Debian,
auto-update scripts are kept (though not used in Debian)
@@ -16,8 +16,18 @@ Source: http://redeclipse.net/files/releases/
* src/enet is instead shipped as libenet in Debian
* src/include contains duplicate headers already in other Debian packages
* src/lib contains prebuilt duplicate libs already in other Debian packages
-Files-Excluded: bin/amd64 bin/redeclipse.app bin/tools bin/x86 data
- src/enet src/include src/lib
+ * src/support contains duplicate source code for libs already in othe Debian
+ packages.
+Files-Excluded:
+ bin/amd64
+ bin/redeclipse.app
+ bin/tools
+ bin/x86
+ data
+ src/enet
+ src/include
+ src/lib
+ src/support
License: Red-Eclipse
EOF
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list