summaryrefslogtreecommitdiff
diff options
authorThomas Goirand <zigo@debian.org>2020-10-16 17:36:36 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2020-10-16 22:40:11 +0000
commit3d618ee85ff9e3890ccf2722eac982122f0c4567 (patch)
treecb80b9d3316ad2b0483d3018bdb1c6e739fe69c6
parent62d2d0aaeea832f3cdcb397b8a58e88aa2132315 (diff)
parent3ed0e58659895cfff59abd98a8ef072930924972 (diff)
Imported using git-ubuntu import.
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/salsa-ci.yml3
-rw-r--r--debian/watch4
4 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9636cc7..4279770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-watcherclient (3.1.1-2) unstable; urgency=medium
+
+ * Uploading to unstable.
+ * Fixed debian/watch.
+ * Add a debian/salsa-ci.yml.
+ * Install the watcher bash-completion file.
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2020 17:36:36 +0200
+
python-watcherclient (3.1.1-1) experimental; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index e1116a6..5574753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_install:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=$(CURDIR)/debian/python3-watcherclient/usr/lib/python3/dist-packages pkgos-dh_auto_test --no-py2 --test-path=./watcherclient/tests/unit
endif
+ install -D -m 0644 tools/watcher.bash_completion $(CURDIR)/debian/python3-watcherclient-doc/usr/share/bash-completion/completions/watcher
override_dh_auto_test:
echo "Do nothing..."
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..0c22dc4
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,3 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff --git a/debian/watch b/debian/watch
index 4fb4cb5..b75da09 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts="uversionmangle=s/\.(b|rc)/~$1/" \
-https://github.com/openstack/python-watcherclient/tags .*/(\d[\d\.]+)\.tar\.gz
+opts="uversionmangle=s/\.0rc/~rc/;s/\.0b1/~b1/;s/\.0b2/~b2/;s/\.0b3/~b3/" \
+https://github.com/openstack/python-watcherclient/tags .*/(\d[brc\d\.]+)\.tar\.gz