[Python-modules-commits] [cysignals] 01/04: Debian pre-patch 1.6.6
Jerome Benoit
calculus-guest at moszumanska.debian.org
Fri Jan 19 13:05:35 UTC 2018
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository cysignals.
commit 6051a9f53d8911264fa78824acad727c1d7cf3c3
Author: Jerome Benoit <calculus at rezozer.net>
Date: Fri Jan 19 09:27:57 2018 +0400
Debian pre-patch 1.6.6
---
debian/changelog | 13 +++++++++++++
debian/copyright | 6 +++---
debian/rules | 2 +-
debian/watch | 4 ++--
4 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 81820fb..4ee9752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+cysignals (1.6.6+ds-0) UNRELEASED; urgency=medium
+
+ * New upstream version.
+ * Debianization:
+ - debian/copyright:
+ - format URI, secure;
+ - copyright year tupe, update;
+ - debian/watch, harden (see d/rules);
+ - debian/rules:
+ - get-orig-source target, move compression option to d/watch.
+
+ -- Jerome Benoit <calculus at rezozer.net> Fri, 19 Jan 2018 05:15:17 +0000
+
cysignals (1.6.5+ds-3) unstable; urgency=medium
* Debianization:
diff --git a/debian/copyright b/debian/copyright
index e8b9dc8..daf110c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: cysignals
Upstream-Contact: The Sage Development Team <sage-devel at googlegroups.com>
Source: https://github.com/sagemath/cysignals
@@ -9,12 +9,12 @@ Files-Excluded:
Files: *
Copyright:
- 2016-2017 The Sage Development Team <sage-devel at googlegroups.com>
+ 2016-2018 The Sage Development Team <sage-devel at googlegroups.com>
License: LGPL-3+
Files: debian/*
Copyright:
- 2016-2017 Jerome Benoit <calculus at rezozer.net>
+ 2016-2018 Jerome Benoit <calculus at rezozer.net>
License: GPL-3+
License: LGPL-3+
diff --git a/debian/rules b/debian/rules
index 072d96b..6b9b135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ override_dh_auto_clean:
$(MAKE) distclean
get-orig-source:
- uscan --no-conf --download-current-version --compression xz --verbose
+ uscan --no-conf --download-current-version --verbose
.PHONY: build
diff --git a/debian/watch b/debian/watch
index 1f993f0..75e6ebd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=4
-opts=repack,dversionmangle=s/\+ds//,repacksuffix=+ds \
-https://github.com/sagemath/cysignals/releases .*/cysignals-(\d\S*)\.tar\.bz2
+opts=repack,compression=xz,dversionmangle=s/\+ds//,repacksuffix=+ds \
+https://github.com/sagemath/cysignals/releases .*/cysignals-(\d\S*)\.tar\.(?:gz|bz2|xz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cysignals.git
More information about the Python-modules-commits
mailing list