[grass] 04/05: Repack upstream tarball, remove precompiled Python objects.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Feb 6 19:45:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository grass.
commit 3db96f49ce944cc170ccc6b9c5b3bd009eaa6f45
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Feb 6 18:51:14 2015 +0100
Repack upstream tarball, remove precompiled Python objects.
Issue has been fixed upstream:
https://trac.osgeo.org/grass/ticket/2561
---
debian/changelog | 5 +++--
debian/copyright | 1 +
debian/watch | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8e3ea73..e474b7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-grass (7.0.0~rc1-1) UNRELEASED; urgency=medium
+grass (7.0.0~rc1+ds1-1) UNRELEASED; urgency=medium
* New upstream release candidate.
+ * Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
@@ -23,7 +24,7 @@ grass (7.0.0~rc1-1) UNRELEASED; urgency=medium
(closes: #776349)
* Update my email to use @debian.org address.
- -- Bas Couwenberg <sebastic at debian.org> Thu, 15 Jan 2015 01:15:41 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 06 Feb 2015 18:48:17 +0100
grass (6.4.4-1) unstable; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 7899aa6..2fa79ec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GRASS GIS
Upstream-Contact: GRASS Development Team <grass-dev at lists.osgeo.org>
Source: http://grass.osgeo.org/
+Files-Excluded: gui/wxpython/*/*.pyc
Files: *
Copyright: 1989-2014, the GRASS Development Team
diff --git a/debian/watch b/debian/watch
index 43f4620..6015d09 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
version=3
-opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
+repacksuffix=+ds1 \
http://grass.osgeo.org/grass70/source/ \
grass-([\d\.]*(?:(?:RC|rc|pre|dev|beta|alpha)?\d*)).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list