summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2018-07-08 09:14:54 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-07-08 09:45:38 +0200
commitb9a6730284101e232e7340f81b61407e94749675 (patch)
treeb02f5c6ca23ce019cad90ebf60f08853cdb95895
parent4ec18770ef5b7b182e79c2f15c2beb68d2ba8cf4 (diff)
parent7ac898f794bd9d5e34110e5e84ed9a852a184bf2 (diff)
Merge lost changelog entries
-rw-r--r--debian/.git-dpm11
-rw-r--r--debian/changelog12
-rw-r--r--debian/control8
-rw-r--r--debian/copyright2
-rw-r--r--debian/patches/series0
-rw-r--r--debian/watch2
6 files changed, 29 insertions, 6 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..d1e7e4c
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+ecfc3ba4143115d03622dc947cd7bbf834f76f23
+ecfc3ba4143115d03622dc947cd7bbf834f76f23
+ecfc3ba4143115d03622dc947cd7bbf834f76f23
+ecfc3ba4143115d03622dc947cd7bbf834f76f23
+blist_1.3.6.orig.tar.gz
+fc661934b2a7e9a9c835b12b46276913dfe1e248
+122442
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
index 533eeb5..59eca21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+blist (1.3.6-5) UNRELEASED; urgency=medium
+
+ [ Ondřej Nový ]
+ * Fixed homepage (https)
+ * Fixed VCS URL (https)
+ * d/control: Set Vcs-* to salsa.debian.org
+ * d/copyright: Fix Format URL to correct one
+ * d/control: Deprecating priority extra as per policy 4.0.1
+ * d/watch: Use https protocol
+
+ -- Ondřej Nový <onovy@debian.org> Thu, 15 Feb 2018 09:01:04 +0100
+
blist (1.3.6-4) unstable; urgency=medium
* Update debian/watch.
diff --git a/debian/control b/debian/control
index b8e12ac..01237d5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: blist
Section: python
-Priority: extra
+Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michael Gilbert <mgilbert@debian.org>
@@ -13,9 +13,9 @@ Build-Depends:
python3-setuptools,
Standards-Version: 3.9.6
XS-Python-Version: all
-Homepage: http://pypi.python.org/pypi/blist
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blist/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/blist/trunk
+Homepage: https://pypi.python.org/pypi/blist
+Vcs-Git: https://salsa.debian.org/python-team/modules/blist.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/blist
Package: python-blist
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 24c8d5d..5e00d15 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/
Source: http://pypi.python.org/pypi/blist
Files: *
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000
--- a/debian/patches/series
+++ /dev/null
diff --git a/debian/watch b/debian/watch
index 2bc50f5..41f9f80 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/blist/blist-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/blist/blist-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))